* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

li {
    list-style: none;
}

body {
    background: #E9EAED;
    overflow-x: hidden;
    padding-top: 60px;
}

.clear {
    clear: both;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
}

.flexcon {
    display: flex;
}

#canvasbj {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#canvasbj canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#gototop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 2000;
    background: #fff;
    padding: 10px;
}

#gototop span {
    font-size: 40px;
    color: #333;
    cursor: pointer;
}

.head {
    width: 100%;
    background: #2626a1;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
}

.head:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    content: '';
    background: #000 linear-gradient(to left, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
}

.head .container {
    display: flex;
}

.head .navbtn {
    display: none;
}

.head .logo {
    height: 60px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head .logo h1 {
    font-size: 18px;
    color: #fff;
}

.head .logo p {
    margin-left: 20px;
    font-size: 14px;
    color: #fff;
}

.head .nav {
    margin: 0 20px;
    height: 60px;
    flex: 1;
}

.head .nav ul {
    display: flex;
    height: 100%;
}

.head .nav ul li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.head .nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 15px;
    transition: all 0.5s;
}

.head .nav ul li a:hover {
    color: #F32043;
}

.head .search {
    width: 80px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head .search a {
    font-size: 18px;
    color: #fff;
    transition: all 0.5s;
}

.head .search a:hover {
    color: #F32043;
}

.canvas-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 30px;
    margin-top: 20px;
}

.canvas-wrap canvas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
}

.banner {
    margin: 20px auto;
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .swiper-pagination-bullet {
    position: relative;
}

.banner .swiper-pagination-bullet i {
    background: #007aff;
    height: 2px;
    width: 20px;
    position: absolute;
    top: 3px;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 3;
    transition-timing-function: linear;
}

.banner .swiper-pagination-bullet-active span, .swiper-pagination-bullet:hover span {
    width: 9px;
    height: 9px;
    margin-top: 0;
    margin-left: 0;
    background: #007aff;
    position: relative;
    z-index: 1;
}

.banner .swiper-pagination-bullet-active i {
    animation: middle 6s;
}

.banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
    animation: first 6s;
}

.banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
    animation: last 6s;
}

@keyframes first {
    0% {
        transform: scaleX(0.5);
        left: 0px;
    }
    100% {
        transform: scaleX(1);
        left: 2px;
    }
}

@keyframes last {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    20% {
        transform: scaleX(0.3);
        left: 2px;
    }
    100% {
        transform: scaleX(0.3);
        left: 0px;
    }
}

@keyframes middle {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    20% {
        transform: scaleX(0.45);
        left: 2px;
    }
    100% {
        transform: scaleX(1);
        left: 2px;
    }
}

#albumswiper {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: black;
    z-index: 9999;
}

#albumswiper #albumswiperp {
    color: #fff;
}

.footer {
    margin-top: 20px;
    background: #2626a1;
    text-align: center;
    padding: 20px 0 0 0;
    position: relative;
}

.footer:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    content: '';
    background: #000 linear-gradient(to left, #2626a1, #5ac8fa, #007aff, #34aadc, #5856d6, #2626a1);
}

.footer p {
    margin: 5px 0;
    font-size: 14px;
    color: #fff;
}
.footer p a{
    color: #fff;
}
.rightflexbox {
    display: none;
    position: fixed;
    top: 50%;
    width: 280px;
    background: #fff;
    z-index: 9999;
    transform: translateY(-50%);
}

.rightflexbox .zfbox {
    padding-bottom: 10px;
}

.rightflexbox .zfbox ul li {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rightflexbox .zfbox ul li p {
    height: 26px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.rightflexbox .zfbox ul li img {
    margin-top: 15px;
    width: 60%;
    display: block;
    border: 1px solid #ccc;
}

@media screen and (max-width: 1200px) {
    .banner {
        padding: 0 10px;
    }

    .flexcon {
        width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 720px) {
    .head .container {
        justify-content: center;
    }

    .head .navbtn {
        height: 60px;
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .head .navbtn span {
        color: #fff;
        font-size: 18px;
    }

    .head .logo {
        flex: 1;
    }

    .head .nav {
        position: fixed;
        left: -40vw;
        top: 61px;
        height: 100%;
        width: 40vw;
        margin: 0;
        background: #2626a1;
        flex: none;
        z-index: 9999;
    }

    .head .nav ul {
        display: block;
    }

    .head .nav ul li {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        border-bottom: 1px dashed #ccc;
    }

    .banner {
        margin: 10px auto;
    }
}

@media screen and (max-width: 480px) {
    .head .logo {
        flex: 1;
    }

    .head .logo p {
        display: none;
    }

    .banner {
        padding: 0;
        margin: 0 auto 10px auto;
        width: 100%;
    }
}

/*# sourceMappingURL=common.css.map */
