body,
html {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    position: relative;
    background-color: #0B7EFE;

}

* {
    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;
}

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

.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(../image/header_bg.jpg) no-repeat top left;
    background-size: 100% auto;
}

.top1 {
    padding: 0rem 3.6rem;
    padding-top: 3.2rem;
    position: relative;
    z-index: 10;
}

.top1>i {
    width: 8.2rem;
    margin: 0 auto;
    margin-bottom: 2.3rem;
}

.top1>span {
    width: 3.9rem;
    position: relative;
    margin: 0 auto;
    margin-bottom: .95rem;
    cursor: pointer;
    z-index: 10;
}

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

.top1>span>img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
}

.top1>span:hover>img {
    /* opacity: 0; */
}

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

@keyframes plane {
    25% {
        transform: translate(0.1rem, 0.1rem);
    }

    40% {
        transform: translate(0.1rem, 0);
    }

    50% {
        transform: translate(0, 0);
    }

    60% {
        transform: translate(0, -0.1rem);
    }

    80% {
        transform: translate(-0.1rem, -0.1rem);
    }

    90% {
        transform: translate(-0.1rem, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.top1>p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top1>p>i {
    display: table;
    position: absolute;
    animation-name: plane;
    animation-duration: 7s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.top1>p>i.big {
    width: 2.1rem;
    bottom: 3.1rem;
    right: 5.6rem;
}

.top1>p>i.sm {
    width: 1.28rem;
    bottom: 1rem;
    left: 6rem;
    animation-delay: 1s;
}

.top1>div {
    position: relative;
}

.top1>div>i {
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: .5s;
    position: absolute;
    top: 0.2rem;
    left: -0.18rem;
    z-index: 15;
    cursor: pointer;
}

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

.top1>div>i::after {
    width: 0.1rem;
    height: 0.1rem;
    border-top: 2px solid #364DF3;
    border-left: 2px solid #364DF3;
    transition: .5s;
}

.top1>div>i.sw1_lf::after {
    transform: rotate(135deg) translate(0.03rem, 0.03rem);
}

.top1>div>i.sw1_rt {
    left: auto;
    right: -.18rem;
}

.top1>div>i.sw1_rt::after {
    transform: rotate(-45deg) translate(0.01rem, 0.015rem);
}

.top1>div>i:hover {
    background-color: #FEFFA8;
}

.top1>div .swiper-slide {
    padding: 0.24rem;
    text-align: center;
    font-size: .28rem;
    color: #6CFCFF;
    transition: .5s;
    background: #364DF3;
    border-radius: 6px;
    cursor: pointer;
}

.top1>div .swiper-slide:hover,
.top1>div .swiper-slide.on {
    background: #FEFFA8;
    color: #364DF3;
}

.top1>div .swiper-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    bottom: auto;
    margin-top: 0.3rem;
}

.top1>div .swiper-pagination>span {
    display: block;
    background: #fff;
    transition: .5s;
}

.top1>div .swiper-pagination>span.swiper-pagination-bullet-active {
    width: 0.5rem;
    border-radius: 10px;
}

/* *********************简介********************* */
.tit {
    font-size: .48rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #fff;
    position: relative;
    z-index: 10;
}

.tit>b {
    display: inline-block;
    color: #6CFCFF;
    line-height: 1;
    font-weight: bold;
    margin-left: -0.1rem;
}

.tit>i {
    width: .85rem;
    height: .06rem;
    background: #6CFCFF;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: .15rem;
}

.top2 {
    padding: 0 3.6rem;
    padding-top: .85rem;
    position: relative;
}

.top2::after {
    position: absolute;
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, #1f9afd, #0b7efe);
    top: 2.1rem;
    left: 0;
    filter: blur(3px);
}

.top2>h3 {
    margin-bottom: .15rem;
    position: relative;
    z-index: 10;
}

.top2>p {
    margin-top: .4rem;
    font-size: .2rem;
    color: #fff;
    line-height: 1.7;
    text-align: justify;
    position: relative;
    z-index: 10;
}

/* *********************参赛对象********************* */
.top3 {
    padding: 0.7rem 4rem;
    position: relative;
    background: url(../image/top3_bg2.jpg) no-repeat top left;
    background-size: cover;
    /* background-position: 10% -140%; */
}

.top3>i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.top3>div {
    margin-top: .6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

.top3>div>p {
    width: 50%;
    position: relative;
}

.top3>div>p>b {
    font-size: .24rem;
    /* position: absolute; */
    text-align: center;
    /* top: 1.1rem; */
    color: #fff;
    /* width: 200%; */
    /* left: -50%; */
    margin-bottom: 0.4rem;
}

@keyframes pk {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: translateX(5%);
    }

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

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: translateX(-5%);
    }
}

.top3>div>p>i {
    width: 3.4rem;
    height: 3.07rem;
    margin: 0 auto;
    /* opacity: 0; */
    animation-name: pulse;
    animation-duration: 2.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.top3>div>p:last-child>i {
    animation-delay: .5s;
}

.top3>div>p>i>img {
    width: 100%;
    height: 100%;
}

.top3>div>i {
    display: none;
    width: 30%;
    opacity: 0;
}

/* *********************top4********************* */
.top4 {
    padding: 0.6rem 3.6rem 0 3.6rem;
}

.top4>div {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

.top4>div>ul {
    width: 19%;
}

.top4>div>ul>li {
    padding: 0.2rem;
    background: url(../image/top4_icobg3.png) no-repeat center;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 0.2rem;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    transition: .5s;
    position: relative;
    cursor: pointer;
}

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

.top4>div>ul>li::after {
    content: '';
    width: 4px;
    height: 0;
    background: #6CFCFF;
    border-radius: 2px;
    top: 0.3rem;
    right: -0.2rem;
    transition: .5s;
}

.top4>div>ul>li.on {
    background-image: url(../image/top4_icobg1.png);
}

.top4>div>ul>li.on::after {
    height: 0.9rem;
}

.top4>div>ul>li>i {
    display: table;
    margin: 0 auto;
    max-width: 0.5rem;
}

.top4>div>ul>li>p {
    font-size: .24rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 0.1rem;
}

.top4>div>div {
    width: 77%;
    position: relative;
    background: url(../image/top4_bg22.png) no-repeat center;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
}

.top4>div>div>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
    padding: 0.6rem 0.4rem;
    transition: .5s;
}

.top4>div>div>div.on {
    position: initial;
    z-index: 10;
    opacity: 1;
}

.top4>div>div>div>p {
    margin-bottom: 0.35rem;
}

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

.top4>div>div>div>p>b {
    font-size: .24rem;
    margin-bottom: 0.25rem;
}

.top4>div>div>div>p>i {
    font-size: .2rem;
    position: relative;
    line-height: 1.5;
}

.top4>div>div>div>p>i.on {}

.top4>div>div>div>p>i.on::before {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2B41F4;
    content: '';
    display: inline-block;
    margin-right: 0.1rem;
}

.top4>div>div>div.t4_d2,
.top4>div>div>div.t4_d3 {
    padding: .4rem;
}

.top4>div>div>div.t4_d3>p>i {
    margin-bottom: .1rem;
}

.top4>div>div>div.t4_d3>div {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0.2rem 0.45rem 0.2rem 0.55rem;
    background: linear-gradient(0deg, #7F5CFB 0%, #B19BFF 100%);
}

.top4>div>div>div.t4_d3>div>p {
    font-size: .16rem;
    width: 70%;
    line-height: 1.5;
    color: #fff;
}

.top4>div>div>div.t4_d3>div>div {
    width: 24%;
    background: linear-gradient(0deg, #FFF1D2 0%, #FFFFFF 100%);
    border-radius: 32px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0.2rem;
    padding-left: 5px;
    z-index: 10;
    cursor: pointer;
}

.top4>div>div>div.t4_d3>div>div>i {
    font-size: .16rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: linear-gradient(0deg, #7F5CFB 0%, #B19BFF 100%);
    line-height: .4rem;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 10;
}

.top4>div>div>div.t4_d3>div>div>p {
    font-size: .16rem;
    position: relative;
    z-index: 10;
}

.top4>div>div>div.t4_d3>div>div>p>b {
    font-weight: bold;
    color: #8057FC;
    line-height: 1.5;
}

.top4>div>div>div.t4_d3>div>div>p>i {
    color: #8057FC;
}

.top4>div>div>div.t4_d3>div>span {
    position: absolute;
    width: 1rem;
    top: -0.6rem;
    z-index: 1;
    right: 0.88rem;
}

/* *********************top5********************* */
.top5 {
    padding: 0.85rem 3.6rem 0 3.6rem;
    position: relative;
}

.top5>ul {
    margin: 0.6rem 0 0.45rem 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

.top5>ul>li {
    padding: 0.2rem 0.5rem;
    font-size: .24rem;
    border-radius: 30px;
    color: #FEFFA8;
    transition: .5s;
    margin-left: 0.5rem;
    cursor: pointer;
}

.top5>ul>li:first-child {
    margin-left: 0;
}

.top5>ul>li.on {
    background: #FEFFA8;
    color: #364DF3;
}

.top5>i {
    width: 0.6rem;
    position: absolute;
    top: 5.5rem;
    cursor: pointer;
    z-index: 10;
}

.top5>i.t5_lf {
    left: 2.65rem;
}

.top5>i.t5_rt {
    right: 2.65rem;
}

.top5 .t5_d1 {
    position: relative;
}

.top5 .t5_d1>img {
    width: 100%;
}

.top5 .t5_d1>p {
    font-size: .28rem;
    color: #FEFFA8;
    font-weight: bold;
    position: absolute;
    bottom: 0.35rem;
    left: 3rem;
}

.top5 .t5_d2 {
    padding: 0.8rem 0.6rem;
    background: url(../image/top5_bg21.png) no-repeat center;
    background-size: 100% 100%;
    height: auto;
}

.top5 .t5_d2>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

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

.top5 .t5_d2>ul>li>span {
    width: 2.2rem;
    margin: 0 auto;
}

.top5 .t5_d2>ul>li>b {
    font-size: .2rem;
    color: #FEFFB1;
    font-weight: bold;
    margin-bottom: 0.1rem;
    text-align: center;
}

.top5 .t5_d2>ul>li>p {
    font-size: .18rem;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

.top5>div {
    position: relative;
    z-index: 10;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
}

.top5 .t5_d3 {
    background: url(../image/top5_bg31.png) no-repeat center;
    background-size: 100% 100%;
    padding: 0.4rem 0.6rem;
}

.top5 .t5_d3>p {
    font-size: .18rem;
    color: #fff;
    line-height: 2;
}

.top5 .t5_d3>b {
    font-size: .2rem;
    color: #FEFFB1;
    font-weight: bold;
    margin-top: 0.2rem;
}

.top5 .t5_d3>i {
    font-size: .18rem;
    position: relative;
    line-height: 1.5;
    color: #fff;
    margin-top: 0.1rem;
}

.top5 .t5_d3>i::before {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FEFFB1;
    content: '';
    display: inline-block;
    margin-right: 0.1rem;
}

/* *********************top6********************* */
.top6 {
    padding: 0.95rem 3.6rem 0.5rem 3.6rem;
    position: relative;
    z-index: 10;
}

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

.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;
    border: 1px solid #6CFCFF;
    text-align: center;
    color: #fff;
    position: relative;
    background: linear-gradient(0deg, #0BBAFB 0%, #4285EC 100%);
}

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

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

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

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

.top6>div>img {
    width: 100%;
}

.top6>div>i {
    position: absolute;
    top: 25%;
    width: 0%;
    border-radius: 20px;
    height: 100%;
    background: url(../image/top6_ibg.png) no-repeat center;
    background-size: 100% 100%;
    transition: .8s;
}

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

/* *********************评审规则********************* */
.top7 {
    padding: .9rem 3.6rem 0 3.6rem;
    position: relative;
    z-index: 10;
}

.top7>p {
    font-size: .2rem;
    margin-top: .55rem;
    text-align: justify;
    color: #fff;
    line-height: 1.8;
}

/* *********************提案模板********************* */
.top8 {
    padding: .9rem 3.6rem 0 3.6rem;
    position: relative;
    z-index: 10;
}

.top8>ul {
    margin-top: 0.65rem;
    display: flex;
    justify-content: flex-start;
}

.top8>ul>li {
    display: flex;
    align-items: center;
    margin-left: 0.4rem;
}

.top8>ul>li:first-child {
    margin-left: 0;
}

.top8>ul>li>i {
    width: 12px;
    height: 12px;
    border: 1px solid #6CFCFF;
    border-radius: 50%;
}

.top8>ul>li>p {
    font-size: .2rem;
    color: #fff;
    margin: 0 0.1rem;
}

.top8>ul>li>a {
    font-size: .18rem;
    color: #0B7EFE;
    padding: 0.05rem 0.15rem;
    border-radius: 20px;
    background: #6CFCFF;
    display: flex;
    align-items: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.top8>ul>li:hover>a {
    background: #FEFFAC;
}

.top8>ul>li>a>i {
    margin-left: 0.1rem;
    width: 0.15rem;
}

/* *********************组织架构********************* */
.top9 {
    padding: .9rem 3.6rem 1.6rem 3.6rem;
    position: relative;
    z-index: 10;
}

.top9>p {
    margin-top: .6rem;
}

.top9>p>i {
    font-size: .2rem;
    color: #fff;
    margin-bottom: .2rem;
    text-align: center;
}

.top9>p>i:last-child {
    margin-bottom: 0;
}

/* *********************常见问题********************* */
.qa {
    padding: 2.8rem 3.6rem 0.9rem 3.6rem;
    position: relative;
    z-index: 10;
}

.qa>h2 {
    font-size: .6rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 1px 1px 5px #0E57F7;
}

.qa>p {
    font-size: .18rem;
    display: flex;
    justify-content: center;
    margin-top: 0.45rem;
    margin-bottom: 0.65rem;
    align-items: center;
}

.qa>p>a {
    color: #1699FD;
}

.qa>p>i {
    width: 0.12rem;
    height: 0.12rem;
    border-top: 2px solid #1699FD;
    border-right: 2px solid #1699FD;
    transform: rotate(45deg);
    margin: 0 0.2rem;
}

.qa>ul {}

.qa>ul>li {
    width: 49%;
    border: 1px solid #6CFCFF;
    background: linear-gradient(0deg, #FFEFCF 0%, #FFFFE9 100%);
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    border-radius: 20px;
    padding: 0.35rem 0.3rem 0.35rem 0.5rem;
    position: relative;
    margin-bottom: 2%;
}

.qa>ul>li:nth-child(7),
.qa>ul>li:last-child {
    margin-bottom: 0;
}

.qa>ul>li>b {
    font-size: .2rem;
    color: #2B41F4;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.qa>ul>li>p {
    font-size: .18rem;
    line-height: 1.7;
}

.qa>ul>li>p>a {
    color: #2B41F4;
    text-decoration: underline;
}

.qa>ul>li>span {
    position: absolute;
    top: 0;
    left: 0.18rem;
    font-size: .16rem;
    font-weight: bold;
    color: #2B41F4;
    padding: 0.23rem 0.04rem 0.09rem 0.04rem;
    background: url(../image/cjwt_ico.png) no-repeat center;
    background-size: 100% 100%;
}

/* *********************新闻中心********************* */
.news {
    background: linear-gradient(0deg, #FFEFCF 0%, #FFFFE9 100%);
    padding: 0 0.65rem;
    border-radius: 0.2rem;
    border: 1px solid #6CFCFF;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    margin-top: 0.4rem;
}

.news>b {
    text-align: center;
    padding: 0.15rem 0.83rem;
    font-size: .24rem;
    font-weight: bold;
    color: #fff;
    display: table;
    margin: 0 auto;
    background: linear-gradient(179deg, #015EEA 0%, #6CEFF3 100%);
    border-radius: 0px 0px 23px 23px;
    margin-bottom: 0.35rem;
}

.news.news2>b {

    background: linear-gradient(179deg, #F055A1 21%, #BB5ADB 100%);
}

.news>div>table {
    margin-bottom: .4rem;
}

.news>div>table th {
    color: #2B42F4;
    font-size: .2rem;
    border-right: 1px solid #ACACAC;
    background: #FDFFAC;
    padding: 0.15rem 0;
}

.news.news2>div>table th {
    color: #BD5AD9;
}

.news>div>table .th {
    font-weight: bold;
    font-size: .2rem;
    color: #2B42F4;
    border-bottom: 3px solid #2B42F4;
}

.news.news2>div>table .th {
    color: #BD5AD9;
    border-bottom-color: #BD5AD9;
}

.news>div>table td {
    font-size: .18rem;
    text-align: center;
    border: 1px solid #ACACAC;
    padding: 0.12rem 0;
    border-top: none;
    border-left: none;
    line-height: 1.5;
}

.news>div>table td.jiang {
    position: relative;
    padding-left: 15px;
}

.news>div>table td.jiang>i {
    width: 25px;
    display: inline-flex;
    position: absolute;
    left: 15%;
    transform: translateY(-2px);
}

.news>div>table td:last-child,
.news>div>table th:last-child {
    border-right: none;
}

.news>div>table .las>.th,
.news>div>table .las>td,
.news>div>table .las2 {
    border-bottom: 3px solid #2B42F4;
}

.news.news2>div>table .las>.th,
.news.news2>div>table .las>td,
.news.news2>div>table .las2 {
    border-bottom-color: #BD5AD9;
}

/* *********************导航********************* */
.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;
    cursor: pointer;
}

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

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

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

.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;
    cursor: pointer;
    font-size: 16px;
    font-size: 16px;
    text-underline-offset: 10px;
}

.nav>ul>li>a:hover,
.nav>ul>li.on>a {
    text-decoration: underline;
}

.foot {
    position: relative;
    z-index: 10;
    height: auto !important;
}

.foot {
    height: auto !important;
}

.foot>.bac {
    background-image: url(../image/foot1_bg.png);
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.foot>.bac>span {
    width: 15%;
    transform: scale(1.2);
}

.foot>.bac>span>img {}

.foot>.bac>p {
    font-size: .24rem;
    font-weight: bold;
    color: #fff;
    margin-right: .13rem;
    margin-left: .28rem;
}

.foot>.bac>p>b {
    color: #6CFCFF;
    font-size: .18rem;
    text-align: center;
    margin-bottom: 0.1rem;
}

.foot>.bac>p>i {
    font-size: .16rem;
    color: #fff;
    font-weight: normal;
    line-height: 1.5;
}

.foot>.bac>ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.foot>.bac>ul>li {
    margin-left: .37rem;
}

.foot>.bac>ul>li>span {
    display: table;
    margin: 0 auto;
    width: 1.06rem;
}

.foot>.bac>ul>li>p {
    margin-top: .15rem;
    font-size: .15rem;
    color: #fff;
}

.foot>.bac>ul>li>p>i {
    color: #6CFCFF;
    display: inline-block;
}

.foot>div:last-child {
    margin-top: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-bottom: 0.2rem;
}

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

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

.foot>div:last-child>p>i {
    margin-left: .15rem;
    position: relative;
    width: 0.4rem;
    cursor: pointer;
}

.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,
.top7::after {
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #0B7EFE;
    top: -3px;
    left: 0;
}

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

#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: #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_hua {
    display: none !important;
}

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

    .top4>div>div>div.t4_d3>div>div>i,
    .top4>div>div>div.t4_d3>div>p,
    .top4>div>div>div.t4_d3>div>div>p {
        font-size: 14px;
    }

    .top4>div>div>div.t4_d3>div>div {
        width: 27%;
    }
}

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

    .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>div {
        display: none;
    }

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

    .top1>span {
        width: 50%;
    }

    .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,
    .top4,
    .top5,
    .top6,
    .top7,
    .top8,
    .top9 {
        padding-top: 40px;
    }

    .top3>div>p>b {
        font-size: 14px;
        line-height: 1.5;
    }

    .top3>div>p {
        width: 46%;

    }

    .top3 {
        background: none;
        /* overflow: hidden; */
    }

    .top3>i {
        top: auto;
        bottom: 15%;
        overflow-x: clip;
    }

    .top3>i>img {
        transform: scale(2);
    }

    .top3>div>p>i {
        width: 100%;
        height: 140px;
    }

    .top4>div>ul {
        display: none;
    }

    .top4>div>div {
        width: 100%;
        background: none;
        background-size: cover;
        border-radius: 0px;
        overflow: hidden;
        box-shadow: none;
    }

    .top4>div>div>div {
        position: relative;
        z-index: 10;
        opacity: 1;
        border-radius: 20px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .top4>div>div>div.t4_d1 {
        background-image: url(../image/top4_phbg1.png);
        padding: 8px;
    }

    .top4>div>div>div.t4_d2 {
        background-image: url(../image/top4_phbg2.png);
    }

    .top4>div>div>div.t4_d3 {
        background-image: url(../image/top4_phbg3.png);
        padding-top: 15px;
        padding-bottom: 40%;
    }

    .top4>div>div>div>b {
        color: #fff;
        text-align: center;
        font-size: 16px;
        margin-bottom: 0.6rem;
    }

    .top4>div>div>div.t4_d3>b {
        margin-bottom: 20px;
    }

    .top4>div>div>div>p>b {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .top4>div>div>div>p>i {
        font-size: 12px;
    }

    .top4>div>div>div.t4_d3>div {
        /* position: relative; */
        flex-wrap: wrap;
    }

    .top4>div>div>div.t4_d3>div>div>i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-right: 10px;
    }

    .top4>div>div>div.t4_d3>div>p,
    .top4>div>div>div.t4_d3>div>div {
        width: 100%;
    }

    .top4>div>div>div.t4_d3>div>div {
        margin-top: 10px;
        padding: 10px;
        justify-content: flex-start;
    }

    .top4>div>div>div.t4_d3>div>span {
        position: absolute;
        width: 65px;
        top: auto;
        z-index: 20;
        bottom: 0;
        right: 30px;
    }

    .top5>ul {
        display: none;
    }

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

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

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

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

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

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

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

    .top8>ul {
        justify-content: space-between;
        flex-wrap: wrap;
    }

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

    .top8>ul>li:last-child {
        margin: 0;
        margin-top: 10px;
    }

    .top8>ul>li>a {
        font-size: 14px;
        padding: 5px;
    }

    .top8>ul>li>a>i {
        width: 10px;
    }

    .top8>ul>li {
        margin-left: 0;
    }

    .top8>ul>li:first-child {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }

    .top9>p>i {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .top9>p>i:last-child {
        line-height: 1.5;
    }

    .top9 {
        padding-bottom: 5%;
    }

    .foot>.bac>span {
        display: none;
    }

    .foot>.bac {
        padding: 10px 0;
    }

    .foot>.bac>p>b {
        font-size: 14px;
    }

    .foot>.bac>p>i {
        font-size: 12px;
    }

    .foot>.bac>ul {
        margin-top: 10px;
    }

    .foot>.bac>ul>li>span {
        width: 40%;
    }

    .foot>.bac>ul>li>p {
        font-size: 12px;
        margin-top: 10px;
    }

    .foot>div:last-child>p {
        font-size: 14px;
        width: 45%;
    }

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

    .foot>div:last-child {
        justify-content: space-between;
        padding: 1% 5%;
    }

    .foot>div:last-child>p>i {
        margin-left: 5px;
        width: 20px;
    }

    .foot>div:last-child>p:first-child>i:first-child>img:last-child {
        position: absolute;
        top: -450%;
        left: 0;
        max-width: 1000%;
        width: 400%;
    }

    .totop {
        width: 30px;
    }

    .qa {
        padding: 25% 5% 5% 5%;
    }

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

    .qa>p {
        font-size: 16px;
        margin: 15px 0;
    }

    .qa>ul>li {
        width: 100%;
        border-radius: 20px;
        padding: 30px 15px 15px 30px;
        overflow: hidden;
    }

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

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

    .qa>ul>li>p>a {
        line-height: 1.5;
    }

    .qa>ul>li>span {
        top: -2px;
        font-size: 14px;
        padding: 10px 5px;
    }

    .qa>p>i {
        width: 8px;
        height: 8px;
    }

    .news {
        padding-bottom: 1rem;
    }

    .news>b {
        padding: 10px 20px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .news>div>table th,
    .news>div>table .th {
        font-size: 14px;
    }

    .news>div>table td {
        font-size: 12px;
    }

    .news>div::-webkit-scrollbar-thumb {
        background-color: #2345A7;
        border: 3px solid #2345A7;
    }

    .news>div::-webkit-scrollbar {
        width: 3px;
        height: 6px;
        transition: .5s;
        background-color: #DDDDDD;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
    }

    .news>div {
        overflow: auto;
    }

    .news>div>table {
        width: 200%;
        margin-bottom: 15px;
    }

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