* {
    margin: 0;
    padding: 0;
}

a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
    margin: 0;
    padding: 0
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 400
}

table {
    border-spacing: 0
}


::-webkit-scrollbar {
    width: 0;
    height: 0;
}

li {
    list-style-type: none;
    float: left
}

a {
    text-decoration: none;
    color: #333;
    outline: 0
}

img {
    border: none;
    vertical-align: middle
}

em,
i,
var {
    font-style: normal
}

button {
    font-family: "microsoft yahei", Arial;
    outline: 0;
    cursor: pointer;
    font-size: .26rem;
    border: none
}

iframe {
    border: none
}

input,
select,
textarea {
    outline: 0;
    font-family: "microsoft yahei", Arial;
    font-size: .26rem;
    border-radius: 0;
    border: none;
    background: 0 0
}

input:disabled {
    opacity: 1;
    color: #333
}

button,
input[type=button],
input[type=date],
input[type=number],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none;
    border: none;
    background: 0 0
}

textarea {
    resize: none
}
body,html{
    background: #0D7DEB;
}


@media screen and (max-width: 550px) {
    .page-h5 {
        display: block;
    }

    .page-pc {
        display: none;
    }
}

@media screen and (min-width: 550px) {
    .page-h5 {
        display: none;
    }

    .page-pc {
        display: block;
    }
}

.page-h5 {
    width: 100%;
    height: 100%;
    background: #0D7DEB;
    position: absolute;
}

.h5-bg {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.h5-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

@keyframes xing {
    0% {
        transform: scale(0.9);
    }

    25% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    75% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

.my_xing {
    -webkit-animation-name: xing;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
}

.my_xing1 {
    -webkit-animation-name: xing;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
}
.h5-title{
    width: 100%;
}
.h5-title img{
    width: 70%;
    margin: 5% 0 0 6%;
    display: block;
}
.link-box {
    width: 90%;
    margin: 0 auto;
    margin-top: 5%;
}

.link-li {
    width: 100%;
    height: 40px;
    margin: 8px auto;
    display: block;
}

.link-li-bg {
    width: 70%;
    height: 30px;
    margin: 5px auto;
    border: 1px solid #eee;
    float: left;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
}

.link-btn {
    height: 30px;
    margin: 5px auto;
    float: right;
}
.link-li-bg span{
    width: 20%;
    height: 100%;
    background:  no-repeat center;
    background-size: 100% 100%;
    float: left;
    font-size: 14px;
    color: #000;
}
.link-li-bg p{
    width: 63%;
    height: 100%;
    float: left;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
}
.link-li-bg i{
    width: 15%;
    height: 100%;
    background: no-repeat center;
    background-size: 100% 100%;
    float: left;
    font-size: 13px;
    color: #000;
    padding-right: 2%;

}
.h5-logo{
    width: 100%;
}
.h5-logo img{
    width: 58%;
    display: block;
    margin: 0 auto;
    margin-top: 40%;
}
.tab-box{
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    background: #000000;
}
.tab-box a{
    width: 33%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}
.tab-box a img{
    width: 100%;
    margin: 5% auto;
    display: block;
}
.link-title{
    width: 100%;
    margin-bottom: 20px;
}
.link-title img{
    width: 80%;
    display: block;
    margin: 0 auto;
}
.kefu-img{
    width: 100%;
}
.kefu-img img{
    width: 60%;
    display: block;
    margin: 0 auto;
}
.ljxz-img{
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-top: 2%;
    border-radius: 40px;
}
.ljxz-img img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.zhengshu-img{
    width: 100%;
    margin-top: 8%;
}
.zhengshu-img img{
    width: 90%;
    display: block;
    margin: 0 auto;
}

.page-pc{
    width: 100%;
    min-width: 1480px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background:  no-repeat center;
    background-size: cover;
}
.pc-left{
    width: 40%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
}
.pc-logo{
    width: 40%;
    display: block;
    margin: 4% auto;
}
.pc-zhengshu{
    width: 65%;
    display: block;
    margin: 0 auto;
}
.pc-link{
    width: 500px;
    padding: 15px;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 2%;
}
.pc-link-li{
    width: 100%;
    height: 40px;
    display: block;
    margin: 15px auto;
}
.pc-link-li span{
    width: 100px;
    height: 100%;
    display: block;
    background:  no-repeat center;
    background-size: 100%;
    padding-left: 45px;
    box-sizing: border-box;
    float: left;
    line-height: 43px;
    font-weight: 900;
    color: #a1430f;
    font-size: 16px;
}
.pc-link-li p{
    width: 250px;
    height: 100%;
    border: 1px solid #8f94a0;
    background: #1f2941;
    float: left;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    font-weight: 900;
    border-radius: 20px;
    margin: 0 20px;
    color: #fff;
}
.pc-link-li img{
    width: 100px;
    float: left;
    margin: 3px 0;
}
.pc-kefu{
    width: 500px;
    position: absolute;
    top: 3%;
    right: 0%;
    z-index: 99;
}
.pc-kefu img{
    width: 60%;
    display: block;
    margin: 0 auto;
}
.pc-ljxz-box{
    width: 400px;
    border-radius: 40px;
    height: 58px;
    display: block;
    margin: 0 auto;
}
.pc-ljxz{
    width: 100%;
    display: block;
    margin: 4% auto;
    margin-top: 0px;

}
.title-img{
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
}
.title-img .pc-title{
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 5%;
}
.pc-song{
    width: 70%;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%, 0%);
}
.text01{
    width: 60%;
    display: block;
    margin: 0 auto;
}
.text02{
    width: 70%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}


/* 流光效果 */
.glass {
    position: relative;
    border: none;
    overflow: hidden;
    cursor: pointer;
}

.glass:after {
    position: absolute;
    content: '';
    top: 0;
    left: -10px;
    height: 100%;
    width: 15px;
    background: rgba(255, 255, 255, 0.3);
    filter: blur(5px);
    transform: translateX(-10px) rotate(30deg);
    -webkit-animation: shine 1s infinite linear;
    animation: shine 1s infinite linear;
}
@-webkit-keyframes shine {
    100% {
        transform: translateX(500px) rotate(20deg);
    }
}

@keyframes shine {
    100% {
        transform: translateX(500px) rotate(20deg);
    }
}
/* 放大缩小 */
.zoom {
    -webkit-animation-name: zoom;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.1);
    }
}












