.Feng span,
.Feng i,
.Feng u,
.Feng a,
.Feng b,
.Feng img {
    display: block;
    font-style: normal;
}

* {
    font-family: Microsoft YaHei, '微软雅黑';
}

.Feng ul {
    margin-bottom: 0;
}

@font-face {
    font-family: "PANGMENZHENGDAOBIAOTITI-1";
    src: url("PANGMENZHENGDAOBIAOTITI-1.woff2") format("woff2"),
        url("PANGMENZHENGDAOBIAOTITI-1.woff") format("woff"),
        url("PANGMENZHENGDAOBIAOTITI-1.ttf") format("truetype"),
        url("PANGMENZHENGDAOBIAOTITI-1.eot") format("embedded-opentype"),
        url("PANGMENZHENGDAOBIAOTITI-1.svg") format("svg"),
        url("PANGMENZHENGDAOBIAOTITI-1.otf") format("opentype");
}

@font-face {
    font-family: "LIANMENGQIYILUSHUAIZHENGRUIHEITI-2";
    src: url("LIANMENGQIYILUSHUAIZHENGRUIHEITI-2.TTF") format("truetype")
}

.bac {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.act-wrap a:hover {
    color: #fff;
}

.Feng p {
    margin-bottom: 0;
}


.Feng {
    width: 100%;
    height: auto;
}

.Feng>div {
    height: 100%;
}

body {
    background: linear-gradient(0deg, #040B25 0%, #000346 100%);
    height: auto;
}


.sj_nav {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 30px;
    width: 100%;
    z-index: 50;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    background: rgba(0, 0, 0, .8);
}

.sj_nav>span {
    width: 130px;
}

.sj_nav>span>img {
    width: 100%;
}

.sj_nav>a {
    display: block;
    font-size: 18px;
}


h2.biaoti {}

h2.biaoti>b {
    font-size: 60px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(0deg, #5E92FF 0%, #0028D2 100%);
    font-weight: bold;
    opacity: 0.5;
}

h2.biaoti>p {
    font-size: 48px;
    color: #fff;
    margin-top: -27px;
    font-weight: normal;
    position: relative;
    z-index: 10;
}

h2.biaoti>p>i {
    display: inline;
    font-size: 20px;
    color: #fff;
    margin-left: 10px;
}

.fle {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex-wrap: wrap;
}

.pad {
    padding: 80px 50px;
}

#nav-icon {
    width: 28px;
    height: 26px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    transform: translateY(6px);
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}

#nav-icon span:nth-child(2) {
    top: 8px;
    transform-origin: left center;
}

#nav-icon span:nth-child(3) {
    top: 16px;
    transform-origin: left center;
}

#nav-icon span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -2px;
    left: 6px;
}

#nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 18px;
    left: 6px;
}

.ph_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: auto;
    padding: 20px 0;
    padding-top: 70px;
    transition: .5s;
    transform: translateY(-100%);
}

.ph_nav.on {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}

.ph_nav>p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    color: #fff;
    font-weight: 500;
}

@keyframes d1 {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }

    100% {
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
    }

}

html {
    font-size: 50px;
}

@keyframes d2 {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }

    100% {
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
        -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        -o-transform: translateX(-5px);
    }
}


.ma_rt {
    margin-right: 0 !important;
}

.top1 {
    position: relative;
    padding: 0 0.4rem;
    padding-top: 62px;
    background: url(../img/top1_bg.png) no-repeat center;
    background-position: center 55%;
    background-color: #010f53;
}


.top1>span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.top1>span>i {
    width: 100%;
}

.top1>div {
    position: relative;
    z-index: 15;
}

.top1>div>span {
    /* width: 75%; */
    margin: 1rem auto;
    margin-bottom: 1.7rem;
}

.top1>div>p {
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.top1>div>p>b {
    color: #0018A5;
    background: url(../img/top1_ico.png) left no-repeat;
    background-size: cover;
    padding: 1px 14px;
    width: 30%;
}

.top1>div>p>i {
    color: #fff;
    margin-left: 0.1rem;
    width: 70%;
}

.top1>div>a {
    width: 261px;
    height: 81px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #FFFFFF;
    transition: .5s;
    border-radius: 6px;
    text-align: center;
    line-height: 80px;
    font-size: 24px;
    color: #fff;
    position: relative;
    margin: 0 auto;
    transform: scale(.7) translateX(-0.2rem);
    margin-top: 0.2rem;
}

.top1>div>a:hover {
    border: 1px solid #008cff;
    padding-right: 0.4rem;
    background: none;
    color: #008cff;
}

.top1>div>a>i {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 26px;
    transition: .5s;
    /* transform: scaleY(1.5); */
    -webkit-transform: scaleY(1.5);
    -moz-transform: scaleY(1.5);
    -ms-transform: scaleY(1.5);
    -o-transform: scaleY(1.5);
}

.top1>div>a:hover>i {
    right: 16px;
    color: #008cff;
}

.top2 {
    background-color: #040B25;
    background-image: url(../img/top2_bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-top: .8rem;
    position: relative;
}

h2.biaoti {}

h2.biaoti>b {
    font-size: .6rem;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(0deg, #5E92FF 0%, #0028D2 100%);
    font-weight: bold;
    opacity: 0.5;
}

h2.biaoti>p {
    font-size: .48rem;
    color: #fff;
    margin-top: -0.15rem;
    font-weight: normal;
    position: relative;
    z-index: 10;
}

h2.biaoti>p>i {
    display: inline;
    font-size: 18px;
    color: #fff;
    margin-left: 0.2rem;
}

/** ---------------------精彩集锦­------------------- **/
.topjj {
    position: relative;
    padding-bottom: 30px;
    /* padding: .4rem 1rem 1rem 1rem; */
    z-index: 15;
}

.topjj .topjj_d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .4rem;
}

.topjj .topjj_d>i {
    width: 30px;
    cursor: pointer;
}

.topjj .topjj_d>i.swjj_rt {}

.topjj .topjj_d>div {
    width: 75%;
}

.topjj .topjj_d>div>#swjj_2 {
    padding: 15px;
}

.topjj .topjj_d>div .swiper-slide {
    transition: .5s;
    box-shadow: 0px 0px 15px 0px transparent;
}

#swjj_2 .swiper-slide {
    cursor: pointer;
}

.topjj .topjj_d>div .swiper-slide-active {
    box-shadow: 0px 0px 15px 0px #008cff;
}

.topjj .topjj_d>div .swiper-slide>img {
    width: 100%;
}

.top2>h2 {}

.top2>h2>p {}

.top2>div {
    margin-top: 0.6rem;
}

.top2>div>h3 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: .6rem;
}

.top2>div>div {
    justify-content: center;
}

.top2>div>div>div {
    font-size: 20px;
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 0.18rem;
    background: linear-gradient(0deg, #362FCA, #3560FD, #2A43D3);
    /* border: 6px solid #40C0E7; */
    /* border-image: linear-gradient(0deg, #4B71F8, #40C0E7) 6 6; */
    /* box-shadow: 0px 59px 117px 0px rgb(58 37 200 / 35%); */
    border-radius: 6px;
}

.top2>div>div>div:first-child {
    margin-right: .3rem;
}

.top2>div>div>div>p {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background: url(../img/top2_txtbg.png) no-repeat center;
    background-size: cover;
}

.top2>b {
    font-size: 20px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(0deg, #2456E2 0%, #4DA7F3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.top2>p {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 0.6rem;
    margin-top: 0.7rem;
    /* padding: 0 1.5rem; */
}

.top2>p>i {
    color: #fff;
    display: inline-block;
}

.top2>i {
    margin: 0 auto;
    display: table;
    width: 120%;
    transform: translateX(-10%);
}

.top5>div {
    position: relative;
}

.top5>div>i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.top5>div>i.on {
    opacity: 0;
}

.top5>div>i>img {
    width: 60px;
}

.top5>div>video {
    width: 100%;
}

.topjj,
.top2,
.top5,
.top3,
.top4 {
    background-color: #040B25;
    position: relative;
    padding-top: 0.8rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}



.bg_lf {
    position: absolute;
    bottom: 0;
    left: 2.4rem;
    width: 0.4rem;
}

.bg_rt {
    position: absolute;
    bottom: 0;
    right: 2.4rem;
    width: 0.4rem;
}

.top3 {
    position: relative;
}

.top3.t3 {
    padding-top: 0;
    overflow: hidden;
}

.top3>span {
    width: 100%;
    padding: 0 .8rem 0 1rem;
    position: absolute;
    top: 4.75rem;
    left: 0;
    z-index: 1;
}

.top3>h4 {
    margin-top: 0.6rem;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid #fff;
    position: relative;
}

.top3>h4::after {
    position: absolute;
    content: '';
    width: 2.2rem;
    height: 4px;
    background: linear-gradient(90deg, #FFB351 0%, #F08541 100%);
    bottom: -1px;
    left: 0;
}

.top3>h4>i {
    color: #fff;
    display: inline-block;
    margin-left: 0.1rem;
}

.top3>h4.t3_h4 {
    /* margin-top: 0; */
}

.top3>ul {
    /* padding: 0.2rem 0.4rem 0 0.5rem; */
    position: relative;
    z-index: 10;
}

.top3>ul>li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.18rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 0.2rem;
    position: relative;
    cursor: pointer;
    align-items: center;
}

.top3>ul>li:last-child {
    margin-bottom: 0;
}

.top3>ul>li>div {
    width: 78%;
}

.top3>ul>li>div>p {
    display: flex;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0.1rem;
    text-indent: 3em;
    align-items: baseline;
    transition: .5s;
    flex-wrap: wrap;
    position: relative;
}

.top3>ul>li.no_ind>div>p {
    text-indent: 0;
}

.top3>ul>li>div>p>span {
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    padding: 0.05rem;
    margin-right: 0.1rem;
    text-indent: 0;
    position: absolute;
    width: 18%;
    text-align: center;
}

.top3>ul>li>div>p>b {
    font-weight: normal;
}

.top3>ul>li>div>p>i {
    font-size: 14px;
    color: #999;
    transition: .5s;
    text-indent: 0;
    margin-top: 0.2rem;
}

.top3>ul>li>div>span {
    display: flex;
    transition: .5s;
    font-size: 14px;
    color: #fff;
    align-items: flex-end;
}

.top3>ul>li>div>span>i {
    margin-right: 0.1rem;
}

.top3>ul>li>p {
    display: none;
}

.top3>ul>li>p>i {
    border-radius: 14px;
    border: 1px solid #FFFFFF;
    margin-bottom: 0.08rem;
    padding: 0.07rem 0.12rem;
    font-size: 14px;
    color: #fff;
    transition: .5s;
}

.top3>ul>li>p>span::before {
    color: #fff;
    position: relative;
    width: 5px;
    height: 5px;
    background: linear-gradient(0deg, #3059F9 0%, #59A3F6 100%);
    border-radius: 50%;
    margin-right: 0.05rem;
}

.top3>ul>li>p>span {
    font-size: 14px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    transition: .5s;
}

.top3>ul>li::before {
    width: 0.08rem;
    height: 0.08rem;
    background: linear-gradient(0deg, #3059F9 0%, #59A3F6 100%);
    border-radius: 50%;
    left: -0.2rem;
    top: 0.1rem;
}

.top3>ul>li::after {
    height: 0.8rem;
    width: 2px;
    left: -0.17rem;
    background: linear-gradient(0deg, #3059F9 0%, #59A3F6 100%);
    top: 0.25rem;
}

.top3>ul>li:hover {}

.top3>ul>li:hover::before,
.top3>ul>li:hover::after {
    background: linear-gradient(90deg, #FFB351 0%, #F08541 100%);
}

.top3>ul>li:hover>div>p {
    color: #00DEFF;
}

.top3>ul>li:hover>div>p>span {
    background: linear-gradient(90deg, #FFB351 0%, #F08541 100%);
}

.top3>ul>li:hover>div>p>i {
    color: #fff;
}

.top3>ul>li:hover>p>i {
    background: linear-gradient(90deg, #FFB351 0%, #F08541 100%);
    border: 1px solid transparent;
}

.top3>ul>li:hover>p>span {
    color: #00DEFF;
}

.top3>ul>li:hover>p>span::before {
    background: linear-gradient(180deg, #FFB351 0%, #F08541 100%);
}

.top4 {}

.top4 {}

.top4>i {
    position: absolute;
    top: 5.8rem;
    left: 0.85rem;
}

.top4>ul {
    justify-content: space-between;
    margin-top: 0.7rem;
}

.top4>ul>li {
    width: 40%;
    margin-right: 0;
    position: relative;
    margin-bottom: 20%;
}

.top4>ul>li>i {}

.top4>ul>li>span {
    position: absolute;
    top: -0.4rem;
    left: 0.05rem;
    width: 100%;
}

.top4>ul>li>b {
    font-size: 14px;
    color: #fff;
    position: absolute;
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
    border-radius: 22px 0px 22px 0px;
    padding: 0.07rem 0.18rem;
    text-align: center;
    right: -0.7rem;
    bottom: 0.47rem;
    -webkit-border-radius: 22px 0px 22px 0px;
    -moz-border-radius: 22px 0px 22px 0px;
    -ms-border-radius: 22px 0px 22px 0px;
    -o-border-radius: 22px 0px 22px 0px;
}

.top4>ul>li>p {
    font-size: 16px;
    color: #fff;
    position: absolute;
    font-weight: bold;
    bottom: -0.7rem;
    left: 0.45rem;
}

.top4>ul>li>p>i {
    font-weight: normal;
    font-size: 14px;
    margin-top: 0.1rem;
    color: #fff;
}

.foot {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #040B25;
}

.foot>.foot1>span>img {
    width: 100%;
}

.foot>.foot1>span {
    position: absolute;
    width: 40%;
    bottom: 0;
    left: 0;
}

.foot>.foot1 {
    padding: 50px 15px;
    background: url(../img/foot_bg.png) no-repeat center;
    background-size: cover;
    position: relative;
}

.foot>.foot1>div {}

.foot>.foot1>div>p {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}

.foot>.foot1>div>p>i {
    margin-right: 20px;
    width: 90px;
}

.foot>.foot1>div>p>b {
    font-size: 14px;
    font-weight: normal;
}

.foot>.foot1>div>ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.foot>.foot1>div>ul>li {
    margin-left: 40px;
}

.foot>.foot1>div>ul>li>span>img {
    width: 100%;
}

.foot>.foot1>div>ul>li>p {
    font-size: 24px;
    margin-top: 12px;
    color: #fff;
    text-align: center;
}

.foot>div:last-child {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.foot>div:last-child>p {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    font-size: 24px;
    color: #fff;
}

.foot>div:last-child>p>u {}

.foot>div:last-child>p>i {
    margin-left: 16px;
    position: relative;
    width: 40px;
}

.foot>div:last-child>p:first-child>i>img:first-child {
    opacity: .5;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.foot>div:last-child>p:first-child>i:hover>img:first-child {
    opacity: 1;
}

/* .foot>div:last-child>p:first-child>i:first-child>img:last-child {
    position: absolute;
    top: -1.2rem;
    left: 0;
    max-width: 1000%;
    width: 1rem;
    transition: .5s;
    opacity: 0;
} */

.foot>div:last-child>p:first-child>i:first-child:hover>img:last-child {
    opacity: 1;
}

.foot>div:last-child>p:last-child {
    margin-left: 3.5rem;
}

.foot::after,
.top2::after,
.top3::after,
.top4::after,
.top5::after,
.top6::after,
.top7::after,
.top8::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    /* background-color: #040B25; */
    background-color: #020613;
    top: -1px;
    left: 0;
    display: none;
}

.foot::before {
    content: '';
    width: 100%;
    height: 4px;
    /* background-color: #040B25; */
    background-color: #020613;
    position: absolute;
    bottom: -2px;
    left: 0;
}

@media screen and (max-width:540px) {

    .pad {
        padding: 50px 30px;
    }

    h2.biaoti>b {
        font-size: 30px;
    }

    h2.biaoti>p {
        font-size: 26px;
        margin-top: -15px;
    }

    .foot>.foot1>div>p {
        font-size: 20px;
    }

    .foot>.foot1>div>ul>li>p,
    .foot>div:last-child>p {
        font-size: 14px;
    }

    .foot>div:last-child>p>i {
        width: 30px;
    }


    .foot>.foot1>div>ul>li {
        margin-left: 20px;
    }

    .foot>.foot1>div>ul>li>span {
        width: 70px;
    }

    .foot>div:last-child {
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .foot {
        padding-bottom: 20px;
    }

    .foot>div:last-child>p {
        margin-bottom: 20px;
        justify-content: flex-start;
        width: 100%;
    }

    .foot>div:last-child>p:last-child {
        margin: 0;
    }
}