body,
html {
    width: 100%;
    height: auto;
    /* height: 100%;
    overflow: hidden; */
    position: relative;
    max-width: 1000px;
    margin: 0 auto;

}

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

@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");
}

body::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, #000848 10%, #0031A7 50%, #00063C 90%); */
    background: #012178;
    /* z-index: -1; */
}


body:not([class*=isIE]) * {
    /* cursor: none !important; */
}

.cursor-inner {
    position: relative;
    width: 0;
    height: 0;
    -webkit-transition: transform .3s, -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -moz-transition: transform .3s, -webkit-transform .3s;
    -ms-transition: transform .3s, -webkit-transform .3s;
    -o-transition: transform .3s, -webkit-transform .3s;
}

.cursor {
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-5rem);
    -ms-transform: translateY(-5rem);
    transform: translateY(-5rem);
    display: block;
    width: 0;
    height: 0;
    border-radius: 100%;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.cursor__circle,
.cursor__point {
    position: absolute;
    top: -0.8rem;
    left: -0.8rem;
    width: 1.6rem;
    height: 1.6rem;
}

.cursor__point {
    border-radius: 100%;
    background-color: hsla(0, 0%, 100%, .1);
    border: 0.05rem solid hsla(0, 0%, 100%, .3);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.cursor i {
    display: block;
}

.cursor__circle {
    opacity: 0;
    border-radius: 100%;
    border: 0.05rem solid #fff;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.cursor__circle,
.cursor__point {
    /* position: absolute;
    top: -0.8rem;
    left: -0.8rem;
    width: 1.6rem;
    height: 1.6rem; */
    position: absolute;
    top: -0.2rem;
    left: -0.2rem;
    width: 0.4rem;
    height: 0.4rem;
    border: 1px solid #fff;
}

.cursor__circle-2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.cursor.active .cursor__circle,
.cursor.manual-active .cursor__circle {
    animation-name: circle-repeat-2;
}

.cursor.active .cursor__point,
.cursor.manual-active .cursor__point {
    background-color: hsla(0, 0%, 100%, .4);
    transform: scale(.2);
}

@keyframes circle-repeat-2 {
    0% {
        opacity: 1;
        transform: scale(0);
    }

    30% {
        opacity: 1;
        transform: scale(1);
    }

    60% {
        opacity: 0;
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
    }

    100% {
        opacity: 0;
        transform: scale(3);
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -ms-transform: scale(3);
        -o-transform: scale(3);
    }
}

/* *********************导航********************* */
.nav {
    width: 100%;
    position: fixed;
    z-index: 50;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    padding: 0.2rem 3.6rem;
    padding-bottom: 0.4rem;
    background-color: rgba(0, 0, 44, .2);
}

.nav::after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;

    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 52%, rgba(255, 255, 255, 0) 100%);
}

.nav.on {
    opacity: 0;
}

.nav>span {
    width: auto;
    max-width: 16%;
    cursor: pointer;
}

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

.nav>ul {
    width: 65%;
    align-items: center;
    justify-content: flex-end;
}

.nav>ul>li {
    font-size: .18rem;
    margin-left: 0.85rem;
}

.nav>ul>li>a {
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transform: translateY(0.15rem);
    padding-bottom: 0.1rem;
    cursor: pointer;
}

.nav>ul>li>a:hover,
.nav>ul>li.on>a {
    border-bottom: 1px solid #fff;
}

.sj_liuyan {
    /* width: 2.5rem; */
    width: 230px;
    position: fixed;
    z-index: 50;
    bottom: 1%;
    right: 0.4rem;
    min-width: 230px;
    cursor: pointer;
}

@keyframes shangxia {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    100% {
        transform: translateY(-10%);
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        -o-transform: translateY(-10%);
    }
}

.sj_liuyan>i {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    animation-name: shangxia;
    animation-delay: 0s;
    animation-duration: .8s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.sj_liuyan>u {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: .5s;
    opacity: 0;
}

.sj_liuyan>p {
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    line-height: 1.5;
    transition: .5s;
    opacity: 0;
}

.sj_liuyan:hover>p,
.sj_liuyan:hover>u {
    opacity: 1;
}


.qie {
    position: absolute;
    right: 1.1rem;
    top: 0%;
    height: 100%;
    width: auto;
    z-index: 30;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    /* display: none; */
}


.qie>div {
    transform: translateX(-0.09rem);
    -webkit-transform: translateX(-0.09rem);
    -moz-transform: translateX(-0.09rem);
    -ms-transform: translateX(-0.09rem);
    -o-transform: translateX(-0.09rem);
    width: 0.23rem;
}

.qie>ul {
    margin: 0.15rem 0;
}

.qie>ul>li {
    font-size: .18rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0.2rem;
    height: 0.3rem;
}

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

.qie>ul>li>p {
    color: #fff;
    opacity: .5;
    transition: .5s;
}

.qie>ul>li.on>p {
    opacity: 1;
}

.qie>ul>li>span {
    width: 0.4rem;
    height: 0.4rem;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(.3);
    transition: .5s;
}

.qie>ul>li>span>i {
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    background: linear-gradient(180deg, #FFB351 0%, #F08541 100%);
    transition: .5s;
    opacity: 0;
}

.qie>ul>li.on>span {
    transform: scale(1);
}

.qie>ul>li.on>span>i {
    opacity: 1;
    transition-delay: .5s;
}

.pad {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
}

.top1,
.top2,
.top3,
.top4,
.top5,
.top6,
.top0,
.top7,
.foot {
    position: relative;
    padding: 0.4rem 1rem;
    z-index: 15;
}

h2.biaoti {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    line-height: 1;
    position: relative;
    z-index: 15;
}

h2.biaoti>p {
    font-size: .3rem;
    color: #0057A3;
    font-style: italic;
}

h2.biaoti>b {
    margin-right: 0.15rem;
    font-size: .5rem;
    display: table;
    font-weight: 400;
    color: #FFFFFF;
    background: linear-gradient(105deg, #1CC2FF 0%, #CEFFFF 64.990234375%, #A2F3FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 5px;
}

p.jj {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    font-size: 1rem;
    color: #00043D;
    background: linear-gradient(0deg, #00043D 0%, #009CFF 35%, #ACDFFF 65%, #009CFF 85%, #031B90 100%);
    box-shadow: 0px 3px 30px 0px #000B5C;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

p.jj>i {
    width: 0.3rem;
}

p.jj>b {
    color: #00043D;
    /* margin-left: 0.15rem; */
    font-weight: bold;
    /* text-shadow: 1px 1px #000; */
}

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

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

h3.tit {
    margin-bottom: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h3.tit>i {
    max-width: 8rem;
    font-size: 1rem;
    font-family: SourceHanSansCN;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.2);
    /* text-shadow: 0px 3px 9px #000B5C; */
    background: linear-gradient(to left, #2054F5 0%, #32B3FF 40%, #FFFFFF 70%, #59C1FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3.tit>a {
    font-size: .8rem;
    color: #fff;
    position: relative;
    padding: .4rem .8rem;
    font-weight: normal;
}

h3.tit>a::before {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #2054F5, #32B3FF, #FFFFFF, #59C1FF);
}

h3.tit>a::after {
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: linear-gradient(270deg, #2054F5, #32B3FF, #FFFFFF, #59C1FF);
}


p.tit2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .8rem;
}

p.tit2>span {
    width: 1rem;
    margin-right: .4rem;
}

p.tit2>b {
    font-size: .8rem;
    color: #fff;
    font-weight: bold;
}

.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;
}

#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);
    }

}

@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);
    }
}

.sj_video,
.sj_video2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    transform: scale(0);
}

.sj_video.on,
.sj_video2.on {
    transform: scale(1);
}

.sj_video>div,
.sj_video2>div {
    position: relative;
    width: 80%;
    z-index: 10;
}

.sj_video>div>video,
.sj_video2>div>video {
    width: 100%;
}

.sj_video>div>i,
.sj_video2>div>i {
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-color: rgb(102 98 98 / 50%);
    font-size: 20px;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sj_video>div>i:hover,
.sj_video2>div>i:hover {
    background-color: rgb(33 33 33 / 100%);
}

.sj_video>i,
.sj_video2>i {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .3;
    top: 0%;
    left: 0%;
}

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

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

.top1_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.top1 {
    background: url(../img/top1_bg.png) no-repeat left top;
    background-size: cover;
}

.top1_bg {
    opacity: 0;
}

.sj_top1 {
    position: relative;
    z-index: 10;
    margin-top: .5rem;
}

.sj_top1>span {
    width: 6rem;
}

.sj_top1>p {
    color: #fff;
    font-size: .28rem;
    margin-top: .2rem;
    margin-bottom: .3rem;
    letter-spacing: .15rem;
}

.sj_top1>i {
    font-size: .2rem;
    color: #fff;
    margin-bottom: .8rem;
    letter-spacing: .1rem;
}

.sj_top1>a {
    font-size: .2rem;
    color: #fff;
    border: 1px solid #fff;
    display: table;
    padding: .15rem .4rem;
    border-radius: 6px;
    transition: .5s;
}

.sj_top1>a:hover {
    color: #08edf2;
    border-color: #08edf2;
}

/** ---------------------精彩集锦­------------------- **/
.topjj {
    position: relative;
    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%;
}

/** ---------------------背景------------------- **/
.top0 {
    background: url(../img/top3_bg.png) no-repeat bottom left;
    background-size: 100% auto;
}

.sj_top0 {
    margin-top: 1rem;
}

.sj_top0>p {
    font-size: .2rem;
    color: #fff;
    line-height: 1.7;
    text-align: justify;
    padding: 0 2rem;
    margin-top: 1rem;
    margin: 1rem 0;
}

/** ---------------------亮点------------------- **/
@keyframes dong {
    0% {
        transform: translate(5px, 5px) scale(.7);
        -webkit-transform: translate(5px, 5px) scale(.7);
        -moz-transform: translate(5px, 5px) scale(.7);
        -ms-transform: translate(5px, 5px) scale(.7);
        -o-transform: translate(5px, 5px) scale(.7);
    }

    25% {
        transform: translate(0px, 0px) scale(.7);
        -webkit-transform: translate(0px, 0px) scale(.7);
        -moz-transform: translate(0px, 0px) scale(.7);
        -ms-transform: translate(0px, 0px) scale(.7);
        -o-transform: translate(0px, 0px) scale(.7);
    }

    50% {
        transform: translate(-5px, -5px) scale(.7);
        -webkit-transform: translate(-5px, -5px) scale(.7);
        -moz-transform: translate(-5px, -5px) scale(.7);
        -ms-transform: translate(-5px, -5px) scale(.7);
        -o-transform: translate(-5px, -5px) scale(.7);
    }

    75% {
        transform: translate(5px, 5px) scale(.7);
        -webkit-transform: translate(5px, 5px) scale(.7);
        -moz-transform: translate(5px, 5px) scale(.7);
        -ms-transform: translate(5px, 5px) scale(.7);
        -o-transform: translate(5px, 5px) scale(.7);
    }

    100% {
        transform: translate(0px, 0px) scale(.7);
        -webkit-transform: translate(0px, 0px) scale(.7);
        -moz-transform: translate(0px, 0px) scale(.7);
        -ms-transform: translate(0px, 0px) scale(.7);
        -o-transform: translate(0px, 0px) scale(.7);
    }
}

@keyframes dong2 {
    0% {
        transform: scale(.7);
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
    }

    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
}

.sj_top2 {}

.sj_top2>ul {
    margin-top: 60px;
}

.sj_top2>ul>li {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

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

.sj_top2>ul>li>div {
    width: 49%;
    padding: 50px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.sj_top2>ul>li>div>b {
    font-size: 36px;
    color: #b6fdff;
    margin-bottom: 15px;
    text-align: right;
    line-height: 1;
}

.sj_top2>ul>li>div>p {
    font-size: 30px;
    color: #fff;
    text-align: right;
    line-height: 1.5;
}

/** ---------------------议程------------------- **/
.sj_top3 {}

.sj_top3>p {
    margin-top: .4rem;
    display: flex;
    align-items: center;
}

.sj_top3>p>b {
    font-size: .28rem;
    color: #1CC2FF;
    font-weight: bold;
}

.sj_top3>p>i {
    font-size: .2rem;
    color: #002749;
    background: #1CC2FF;
    padding: .1rem;
    border-radius: 6px;
    margin-left: .1rem;
    font-weight: bold;
}

.sj_top3>div {
    background: #10319D;
    border-radius: 8px;
    border: 1px solid #1CC2FF;
    margin-top: .2rem;
}

.sj_top3>div.t3_1 {
    padding: .2rem .5rem;
    display: flex;
    justify-content: space-between;
}

.sj_top3>div.t3_1>p {}

.sj_top3>div.t3_1>p>i {
    font-size: .16rem;
    color: #fff;
    line-height: 2;
}

.sj_top3>div.t3_1>ul {
    padding-left: .4rem;
    border-left: 1px solid #1cc2ff;
}

.sj_top3>div.t3_1>ul>li {
    font-size: .16rem;
    color: #fff;
    line-height: 2;
    position: relative;
}

.sj_top3>div.t3_1>ul>li::before {
    width: .07rem;
    height: .07rem;
    border-radius: 50%;
    background: #002749;
    left: -.44rem;
    top: .14rem;
}

.sj_top3>div.t3_2 {
    /* padding: .2rem; */
    border: none;
    background: none;
}

.sj_top3>div.t3_2>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sj_top3>div.t3_2>ul>li {
    position: relative;
    padding: .2rem;
    background: #10319D;
    border-radius: 8px;
    border: 1px solid #1CC2FF;
}

.sj_top3>div.t3_2>ul>li>div {}

.sj_top3>div.t3_2>ul>li>div>p {
    margin-bottom: 10px;
}

.sj_top3>div.t3_2>ul>li>div>p>i {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

.sj_top3>div.t3_2>ul>li>div>p>u {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

.sj_top3>div.t3_2>ul>li>div>p>b {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

.sj_top3>div.t3_2>ul>li>p {
    display: flex;
    align-items: center;
    margin-bottom: .1rem;
}

.sj_top3>div.t3_2>ul>li>p>i {
    font-size: .16rem;
    color: #00C8FF;
}

.sj_top3>div.t3_2>ul>li>p>b {
    font-size: .2rem;
    font-weight: bold;
    color: #00C8FF;
}

.sj_top3>div.t3_2>ul>li>i {
    font-size: .16rem;
    color: #fff;
    line-height: 1.8;
}

.sj_top3>div.t3_2>ul>li>a {
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    margin: 10px auto;
    border: 2px solid #fff;
    display: table;
    border-radius: 8px;
    position: relative;
    right: 0;
    bottom: 0;
}

/** ---------------------嘉宾------------------- **/
.sj_top4 {}

.sj_top4>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .3rem;
}

.sj_top4>ul>li {
    width: 16%;
    position: relative;
    margin-bottom: 3%;
}

.sj_top4>ul>li>p {
    position: absolute;
    bottom: -.15rem;
    width: 100%;
}

.sj_top4>ul>li>p>b {
    font-size: .2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: .2rem;
}

.sj_top4>ul>li>p>i {
    font-size: .14rem;
    color: #1CC2FF;
    text-align: center;
    line-height: 1.5;
}

/** ---------------------媒体------------------- **/
.sj_top5 {}

.sj_top5>p {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 1.2rem;
}

.sj_top5>p>i {
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    padding: .2rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .08rem;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    -ms-border-radius: .08rem;
    -o-border-radius: .08rem;
    height: 1.2rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.sj_top5>p>i>img {
    max-height: 90%;
}

.sj_top5>p>i:nth-child(5n) {
    margin-right: 0;
}

.sj_top5>p>i:hover {
    box-shadow: 0px 0px 20px 8px rgb(255 255 255 / 50%);
}

/** ---------------------场景------------------- **/
.sj_top7 {}

.sj_top7>p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    text-align: justify;
    margin: 15px 0;
}

.sj_top7>ul {}

.sj_top7>ul>li {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #1CC2FF;
}

.sj_top7>ul>li>p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.sj_top7>ul>li>i {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

/** ---------------------往届------------------- **/
.sj_top6 {}

.sj_top6>ul {
    margin-top: 1.2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sj_top6>ul>li {
    width: 48%;
    cursor: pointer;
}

.sj_top6>ul>li>span {
    overflow: hidden;
}

.sj_top6>ul>li>span>img {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.sj_top6>ul>li>p {
    font-size: .2rem;
    color: #fff;
    margin-top: .2rem;
    text-align: center;
}

.sj_top6>ul>li:hover>span>img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

/** ---------------------报道------------------- **/

.sj_zx {}

.sj_zx>div {
    height: 10rem;
    margin: .6rem 0;
}

.sj_zx>div .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
    padding: 0.2rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.sj_zx>div .swiper-slide>span {
    width: 0.6rem;
    height: .6rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sj_zx>div .swiper-slide>p {
    width: 83%;
}

.sj_zx>div .swiper-slide>p>b {
    font-size: .2rem;
    color: #fff;
    transition: .5s;
}

.sj_zx>div .swiper-slide>p>i {
    font-size: .16rem;
    color: #fff;
    transition: .5s;
    transform: translateY(0.5rem);
}

.sj_zx>div .swiper-slide>i {
    font-size: .16rem;
    color: #fff;
}

.sj_zx .swzxscol {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.1rem;
    position: relative;
    z-index: 10;
}

.sj_zx .swzxscol>span {
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: #fff;
    margin: 0 2px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.sj_zx .swzxscol>span.swiper-pagination-bullet-active {
    width: 25px;
    background-color: #fff;
}

.sj_zx .swiper-slide:hover,
.sj_zx .swiper-slide-active {
    background: linear-gradient(0deg, #3059F9 0%, #59A3F6 100%);
}

.sj_zx>div .swiper-slide-active>p>b,
.sj_zx>div .swiper-slide:hover>p>b {
    margin-bottom: 0.2rem;
}

.sj_zx>div .swiper-slide:hover>p>i,
.sj_zx>div .swiper-slide-active>p>i {
    transform: translateY(0);
}

/** ---------------------峰会金句------------------- **/
.sj_jj {}

.sj_jj>#swjj {
    margin-top: .4rem;
}

.sj_jj>#swjj .swiper-wrapper {
    cursor: grab;
}

.sj_jj>#swjj .scrollbarjj {
    display: flex;
    justify-content: center;
    margin-top: .4rem;
}

.sj_jj>#swjj .scrollbarjj>span {
    background: #fff;
}

.sj_jj>#swjj .scrollbarjj>span.swiper-pagination-bullet-active {
    background: #4dd3ff;
}

/** ---------------------底部------------------- **/
.foot {
    position: relative;
    height: auto !important;
    background: #001365;
}

.foot>.fp-tableCell {
    height: auto !important;
}

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

.footer>ul {}

.footer>ul>li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: .4rem;
}

.footer>ul>li>b {
    font-size: .5rem;
    /* font-weight: bold; */
    color: #fff;
    letter-spacing: .1rem;
}

.footer>ul>li>i {
    font-size: .2rem;
    font-weight: bold;
    color: #fff;
    margin-left: .1rem;
    font-style: italic;
}

.footer>ul>li>span {
    padding: .1rem .15rem;
    font-size: .2rem;
    color: #002749;
    background: #1CC2FF;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.footer>ul>li>u {
    height: 1px;
    width: 100%;
    background-color: #1CC2FF;
}

.footer>ul>li>p {
    font-size: .2rem;
    color: #fff;
    width: 100%;
    margin-top: .1rem;
    padding-left: .15rem;
}

.footer>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 30%;
}

.footer>div>span {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: .2rem;
    align-items: center;
}

.footer>div>p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer>div>p>span {
    width: 60%;
}

.footer>div>p>i {
    font-size: .14rem;
    color: #fff;
    margin-top: .1rem;
    text-align: center;

}

@media screen and (max-width:1024px) {
    .sj_top3>div.t3_2>ul>li {
        width: 31%;
    }

    .sj_top2>ul>li>div>b {
        font-size: 20px;
    }

    .sj_top2>ul>li>div>p {
        font-size: 18px;
    }
}

@media screen and (max-width:768px) {
    .sj_top3>div.t3_2>ul>li {
        width: 100%;
        margin-bottom: 20px;
    }

    .sj_top3>div.t3_2>ul>li>p>i {
        font-size: 16px;
    }

    .sj_top3>div.t3_2>ul>li>p>b {
        font-size: 18px;
    }

    .sj_top3>div.t3_1 {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .sj_top3>div.t3_1>p {
        width: 30%;
        overflow: auto;
    }

    .sj_top3>div.t3_1>p>i {
        font-size: 14px;
    }

    .sj_top3>div.t3_1>ul {
        width: 100%;
        overflow: auto;
        border: none;
        padding: 0;
    }

    .sj_top3>div.t3_1>ul>li {
        display: flex;
        padding: 0.6rem 0;
        border-bottom: 1px solid #fff;
    }

    .sj_top3>div.t3_1>ul>li>p>b {
        font-size: .7rem;
        font-weight: bold;
        color: #fff;
        line-height: 1.5;
    }

    .sj_top3>div.t3_1>ul>li>p>i {
        font-size: .6rem;
        color: #fff;
        margin-top: 0.4rem;
        line-height: 1.5;
    }

    .sj_top3>p>b {
        font-size: 20px;
    }

    .sj_top3>p>i {
        font-size: 16px;
    }

    .sj_top1 {
        margin-top: 2rem;
    }

    .sj_top0>p,
    .sj_top6>ul>li>p {
        font-size: 16px;
    }

    .footer>ul>li>p,
    .footer>ul>li>span {
        font-size: 14px;
    }

    .footer>ul {
        width: 60%;
    }

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

    h2.biaoti>p {
        font-size: 20px;
    }

    .sj_top4>ul>li {
        width: 31%;
    }

    .sj_top4>ul>li>p>b {
        font-size: 16px;
    }

    .sj_top4>ul>li>p>i {
        font-size: 14px;
    }
}

@media screen and (max-width:540px) {
    .sj_top1 {
        margin-top: 4.5rem;
        padding-bottom: 1rem;
    }

    .sj_top1>span {
        width: 70%;
        display: table;
        margin: 0 auto;
    }

    .sj_top1>p {
        font-size: 18px;
        text-align: center;
        margin-top: 10px;
    }

    .sj_top1>i {
        font-size: 16px;
        text-align: center;
    }

    .sj_top1>a {
        font-size: 16px;
        color: #fff;
        border: 1px solid #fff;
        display: table;
        padding: 10px 25px;
        margin: 0 auto;
    }

    h2.biaoti>b {
        margin-right: 10px;
        font-size: 26px;
    }

    h2.biaoti>p {
        font-size: 16px;
    }

    .sj_top0>p {
        font-size: 16px;
        padding: 0;
    }

    .sj_top0 {
        margin: 1rem 0;
    }

    .top1,
    .top2,
    .top3,
    .top4,
    .top5,
    .top6,
    .top0,
    .top7,
    .top_jj,
    .topzx,
    .foot {
        padding: 1rem;
    }

    .sj_top2>ul {
        margin-top: 30px;
    }

    .sj_top2>ul>li>div {
        padding: 30px 15px;
    }

    .sj_top2>ul>li {
        margin-bottom: 10px;
    }

    .sj_top2>ul>li>div>b {
        font-size: 22px;
    }

    .sj_top2>ul>li>div>p {
        font-size: 16px;
    }

    .sj_top3>p>b {
        font-size: 16px;
    }

    .sj_top3>p>i {
        font-size: 14px;
    }

    .sj_top3>p {
        margin-top: 20px;
    }

    .sj_top3>div.t3_1 {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .sj_top3>div.t3_1>p {
        width: 30%;
        overflow: auto;
    }

    .sj_top3>div.t3_1>p>i {
        font-size: 14px;
    }

    .sj_top3>div.t3_1>ul {
        width: 100%;
        overflow: auto;
        border: none;
        padding: 0;
    }

    .sj_top3>div.t3_1>ul>li {
        display: flex;
        padding: 0.6rem 0;
        border-bottom: 1px solid #fff;
    }

    .sj_top3>div.t3_2>ul>li>div>p {
        border-bottom: 1px solid #fff;
        margin-bottom: 0px;
        padding: 5px 0;
    }

    .sj_top3>div.t3_1>ul>li:last-child,
    .sj_top3>div.t3_2>ul>li>div>p:last-child {
        border-bottom: none;
    }

    .sj_top3>div.t3_1>ul>li>p:first-child {
        width: 30%;
    }

    .sj_top3>div.t3_1>ul>li>p:last-child {
        width: 70%;
    }

    .sj_top3>div.t3_1>ul>li>p>span {
        font-size: .7rem;
        color: #fff;
    }

    .sj_top3>div.t3_1>ul>li>p>b {
        font-size: .7rem;
        font-weight: bold;
        color: #fff;
        line-height: 1.5;
    }

    .sj_top3>div.t3_1>ul>li>p>i {
        font-size: .6rem;
        color: #fff;
        margin-top: 0.4rem;
        line-height: 1.5;
    }

    .sj_top3>div.t3_2>ul {
        flex-wrap: wrap;
    }

    .sj_top3>div.t3_2>ul>li {
        width: 100%;
        padding: 10px;
        margin-top: 15px;
    }

    .sj_top3>div.t3_2>ul>li>p>i,
    .sj_top3>div.t3_2>ul>li>i {
        font-size: 14px;
    }

    .sj_top3>div.t3_2>ul>li>div>p>i,
    .sj_top3>div.t3_2>ul>li>div>p>u {
        font-size: .7rem;
    }

    .sj_top3>div.t3_2>ul>li>div>p>b {
        font-size: .6rem;
    }

    .sj_top3>div.t3_2>ul>li>p>b,
    .sj_top4>ul>li>p>b {
        font-size: 16px;
    }

    .sj_top4>ul>li>p {
        bottom: auto;
        width: 120%;
        margin-left: -10%;
        margin-top: -25px;
        position: relative;
    }

    .sj_top4>ul>li {
        width: 48%;
    }

    .sj_top4>ul>li>img {
        width: 80%;
        margin: 0 auto;
    }

    .sj_top5>p {
        justify-content: space-between;
    }

    .sj_top5>p>i {
        width: 48%;
        margin-right: 0;
        height: auto;
    }

    .sj_top4>ul>li>p>i {
        font-size: 12px;
    }

    .sj_top6>ul>li {
        width: 100%;
        margin-bottom: 20px;
    }

    .sj_top6>ul>li>p {
        font-size: 16px;
        margin-top: 10px;
    }

    .footer>ul,
    .footer>div {
        width: 100%;
    }

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

    .footer>ul>li {
        margin-bottom: 15px;
    }

    .footer>ul>li>b {
        font-size: 34px;
    }

    .footer>div>p:last-child {
        margin-left: 15px;
    }

    .footer>ul>li>i {
        font-size: 16px;
    }

    .footer>ul>li>span {
        padding: 10px 15px;
        font-size: 16px;
    }

    .footer>ul>li>p {
        font-size: 16px;
        line-height: 1.5;
    }

    .footer>div>span {
        margin-bottom: 20px;
        display: none;
    }

    .footer>div>p>span {
        width: auto;
    }

    .footer>div>p>i {
        font-size: 12px;
        margin-top: 10px;
    }

    .sj_zx>div .swiper-slide>span {
        width: 35px;
        height: 35px;
    }

    .sj_zx>div .swiper-slide>p>b {
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .sj_zx>div .swiper-slide>p>i,
    .sj_zx>div .swiper-slide>i {
        font-size: 12px;
    }

    .sj_zx>div .swiper-slide>p {
        width: 60%;
    }
}