body {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
}

.border {
    border: 1px solid #000;
}

a {
    text-decoration: none;
}


@keyframes ball {
    0% {
        top: 100px;
        right: -100%;
    }
    50% {
        top: 100px;
        right: 0;
    }
}

@keyframes coordinaterun {
    0% {
        /* top: 42%; */
        /* left: 65%; */
        box-shadow: 0px 0px 10px 10px #fff;
    }
    50% {
        /* top: 44%; */
        /* left: 65%; */
        box-shadow: 0px 0px 20px 20px #fff;
    }
    100% {
        /* top: 42%; */
        /* left: 65%; */
        box-shadow: 0px 0px 10px 10px #fff;
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: .9
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: .9;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes icon {
    0% {
        left: 0px;
    }
    25% {
        left: 10px;
    }
    50% {
        left: 0px;
    }
    75% {
        left: 0px;
    }
    100% {
        left: 0px;
    }
}

@keyframes textshadow {
    0% {
        text-shadow: 0px 0px 0px #fff;
    }
    25% {
        text-shadow: 0px 0px 10px #fff;
    }
    50% {
        text-shadow: 0px 0px 0px #fff;
    }
    100% {
        text-shadow: 0px 0px 0px #fff;
    }
}

@keyframes bannertransform {
    0% {
        transform: translate(0px);
        
    }
    /* 25% {
    }
    50% {
    } */
    100% {
        transform: translate(-26px);
    }
}
/* 111 */


/* a:visited {
    color: #fff;
} */


/* * {
    transition: all 0.1s;
} */

button {
    cursor: pointer;
}

.mobile-headerbanner{
    display: none;
    /* margin-top: 100px; */
}
.mobile-headerbanner img{
    position: relative;
    width: 120%;
}
.videodiv {
    position: relative;
}

.vicursor {
    font-size: 16px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vicursor1 {
    top: 43%;
    left: 62%;
}

.vicursor2 {
    top: 14%;
    left: 44%;
}

.vicursor3 {
    top: 32%;
    left: 27%;
}

.vicursor4 {
    top: 50%;
    left: 13%;
}

.vicursor5 {
    top: 21%;
    left: 74%;
}

.vicursor6 {
    top: 65%;
    left: 65%;
}

.vicursor a {
    color: #fff;
}

.coordinate {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: block;
    margin-left: 15px;
    position: relative;
    background: #ffffff85;
    box-shadow: 0px 0px 10px #004EA1;
    z-index: 100;
    cursor: pointer;
}

.coordinate img {
    position: absolute;
    width: 18px;
    height: 18px;
}

.coordinate::after {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    content: '';
    background: #004EA1;
    animation: scale2 2s infinite;
}

.coordinate::before {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    content: '';
    background: #004EA1;
    animation: scale 2s infinite;
}

.coordinate:hover~.cursortitle {
    width: 250px;
    opacity: 1;
}

.cursortitle:hover {
    width: 250px;
    opacity: 1;
}

.cursortitle {
    display: flex;
    justify-content: space-around;
    text-align: center;
    overflow: hidden;
    z-index: 100;
    width: 0px;
    height: 50px;
    margin-left: 20px;
    border-radius: 15px;
    line-height: 50px;
    background-color: #004ea1d7;
    color: #fff;
    opacity: 0;
    transition: all 0.4s;
}

.cursortitle .infoicon {
    position: relative;
}

.cursortitle:hover .texttexiao {
    animation: textshadow 2s;
    animation-iteration-count: infinite;
    /* transition-delay: 2s; */
}

.cursortitle:hover .infoicon {
    animation: icon 2s;
    animation-iteration-count: infinite;
    /* transition-delay: 2s; */
}


/* .pcnav {
    display: inline-block;
} */

/* .movenav {
    display: none !important;
} */

.group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #fff;
    background: rgb(20 19 19);
    /* opacity: 0.7; */
}

.group div:nth-child(1) {
    font-size: 32px;
}

.lineGroup {
    width: 80px;
    height: 1px;
    background: #fff;
}

.group :nth-child(3) {
    font-size: 22px;
}

.group :nth-child(4),
.group :nth-child(5) {
    font-size: 16px;
}

.groupBar {
    width: 75%;
    display: flex;
    justify-content: space-evenly;
}

.groupBar div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mainGroup {
    /* height: 100px; */
    position: relative;
}

.maingroup-img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.maingroup-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.maingroup-text {
    position: relative;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center
}

.maingroup-text .text-1 {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFF;
    margin-top: 10vw;
}

.maingroup-text .text-2 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFF;
}

.div-hr {
    width: 80px;
    height: 1px;
    background-color: #fff;
    margin: 20px 0px 24px 0px;
}

.maingroup-text .text-3 {
    width: 834px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFF;
    line-height: 24px;
}

.group-icon {
    margin-top: 70px;
    width: 1180px;
    /* height: 182px; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.icon-list {
    width: 182px;
    height: 182px;
    /* background: #313C49; */
    background: rgba(49, 60, 73, 0.3);
    border: 1px solid #fff;
    /* opacity: 0.5; */
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.icon-list:hover {
    color: #004ea1;
    border: 1px solid #004ea1;
    background-color: rgba(255, 255, 255, 0.6);
}

.icon-list:hover .head {
    color: #004ea1;
}

.icon-list:hover p {
    color: #004ea1;
}

.icon-list .iconfont {
    font-size: 30px;
    color: #fff;
}

.icon-list p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFF;
    line-height: 24px;
}


/* .group-info-btn a {
    color: #fff;
} */

.group-info-btn {
    position: relative;
    z-index: 100;
    padding: 0px 18px 0px;
    width: 260px;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    background-color: rgba(49, 60, 73, 0.3);
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 10vw;
}

.group-info-btn:hover {
    color: #004ea1;
    border: 1px solid #004ea1;
}

.group-info-btn:hover .info-go-icon {
    color: #fff;
    border: 1px solid #004ea1;
    background-color: #004EA1;
}

.info-go-icon {
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.icon-jiantou_qiehuanyou {
    font-size: 22px;
}

.introduce-list {
    margin: 150px auto 0px;
    margin-bottom: 100px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    cursor: pointer;
}

.list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    /* height: 800px; */
}

.list .imgdiv {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.list img {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.list img:hover {
    width: 105%;
    height: 105%;
}

.introduce-list .list h1:nth-child(1) {
    /* margin-top: 150px; */
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #111214;
}

.introduce-list .list h1:nth-child(2) {
    font-size: 18px;
    font-family: Poppins;
    font-weight: bold;
    color: #111214;
}

.introduce-list .list p:nth-child(4) {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #111214;
}

.introduce-list .list span:nth-child(5) {
    font-size: 70px;
    font-family: Poppins;
    font-weight: bold;
    color: #004EA1;
}

.introduce-list .list span:nth-child(6) {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #004EA1;
}

.introduce-list .list p:nth-child(7) {
    /* width: 399px; */
    /* height: 38px; */
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #111214;
    line-height: 24px;
}

.right-info {
    width: 43px;
    height: 43px;
    background-color: #A5A8B8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
}

.right-info:hover {
    background-color: #004EA1;
}

.icon {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    margin: 1.5px;
}

.info-hr {
    width: 75%;
    height: 2px;
    background-color: #004EA1;
}

.info-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.histroy {
    width: 100%;
    /* margin-top: 200px; */
    height: 960px;
    color: #fff;
    background-color: #00254D;
    position: relative;
    overflow: hidden;
}

.swiper {
    position: relative;
    margin-left: 8% !important;
    margin-top: 30px !important;
    /* margin: 265px 0px 0px 10%; */
    /* width: 800px; */
    height: 550px;
    padding-left: 7% !important;
}
#swiper5 {
    overflow: hidden;
    transition: all 0.4s;
}
#swiper5 .swiper-slide{
    overflow: hidden;
}
.mobile-headerbanner img{
    animation: bannertransform 5s linear infinite;
    transition: all 0.4s;
    animation-direction:alternate;
    /* animation-iteration-count: infinite; */
}
.mascot-img {
    position: absolute;
    left: 45%;
    /* width: 10%; */
}

.histroy-title {
    position: relative;
}

.swiper-slide h1 {
    font-size: 36px;
    font-family: Poppins;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 24px;
}

.swiper-scrollbar {
    left: 0px;
}

.swiper-slide p {
    width: 358px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #A0B5CF;
    line-height: 24px;
}

.yellow {
    position: relative;
    z-index: 100;
    width: 11px;
    height: 11px;
    background: #F3CF1F;
    border-radius: 50%;
    display: inline-block;
}

.histroy-title .title {
    position: relative;
    z-index: 100;
    display: inline-block;
}

.titlediv {
    /* position: absolute; */
    margin-left: 7%;
    margin-top: 180px;
}

.titlediv .title {
    margin-left: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #F3CF1F;
    line-height: 24px;
}

.history-info {
    position: absolute;
    margin-top: -70px;
    margin-left: 15%;
}

.history-info button:hover {
    background-color: #fff;
}


/* .newlist-p:hover {
    color: #004EA1;
} */

.falsevideo {
    position: relative;
    margin-top: 10vw;
}

.falsevideo img {
    position: relative;
    width: 100%;
    object-fit: cover;
}

.broadcastbtn {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 161px;
    height: 101px;
    background: rgba(255, 255, 255, 0.21);
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.broadcastbtn:hover {
    border: 1px solid #004EA1;
}

.broadcastbtn:hover .gobtn {
    border-left: 36px solid #004EA1;
}

.gobtn {
    position: relative;
    left: 18px;
    border-top: 22px solid rgba(0, 0, 0, 0);
    border-bottom: 22px solid rgba(0, 0, 0, 0);
    border-left: 36px solid #fff;
    border-right: 36px solid rgba(0, 0, 0, 0);
}

.groupnews {
    margin-top: 10vw;
    display: flex;
    justify-content: space-around;
}

.newlist {
    width: 400px;
    cursor: pointer;
    margin-right: 10px;
    /* height: 450px; */
}

.newlist:hover .newlist-time {
    color: #004EA1;
}

.newlist:hover .newlist-p {
    color: #004EA1;
}

.newlist .imgdiv {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.newlist .imgdiv img {
    object-fit: cover;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    transition: all 0.5s;
}

.newlist .imgdiv img:hover {
    width: 105%;
}

.newlist-title {
    padding-left: 5%;
    width: 400px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newlist-time {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #909090;
    line-height: 24px;
}

.newlist-p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #202020;
    line-height: 24px;
}

.newlist-title .up h1 {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #121212;
    line-height: 24px;
}

.newlist-title .up p {
    width: 205px;
    /* height: 38px; */
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #121212;
    line-height: 24px;
}

.newlist-title .down {
    width: 90px;
    height: 90px;
    /* border: 1px solid #202020; */
    border: 1px solid #004EA1;
    color: #004EA1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newlist-title .down:hover {
    background-color: #004EA1;
    color: #FFF;
}

.advice-logo {
    float: left;
    width: 40%;
    height: 83px;
    /* border: 1px solid #000; */
}

.advice-logo img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

.advice-help {
    float: right;
    width: 60%;
    height: 83px;
    /* border: 1px solid #000; */
}

.advice-help p {
    margin-bottom: 7px;
    width: 139px;
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.advice-help span {
    margin-left: 5px;
}
.fotbtn-a a{
    color: #fff;
}

@media (max-width:1700px) {
    .newlist {
        margin-right: 70px;
    }
    .newlist .imgdiv {
        height: 190px;
    }
    .newlist-p {
        font-size: 14px;
    }
    .newlist-title .down {
        width: 70px;
        height: 70px;
    }
    .newlist-title {
        height: 310px;
    }
}

@media screen and (min-width: 1921px) {
    .mascot-img img {
        width: 100%;
        transform: translate(0, -20%);
    }
}

@media (max-width: 1199px) {
    .maingroup-text .text-3 {
        width: 650px;
        height: auto;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FEFEFF;
        line-height: 24px;
    }
    .group-icon {
        margin-top: 30px;
        width: 950px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .icon-list {
        width: 16vw;
        height: 16vw;
        /* background: #313C49; */
        background: rgba(49, 60, 73, 0.3);
        border: 1px solid #fff;
        /* opacity: 0.5; */
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 12px;
    }
    .introduce-list {
        /* margin: 150px auto 50px; */
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .mascot-img img {
        /* height: 900px; */
        /* width: 170%; */
        transform: translate(-25%);
    }
    .groupnews {
        margin-top: 200px;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }
    .newlist-title {
        width: 600px;
        height: 150px;
        display: flex;
        flex-direction: row;
        /* justify-content: space-between; */
    }
    .list {
        width: 90%;
    }
    .newlist {
        width: 80%;
        margin-top: 100px;
    }
    .newlist img {
        width: 100%;
    }
    .newlist-title {
        width: 80%;
        height: 150px;
        display: flex;
        flex-direction: row;
    }
}

@media (max-width: 1000px) {
    .mascot-img img {
        /* width: 190%; */
        transform: translate(-35%);
    }
}

@media (max-width: 996px) {
    .pcorpad{
        display: none;
    }
    .mobile-headerbanner{
        display: block;
    }
    /* .sub-group-list {
        background-color: #fff;
    } */
    .newlist {
        margin-right: 0px;
    }
    .cursortitle {
        display: none;
    }
    .newlist .imgdiv {
        height: auto;
    }
    .falsevideo img {
        height: 250px;
    }
    .maingroup-text .text-1 {
        font-size: 22px;
    }
    .maingroup-text .text-2 {
        font-size: 16px;
    }
    .icon-list p {
        font-size: 12px;
    }
    .icon-jiantou_qiehuanyou {
        font-size: 15px;
    }
    .headvideo {
        height: 85vh;
        object-fit: cover;
    }

    .newlist-time {
        font-size: 13px;
    }
    .newlist-p {
        font-size: 13px;
    }
    .newlist {
        margin-top: 40px;
    }
    .newlist-title {
        height: auto;
    }
    .groupnews {
        margin-top: 50px;
    }
    .newlist-title .up h1 {
        font-size: 20px;
    }
    .newlist-title .up p {
        font-size: 13px;
    }
    .newlist-title .down {
        font-size: 25px;
        width: 50px;
        height: 50px;
        margin-top: 20px;
    }
    .info-go-icon {
        width: 19px;
        height: 19px;
    }
    .group-info-btn {
        font-size: 13px;
        /* margin-top: 105px; */
        width: 180px;
        height: 30px;
    }
    .history-info {
        /* margin-top: 450px; */
    }
    .swiper {
        margin-top: 35px;
        height: 350px;
    }
    .histroy {
        height: 550px;
    }
    .titlediv .title {
        font-size: 10px;
    }
    .introduce-list .list h1:nth-child(1) {
        margin-top: 55px;
        font-size: 20px;
    }
    .introduce-list .list h1:nth-child(2) {
        font-size: 12px;
    }
    .introduce-list .list p:nth-child(4) {
        font-size: 12px;
    }
    .list .imgdiv {
        margin: 0px auto;
        width: 90%;
        height: 160px;
    }
    .introduce-list {
        padding-top: 60px;
        padding-bottom: 60px;
        margin: auto;
        background-color: #F7F7F7;
        /* padding: 10px */
    }
    .right-info {
        width: 30px;
        height: 30px;
        margin-right: 20px;
    }
    .icon {
        width: 4px;
        height: 4px;
    }
    .introduce-list .list {
        /* padding-left: 10px; */
        background-color: #fff;
        margin-top: 20px;
        width: 85%;
        height: auto;
    }
    .list h1 {
        margin-left: 20px;
    }
    .list p {
        margin-left: 20px;
    }
    .list span {
        margin-left: 20px;
    }
    .list>div {
        margin-left: 20px;
        justify-content: space-around;
    }
    .maingroup-text .text-3 {
        height: auto;
        font-size: 13px;
        width: 90%;
    }
    .icon-list .iconfont {
        font-size: 20px;
        margin-top: 10px;
    }

    .group-icon {
        margin-top: 30px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .icon-list {
        width: 26vw;
        min-height: 26vw;
        height: auto;
    }
    .list img {
        width: 100%;
    }
    .info-hr {
        width: 65%;
    }
    .mascot-img {
        position: absolute;
        left: 40%;
        width: 310px;
        top: 200px;
    }
    .swiper-slide p {
        width: 227px;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 300;
        color: #A0B5CF;
        line-height: 24px;
    }
    .titlediv {
        margin-top: 50px;
    }
    .introduce-list .list span:nth-child(5) {
        font-size: 43px;
    }
    .introduce-list .list span:nth-child(6) {
        font-size: 16px;
    }
    .introduce-list .list p:nth-child(7) {
        width: 80%;
        font-size: 12px;
    }
    .footer-button div {
        font-size: 21px;
    }
}

@media (max-width: 470px) {
    .newlist .imgdiv {
        height: auto;
    }
}

@media (max-width: 400px) {
    .newlist .imgdiv {
        height: auto;
    }
}