@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(/uploads/image/iswixingshi/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: ;
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;
}