*{padding:0px; margin:0px;}
a{text-decoration:none; color:black;}
img{border:none;}
input[type=text],input[type=password],input[type=button],input[type=submit],textarea{padding:5px; border:solid 1px #D4D4D4; border-radius:4px;}
html {
    height: 100%;
}
body {
    height: 100%;
}
@font-face {
    font-family: '庞门正道标题体';
    src: url('/asset/font/PangMengZhengDaoBT3.0.ttf');
}
@media screen and (min-width:768px) {
    *{font-size:16px;}
}
@media screen and (max-width:768px) {
    *{font-size:14px;}
}
.top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: black;
    z-index: 99999;
}
.top .container {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top .container .menus a {
    color: #e0e0e0;
}

@media screen and (min-width:768px) {
    .top {
        height: 105px;
    }
    .top .container .navBtn {
        display: none;
    }
    .top .container .menus a {
        font-family: 庞门正道标题体;
        font-size: 22px;
        margin-left: 30px;
    }

    .top .container .menus a:hover {
        color: white;
    }

    .top .container .menus a.cur {
        color: #00ccff;
    }
}

@media screen and (max-width:768px) {
    .top {
        height: 70px;
    }
    .top .container .logo {
        height: 50px;
        margin-left: 15px;
    }
    .top .container .navBtn {
        margin-right: 20px;
    }
    @keyframes menuOpenAni {
        from {
            top: 60px;
        }
        to {
            top: 70px;
        }
    }
    @keyframes menuCloseAni {
        from {
            top: 70px;
        }
        to {
            top: 60px;
        }
    }
    .top .container .menus {
        width: 100px;
        position: fixed;
        z-index: 1000;
        top: 60px;
        right: 0px;
        display: none;
        flex-direction: column;
        align-items: center;
        background: black;
        padding: 10px;
    }

    .top .container .menus a {
        margin: 15px 0;
    }
}

.middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 65px;
}

.container {
    padding-top: 15px;
    display: block;
    margin: auto;
}

@media screen and (min-width:768px) {
    .container {
        width: 1230px;
    }
}

.more {
    width: 100px;
    border: solid 2px gray;
    border-radius: 40px;
    padding: 10px;
    margin: 10px auto;
    display: block;
    text-align: center;
}

@media screen and (min-width:768px) {
    .more {
        padding: 5px;
    }
}


.more:hover {
    color: white;
    background: #4078e1;
    border-color: #4078e1;
}
.moreW {
    color: white;
}

.bottom-box {
    width: 100%;
    background: black;
    color: white;
    font-size: 13px;
    padding-bottom: 20px;
}

.bottom-box * {
    color: white;
    font-size: 13px;
}

.bottom-box .links {
    line-height: 1.5;
    padding: 15px 0;
    border-bottom: solid 1px white;
}

.bottom-box .copyright {
    text-align: center;
    margin: 15px 0;
}

@media screen and (max-width:768px) {
    .bottom-box .container{
        padding: 15px;
    }
}

.midBox {
    width: 100%;
    background: #f4f4f4 url("https://cdmjwl-web1.oss-cn-beijing.aliyuncs.com/wing_bg.png") center no-repeat;
}

.midBox .container .title {
    display: flex;
    align-items: center;
}

.midBox .container .title span {
    display: block;
    width: 15px;
    height: 50px;
    background: #0042d7;
}

.midBox .container .title * {
    font-family: 庞门正道标题体;
    font-size: 65px;
}

.midBox .container .title .zh {
    color: #0042d7;
    margin-left: 25px;
}

.midBox .container .title .eng {
    color: #f4f4f4;
    -webkit-text-stroke: 1px #cccccc;
    text-stroke: 1px #cccccc;
    margin-left: 25px;
}

.midBox .container .mContBody {
    background: white;
    padding: 20px;
    margin: 30px 0;
}

@media screen and (min-width:768px) {
    .midBox .container .title {
        margin-top: 30px;
    }
    .midBox .container .title * {
        font-size: 65px;
    }
}

@media screen and (max-width:768px) {
    .midBox .container .title * {
        font-size: 26px;
    }
    .midBox .container .title .zh {
        white-space: nowrap;
    }
}

.pager{
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.pager a {
    background: #DDEAF0 no-repeat 4px center;
    padding: 0px 8px;
    text-decoration: none;
    border: solid 1px #BFD6E0;
    border-radius: 4px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    margin: 0 5px;
}

.pager a.pcs {
    background: #529EC5;
    border-color: #1084BD;
    color: white;
}