body,
html {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    position: relative;
    background: linear-gradient(0deg, #000866 0%, #1064E1 20%, #161E8F 100%);
    font-size: 100px;
}

@media screen and (max-width:1440px) {
    html {
        font-size: 75px;
    }
}

@media screen and (max-width:1366px) {
    html {
        font-size: 70px;
    }
}

@media screen and (max-width:1280px) {
    html {
        font-size: 66px;
    }
}

@media screen and (max-width:1024px) {
    html {
        font-size: 53px;
    }
}

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

body::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
}

body.on::before {
    display: none;
}

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

#container {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: transparent;
}

.sj_main {
    max-width: 1200px;
    margin: 0 auto;
}

div.sj_video,
div.sj_video2 {
    position: fixed;
    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);
}

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

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

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

div.sj_video>div>i,
div.sj_video2>div>i {
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    background-color: rgb(102 98 98 / 50%);
    font-size: .28rem;
    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;
}

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

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

.totop {
    position: fixed;
    z-index: 15;
    bottom: 10%;
    right: 1rem;
    cursor: pointer;
    width: .61rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    opacity: 0;
    display: none;
}

.totop.on {
    opacity: 1;
}

.totop>img {
    position: relative;
    width: 100%;
}

.totop>img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.totop:hover>img {}

.totop:hover>img:last-child {
    opacity: 1;
}

/* *********************top1********************* */
.index_main {
    background: url(../img/header_bg2.jpg) no-repeat top left;
    background-size: 100% auto;
    background-position: 0 -1rem;
    background-color: #d1e5fe;
}

.top1 {
    padding: 2.4rem .8rem .95rem 2.3rem;
    position: relative;
    z-index: 10;
}

.top1>i {
    width: 5.38rem;
}

.top1>i:first-child {
    margin-bottom: .5rem;
    transform: scale(1.2);
}

.top1>b {
    font-size: .3rem;
    margin-top: .4rem;
    padding-left: 2rem;
    letter-spacing: .1rem;
    /* font-weight: bold; */
    color: #8559f6;
    background: linear-gradient(3deg, #895df7 0%, #355cf9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

a.more {
    margin: .8rem 0 0 1.6rem;
    font-size: .24rem;
    padding: .25rem .8rem;
    border-radius: 0.1rem;
    position: relative;
    display: table;
    transition: .5s;
    color: #fff;
    background: url(../img/more_bg.png) no-repeat;
    background-size: 100% 100%;
}

a.more::after {}

a.more::before {}

a.more:hover::before {
    opacity: 1;
}

a.more>i {
    position: absolute;
    width: .65rem;
    bottom: 0rem;
    right: -.7rem;
    transition: .5s;
    opacity: 0;
}

a.more:hover {}

a.more:hover::after {}

a.more:hover>i {
    opacity: 1;
}

/* *********************简介********************* */
.tit {
    position: relative;
    z-index: 10;
    font-size: .4rem;
    padding-bottom: .19rem;
    display: table;
    margin: 0 auto;
}

.tit::after {
    background: linear-gradient(90deg, #3059F9 0%, #8959F6 100%);
    height: .04rem;
    bottom: 0;
    left: 0;
    width: 100%;
}

.tit>i {
    width: 1.3rem;
    position: absolute;
    top: -.55rem;
    left: .58rem;
    z-index: -1;
}

.tit_p {
    font-size: .24rem;
    text-align: center;
    margin-top: .5rem;
    line-height: 1.5;
}

.top2 {
    padding: 1.1rem 1.9rem 0.8rem 1.9rem;
    position: relative;
    z-index: 10;
}

.top2>h3 {
    margin-left: 0;
}

.top2>div {
    /* margin-top: .2rem; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top2>div>div {
    width: 50%;
}

.top2>div>div>h3 {
    margin-left: 0;
    margin-bottom: .4rem;
}

.top2>div>div>b {
    font-size: .24rem;
    font-weight: bold;
}

.top2>div>div>i {
    font-size: .2rem;
    line-height: 1.6;
    margin-top: .4rem;
}

.top2>div>div>p {
    margin-top: .55rem;
    font-size: .24rem;
    display: flex;
    align-items: center;
}

.top2>div>div>p>b {
    font-size: .24rem;
    font-weight: bold;
    color: #00aff0;
    padding: .11rem .04rem;
    background: #fff;
    border-radius: .1rem;
    margin: 0 .05rem;
    letter-spacing: .04rem;
    text-align: center;
}

.top2>div>p {
    width: 45%;
    background: linear-gradient(0deg, #FEFEFF 0%, #F3F5F8 100%);
    padding: .25rem .2rem .15rem .2rem;
    box-shadow: 0rem 0rem 0.3rem 0rem rgba(51, 51, 51, 0.1);
    border-radius: 0.06rem;
    border: 1px solid #FFFFFF;
}

.top2>div>p>b {
    font-size: .2rem;
    margin: .2rem 0;
    font-weight: bold;
}

.top2>div>p>i {
    font-size: .16rem;
}

.top2>div>p>a {
    z-index: 10;
    margin-left: auto;
    margin-bottom: .1rem;
    margin-top: -.5rem;
    padding: .2rem .6rem;
    font-size: .2rem;
}

.top2>div>p>a>i {
    display: none;
}

.top2>div>p>a::before {
    position: absolute;
    right: -.25rem;
}

.top2>div>p>span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: .15rem;
    overflow: hidden;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
}

.top2>div>p>span>i {
    transition: .5s;
    position: absolute;
    width: .8rem;
    cursor: pointer;
    transform: scale(1);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.top2>div>p>span>i:hover {
    transform: scale(1.1);
}

.top2>div>p>span::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #32baf1;
    opacity: .2;
    border: 1px solid #fff;
}

/* *********************参赛对象********************* */
.top3 {
    position: relative;
    z-index: 10;
    padding: .8rem 0;
    background-color: #dae9ff;
}

.top3>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 1.9rem;
    margin-top: .5rem;
}

.top3>ul>li {
    width: 25%;
    padding: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.top3>ul>li::before,
.top3>ul>li::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .5s;
    z-index: -1;
}

.top3>ul>li::before {
    background: linear-gradient(90deg, #00AFF0 0%, #8959F6 100%);
    opacity: 0;
}

.top3>ul>li::after {
    background: linear-gradient(-90deg, rgb(187 192 255 / 30%) 0%, #FFFFFF 100%);
    opacity: 1;
}

.top3>ul>li>span {
    width: .8rem;
}

.top3>ul>li>b {
    font-size: .24rem;
    margin-left: .25rem;
    font-weight: bold;
    transition: .5s;
}

.top3>ul>li.on>b {
    color: #fff;
}

.top3>ul>li.on {}

.top3>ul>li.on::before {
    opacity: 1;
}

.top3>ul>li.on::after {
    opacity: 0;
}

.top3>div {
    position: relative;
    padding: 0;
    margin: 0 1.9rem;
}

@keyframes wid100 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.top3>div::before {
    height: .04rem;
    background: linear-gradient(90deg, #00AFF0 0%, #8959F6 100%);
    bottom: 0;
    left: 0;
    z-index: 20;
    animation-duration: 5s;
    animation-iteration-count: 1;
}

.top3>div.on::before {
    animation-name: wid100;
}

.top3>div::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../img/top3_bg.png) no-repeat center;
    background-size: cover;
}

.top3 .swiper-slide {
    padding: 0 1.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0 !important;
}

.top3 .swiper-slide-active {
    opacity: 1 !important;
}

.top3 .swiper-slide>span {
    width: 35%;
    height: 4rem;
    transform: translateY(10%);
}

.top3 .swiper-slide:first-child>span,
.top3 .swiper-slide:last-child>span {
    width: 40%;
}

.top3 .swiper-slide>span>img {
    max-height: 100%;
}

.top3 .swiper-slide>div {
    width: 51%;
    /* padding-top: 1.2rem; */
}

.top3 .swiper-slide>div>p {
    display: flex;
}

.top3 .swiper-slide>div>p>i {
    width: .75rem;
    margin-right: .15rem;
}

.top3 .swiper-slide>div>i {
    margin-top: .35rem;
    font-size: .2rem;
    width: 130%;
}

.top31 {
    position: relative;
    z-index: 10;
    /* background: url(../img/top31_bg.png) no-repeat center; */
    /* background-size: cover; */
    padding: .8rem 1.9rem .8rem 1.9rem;
    background-color: #dae9ff;
}

.top31>a {
    font-size: .2rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-top: .5rem;
}

.top31>p {
    margin-top: .1rem;
    font-size: .18rem;
}

.top31>a>em {
    display: flex;
    font-weight: bold;
    align-items: center;
    margin-left: .2rem;
    color: #00aff0;
    font-size: .2rem;
}

.top31>a>em>i {
    font-weight: bold;
    font-size: .24rem;
    color: #00aff0;
    height: .2rem;
}

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

.top31>ul>li {
    width: 24%;
    padding: .2rem .25rem;
    background: #fff;
    border-radius: .2rem;
    margin-bottom: 2.5%;
    box-shadow: 0rem 0rem 0.3rem 0rem rgba(51, 51, 51, 0.05), 0rem 0rem 0.3rem 0rem #FDFDFD, 0rem 1rem 2rem 0rem rgba(253, 253, 253, 0.8), 0rem 0rem 0.3rem 0rem rgba(32, 63, 153, 0.15);
}

.swgk.top31>ul>li {
    width: 32%;
}

.top31>ul>li>p {
    display: flex;
    align-items: center;
}

.top31>ul>li>p>b {
    padding: .07rem .2rem;
    font-size: .14rem;
    border-radius: .06rem;
    color: #fff;
    background: linear-gradient(270deg, #856EFA 0%, #6057F4 100%);
}

.top31>ul>li.dif>p>b {
    padding: 0;
    background: none;
    display: flex;
}

.top31>ul>li.dif>p>b>i {
    padding: .07rem .02rem;
    width: 0.6rem;
    text-align: center;
    font-size: .14rem;
    border-radius: .06rem;
    color: #fff;
    margin-right: .1rem;
    background: linear-gradient(270deg, #856EFA 0%, #6057F4 100%);
}

.top31>ul>li>p>i {
    font-size: .18rem;
    margin-left: .1rem;
    font-weight: bold;
    width: 69%;
    line-height: 1.5;
}

.top31>ul>li.dif>p>i {
    width: 60%;
}

.top31>ul>li>i {
    font-size: .14rem;
    margin-top: .2rem;
    color: #717171;
    line-height: 1.5;
}

.top31>ul>li>div {
    display: flex;
    margin-top: .15rem;
    flex-wrap: wrap;
}

.top31>ul>li>div>p {
    font-size: .16rem;
    padding: .1rem;
    margin-right: .1rem;
    margin-bottom: .1rem;
    border-radius: .1rem;
    color: #6d54eb;
    border: 1px solid #6d54eb;
    background: rgb(109 84 235 / 4%);
}

.top31>ul>li>div>p:nth-child(2) {
    border-color: #d18b00;
    color: #d18b00;
    background: rgb(209 139 0 / 4%);
}

.top31>ul>li>div>p:nth-child(3) {
    border-color: #d6260b;
    background: rgb(214 38 11 / 4%);
    color: #d6260b;
}

.top31>ul>li>div>p:nth-child(4) {
    color: #038024;
    border-color: #038024;
    background: rgb(3 128 36 / 4%);
}

/* *********************top4********************* */
.top4 {
    position: relative;
    z-index: 10;
    padding: 1.35rem 1.9rem .8rem 1.9rem;
    background: linear-gradient(-90deg, #D1E8FD 0%, #FFFFFF 100%);
}

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

.top4>ul>li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: .15rem;
    position: relative;
    transition: .5s;
    width: 20%;
    padding: 2.35rem 0 0.8rem .15rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top4>ul>li>span {
    width: 1.7rem;
}

.top4>ul>li>b {
    font-size: .4rem;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: .5rem;
    left: .3rem;
    transition: .5s;
}

.top4>ul>li>div {
    position: absolute;
    bottom: -2rem;
    left: 1.1rem;
    width: 9rem;
    transition: .5s;
}

.top4>ul>li>div>p {
    display: flex;
    align-items: center;
    margin-bottom: .15rem;
}

.top4>ul>li>div>p>b {
    font-size: .2rem;
    /* font-size: .16rem; */
    font-weight: bold;
    color: #fff;
}

.top4>ul>li>div>p>i {
    font-size: .2rem;
    color: #fff;
}

.top4>ul>li.on {
    width: 78%;
    padding-left: 1.1rem;
    padding-bottom: 1.9rem;
}

.top4>ul>li.on>b {
    bottom: 2.3rem;
    left: 3rem;
}

.top4>ul>li.on>div {
    bottom: .5rem;
}



/* *********************top6********************* */
.top6 {
    padding: 0.95rem 1.9rem 0.8rem 1.9rem;
    position: relative;
    z-index: 10;
    background: linear-gradient(0deg, #EAF1FA 0%, #FFFFFF 100%);
}

.top6>i {
    font-size: .2rem;
    text-align: center;
    color: #feffb1;
    margin-top: 2rem;
}

.top6>ul {
    margin-top: 0.55rem;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    position: relative;
    z-index: 10;
}

.top6>ul>li {}

.top6>ul>li:last-child {
    margin-right: 0;
}

.top6>ul>li>p {
    font-size: .2rem;
    padding: 0.2rem;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    position: relative;
}

.top6>ul>li>p>i {
    position: absolute;
    top: -.35rem;
    left: 0;
    z-index: -1;
    width: 100%;
    overflow: hidden;
    height: .85rem;
}

.top6>ul>li>p>i>img {
    height: 1.5rem;
}

.top6>ul>li>p::after {
    background: url(../img/top6_bg2.png) no-repeat center;
    background-size: cover;
    width: 0.13rem;
    height: 0.12rem;
    transform: scale(1.2);
    bottom: -0.03rem;
    left: 47%;
}

.top6>ul>li>span {
    width: 0.7rem;
    display: table;
    margin: 0.1rem auto;
}

.top6>ul>li>i {
    font-size: .2rem;
    color: #333;
    text-align: center;
    line-height: 1.2;
}

.top6>div {
    margin-top: -1.15rem;
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
    /* box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.64); */
    z-index: 1;
}

.top6>div>u {
    width: 100%;
    height: .2rem;
    background: #e7f3fe;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    display: block;
}

.top6>div>i {
    position: absolute;
    top: 0;
    width: 0%;
    border-radius: .5rem;
    height: .2rem;
    background: url(../img/top6_ibg.png) no-repeat center;
    background: linear-gradient(to right, #865AF6 0%, #00AFF0 100%);
    background-size: 100% 100%;
    transition: .8s;
}

.top6>div>i.animated {
    width: 11.5%;
}

.top6>p {
    font-size: .2rem;
    margin-top: .55rem;
    text-align: center;
    color: #333;
    line-height: 1.8;
}


.top6>p>i {
    font-weight: bold;
    color: #00aff0;
    display: inline;
}

/* *********************评审规则********************* */
.top7 {
    padding: 1.35rem .55rem .65rem .55rem;
    position: relative;
    z-index: 10;
    background: url(../img/top6_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.top7>div {
    margin-top: .45rem;
    padding: 0.5rem 1.4rem .9rem 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top7>h3 {
    color: #fff;
}

.top7>div>i {
    position: absolute;
    width: .8rem;
    height: .8rem;
    font-size: .5rem;
    color: #333;
    z-index: 20;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FEFEFE;
    box-shadow: 0rem 0rem 0.3rem 0rem rgba(51, 51, 51, 0.1);
    transition: .5s;
    left: 0;
    cursor: pointer;
}

.top7>div>div {
    align-items: flex-end;
    height: 4.5rem;
}

.top7>div>i:hover {
    color: #fff;
    background-color: #00aff0;
}

.top7>div>i:last-child {
    right: 0rem;
    left: auto;
}

.top7>div .t7_d1 {
    padding: .1rem .8rem .6rem .8rem;
    border-radius: .25rem 0 0 .25rem;
    /* background: rgb(254 254 254 / 40%); */
    /* box-shadow: 0rem 0rem 0.3rem 0rem rgba(51,51,51,0.1); */
    transition: .5s;
    opacity: .5;
}

.top7>div .swiper-slide {
    position: absolute;
    top: 23%;
    left: 0;
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.top7>div .on {
    z-index: 10;
}

.top7>div .swiper-slide.on0 {
    left: -33%;
}

.top7>div .swiper-slide.on1 {
    left: 0%;
}

.top7>div .swiper-slide.on2 {
    left: 33%;
}

.top7>div .swiper-slide.on3 {
    left: 66%;
}

.top7>div .swiper-slide.on4 {
    left: 100%;
}

.top7>div .t7_d1>b {
    padding: .2rem .55rem;
    font-weight: bold;
    font-size: .24rem;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -.55rem;
    background: url(../img/top6_ico_bg.png) no-repeat center;
    background-size: 100% 100%;
    left: 33%;
    transition: .5s;
}

.top7>div .t7_d1>p {
    font-size: .12rem;
    text-align: center;
    line-height: 1.5;
    transition: .5s;
}

.top7>div .t7_d1>ul {
    margin-top: .2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    transition: .5s;
}

.top7>div .t7_d1>ul>li {
    width: 32%;
}

.top7>div .t7_d1>ul>li:nth-child(2) {
    width: 36%;
}

.top7>div .t7_d1>ul>li>p {
    font-size: .16rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: .5s;
}

.top7>div .t7_d1>ul>li>p>b {
    transition: .5s;
}

.top7>div .t7_d1>ul>li>p>i {
    font-size: .12rem;
    transition: .5s;
}

.top7>div .t7_d1>ul>li>span {
    margin: .07rem 0;
}

.top7>div .t7_d1>ul>li>b {
    font-size: .12rem;
    text-align: center;
    transition: .5s;
}

.top7>div .t7_d1.on {
    padding: .7rem .2rem .2rem .2rem;
    opacity: 1;
    top: 0;
}

.top7>div .t7_d1.on>b {
    top: -.15rem;
}

.top7>div .t7_d1.on>p {
    color: #fff;
    font-size: .14rem;
    transform: translateY(.3rem);
}

.top7>div .t7_d1.on>ul {
    transform: translateY(.9rem);
}

.top7>div .t7_d1.on>ul>li {}

.top7>div .t7_d1.on>ul>li>p {
    color: #fff;
}

.top7>div .t7_d1.on>ul>li>p>b {
    color: #fff;
    font-size: .3rem;
}

.top7>div .t7_d1.on>ul>li>p>i {
    color: #fff;
}

.top7>div .t7_d1.on>ul>li>span {}

.top7>div .t7_d1.on>ul>li>b {
    color: #fff;
    font-size: .16rem;
}

.top7>div .t7_d2 {
    padding: .4rem .4rem .6rem .25rem;
    /* border-radius: 0 .25rem .25rem 0; */
    /* background: rgb(254 254 254 / 40%); */
    /* box-shadow: 0rem 0rem 0.3rem 0rem rgba(51, 51, 51, 0.1); */
    transition: .5s;
    opacity: .5;
}

.top7>div .t7_d2>b {
    padding: .2rem;
    font-weight: bold;
    font-size: .24rem;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -.55rem;
    background: url(../img/top6_ico_bg.png) no-repeat center;
    background-size: 100% 100%;
    left: 33%;
    transition: .5s;
}

.top7>div .t7_d2.on>b {
    top: -.3rem;
}

.top7>div .t7_d2>ul {
    display: flex;
    justify-content: space-between;
    padding: 0 .2rem;
    position: relative;
}

.top7>div .t7_d2>ul::after {
    width: 100%;
    height: 50%;
    top: -10%;
    left: 0;
    background: #00aff0;
    z-index: -1;
    border-radius: .2rem;
    transition: .5s;
}

.top7>div .t7_d2>ul>li {
    width: 23%;
    /* transition: .5s; */
    position: relative;
}

.top7>div .t7_d2.swiper-slide-duplicate-active>ul>li {
    width: 100%;
}

.top7>div .t7_d2>ul>li>p {
    font-weight: normal;
    font-size: 0.24rem;
    color: #4794FF;
    line-height: 0.14rem;
    text-stroke: 0.01px #FFFFFF;
    -webkit-text-stroke: 1px #FFFFFF;
    text-align: center;
}

.top7>div .t7_d2>ul>li>b {
    font-size: .12rem;
    text-align: center;
    font-weight: bold;
    margin-top: .1rem;
    color: #fff;
    transition: .5s;
}

.top7>div .t7_d2>ul>li>div {
    transition: .5s;
    margin-top: .05rem;
    border-radius: .25rem;
    background: rgb(254 254 254 / 40%);
    box-shadow: 0rem 0rem 0.3rem 0rem rgba(51, 51, 51, 0.1);
    height: 86%;
    padding-top: .1rem;
}

.top7>div .t7_d2>ul>li>div>span {
    width: .4rem;
    border-radius: 50%;
    background: rgb(254 254 254 / 40%);
    box-shadow: 0rem 0rem 0.3rem 0rem rgba(51, 51, 51, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: .5s;
}

.top7>div .t7_d2>ul>li>div>p {
    margin-top: .1rem;
    line-height: 1.5;
    font-size: .1rem;
    padding: 0 .1rem;
    transition: .5s;
}

.top7>div .t7_d2>ul>li>div>p>i {
    position: relative;
    margin-top: .05rem;
    line-height: 1.6;
    padding-left: .1rem;
    transition: .5s;
}

.top7>div .t7_d2>ul>li>div>p>i>em {
    display: none;
    color: #fff;
}

.top7>div .t7_d2.on>ul>li>div>p>i>em {
    display: inline;
}

.top7>div .t7_d2>ul>li>div>p>i::before {
    width: 0.06rem;
    height: 0.06rem;
    background: linear-gradient(0deg, #3059F9 0%, #59A3F6 100%);
    border-radius: 50%;
    position: absolute;
    top: .05rem;
    left: 0rem;
    transition: .5s;
}

.top7>div .t7_d2.on>ul>li>div>p>i::before {
    opacity: 0;
}

.top7>div .t7_d2.on {
    padding: .3rem .2rem .1rem .2rem;
    opacity: 1;
    top: 0;
}

.top7>div .t7_d2.on>ul {
    display: block;
}

.top7>div .t7_d2.on>ul::after {
    opacity: 0;
}

.top7>div .t7_d2.on>ul>li {
    width: 100%;
}

.top7>div .t7_d2.on>ul>li>p {
    display: none;
}

.top7>div .t7_d2.on>ul>li>b {
    position: absolute;
    width: 80%;
    left: 21%;
    font-size: .2rem;
    text-align: left;
}

.top7>div .t7_d2.on>ul>li>div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* padding-bottom: .3rem; */
    /* padding-top: .6rem; */
    background: rgb(254 254 254 / 10%);
}

.top7>div .t7_d2.on>ul>li>div>span {
    width: .9rem;
    transform: translate(-.2rem, 0px);
}

.top7>div .t7_d2.on>ul>li>div>p {
    width: 80%;
    font-size: .16rem;
    color: #fff;
    margin-top: .3rem;
    padding-left: 0;
}

.top7>div .t7_d2.on>ul>li>div>p>i {
    color: #fff;
    padding: 0;
}

/* *********************主办单位********************* */
.top8 {
    position: relative;
    z-index: 10;
    background: #3B67F1;
}

.top8>.t8_d1 {
    display: flex;
    justify-content: space-between;
}

.top8>.t8_d1>div {
    width: 23%;
    height: 8.5rem;
}

.top8>.t8_d1>div .swiper-wrapper {
    transition-timing-function: linear;
}

.top8>.t8_d1>div .swiper-slide {}

.top8>.t8_d1>div .swiper-slide>img {
    max-height: 100%;
}

.top8>.t8_d2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 100%;
    background: linear-gradient(0deg, #00AFF0 0%, rgba(32, 177, 241, 0.1) 100%);
    padding: .9rem 1.9rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.top8>.t8_d2>div {
    padding: .5rem 1rem .5rem .6rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top8>.t8_d2>div>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 60%;
}

.top8>.t8_d2>div>a {
    margin: 0;
    z-index: 10;
}

.top8>.t8_d2>div>p {
    width: 27%;
    display: flex;
    justify-content: space-between;
}

.top8>.t8_d2>div>p>a {
    width: 42%;
    font-size: .2rem;
    text-align: center;
}

.top8>.t8_d2>div>p>a>img {
    margin-bottom: .15rem;
}


.top8>.t8_d2>div>ul>li {
    position: relative;
    /* width: 33%; */
}

.top8>.t8_d2>div>ul>li:last-child {
    margin-left: 0;
    transform: translateX(.2rem);
    -webkit-transform: translateX(.2rem);
    -moz-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    -o-transform: translateX(1rem);
}

.top8>.t8_d2>div>ul>li:nth-child(2)::after {
    width: 1px;
    height: 100%;
    top: 0;
    right: -0.6rem;
    border-left: 1px dashed #333;
}

.top8>.t8_d2>div>ul>li:nth-child(2)::before {
    width: 1px;
    height: 100%;
    top: 0;
    left: -.4rem;
    border-left: 1px dashed #333;
}

.top8>.t8_d2>div>ul>li>b {
    font-size: .24rem;
    font-weight: bold;
}

.top8>.t8_d2>div>ul>li>p {
    font-size: .16rem;
    margin-top: .15rem;
    display: flex;
    align-items: center;
}

.top8>.t8_d2>div>ul>li>p>i {
    font-size: .24rem;
    margin-top: .3rem;
}

.top8>.t8_d2>div>ul>li>p>i::before {
    right: 0;
}

.top8>.t8_d2>div>ul>li>p.da {
    font-size: .18rem;
    font-weight: bold;
}

.top8>.t8_d2>div>ul>li>p>a {
    display: flex;
    font-weight: bold;
    align-items: center;
    margin-left: .2rem;
    color: #00aff0;
    font-size: .18rem;
}

.top8>.t8_d2>div>ul>li>p>a>i {
    font-weight: bold;
    font-size: .24rem;
    color: #00aff0;
    height: .2rem;
}

.top8>.t8_d2>div>ul>li>div {
    font-size: .2rem;
    display: flex;
    margin: .2rem 0;
    font-weight: bold;
}

.top8>.t8_d2>div>ul>li>div>b {
    color: #00aff0;
    font-weight: bold;
}

.top8>.t8_d2>div>ul>li>i {
    font-size: .2rem;
    display: table;
    padding: .15rem .3rem;
    border-radius: .5rem;
    background: linear-gradient(0deg, #865AF6 0%, #00AFF0 100%);
    color: #fff;
    font-weight: bold;
}

/* *********************评审规则********************* */
.top9 {
    padding: 1.35rem 1.6rem .8rem 1.5rem;
    position: relative;
    z-index: 10;
    background: linear-gradient(180deg, #FFFFFF 0%, #BEE5FF 100%);
}

.top9>b {
    font-size: .24rem;
    margin-top: .5rem;
    text-align: center;
    font-weight: bold;
}

.top9>div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1rem;
    position: relative;
}

.top9>div>div {
    background: linear-gradient(0deg, #865AF6 0%, #00AFF0 100%);
    border-radius: 0.3rem;
    width: 49%;
    position: relative;
    padding: .7rem .3rem .3rem .4rem;
}

.top9>div>div>span {
    position: absolute;
    right: 0;
    top: -.8rem;
    width: 45%;
}

.top9>div>div>b {
    font-size: .3rem;
    color: #fff;
    font-weight: bold;
}

.top9>div>div>p {
    font-size: .24rem;
    margin-top: .4rem;
    color: #fff;
}

.top9>div>div>ul {
    margin-top: .4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top9>div>div>ul>li {
    width: 23%;
    background: linear-gradient(253deg, rgb(216 245 250 / 10%) 0%, rgb(242 253 255 / 30%) 100%);
    border-radius: 0.2rem;
    border: 1px solid #F2FDFF;
    padding: .4rem .15rem .18rem .15rem;
    position: relative;
}

.top9>div>div>ul>li>span {
    width: .7rem;
    position: absolute;
    top: -.14rem;
    left: -.1rem;
}

.top9>div>div>ul>li>b {
    font-size: .18rem;
    color: #fff;
    font-weight: bold;
    padding-left: .4rem;
}

.top9>div>div>ul>li>p {
    font-size: .16rem;
    line-height: 1.5;
    color: #fff;
    margin-top: .2rem;
}

/* *********************常见问题********************* */
.top10 {
    position: relative;
    z-index: 10;
    padding: 1.35rem 1.9rem .8rem 1.9rem;
    background: linear-gradient(0deg, #FFFFFF 0%, #CBEAFF 100%);
}

.top10>p {
    margin-top: .5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top10>p>a {
    width: 32%;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    overflow: hidden;
}

.top10>p>a>img {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.top10>p>a:hover>img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* *********************导航********************* */
.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 1.9rem;
    /* padding-bottom: 0.4rem; */
    /* background-color: rgb(255 255 255 / 20%); */
}

.nav::after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #865AF6 30%, #00AFF0 60%, rgba(255, 255, 255, 0) 100%);
}

.nav.on {
    background: #fff;
}

.nav>span {
    width: 1.5rem;
    cursor: pointer;
}

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

.nav>ul>li {
    font-size: .16rem;
    margin-left: 0.3rem;
    padding-right: 0.3rem;
    border-right: 1px solid #fff;
}

.nav.on>ul>li {
    border-color: #333;
}

.nav>ul>li:last-child {
    padding-right: 0;
    border: none;
}

.nav>ul>li>a {
    color: #333;
    border-bottom: 1px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
    font-size: 16px;
    font-size: .2rem;
    text-underline-offset: 10px;
}

.nav>ul>li>a:hover,
.nav>ul>li.on>a {
    color: #00aff0;
    text-decoration: underline;
    font-weight: bold;
}



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

#nav-icon span {
    display: block;
    position: absolute;
    z-index: 50;
    height: 4px;
    width: 100%;
    background: #00aff0;
    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_hua {
    display: none !important;
}

/********************* 底部 ***********************/
.footer {
    position: relative;
    z-index: 20;
    padding: .8rem 1.2rem .8rem 1.4rem;
    background: #fff;
}

.footer>div {}

.footer>div>span {
    width: 1.45rem;
    margin-bottom: .4rem;
}

.footer .foot_1 {
    justify-content: space-between;
}

.footer .foot_1>div {
    display: flex;
    align-items: center;
    width: 20%;
    justify-content: space-between;
}

.footer .foot_1>div>p {}

.footer .foot_1>div>p>span {
    width: 1.4rem;
    margin: 0 auto;
}

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

.footer .foot_1>div>div {}

.footer .foot_1>div>div>p {
    font-size: .16rem;
    margin-bottom: .15rem;
}

.footer .foot_1>div>div>b {
    font-size: .2rem;
    color: #00aff0;
    margin-bottom: .2rem;
}

.footer .foot_1>div>div>b:last-child {
    margin-bottom: 0;
}

.footer .foot_1>div>div>b>span {
    display: inline;
    font-weight: bold;
}

.footer .foot_1>ul {
    justify-content: space-between;
    width: 76%;
}

.footer .foot_1>ul>li {
    border-left: 1px dashed #999;
    padding: 0 .54rem;
}

.footer .foot_1>ul>li:last-child {
    padding-right: 0;
}

.footer .foot_1>ul>li>b {
    font-size: .2rem;
    margin-bottom: .2rem;
}

.footer .foot_1>ul>li>p {
    font-size: .16rem;
}

.footer .foot_1>ul>li>p>a {
    font-size: .16rem;
    margin-bottom: .12rem;
    transition: .5s;
}

.footer .foot_1>ul>li>p>a:hover {
    color: #00aff0;
}

.footer .foot_2 {
    margin-top: .2rem;
    align-items: center;
}

.footer .foot_2>i {
    font-size: .16rem;
    margin-right: .2rem;
}

.footer .foot_2>ul {
    display: flex;
}

.footer .foot_2>ul>li {
    position: relative;
    margin-right: .15rem;
    cursor: pointer;
}

.footer .foot_2>ul>li>img {
    width: 100%;
    width: .4rem;
    transition: .5s;
}

.footer .foot_2>ul>li:hover>img {
    opacity: 0;
}

.footer .foot_2>ul>li:first-child>img:nth-child(2) {
    position: absolute;
    top: -250%;
    left: 0;
    transform: scale(3.5);
    display: none;
}

.footer .foot_2>ul>li:first-child:hover>img:nth-child(2) {
    display: block;
    opacity: 1;
}

.footer .foot_2>ul>li:hover>img:last-child {
    opacity: 1;
}

.footer .foot_2>ul>li>img:last-child {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}

.footer .foot_2>p {
    display: flex;
    justify-content: flex-end;
    width: 80%;
}

.footer .foot_2>p>a {
    font-size: .16rem;
    margin-left: .4rem;
    position: relative;
    transition: .5s;
}

.footer .foot_2>p>a:hover {
    color: #00aff0;
}

.footer .foot_2>p>a::after {
    content: '';
    width: .1rem;
    height: .02rem;
    background: #333;
    top: .05rem;
    right: -.22rem;
}

.footer .foot_2>p>a:last-child::after {
    display: none;
}

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

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

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

@media screen and (max-width:1024px) {
    .nav {
        padding: 2% 5%;
    }

    #nav-icon {
        display: block;
    }

    .nav>span {
        width: 30%;
        position: relative;
        z-index: 50;
    }

    .nav>ul {
        align-items: center;
        justify-content: center;
        display: block;
        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%);
    }

    .nav>ul.on {
        transform: translateY(0%);
    }

    .nav>ul>li {
        margin-left: 0;
        border-right: none;
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 10px 0;
        color: #fff;
        font-weight: 500;
    }

    .nav>ul>li>a {
        font-size: 16px;
        color: #fff;
    }

    .top1,
    .top2,
    .top3,
    .top4,
    .top5,
    .top6,
    .top7,
    .top8,
    .top9 {
        padding: 0 5%;
    }
}

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

@media screen and (max-width:540px) {
    .nav>span {
        width: 110px;
    }

    #nav-icon {
        transform: translateY(6px);
    }

    .top1 {
        padding-top: 30%;
    }

    .top1>u {
        font-size: 24px;
        line-height: 1.5;
    }

    .top1>div {
        display: none;
    }

    .top1>i {
        width: 100%;
        margin-bottom: 1.3rem;
        position: relative;
        z-index: 20;
        font-size: 10px;
    }

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

    .top1>b>i {
        font-size: 14px;
    }

    .top1>span {
        width: 50%;
    }

    .top2 {
        margin-top: 1rem;
    }

    .top2::after {
        top: -3.9rem;
    }

    .tit {
        font-size: 20px;
    }

    .tit>i {
        width: 40px;
        height: 2px;
        margin-top: 6px;
    }

    .top2>p {
        margin-top: 10px;
        font-size: 14px;
    }

    .top3>p,
    .top4>p {
        font-size: 14px;
    }

    .top3,
    .top4,
    .top5,
    .top6,
    .top7,
    .top8,
    .top9 {
        padding-top: 40px;
    }

    .top3>ul>li,
    .top3>ul>li.on {
        width: 100%;
        height: auto;
    }

    .top3>ul>li.t3_li2 {
        margin-top: 10px;
    }

    .top3>ul>li>p>b {
        /* font-size: 20px;
        margin-top: 30px; */
    }

    .top3>ul>li>p>i {
        width: 45px;
        margin-top: 10px;
    }

    .top3>ul>li>div>b {
        font-size: 18px;
    }

    .top3>ul>li>div {
        width: 100%;
        left: 0;
        opacity: 1;
    }

    .top3>ul>li>p {
        opacity: 0;
    }

    .top3>ul>li>span {
        right: 1rem;
        top: -.65rem;
    }

    .top3>ul>li>div>p {
        font-size: 16px;
        width: 70px;
        padding: 9px 5px 15px 5px;
    }

    .top3>ul>li>div>p>i {
        width: 18px;
    }

    .top3>ul>li>div>i {
        font-size: 14px;
    }

    .top3>ul>li>div>div>i,
    .top3>ul>li>div>div>b {
        font-size: 14px;
    }

    .top3>ul>li>span {
        width: 4.2rem;
    }

    .top4>ul>li {
        width: 100%;
        margin-top: 60px;
        padding: 10px;
        padding-left: 0;
    }

    .top4>ul>li>span {
        width: 150px;
    }

    .top4>ul>li>i {
        top: -40px;
        width: 80px;
    }

    .top4>ul>li>div {
        padding-left: 10px;
    }

    .top4>ul>li>div>b {
        font-size: 16px;
    }

    .top4>ul>li>div>p>span {
        width: 8px;
        height: 8px;
        top: 7px;
        left: 10px;
    }

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

    .top4>ul>li:last-child>i {
        right: .6rem;
        width: 100px;
    }

    .top5>ul {
        display: none;
    }

    .top5>div>div {
        background-size: 100% 100%;
        margin-top: 20px;
        padding: 10px;
    }

    .top5 .t5_d1>p>i {
        font-size: 14px;
        color: #FFD271;
    }

    .top5 .t5_d3>i,
    .top5 .t5_d3>li {
        font-size: 14px;
    }

    .top5>div>div>span {
        font-size: 18px;
        color: #FEFFA8;
        text-align: center;
        font-weight: bold;
    }

    .top5>div {
        box-shadow: none;
    }

    .top5 .t5_d1>p {
        font-size: 14px;
        text-align: center;
        position: relative;
        bottom: 0;
        line-height: 1.5;
        left: 0;
        color: #fff;
    }

    .top5 .t5_d1 {
        background-size: contain;
        background-position: top left;
        background-repeat: no-repeat;
        background-color: #ef56c2;
    }

    .top5 .t5_d2>ul>li>span {
        width: 50%;
    }

    .top5 .t5_d2>ul>li>b {
        font-size: 14px;
        line-height: 1.5;
    }

    .top5 .t5_d3 {
        background-size: contain;
        background-repeat: no-repeat;
        background: none;
    }

    .top5 .t5_d2>ul>li>p {
        font-size: 12px;
    }

    .top5 .t5_d3>p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 1.5;
    }

    .top5 .t5_d3>b {
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .top5 .t5_d3>i {
        font-size: 14px;
    }

    .top5 .t5_d2 {
        background-size: cover;
    }

    .top5 .t5_d2>ul {
        justify-content: center;
    }

    .top5 .t5_d2>ul>li {
        width: 50%;
    }

    .top6>ul {
        padding: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .top6>ul>li>p {
        line-height: 1.2;
        font-size: 14px;
        padding: 5px;
    }

    .top6>ul>li>span {
        width: 20px;
    }

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

    .top6>div {
        margin-top: -10.5%;
        display: none;
    }

    .top6>p {
        font-size: 12px;
        line-height: 1.3;
        text-align: center;
        color: #feffb1;
        margin-top: 2rem;
    }

    .totop {
        width: 30px;
    }

    .ph_hua {
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #2345A7;
        text-decoration: none;
        margin-top: 20px;
        position: relative;
        z-index: 20;
    }

    .ph_hua>img {
        margin-right: 10px;
        width: 20px;
        animation: scroll-att-left 2s infinite both;
        -webkit-animation: scroll-att-left 2s infinite both;
    }

    .ph_hua>img:last-child {
        margin-right: 0;
        margin-left: 10px;
        animation: scroll-arr-act 2s infinite both;
    }

    @keyframes scroll-att-left {

        0%,
        20%,
        50%,
        80%,
        100% {
            transform: translateX(0);
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
        }

        40% {
            transform: translateX(2px);
        }

        60% {
            transform: translateX(-6px);
        }
    }

    @keyframes scroll-arr-act {

        0%,
        20%,
        50%,
        80%,
        100% {
            transform: translateX(0);
        }

        40% {
            transform: translateX(-6px);
        }

        60% {
            transform: translateX(2px);
        }
    }
}