@charset "UTF-8";

/* 初始化 */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* 清除列表标记样式 */

li {
    list-style: none;
}


/* 背景 */

body {
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    /* 头标框架设计 */
    /* 模块总布局设计框架 */
}

body #update {
    width: 100%;
    height: 100%;
    background: #010718;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 8000;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-animation: 20s linear run3;
    animation: 20s linear run3;
}

body #update .big,
body #update .small {
    background: url(../images/jzxz2.png) no-repeat;
    background-size: 100%;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 80;
    -webkit-animation: 3s linear run1;
    animation: 3s linear run1;
}

body #update .small {
    background: url(../images/jzxz1.png) no-repeat;
    background-size: 100%;
    -webkit-animation: 4s linear run2;
    animation: 4s linear run2;
}

body header {
    position: relative;
    height: 1.25rem;
    background: url(../images/head_bg.png) no-repeat top center;
    background-size: 100% 100%;
}

body header h1 {
    font-size: 0.475rem;
    color: #fff;
    text-align: center;
    line-height: 1rem;
}

body header a {
    float: left;
    line-height: 30px;
    margin: 10px 10px;
    color: #fff;
    text-decoration: none;
    border-bottom: 2px #0694f3 solid;
    border-top: 0.5px #0694f3 solid;
}

body header a:hover {
    background-color: #8ed2ff;
}

body .mainbox {
    min-width: 1024px;
    max-width: 1920px;
    padding: 0.125rem 0.125rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body .mainbox .column {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

body .mainbox .column .panel {
    position: relative;
    height: 10rem;
    border: 1px solid rgba(25, 186, 139, 0.17);
    background: rgba(255, 255, 255, 0.04) url("/img/line(1).png");
    padding: 0 0.1875rem 0.5rem;
    margin-bottom: 0.1875rem;
}

body .mainbox .column .panel h2 {
    height: 0.6rem;
    line-height: .75rem;
    text-align: center;
    color: yellow;
    font-size: .3125rem;
    font-weight: 400;
}

body .mainbox .column .panel .left-content,
body .mainbox .column .panel .right-content {
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.28rem;
}

body .mainbox .column .panel .left-content li,
body .mainbox .column .panel .right-content li {
    font-size: .2rem;
    color: #db4416;
}

body .mainbox .column .panel::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #02a6b5;
    border-right: 2px solid #02a6b5;
}

body .mainbox .column .panel::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #02a6b5;
    border-left: 2px solid #02a6b5;
}

body .mainbox .column .panel .panel-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

body .mainbox .column .panel .panel-footer::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #02a6b5;
    border-left: 2px solid #02a6b5;
}

body .mainbox .column .panel .panel-footer::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #02a6b5;
    border-right: 2px solid #02a6b5;
}

body .mainbox .column .panel .right-content h3 {
    font-size: .25rem;
    color: #6b856b;
}

body .mainbox .column .no {
    background: rgba(101, 132, 226, 0.1);
    padding: 0.1875rem;
}

body .mainbox .column .no .no-hd {
    position: relative;
    border: 1px solid rgba(25, 186, 139, 0.17);
}

body .mainbox .column .no .no-hd::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 10px;
    border-top: 2px solid #02a6b5;
    border-left: 2px solid #02a6b5;
    top: 0;
    left: 0;
}

body .mainbox .column .no .no-hd::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 10px;
    border-bottom: 2px solid #02a6b5;
    border-right: 2px solid #02a6b5;
    right: 0;
    bottom: 0;
}

body .mainbox .column .no .no-hd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body .mainbox .column .no .no-hd ul li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.3rem;
    color: #ffeb7b;
    padding: 0.05rem 0;
    font-weight: bold;
}

body .mainbox .column .map {
    position: relative;
    height: 7rem;
}

body .mainbox .column .map .map1,
body .mainbox .column .map .map2,
body .mainbox .column .map .map3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    background: url(../images/map.png) no-repeat;
    background-size: 100% 100%;
}

body .mainbox .column .map .map2 {
    width: 6rem;
    height: 6rem;
    background-image: url(../images/lbx.png);
    opacity: 0.6;
    -webkit-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite;
    z-index: 2;
}

body .mainbox .column .map .map3 {
    width: 5.8rem;
    height: 5.8rem;
    background-image: url(../images/jt.png);
    -webkit-animation: rotate1 10s linear infinite;
    animation: rotate1 10s linear infinite;
}

body footer {
    color: #fff;
    border-top: 0.1px #3f3e3e solid;
    background-color: #010241;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes rotate1 {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes rotate1 {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@-webkit-keyframes run1 {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 1;
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(120deg);
        transform: translate(-50%, -50%) rotate(120deg);
        opacity: 0;
    }
}

@keyframes run1 {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 1;
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(120deg);
        transform: translate(-50%, -50%) rotate(120deg);
        opacity: 0;
    }
}

@-webkit-keyframes run2 {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 1;
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(-120deg);
        transform: translate(-50%, -50%) rotate(-120deg);
        opacity: 0;
    }
}

@keyframes run2 {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 1;
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(-120deg);
        transform: translate(-50%, -50%) rotate(-120deg);
        opacity: 0;
    }
}

@-webkit-keyframes run3 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.5;
    }
}

@keyframes run3 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.5;
    }
}

@-webkit-keyframes tim {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes tim {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}


/*# sourceMappingURL=paly.css.map */