﻿@charset "utf-8";

/* CSS Document */

.souBox1 {
    background: #f9f9f9;
    padding: 0.4rem 0;
}

.qBar {
    display: flex;
    align-items: center;
    margin-bottom: 0.65rem;
}

.qBar p {
    font-size: 0.18rem;
    margin-left: 0.05rem;
}

.qjRi {
    width: 50%;
    float: right;
    overflow: hidden;
}

.qjRi img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
}

.qjRi:hover img {
    transform: scale(1.1);
}

.qjLe {
    width: 48%;
    float: left;
}

.jjTi {
    display: flex;
    margin-bottom: 15px;
}

.jjTi span {
    display: block;
    width: 0.02rem;
    height: 0.45rem;
    background: #132c8d;
    transform: skewX(-8deg);
    margin-right: 0.05rem;
}

.jjTi p {
    width: 1.4rem;
    height: 0.45rem;
    background: #132c8d;
    transform: skewX(-8deg);
    text-align: center;
    line-height: 0.45rem;
    color: #fff;
    font-size: 0.24rem;
}

.nyTi {
    border-bottom: 1px solid #eeeeee;
    font-size: 0.42rem;
}

.fJj {
    display: flex;
    align-items: center;
    margin: 0.1rem 0;
}

.fJj img {
    width: 0.27rem;
}

.fJj p {
    font-size: 0.24rem;
    color: #132c8d;
    margin-left: 0.1rem;
}



.fZi {
    font-size: 0.18rem;
    line-height: 0.28rem;
    padding-bottom: 0.15rem;
}

.fZi p {
    margin-bottom: 18px;
}

.Menubox ul {
    display: flex;
    align-items: center;
    margin-top: 0.1rem;
}

.Menubox ul li {
    font-size: 0.22rem;
    position: relative;
    padding-right: 0.15rem;
    margin-right: 0.15rem;
    cursor: pointer;
}

.Menubox ul li:after {
    content: '';
    width: 2px;
    height: 0.2rem;
    background: #132c8d;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.1rem;
}

.Menubox ul li.hover {
    color: #132c8d;
}

.m-padd {
    padding-left: 40px;
    background: url(../images/solo-icon1.png)no-repeat left center;
    margin-bottom: 10px;
    margin-top: 15px;
}

.Menubox ul li:last-child::after {
    display: none;
}

.souBox2 {
    background: url(../images/qBg.jpg) no-repeat center;
    padding: 0.6rem 0;
}

.tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.4rem;
}

.tabs div {
    cursor: pointer;
    width: 1.3rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.2rem;
    text-align: center;
    margin: 0 0.1rem;
    background: #333333;
    color: #fff;
}

.tabs div.hover {
    background: #132c8d;
    color: #fff;
}

.qProimg {
    width: 100%;
    height: 4rem;
    background: #fff;
    position: relative;
}

.qProimg img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 95%;
    max-width: 95%;
    transition-duration: .5s;
}

.qProzi {
    font-size: 0.18rem;
    height: 0.76rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f2f2f2;
    transition-duration: .5s;
}

.souBox2 .swiper-container {
    padding: 0 30px;
}

.souBox2 .swiper-button-next:after,
.souBox2 .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

.souBox2 .swiper-button-prev,
.souBox2 .swiper-button-next {
    width: 0.54rem;
    height: 0.54rem;
    border-radius: 100%;
    background: #cccccc;
    transition-duration: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.souBox2 .swiper-pointer-events {
    position: relative;
}

.souBox2 .swiper-button-prev:hover,
.souBox2 .swiper-button-next:hover {
    background: #132c8d;
}

.souBox2 .swiper-button-prev {

    left: 0rem;
}

.souBox2 .swiper-button-next {

    right: 0rem;
}

.souBox2 .swiper-slide:hover .qProimg img {
    transform: scale(1.1);
}

.souBox2 .swiper-slide:hover .qProzi {
    color: #fff;
    background: #132c8d;
}

.qMore {
    text-align: center;
    font-size: 0.18rem;
    margin-top: 0.3rem;
}

.qMore a {
    color: #132c8d;
    border-bottom: 1px solid #132c8d;
}

.souBox3 {
    padding: 0.8rem 0;
}

.souBox4 {
    padding: 1.5rem 0 0.8rem 0;
}

.bgLis dl {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.3rem;
}

.bgLis dl:nth-child(3n) {
    margin-right: 0;
}

.bgLis dl dt {
    overflow: hidden;
}

.bgLis dl dt img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
}

.bgLis dl:hover dt img {
    transform: scale(1.1);
}

.bgLis dl dd {
    background: #f0f0f0;
    padding: 0.15rem;
    transition-duration: .5s;
}

/* 2024-12-24修改 开始*/
.bgLis dl dd h1 {
    font-size: 0.2rem;
    overflow: auto;
    line-height: 0.24rem;
    height: 50px;
    position: relative;
    padding-right: 6px;
    font-family: "SourceHanSansCN-bold";
}

.bgLis dl dd h1::-webkit-scrollbar {
    width: 3px;
    height: 16px;
    background-color: #F5F5F5;
}

.bgLis dl dd h1::-webkit-scrollbar-thumb {
    background: #122882;
    border-radius: 5px;
}

.bgLis dl dd h1::-webkit-scrollbar-track {
    background: #caccd7;
    border-radius: 5px;
}

/* 2024-12-24修改 结束*/
.bgLis dl dd p {
    font-size: 0.18rem;
    overflow: auto;
    line-height: 0.24rem;
    height: 50px;
    position: relative;
    padding-right: 6px;
    display: none;
}

.bgLis dl dd p::-webkit-scrollbar {
    width: 3px;
    /* 竖向滚动条的宽度 */
    height: 16px;
    /* 横向滚动条的高度 */
    background-color: #F5F5F5;
    /* 滚动条背景颜色 */
}

/* 定义滑块部分的样式 */
.bgLis dl dd p::-webkit-scrollbar-thumb {
    background: #122882;
    /* 滑块背景颜色 */
    border-radius: 5px;
    /* 滑块圆角 */

}

/* 定义轨道部分的样式 */
.bgLis dl dd p::-webkit-scrollbar-track {
    background: #caccd7;
    /* 轨道背景颜色 */
    border-radius: 5px;
    /* 轨道圆角 */
}

.bgLis dl:hover dd {
    background: #132c8d;
    color: #fff;
}

.wrap {
    width: 83%;
    margin: 0 auto;
    overflow: hidden;
}

.abBox1 {
    padding: 0.6rem 0;
}

.columnBit {
    display: table;
    position: relative;
    margin: 0 auto;
    line-height: 0.8rem;
    color: #333333;
    font-size: 0.48rem;
    margin-bottom: 0.35rem;
}

.columnBit:after {
    width: 45%;
    left: 27.5%;
    bottom: 0;
    position: absolute;
    content: "";
    height: 3px;
    background: #132c8d;
}

.abZi {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
    text-align: justify;
}

.abLis {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 0.3rem 0 0.5rem 0;
    position: relative;
}

.abLis .notic {
    width: 100%;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: -0.4rem;
    font-size: 15px;
    color: #cecece;
}

/* 12-12 */
.abLis .notic1 {
    width: 100%;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: -0.4rem;
    font-size: 15px;
    color: #cecece;
}

.abLis .notic1 span {
    padding-right: 0.2rem;
    display: inline-block;
}

/*  */
.abLis li:nth-child(5) h1,
.abLis li:nth-child(6) h1,
.abLis li:nth-child(4) h1 span {
    font-size: 0.36rem;
    color: #132c8d;
}

.abLis h1 {
    font-size: 0.46rem;
    color: #132c8d;
    font-family: "SourceHanSansCN-bold";
    line-height: 0.55rem;
    height: 0.55rem;
    margin-bottom: 0.1rem;
    display: flex;
    justify-content: center;

}

.abLis h1 span {
    font-size: 0.22rem;
    display: inline-block;
    line-height: 0.5rem;
    height: 0.5rem;

}

.abLis p {
    font-size: 0.2rem;
    color: #777;
    line-height: 1.3;
}

.abLis p span {
    font-size: 0.16rem;
    display: block;
}

.abImg {
    position: relative;
}

.b-img {
    width: 100%;
    display: block;
}

.m-img {
    display: none;
}

.abTxt {
    position: absolute;
    top: 0;
    left: 0.46rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}

.abTxt h1 {
    font-size: 0.3rem;
    font-family: "SourceHanSansCN-bold";
    line-height: 1.4;
}

.abTxt p {
    font-size: 0.2rem;
    line-height: 1.3;
    margin-top: 0.38rem;
}

.abBox2 {
    background: url(../images/lcBg.png) no-repeat bottom center;
    padding: 0.3rem 0;
    background-size: contain;
}

.lcLeft {
    width: calc(90% - 6rem);
    width: -webkit-calc(90% - 6rem);
    float: left;

}



.lcRight {
    width: 6rem;
    float: right;
}

.lcRight img {
    width: 100%;
    display: block;
}

.lcDate {
    position: relative;
    margin-bottom: 0.25rem;
}

.lcDate h1 {
    color: #132c8d;
    font-size: 0.72rem;
    font-family: "SourceHanSansCN-bold";
    line-height: 1.3rem;
}

.lcDate h2 {
    font-size: 1.6rem;
    opacity: 0.08;
    font-family: "SourceHanSansCN-bold";
    position: absolute;
    top: -0.7rem;
    left: 0;
    line-height: 1.7;
}



.preview {
    width: 100%;
    margin: 0.8rem auto 0;
    position: relative;
    background: url(../images/xian.png) repeat-x top center;
}

.lcNr h1 {
    font-size: 0.26rem;
    font-family: "SourceHanSansCN-bold";
    color: #333;
    margin-bottom: 0.1rem;
}

.lcNr p {
    font-size: 0.2rem;
    position: relative;

}


.preview .swiper-slide {
    cursor: pointer;
    text-align: center;
    position: relative;

}

.preview .active-nav {
    font-weight: bold;
    background: url(../images/ssj.png) no-repeat bottom center;
    background-size: 0.31rem 0.16rem;
}


.preview .swiper-slide p {
    position: relative;
    font-size: 0.24rem;
    color: #333;
    padding-bottom: 10px;
    padding-top: 20px;
}

.preview .active-nav p {
    font-size: 0.36rem;
    color: #132c8d;
}

.preview .swiper-slide p:after {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 21px;
    background: #333;
    left: 50%;
    margin-left: -0.5px;
}

.preview .active-nav p:after {
    background: #132c8d;
}


.view .arrow-left,
.view .arrow-right {

    position: absolute;
    left: 0;
    top: 30%;
    width: 0.42rem;
    height: 0.42rem;
    z-index: 10;
    transition-duration: .5s;
    left: 1.25rem;
}

.view .arrow-right {
    left: auto;
    right: 1.25rem;

}

.arrow-left,
.arrow-right {
    display: none;
}

.abBox3 {
    position: relative;
    padding: 0.8rem 0;
}

/* 2025-1-3修改 */
.abTi {
    font-size: 0.28rem;
    font-family: "SourceHanSansCN-bold";
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    margin-top: 0.3rem;
    display: none;
}

.textBox {
    margin-top: 0.3rem;
}

/* 2025-1-3修改 */
.abBox3 .mySwiper .swiper-slide {
    cursor: pointer;
}

.abBox3 .mySwiper .swiper-slide .picBox {
    height: 0.9rem;
    position: relative;
}

.abBox3 .mySwiper .swiper-slide .picBox img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 55%;
    max-width: 100%;
    height: auto;
    transition-duration: .5s;
    opacity: 1;
}



.swiper-slide-thumb-active .picBox {
    border: 1px solid #233b95;
}






.abBox3 .mySwiper2 .textBox h1 {
    font-weight: normal;
    font-size: 0.24rem;
}


.abBox3 .mySwiper2 .textBox p {
    margin-top: 0.1rem;
    font-size: 0.18rem;
}

.abBox3 .mySwiper .swiper-slide img {
    width: 25%;
    height: 100%;
    opacity: 0.5;
}

.abBox3 .mySwiper .swiper-slide-thumb-active img {
    opacity: 1;
}

.abBox3 .mySwiper .swiper-slide-thumb-active .text:after {
    opacity: 1;
}

.abBox3 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abBox3 .swiper-button-prev,
.abBox3 .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 100%;
    background: #cccccc;
    transition-duration: .5s;
}

.abBox3 .swiper-button-prev:hover,
.abBox3 .swiper-button-next:hover {
    background: #132c8d;
}

.abBox3 .swiper-button-prev {
    top: 15% !important;
    left: -0.6rem;
}

.abBox3 .swiper-button-next {
    top: 15% !important;
    right: -0.6rem;
}

.abBox3 .swiper-button-next:after,
.abBox3 .swiper-button-prev:after {
    font-size: 0.2rem;
    color: #fff;
}

.abBox4 {
    background: url(../images/whBg.png) no-repeat center #f4f4f5;
    padding: 0.6rem 0;
}

.abJs {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.abJs dt img {
    width: 100%;
    display: block;
    transition-duration: .5s;
}

.abJs dd {
    position: absolute;
    top: 0.53rem;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.abJs dd img {
    width: 0.8rem;
    transition-duration: .5s;
}

.abJs dd h1 {
    font-size: 0.3rem;
    font-weight: normal;
    margin-bottom: 0.1rem;
}

.abJs dd p {
    font-size: 0.18rem;
    line-height: 1.5;
    width: 90%;
    margin: 0 auto;
}

.abJs:hover dd img {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}

.abJs:hover dt img {
    transform: scale(1.1);
}

.jsTi {
    font-size: 0.36rem;
    text-align: center;
    margin-bottom: 0.1rem;
    color: #333;
}

.ydjsContainer {
    padding-bottom: 0.55rem;
}

.abBox4 .swiper-pagination {
    bottom: 0;
}

.whtzContainer .swiper-pagination {
    display: none;
}

.abBox4 .swiper-pagination-bullet {
    width: 0.34rem;
    height: 0.24rem;
    background: none;
    border-radius: 15px;
    position: relative;
    opacity: 1;
}

.abBox4 .swiper-pagination-bullet:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #888888;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 50%;
}

.abBox4 .swiper-pagination-bullet-active {
    border: 1px solid #132c8d;
}

.abBox4 .swiper-pagination-bullet-active:after {
    background: #132c8d;
}

.whtzContainer {
    margin-bottom: 0.3rem;
}

.whtzContainer .abJs dd {
    display: flex;
    justify-content: space-between;
    padding: 0 0.2rem;
    top: auto;
    bottom: 0.15rem;
}

.whtzContainer .abJs dd h1 {
    font-size: 0.28rem;
}

/* 2025-1-2修改 */
.whtzContainer .abJs dd p {
    width: auto;
    font-size: 0.21rem;
    opacity: 1;
    margin: 0;
    line-height: 0.6rem;
}

/* 2025-1-2修改 */
.whtzContainer .swiper-slide:nth-child(1) .abJs {
    border-radius: 20px 0 0 20px;
}

/* .whtzContainer .swiper-slide:nth-child(2) .abJs {
    border-radius: 0;
} */

.whtzContainer .swiper-slide:nth-child(2) .abJs {
    border-radius: 0 20px 20px 0;
}

.abBox5 {
    padding: 0.8rem 0;
    position: relative;

}

.ryLe {
    width: 29%;
    height: 6.72rem;
    background: url(../images/by.jpg) no-repeat top left #2545c0;
    float: left;
    padding: 0.6rem 0.4rem;
    position: relative;
}

.ryRi {
    width: 71%;
    height: 6.72rem;
    background: url(../images/ryBg.jpg) no-repeat top left;
    float: right;
    padding: 0.7rem 0.5rem;
    background-size: contain;
}

.abBox5 .columnBit {
    margin: 0;
    color: #fff;
}

.abBox5 .columnBit:after {
    background: #fff;
    left: 0;
}

.abBox5 .mySwiper3 {
    position: absolute;
    bottom: 1rem;
    left: 0.2rem;
    width: 100%;

}

.abBox5 .mySwiper3 .swiper-slide {
    width: 30% !important;
    float: left;
}

.abBox5 .mySwiper3 .swiper-wrapper {
    display: block;
}

.ryTime {
    color: #fff;
    font-size: 0.24rem;
    cursor: pointer;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
}

.swiper-slide-thumb-active .ryTime {
    font-size: 0.36rem;
    opacity: 1;
}

.ryTime:after {
    content: '';
    width: 20%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0.08rem;
    left: 40%;
    opacity: 0;
}

.swiper-slide-thumb-active .ryTime:after {
    opacity: 1;
}

.pagtion {
    position: absolute;
    left: 0.5rem;
    bottom: 0.2rem;
    width: 0.75rem;
    height: 0.46rem;
    display: flex;
    justify-content: space-between;

}

.pagtion:after {
    content: '';
    width: 1px;
    height: 0.3rem;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -0.05px;
    top: -0.05rem;
}

.pagtion .swiper-button-next:after,
.pagtion .swiper-button-prev:after {
    display: none;
}

.pagtion .swiper-button-next,
.pagtion .swiper-button-prev {
    background: none;
    width: 0.14rem;
    height: 0.19rem;
    top: 0;
    margin-top: 0;
    right: 0;

}

.pagtion .swiper-button-prev {
    left: 0;
}

.pagtion .swiper-button-next img,
.pagtion .swiper-button-prev img {
    width: 100%;
}

.ryBox {
    width: 90%;
}

.ryBox h2 {
    font-size: 0.36rem;
    color: #132c8d;
    font-family: "SourceHanSansCN-bold";
    margin-bottom: 0.25rem;
}

.ryFlow li {
    /* height: 0.53rem; */
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 0.1rem;
    transition-duration: .5s;
    position: relative;
}

.ryFlow li p {
    width: 100%;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    padding-left: 0.1rem;
    position: relative;
    transition-duration: .5s;
    font-size: 0.18rem;
    line-height: 0.26rem;
    padding: 0.1rem 0 0.1rem 0.1rem;
}

.ryFlow li p:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #132c8d;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.ryFlow li:hover {
    background: #fff;
}

.ryFlow .zzImg {
    width: 1.06rem;
    height: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: .5s;
    z-index: 2;
}

.ryFlow .zzImg img {
    width: 100%;
}

.ryFlow li:hover .zzImg {
    opacity: 1;
}

.ryFlow {
    height: 4.8rem;
    overflow: auto;
}

.ryFlow::-webkit-scrollbar {
    width: 3px;
    /* 竖向滚动条的宽度 */
    height: 16px;
    /* 横向滚动条的高度 */
    background-color: #F5F5F5;
    /* 滚动条背景颜色 */
}

/* 定义滑块部分的样式 */
.ryFlow::-webkit-scrollbar-thumb {
    background: #122882;
    /* 滑块背景颜色 */
    border-radius: 5px;
    /* 滑块圆角 */
}

/* 定义轨道部分的样式 */
.ryFlow::-webkit-scrollbar-track {
    background: #caccd7;
    /* 轨道背景颜色 */
    border-radius: 5px;
    /* 轨道圆角 */
}

.view .arrow-left img,
.view .arrow-right img {
    width: 100%;
}


.safetyBox1 {
    padding: 0.8rem 0;
}

.safetyBox1 .columnBit {
    margin: 0;
}

.safetyBox1 .columnBit:after {
    left: 0;
}

.sbTi {
    margin: 0.3rem 0 0.2rem 0;
}

.sbTi p {
    font-size: 0.3rem;
    line-height: 1;
}

.sbTi span {
    font-size: 0.18rem;
    color: #666;
}

.aqImg {
    overflow: hidden;
    border-radius: 10px;
    margin-top: 0.5rem;
    position: relative;
}

.aqImg .dw {
    width: 3rem;
    height: 140%;
    background: rgba(19, 44, 141, 0.7);
    position: absolute;
    right: -0.6rem;
    transform: rotate(10deg);
    z-index: 2;
    top: -20%;
}

.aqImg .dw1 {
    width: 3rem;
    height: 140%;
    background: rgba(19, 44, 141, 0.7);
    position: absolute;
    right: -0.6rem;
    transform: rotate(-10deg);
    z-index: 2;
    top: -20%;
}

.aqImg img {
    width: 100%;

}

.aqImg .bgj {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: block;
    width: auto;
}

.aqImg .txt {
    position: absolute;
    color: #fff;
    top: 47%;
    right: 0.15rem;
    z-index: 3;
}

.aqImg .txt img {
    display: block;
    width: 2rem;
    margin: 0 auto;
}

.aqImg .txt p {
    font-size: 0.27rem;
    text-align: center;
    line-height: 1.2;
    margin-top: 0.2rem;
}

.aqImg .txt p span {
    font-size: 0.24rem;
}

.safetyBox2 {
    background: url(../images/aqbg.jpg) no-repeat center;
    padding: 0.8rem 0.8rem 1.9rem;
    position: relative;
    overflow: hidden;
}

.aqbzNr {
    background: url(../images/aby.png) no-repeat bottom right #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 3.77rem;
    padding: 0.4rem;
    transition-duration: .5s;
}

.aqbzNr dt {
    width: 0.89rem;
    height: 0.89rem;
    position: relative;
}

.aqbzNr dt img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    transition-duration: .5s;
    height: 100%;
}

.aqbzNr dt .img02 {
    opacity: 0;
}

.aqbzNr:hover {
    background: url(../images/lqiu.jpg) no-repeat bottom right;
    background-size: cover;
}

.aqbzNr:hover dt .img01 {
    opacity: 0;
}

.aqbzNr:hover dt .img02 {
    opacity: 1;
}

.aqbzNr dd h1 {
    font-size: 0.3rem;
    font-weight: normal;
    color: #000;
    margin: 0.2rem 0 0.1rem 0;
}

.aqbzNr dd p {
    font-size: 0.2rem;
}

.aqbzNr:hover dd,
.aqbzNr:hover dd h1 {
    color: #fff;
}

.safetyBox2 .swiper-horizontal>.swiper-scrollbar {
    width: 85%;
    left: 15%;
    height: 2px;
    background: #999999;
    bottom: 18%;
}

.safetyBox2 .swiper-horizontal>.swiper-scrollbar:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #132c8d;
    position: absolute;
    left: -2px;
    top: -2px;
    border-radius: 50%;
}

.safetyBox2 .swiper-scrollbar-drag {
    background: #132c8d;
}

.safetyBox2 .swiper-button-next,
.safetyBox2 .swiper-button-prev {
    right: 12%;
    width: 0.5rem;
    height: 0.5rem;
    background: #999999;
    border-radius: 50%;
    top: auto;
    bottom: 8%;
}

.safetyBox2 .swiper-button-prev {
    left: auto;
    right: 16%;
}

.safetyBox2 .swiper-button-next:after,
.safetyBox2 .swiper-button-prev:after {
    font-size: 0.22rem;
    color: #fff;
}

.safetyBox2 .swiper-button-next:hover,
.safetyBox2 .swiper-button-prev:hover {
    background: #132c8d;
}

.safetyBox3 {
    padding: 0.6rem;
    position: relative;
    background: none;
}


/* --- */
.safeBox .pxImg02 .pxRi dl {
    width: 100% !important;
    float: left !important;
    height: auto !important;
    margin-right: 0;

}

.safeBox .pxImg02 .pxRi dl dt {
    width: 100%;
    overflow: hidden;
}

.safeBox .pxImg02 .pxRi dl dt img {
    display: block;
    width: 100%;
}

.safeBox .pxImg02 .pxRi dl dd {
    line-height: 0.56rem;
    text-align: center;
    font-size: 0.18rem;
    color: #fff;
}

.pxLe {
    width: 41%;
    height: 5.95rem;
}

.new {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.new img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
}

.new:hover img {
    transform: scale(1.1);
}

.newTxt {
    position: absolute;
    bottom: 0.15rem;
    left: 0;
    width: 100%;
    font-size: 0.18rem;
    color: #fff;
    padding: 0 0.15rem;
    z-index: 2;
    line-height: 1.4;
}

.bg {
    position: absolute;
    width: 100%;
    height: 30%;
    background: linear-gradient(bottom, rgb(23, 48, 145) 11%, rgba(19, 44, 141, 0) 64%);
    background: -o-linear-gradient(bottom, rgb(23, 48, 145) 11%, rgba(19, 44, 141, 0) 64%);
    background: -ms-linear-gradient(bottom, rgb(23, 48, 145) 11%, rgba(19, 44, 141, 0) 64%);
    background: -moz-linear-gradient(bottom, rgb(23, 48, 145) 11%, rgba(19, 44, 141, 0) 64%);
    background: -webkit-linear-gradient(bottom, rgb(23, 48, 145) 11%, rgba(19, 44, 141, 0) 64%);
    bottom: 0;
    left: 0;
    z-index: 1;
}

.pxRi {
    width: 58%;
}

.pxRi dl {
    width: 49.5%;
    float: left;
    height: 2.93rem;
    margin-bottom: 0.1rem;
}

.pxRi dl:nth-child(2) {
    float: right;
}

.pxRi dl:nth-child(3) {
    width: 100%;
}

.pxRi dl .bg {
    background: linear-gradient(bottom, rgb(0, 0, 0) 11%, rgba(0, 0, 0, 0) 64%);
    background: -o-linear-gradient(bottom, rgb(0, 0, 0) 11%, rgba(0, 0, 0, 0) 64%);
    background: -ms-linear-gradient(bottom, rgb(0, 0, 0) 11%, rgba(0, 0, 0, 0) 64%);
    background: -moz-linear-gradient(bottom, rgb(0, 0, 0) 11%, rgba(0, 0, 0, 0) 64%);
    background: -webkit-linear-gradient(bottom, rgb(0, 0, 0) 11%, rgba(0, 0, 0, 0) 64%);
}

.pxImg02 .pxRi {
    width: 100%;
}

.pxImg02 .pxRi dl {
    width: 24.4% !important;
    float: left !important;
    height: 2.65rem;
    margin-right: 0.8%;
}

.pxImg02 .pxRi dl:nth-child(4n) {
    margin-right: 0;
}

.safetyBox2.safetyBox3 .swiper-button-next,
.safetyBox2.safetyBox3 .swiper-button-prev {
    right: -5%;
    top: 50%;
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
}

.safetyBox2.safetyBox3 .swiper-button-prev {
    right: auto;
    left: -5%;
}

.aqpxContainer {
    overflow: hidden;
}

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1280px) {}





@media only screen and (max-width: 960px) {

    .whtzContainer,
    .ydjsContainer {
        padding-bottom: 40px;
    }

    .b-img,
    .lcDate h2 {

        display: none;
    }

    .m-img {
        width: 100%;
        display: block;
    }

    .arrow-left,
    .arrow-right,
    .abBox4 .swiper-pagination {
        display: block;
    }

    .lcRight {
        margin-top: 20px;
    }

    .view .arrow-left,
    .view .arrow-right {
        top: auto;
        bottom: -20px;
    }

    .view .arrow-left {
        left: 43%;
    }

    .view .arrow-right {
        right: 43%;
    }

    .preview {
        margin-top: 20px;
    }

    .preview .swiper-slide p {
        padding-bottom: 10px;
        padding-top: 25px;
        font-size: 14px;
    }

    .preview:after {
        bottom: 40px;
    }

    .wrap {
        width: 95%;
    }

    .columnBit {
        font-size: 22px;
    }

    .abZi,
    .abTxt p,
    .lcNr p,
    .abBox3 .mySwiper2 .textBox p,
    .abJs dd p,
    .whtzContainer .abJs dd p,
    .ryTime,
    .aqImg .txt p span,
    .aqbzNr dd p {
        font-size: 15px;
    }

    .abLis {
        display: block;
    }

    .abLis li {
        width: 50%;
        float: left;
    }

    .abLis:after {
        content: '';
        clear: both;
        display: block;
    }

    .abJs,
    .whtzContainer .swiper-slide .abJs {
        border-radius: 10px !important;
    }

    .safetyBox2 .swiper-button-prev {
        right: 22%;
    }

    .abLis p {
        font-size: 14px;
        min-height: 50px;
    }

    .abLis p span {
        font-size: 12px;
    }

    .abLis h1,
    .lcDate h1,
    .abTi,
    .jsTi,
    .swiper-slide-thumb-active .ryTime,
    .ryBox h2,
    .aqbzNr dd h1 {
        font-size: 18px;
    }

    .lcDate h1 {
        line-height: 24px;
    }

    .abTxt h1,
    .lcNr h1,
    .preview .active-nav p,
    .abBox3 .mySwiper2 .textBox h1,
    .abJs dd h1,
    .whtzContainer .abJs dd h1,
    .sbTi p,
    .aqImg .txt p {
        font-size: 16px;
    }

    .sbTi span {
        font-size: 12px;
        line-height: 1.3;
        display: block;
    }

    .abBox3 .mySwiper .swiper-slide .picBox img {
        width: auto;
        height: 90%;
    }

    .abBox4 .swiper-pagination-bullet {
        border: none;
    }

    .mySwiper {
        width: 90%;
    }

    .abBox3 .swiper-button-next {
        right: 0;
        top: 10% !important;
    }

    .abBox3 .swiper-button-prev {
        left: 0;
        top: 10% !important;
    }

    .lcLeft,
    .lcRight,
    .ryLe,
    .ryRi {
        width: 100%;
        float: none;
    }

    .ryLe {
        background-size: contain;
        height: 230px;
        padding: 30px;
    }

    .abBox2 .view .arrow-left,
    .abBox2 .view .arrow-right {
        top: 0;
    }

    .abBox5 .mySwiper3 .swiper-slide {
        width: 16% !important;
    }

    .pagtion {
        bottom: auto;
        top: 200px
    }

    .ryRi {
        height: auto;
        padding: 20px;
        background-size: cover;
    }

    .ryFlow li {
        height: auto;
        display: block;
    }

    .ryFlow li p {
        font-size: 16px;
        line-height: 24px;
        white-space: normal;
    }

    .ryFlow .zzImg {
        position: relative;
        opacity: 1;
    }

    .ryFlow {
        height: auto;
        overflow: hidden;
    }

    .aqImg .bgj {
        width: 46%;
    }

    .pxLe,
    .pxRi,
    .qjLe,
    .qjRi {
        width: 100%;
        height: auto;
    }

    .pxRi dl {
        height: auto;
        margin-top: 10px;
    }

    .safetyBox3 {
        padding: 0;
    }

    .newTxt,
    .qBar p,
    .fZi,
    .qProzi,
    .qMore,
    .bgLis dl dd p {
        font-size: 14px;
    }

    .pxImg02 .pxRi dl {
        width: 48.5% !important;
        height: auto;
    }

    .jjTi span {
        height: 35px;
        width: 2px;
    }

    .nyTi {
        font-size: 20px;
    }

    .fJj p,
    .Menubox ul li,
    .bgLis dl dd h1 {
        font-size: 16px;
    }

    .bgLis dl dd {
        height: 68px;
    }

    .jjTi p {
        font-size: 18px;
        width: 120px;
        height: 35px;
        line-height: 35px;
    }

    .souBox2 .swiper-container {
        padding: 0;
    }

    .bgLis dl {
        width: 48%;
    }

    .bgLis dl:nth-child(3n) {
        margin-right: 2%;
    }
}

@media only screen and (max-width: 768px) {
    .fZi {
        font-size: 16px;
        line-height: 26px;
    }

    .qjRi {
        margin-top: 10px;
    }

    .tabs div {
        width: 100px;
        height: 36px;
        font-size: 16px;
    }

    .qMore {
        font-size: 16px;
    }

    .fJj p,
    .Menubox ul li,
    .bgLis dl dd h1 {
        font-size: 16px;
        line-height: 22px;
    }

    .bgLis dl dd h1 {
        display: flex;
        align-items: center;
        justify-content: left;
    }

    .bgLis dl dd p {
        font-size: 15px;
        line-height: 24px;
    }

    .safeBox .mySwiper {
        width: 100%;
    }

    .ryFlow {
        height: 200px;
        overflow-y: auto;
    }

    .ryFlow .zzImg {
        display: none;
    }

    .abZi,
    .abTxt p,
    .lcNr p,
    .abBox3 .mySwiper2 .textBox p,
    .abJs dd p,
    .whtzContainer .abJs dd p,
    .ryTime,
    .aqImg .txt p span,
    .aqbzNr dd p {
        font-size: 16px;
    }

    .abLis {
        margin: 20px 0 90px 0;
    }

    .abLis .notic {
        bottom: -103px;
        font-size: 12px;
        text-align: left;
    }

    .abLis .notic1 {
        bottom: -60px;
    }

    .ryBox {
        width: 100%;
    }

    .bgLis dl dt img {
        height: 129px;
    }
}