* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    width: 100%;
    height: 100%;
}
html body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: inherit;
    padding-top: 53px;
}
html body  {
    width: 100%;
    height: 100%;
    background-color: #F6F6F6;
}
html body ul {
    margin: 0;
    padding: 0;
}
html body ul li {
    list-style: none;
}
html body p {
    margin: 0;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5 {
    margin: 0;
    padding: 0;
}
html body a {
    text-decoration: none;
}
html body img {
    border: none;
}
html body input {
    border: none;
    padding: 0;
}
html body button {
    padding: 0;
    background: transparent;
    border: none;
}
@media (min-width: 1920px) {
    #zpFullpage {
        width: 1920px;
        margin: 0 auto;
    }
    body {
        background-color: #0D0C08;
    }

}
.ctBody {
    width: 100%;
    height: auto;
}
.ctTop {
    width: 100%;
    height: 248px!important;
    position: relative;
}
.topBj {
    width: 100%;
    height: 100%;
    position: relative;
}
.topBj img {
    width: 100%;
    height: 100%;
    object-fit:fill
}
.topBox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 40px;
}
.topBox h1 {
    color: #fff;
    font-size: 40px;
    font-family: cursive;
}
.searchBox {
    width: 662px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px auto 0;
}
.searchLeft {
    width: 662px;
    height: 52px;
    display: flex;
    border-radius: 3px;
    overflow: hidden;
}
.searchLeft input {
    background-color: #fff;
    width: 80%;
    height: 100%;
    font-size: 18px;
    text-indent: 18px;
    outline: none;
    float: left;
}
.searchBtn {
    width: 20%;
    height: 100%;
    background-color: #B20B30;
    color: #DECCAC;
    font-size: 20px;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
    display: inline-block;
    float: right;
}
.navUl {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 16px auto 0;
}
.navUl a, .navUl > div {
    width: auto;
    height: auto;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin: 0 12px;
    color: #fff;
    font-size: 18px;
}
.ctBox {
    width: 1250px;
    height: auto;
    min-width: 1250px;
    margin: 30px auto;

}
.ctBox1 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ctBoxLeft {
    width: 218px;
    height: auto;
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 0 10px #DBDEE3;
    margin-right: 18px;
    padding: 25px 0;
}
.ctBoxRight {
    flex: 1;
    height: auto;
    background-color: #fff;
    padding: 38px 42px;
}
.ctBoxLeft a {
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    align-items: center;
    line-height: 50px;
    font-size: 24px;
    color: #111;
}
.ctBoxLeft a:hover {
    background-color: #EEEEEE;
    color: #B20B30;
    cursor: pointer;
}
.ctRightTit {
    width: 100%;
    height: auto;
    text-align: left;
    color: #111111;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.ctRightTit span {
    color: #B20B30;
}
.cdBoxUl {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.cdBoxLi {
    width: auto;
    height: 50px;
    background-color: #F6F6F6;
    color: #111111;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    padding: 0 18px;
    margin-bottom: 16px;
}
.ctBox3 {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 6px;
    padding: 36px 52px;
    margin-top: 20px;
}
.zmBox {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.cdBox {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.zmLabel {
    width: auto;
    height: auto;
    color: #111111;
    font-size: 22px;
    font-weight: bold;
    margin-right: 36px;
}
.zmUl, .cdUl {
    flex: 1;
    height: auto;
}
.zmUl a {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #111111;
    font-size: 18px;
    margin: 0 2px;
    cursor: pointer;
}
.zmUl a:hover {
    background-color: #B20B30;
    color: #fff;
}
.cdUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.cdUl a {
    width: auto;
    height: 28px;
    padding: 2px 14px;
    background-color: #F4F4F4;
    color: #111111;
    font-size: 18px;
    margin: 0 12px 14px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    cursor: pointer;
}
.cdUl a:hover {
    background-color: #B20B30;
    color: #fff;
}


.ctFoot {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 14px;
    color: #999999;
    border-top: 1px solid #f3f3f3;
    padding: 20px 30px;
    margin: 30px 0;
}
.footTop {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
}
.footTop a {
    margin: 0 10px;
    cursor: pointer;
    color: #0a7aec;
}
.footFoot a {
    color: #999999;
}
.pagegation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
}

.pagegation .pages {
    display: flex;
    align-items: center;
}

.pagegation .pages .num {
    width: 44px;
    height: 44px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #ffffff;
    text-align: center;
    line-height: 44px;
    margin-right: 8px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.pagegation .pages .num.active {
    border-color: #b20b30;
    color: #b20b30;
}

.pagegation .pages .num:last-child {
    margin-right: 16px;
}
.pagegation .pages .head, .pagegation .pages .prev, .pagegation .pages .next, .pagegation .pages .end {
    font-size: 16px;
    color: #666666;
    margin-right: 16px;
    cursor: pointer;
}