@charset"utf-8";
* {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
html, body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin: 0;
    padding: 0;
}
button {
    cursor: pointer;
}
a {
    text-decoration: none;
}
#zqhd {
    width: 100%;
    height: auto;
    min-width: 1440px;
}
.hdTop {
    width: 100%;
    height: 650px;
    background-image: url("https://imgs0.zupu.cn/photos/common/20200924/f065ae97-8f0d-468a-875d-b8b6d5eb66d3.jpg");
    background-size: 100% 100%;
}
.hdNav {
    width: 100%;
    height: 100px;
    background-color: #C0003C;
    display: flex;
    align-items: center;
}
.hdNav > div {
    flex: 1;
    text-align: center;
}
.hdNav > div a {
    font-size: 30px;
    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: #E1EFFF;
    border-bottom: 1px solid #D0DCEB;
}
.hdBody > div {
    width: 1366px;
    margin: 0 auto 72px;
}
.body1 {
    padding-top: 72px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.bodyTitle {
    width: 364px;
    height: 44px;
    background-size: 100% 100%;
    margin: 0 auto 58px;
}
.body1 .bodyTitle {
    background-image: url("https://imgs0.zupu.cn/photos/common/20200921/249996f7-563e-4778-aeb6-22ee0b85b025.jpg");
}
.body2 .bodyTitle {
    background-image: url("https://imgs0.zupu.cn/photos/common/20200921/3c1486f8-e21f-465f-aa84-1952d37ac98f.jpg");
}
.bodyContent {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 9px;
}
.bodyContent1 {
    background-color: #fff;
}
.bodyContent2 {
    background-color: #fff;
}
.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-wrap: wrap;
    padding: 0 40px 17px;
    box-sizing: border-box;
    justify-content: space-between;
    border-radius: 3px;
}
.bodyList1 > a {
    padding: 25px 32px;
    background-color: #F1F1F1;
    height: auto;
    display: flex;
    box-sizing: border-box;
    margin-bottom: 40px;
    width: 615px;
}
.bodyList1Left {
    width: 144px;
    height: 144px;
    border-radius: 12px;
}
.bodyList1Right {
    width: 370px;
    height: 100%;
    margin-left: 36px;
}
.bodyList1RightTit {
    color: #0B2443;
    font-size: 26px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.bodyList1RightText {
    width: 100%;
    height: auto;
    color: #0B2443;
    font-size: 20px;
    overflow: hidden;
    margin-top: 12px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.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;
    margin-top: 56px;
}
.swiper-container1 {
    width: 100%;
    height: 100%;
    padding: 0 56px;
    box-sizing: border-box;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    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;
}
.intBox {
    width: 390px;
    height: 544px;
}
.intTop {
    width: 100%;
    height: 44px;
    position: relative;
}
.intTop > img {
    position: absolute;
    top: 0;
    left: 151px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    z-index: 9;
}
.intContent {
    width: 100%;
    height: 500px;
    background-color: #F1F1F1;
    border-radius: 12px;
    padding: 56px 32px 46px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.swiper-button-prev {
    width: 62px;
    height: 112px;
    background-image: url("https://imgs0.zupu.cn/photos/common/20200922/3739dc2e-c639-4f8c-9af7-8c32fe4efede.png");
    background-size: 100% 100%;
}
.swiper-button-next {
    width: 62px;
    height: 112px;
    background-image: url("https://imgs0.zupu.cn/photos/common/20200922/3739dc2e-c639-4f8c-9af7-8c32fe4efede.png");
    background-size: 100% 100%;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);
}
.intName {
    color: #0B2443;
    font-size: 24px;
    font-weight: bold;
}
.intText {
    width: 100%;
    height: auto;
    color: #0B2443;
    font-size: 24px;
    overflow: hidden;
    margin-top: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-bottom: 36px;
    line-height: 40px;
    text-align: left;
}
.intBottom {
    width: 100%;
    height: auto;
    display: flex;
    padding-top: 32px;
    border-top: 4px solid #213EB0;
}
.intBottom > div {
    flex: 1;
    align-items: center;
    display: flex;
}
.intBottom > div img {
    width: 32px;
    height: 32px;
}
.intBottom > div span {
    font-size: 20px;
    color: #0B2443;
    margin-left: 10px;
}
.intBottomRight {
    justify-content: flex-end;
}
.bodyC2Bottom {
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding: 0 56px 52px;
    box-sizing: border-box;
}
.b2Box {
    width: auto;
    height: auto;
    display: flex;
}
.b2Box > img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.b2Box span {
    color: #213EB0;
    font-size: 24px;
    margin-left: 12px;
}
.swiper-container2 .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.body3 .bodyTitle {
    background-image: url("https://imgs0.zupu.cn/photos/common/20200922/ea3bc303-5afa-47f4-abd4-d35225572280.png");
}
.body3 {
    margin-bottom: 54px!important;
}
.bodyContent3 {
    width: 100%;
    height: auto;
    text-align: center;
}
.b3Box, .b3Box img{
    width: 100%;
    height: 464px;
}
.swiper-pagination {
    position: static;
    margin-top: 24px;
}
.swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: none;
    margin: 0 20px;
}

.swiper-pagination-bullet-active {
    background: #000;
    border-color: transparent;
}
.swiper-pagination-bullet:focus {
    border-color: transparent;
    outline: none;
}
.swiper-pagination-bullet:active {
    border: none;
}
.body4, .body5 {
    margin-bottom: 64px!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 {
    width: 1070px;
    height: auto;
    display: flex;
    margin: 30px auto 64px;
    justify-content: space-between;
}
.bodyContent5List {
    width: 182px;
    height: 88px;
    background-color: #fff;
}
.hdFoot {
    width: 100%;
    height: 124px;
    justify-content: center;
    display: flex;
    align-items: center;
    background-color: #E1EFFF;
}
.foot_bottom_ctc, .foot_bottom_ctc a {
    color: #BECAD8;
    font-size: 20px;
    outline: none;
    text-decoration: none;
}
.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;
}