@charset"utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul li {
    list-style: none;
}
html, body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: PingFangSC-Regular, PingFang SC;
}
button {
    cursor: pointer;
}
a {
    text-decoration: none;
}
#zqhd {
    width: 100%;
    height: auto;
    min-width: 1440px;
}
.hdTop {
    width: 100%;
    height: 428px;
}
.swiper-container1 {
    width: 100%;
    height: 100%;
}
.hdTop img {
    width: 100%;
    height: 100%;
}
.hdNav {
    width: 100%;
    height: 60px;
    background-color: #C0003C;
    text-align: center;
}
.hdNavBox {
    width: 1366px;
    height: 60px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.hdNavBox > div {
    flex: 1;
    text-align: center;
}
.hdNav > div a {
    font-size: 18px;
    color: rgba(225,225,225, 0.8);
    text-decoration: none;
}
.hdNav > div a:hover {
    cursor: pointer;
    font-weight: bold;
    color: #fff;
}
.hashBtnActive {
    font-weight: bold;
    color: #fff!important;
}
.hdBody {
    width: 100%;
    margin: 0 auto;
    height: auto;
    background-color: #F6F6F6;
    border-bottom: 1px solid transparent;
}
.hdBody > div {
    width: 1366px;
    margin: 0 auto;
    box-sizing: border-box;
}
.Introduce {
    width: 100%;
    height: auto;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
}
.crumbs {
    width: 100%;
    height: auto;
}
.crumbs li {
    display: inline-block;
}
.crumbs li a {
    color: #949494;
    font-size: 16px;
    cursor: pointer;
}
.introduceFoot {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px 80px 25px;
    margin-top: 20px;
}
.introduceTit {
    width: auto;
    height: auto;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 1px;
}
.introduceContent {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    overflow: hidden;
    margin-top: 7px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 28px;
}
.body1,.body2 ,.body3 ,.body4,.body5  {
    padding-top: 28px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.bodyTitle {
    width: 100%;
    height: auto;
    margin: 0 auto 28px;
    color: #111;
    font-size: 20px;
    font-weight: bold;
}
.bodyContent {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 9px;
}
.bodyList1LeftBox {
    width: 252px;
    height: 174px;
    position: relative;
}
.jngTopBjBox {
    width: 100%;
    height: 174px;
    position: relative;
    overflow: hidden;
}
.jngTopBj {
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    text-align: center;
}
.jngTop {
    width: 100%;
    height: 174px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    cursor: pointer;
}
.jngTop .txImg {
    width: auto;
    height: 100%;
    max-width: 100%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.bodyContent1 {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 40px 80px;
    box-sizing: border-box;
}
.bodyContent2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bodyContent2 > a {
    width: 653px;
    height: 272px;
    display: flex;
    background-color: #fff;
    padding: 46px 40px;
    box-sizing: border-box;
    margin-bottom: 45px;
    border-radius: 3px;
}
.bodyContent2 > a:nth-child(odd) {
    margin-right: 60px;
}
.bodyContent2 > a:last-child,.bodyContent2 > a:nth-last-child(2) {
    margin-bottom: 0;
}
.bodyList2Left {
    width: 270px;
    height: 100%;
    border-radius: 4px;
}
.bodyList2LeftBox {
    width: 270px;
    height: 100%;
    position: relative
}

.jngTopBjBox2 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.jngTopBj {
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    text-align: center;
}
.jngTop {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    cursor: pointer;
}
.jngTop .txImg {
    width: auto;
    height: 100%;
    max-width: 100%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}



.bodyList2Right {
    width: 0;
    height: 100%;
    margin-left: 36px;
    flex: 1;
    padding: 8px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.bodyContent3 {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 60px 60px;
    box-sizing: border-box;
}
.bodyContent3 a {
    width: 592px;
    height: 200px;
    display: flex;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 50px;
}
.bodyContent3 a:last-child,.bodyContent3 a:nth-last-child(2) {
    margin-bottom: 0;
}
.bodyList3Right {
    width: 0;
    height: 100%;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: space-between;
}
.bodyContent4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: #fff;
    padding: 28px 30px;
    box-sizing: border-box;
}
.bodyContent4 > a {
    width: 240px;
    height: auto;
    display: flex;
    box-sizing: border-box;
    margin: 0 10px 45px;
    border-radius: 3px;
    flex-direction: column;
}
.zpCover {
    background-image: url("https://www.elhamxmedia.com/__xh__/imgs0.zupu.cn/photos/common/20201103/81a2a4b4-effa-467c-9363-07dd5869fb8b.png");
    background-size: 100% 100%;
    width: 202px;
    height: 290px;
    position: relative;
}
.familyCon {
    position: absolute;
    right: 10px;
    top: 10px;
    background: white;
    text-align: center;
}
.borderDiv {
    width: 24px;
    position: relative;
    border: 1px solid #704a12;
}
.borderDiv img{
    width: 12px;
    height: 10px;
    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 */
}
.familyName {
    font-size: 14px;
    word-wrap: break-word;
    background-color: #fff;
    color: #93631c;
    max-height: 166px;
    width: 14px;
    padding: 10px 0;
    letter-spacing: 5px;
    margin-left: 5px;
}
.bodyList4Top {
    width: 202px;
    height: 290px;
    margin: 0 auto;
}
.bodyList2Foot {
    width: 100%;
    height: auto;
    margin-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.videoBox {
    width: 100%;
    height: auto;
    display: flex;
    padding: 40px 40px 49px;
    box-sizing: border-box;
}
.videoLeft {
    width: 650px;
    height: 365px;
}
.videoLeft img {
    width: 100%;
    height: 100%;
}
.videoRight {
    width: 0;
    height: auto;
    margin-left: 36px;
    flex: 1;
}
.videoRightTit {
    color: #0B2443;
    font-size: 40px;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.videoRightText {
    width: 100%;
    height: auto;
    color: #0B2443;
    font-size: 24px;
    overflow: hidden;
    margin-top: 27px;
    padding: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.bodyList1 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: space-between;
    border-radius: 3px;
}
.bodyList1 > a {
    height: 174px;
    display: flex;
    box-sizing: border-box;
    margin-bottom: 36px;
    width: 100%;
    align-items: center;
}
.bodyList1Left {
    width: 252px;
    height: 100%;
    border-radius: 4px;
}
.bodyList1Right {
    width: 0;
    height: 100%;
    margin-left: 60px;
    flex: 1;
    padding: 10px 0 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bodyList1RightTit {
    color: #111111;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bodyList1RightText {
    width: 100%;
    height: auto;
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    margin-top: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.bodyList2Right .bodyList1RightText {
    -webkit-line-clamp: 4;
}
.bodyList1Foot {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.bodyList1FootLeft {
    width: auto;
    height: auto;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}
.bodyList1FootRight {
    width: auto;
    height: auto;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}
.bodyC2Top {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 44px 58px 0;
    box-sizing: border-box;
}
.bodyC2TopLeft {
    width: 100%;
    height: auto;
}
.bodyC2TopLeft div:first-child {
    color: #0B2443;
    font-size: 40px;
}
.bodyC2TopLeft div:nth-child(2) {
    color: #999999;
    font-size: 32px;
}
.bodyC2TopLeft div:nth-child(2) span {
    color: #D0021B;
}
.bodyC2TopRight {
    flex: 1;
    height: 100%;
    text-align: right;
}
.djBtn {
    width: 210px;
    height: 84px;
    background-color: #D0021B;
    color: #fff;
    text-align: center;
    line-height: 84px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 32px;
}
.bodyC2Content {
    width: 100%;
    height: auto;
}
.bodyContent3 {
    width: 100%;
    height: auto;
    text-align: center;
}
.b3Box, .b3Box img{
    width: 100%;
    height: 464px;
}
.swiper-pagination {
    width: 100%;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #C0003C;
}
.body5 {
    margin-bottom: 30px!important;
}
.bodyTitle4 {
    color: #111111;
    font-size: 28px;
    text-align: center;
}
.bodyTitle5 {
    color: #111111;
    font-size: 28px;
    text-align: center;
}
.bodyText4 {
    width: 90%;
    height: auto;
    color: #111111;
    font-size: 20px;
    text-align: left;
    overflow: hidden;
    margin: 30px auto 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 36px;
}
.bodyContent5 {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 28px 50px;
    box-sizing: border-box;
}
.bodyContent5 a {
    width: 25%;
    height: auto;
    display: flex;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 20px;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #111;
}
.listA > span {
    font-size: 34px;
}
.bodyList5Right {
    width: 0;
    height: 100%;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: space-between;
}
.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;
}