/* 搜索栏和logo */
.pTop .a-link.gh {
    display: block;
}

.pHeader.list .pLogo {
    z-index: 1;
}

.pHeader.zt .pLogo .logo img {
    margin-right: 0.1rem;
    height: 0.6rem;
}

/* .pHeader.zt .pLogo .logo img:nth-child(2) {
  margin-right: 0.2rem;
  margin-top: 0.1rem;
  height: 0.41rem;
} */

.pHeader.zt .pLogo .logo .font-cn {
    margin-left: .1rem;
    margin-top: .1rem;
    font-size: .3rem;
    font-weight: bold;
    color: #ca1c1d;
    text-shadow:
        -1px -1px 5px #ffffff,
        1px -1px 5px #ffffff,
        -1px 1px 5px #ffffff,
        1px 1px 5px #ffffff;

}

.pSearch .s-hot,
.pSearch .s-hot a {
    color: #fff;
}

/* 导航栏 */
.pHeader.zt .pNav {
    position: absolute;
    top: 2rem;
    display: block;
    z-index: 1;
    background: transparent;
}

.pHeader.zt .pNav::after {
    display: none;
}

.pNav li {
    width: calc(100% / 7);
}

.pBanner-zt {
    height: 8.17rem;
    background-color: #fbfbfb;
}

.pBanner-zt .swiper-container,
.pBanner-zt .swiper-container .swiper-slide {
    height: 100%;
}

.pBanner-zt .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pBanner-zt .swiper-container .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.06rem;
    opacity: 1;
    border: solid 0.01rem #ca1c1d;
    background-color: transparent;
    border-radius: 0.03rem;
    -webkit-border-radius: 0.03rem;
    -moz-border-radius: 0.03rem;
    -ms-border-radius: 0.03rem;
    -o-border-radius: 0.03rem;
}

.pBanner-zt .swiper-container .swiper-pagination-bullet-active {
    background-color: #ca1c1d;
}

.pBanner-zt .video-play-btn {
    position: absolute;
    bottom: calc(50% - 0.3rem);
    left: calc(50% - 0.3rem);
    width: 0.6rem;
    height: 0.6rem;
    z-index: 2;
    cursor: pointer;
}

.bgPop {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.bgPop .pop {
    width: 80%;
    padding: 0.8rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 130;
    display: none;
}

.bgPop .pop .video_item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.bgPop .pop .video_item video {
    width: 100%;
    height: 100% !important;
    object-fit: fill;
}

.bgPop .pop .video_item video poster {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.bgPop .pop .video_item .pop-close {
    padding: 0.05rem 0.1rem;
    font-size: 0.14rem;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    border-radius: 0.02rem;
    -webkit-border-radius: 0.02rem;
    -moz-border-radius: 0.02rem;
    -ms-border-radius: 0.02rem;
    -o-border-radius: 0.02rem;
}

.news-box {
    padding: 0.5rem 0;
    background-color: #fbfbfb;
}

.news-box .news-bg {
    padding: 0.25rem;
    background-color: #fff;
    box-shadow: 0 0 0.15rem rgba(217, 217, 217, 0.8);
    box-sizing: border-box;
}

.news-box .news-bg .swiper-container {
    float: left;
    width: 6.6rem;
}

.news-box .news-bg .swiper-container .swiper-slide {
    position: relative;
    height: 3.7rem;
}

.news-box .news-bg .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-box .news-bg .swiper-container .swiper-slide span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 1.3rem 0 0.15rem;
    width: 100%;
    height: 0.46rem;
    font-size: 0.18rem;
    line-height: 0.46rem;
    letter-spacing: 0.45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.news-box .news-bg .swiper-container .swiper-pagination {
    width: calc(100% - 0.1rem);
    text-align: right;
}

.news-box .news-bg .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.03rem;
    background-color: transparent;
    border: solid 0.01rem #fff;
    opacity: 1;
}

.news-box .news-bg .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}

.news-list-box {
    float: right;
    display: flex;
    flex-direction: row;
    width: calc(100% - 6.9rem);
}

.news-list-box .news-title-box {
    margin-right: 0.3rem;
    width: 0.58rem;
    height: 100%;
}

.news-list-box .news-title-box .news-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -0.5rem;
    width: 100%;
    height: 2.6rem;
    background: url(../images/2024-xsly-news-title-bg.png) no-repeat;
    background-size: 100% 100%;
}

.news-list-box .news-title-box .news-title span {
    display: block;
    display: flex;
    align-items: center;
    width: 75%;
    font-size: 0.26rem;
    line-height: 1.1;
    font-family: 'fzxbs';
    letter-spacing: 2.6px;
    text-align: center;
    color: #fff;
}

.news-list-box .news-title-box .more {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.28rem auto 0 auto;
    padding: 0 0.15rem;
    width: 0.33rem;
    height: 0.91rem;
    font-size: 0.14rem;
    line-height: 1.2;
    background: url(../images/2024-xsly-news-more-bg.png) no-repeat;
    background-size: 100% 100%;
    color: #ca1c1d;
    box-sizing: border-box;
}

.news-list-box .news-title-box .more:hover {
    background-color: #ca1c1d;
    color: #fff;
}

.news-list-box .news-list {
    width: calc(100% - 0.88rem);
    height: 100%;
    overflow: hidden;
}

.news-list-box .news-list li {
    position: relative;
    margin-bottom: 0.2rem;
}

.news-list-box .news-list li a {
    display: inline-block;
}

.news-list-box .news-list li::after {
    display: block;
    height: 0;
    content: '';
    clear: both;
}

.news-list-box .news-list li span {
    float: left;
    display: block;
    font-size: 0.18rem;
    line-height: 0.24rem;
}

.news-list-box .news-list li .time {
    width: 0.52rem;
    color: #787878;
}

.news-list-box .news-list li .line {
    width: 0.28rem;
    text-align: center;
    color: #c3c3c3;
}

.news-list-box .news-list li .title {
    position: absolute;
    right: 0;
    width: calc(100% - 0.8rem);
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list-box .news-list li:hover span {
    color: #ca1c1d;
}

.news-list-box .news-list li:nth-child(8) {
    margin-bottom: 0;
}

.zfxxgk-box {
    padding: 0.62rem 0;
    background: url(../images/2024-xsly-zfxxgk-bg.png) no-repeat;
    background-position: center -2.5rem;
    background-size: 100% auto;
    background-color: #f6f6f6;
}

.zfxxgk-box .zfxxgk {
    float: left;
    display: flex;
    flex-direction: row;
}

.zfxxgk-box .zfxxgk-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.58rem;
    min-width: 0.58rem;
    height: 3.6rem;
    background: url(../images/2024-xsly-zfxxgk-title-bg.png) no-repeat;
    background-size: 100% 100%;
}

.zfxxgk-box .zfxxgk-title span {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75%;
    font-size: 0.26rem;
    line-height: 1.1;
    font-family: 'fzxbs';
    text-align: center;
    letter-spacing: 2.6px;
    color: #fff;
}

.zfxxgk-box .zfxxgk .zfxxgk-list {
    display: flex;
    flex-direction: row;
    width: 6.6rem;
}

.zfxxgk-box .zfxxgk .zfxxgk-list .list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
    width: 1.15rem;
    height: 3.6rem;
    background-color: #fff;
    box-shadow: 0 0 0.08rem rgba(217, 217, 217, 0.8);
}

.zfxxgk-box .zfxxgk .zfxxgk-list .list-item img {
    display: block;
    margin-bottom: 0.4rem;
    max-width: 0.34rem;
    max-height: 0.38rem;
}

.zfxxgk-box .zfxxgk .zfxxgk-list .list-item span {
    display: block;
    width: 0.3rem;
    font-size: 0.22rem;
    font-family: 'fzxbs';
    line-height: 1.2;
    letter-spacing: 0.02rem;
    color: #000;
    /* writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl; */
}

.zfxxgk-box .zfxxgk .zfxxgk-list .list-item:hover span {
    color: #ca1c1d;
}

.zfxxgk-box .zfxxgkml {
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 8.21rem);
}

.zfxxgk-box .zfxxgkml .zfxxgkml-right {
    width: calc(100% - 0.52rem - 0.58rem);
}

.zfxxgk-box .zfxxgkml #zfxxgkml-swiper {
    padding-bottom: 0.15rem;
}

.zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-slide {}

.zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-slide ul {
    margin: 0 auto;
    width: calc(100% - 0.1rem);
}

.zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-slide ul::after {
    display: block;
    height: 0;
    content: '';
    clear: both;
}

.zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-slide ul li {
    float: left;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    width: calc((100% - 0.2rem) / 2);
    height: 0.6rem;
    background-color: #fff;
    box-shadow: 0 0 0.05rem rgba(217, 217, 217, 0.8);
}

.zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-slide ul li:nth-child(2n + 2) {
    margin-right: 0;
}

.zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-slide ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 0.18rem;
    color: #000;
}

.zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-slide ul li:hover {
    background-color: #ca1c1d;
}

.zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-slide ul li:hover a {
    color: #fff;
}

.zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-pagination {
    bottom: 0;
}

.zfxxgk-box .zfxxgkml .swiper-container .swiper-pagination-bullet {
    opacity: 1;
    border: solid 0.01rem #ca1c1d;
    background-color: transparent;
}

.zfxxgk-box .zfxxgkml .swiper-container .swiper-pagination-bullet-active {
    background-color: #ca1c1d;
}

.zfxxgk-box .zfxxgkml .jczwgk-title {
    position: relative;
    margin: 0.2rem auto 0 auto;
    width: 1.92rem;
    height: 0.4rem;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.4rem;
    text-align: center;
    color: #fefefe;
    background-color: #ca1c1d;
    z-index: 2;
}

.zfxxgk-box .zfxxgkml #jczwgk-swiper {
    position: relative;
    margin-top: -0.2rem;
    padding-bottom: 0.35rem;
    z-index: 1;
}

.zfxxgk-box .zfxxgkml #jczwgk-swiper .swiper-slide {
    height: 1.15rem;
}

.zfxxgk-box .zfxxgkml #jczwgk-swiper .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: calc(100% - 0.1rem);
    height: 100%;
    font-size: 0.18rem;
    background-color: #fff;
    box-shadow: 0 0 0.05rem rgba(217, 217, 217, 0.8);
}

.zfxxgk-box .zfxxgkml #jczwgk-swiper .swiper-slide a .image-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.3rem;
    width: 0.6rem;
    height: 0.6rem;

    color: #000;
    background: url(../images/2024-xsly-zfxxgkml-jczwgk-item-bg.png) no-repeat;
    background-size: 100% 100%;
}

.zfxxgk-box .zfxxgkml #jczwgk-swiper .swiper-slide a .image-box img {
    /* max-width: 0.3rem;
  max-height: 0.3rem; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.zfxxgk-box .zfxxgkml #jczwgk-swiper .swiper-slide a:hover {
    color: #ca1c1d;
    /* background-color:#ca1c1d; */
}

.zfxxgk-box .zfxxgkml #jczwgk-swiper .swiper-pagination {
    bottom: 0;
}

.cyxs-box {
    padding-bottom: 0.55rem;
    background: url(../images/2024-xsly-cyxs-bg.png) no-repeat;
    background-size: cover;
}

.cyxs-box .cyxs-title {
    display: block;
    margin: 0 auto;
    width: 6.1rem;
}

.cyxs-box .cyxs-title img {
    display: block;
    width: 100%;
}

.cyxs-box .cyxs-list {
    margin-top: 0.4rem;
    display: flex;
    flex-direction: row;
}

.cyxs-box .cyxs-list .list-item {
    width: 25%;
    height: 4.6rem;
}

.cyxs-box .cyxs-list .list-item .title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.1);
}

.cyxs-box .cyxs-list .list-item .title-box img {
    display: block;
    margin-bottom: 0.28rem;
    max-width: 0.55rem;
    max-height: 0.47rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.cyxs-box .cyxs-list .list-item .title-box span {
    font-size: 0.26rem;
    font-family: 'fzxbs';
    letter-spacing: 2.6px;
    color: #fff;
}

.cyxs-box .cyxs-list .list-item .title-box:hover img {
    margin-bottom: 0.12rem;
}

.cyxs-box .cyxs-list .list-item .image-box {
    display: block;
    height: 50%;
    overflow: hidden;
}

.cyxs-box .cyxs-list .list-item .image-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.cyxs-box .cyxs-list .list-item .image-box img:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.zt-box {
    margin-top: 0.3rem;
    border: 0.1rem solid #f6f6f6;
    box-sizing: border-box;
    overflow: hidden;
}

.zt-box img {
    display: block;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.zt-box img:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.rmjd-box {
    background: url(../images/2024-xsly-rmjd-bg.png) no-repeat;
    background-size: 100% auto;
    background-position: center 1.1rem;
}

.rmjd-box .rmjd-title {
    display: block;
    margin: 0 auto;
    width: 6.1rem;
}

.rmjd-box .rmjd-title img {
    display: block;
    width: 100%;
}

.rmjd-box .rmjd-swiper-box {
    position: relative;
    --swiper-navigation-size: 0.18rem;
    /* 设置按钮大小 */
    -swiper-theme-color: #fff;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
}

.rmjd-box .rmjd-swiper-box .swiper-button-prev {
    left: -0.6rem;
    width: 0.35rem;
    height: 0.35rem;
    color: #fff;
    background-color: #ca1c1d;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.rmjd-box .rmjd-swiper-box .swiper-button-next {
    right: -0.6rem;
    width: 0.35rem;
    height: 0.35rem;
    background-color: #ca1c1d;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.rmjd-box #rmjd-swiper {
    margin-top: 0.4rem;
    padding-bottom: 0.45rem;
}

.rmjd-box #rmjd-swiper .swiper-slide ul::after {
    display: block;
    height: 0;
    content: '';
    clear: both;
}

.rmjd-box #rmjd-swiper .swiper-slide ul li {
    margin-right: 0.48rem;
    width: calc((100% - 1.44rem) / 4);
    height: 4.6rem;
    float: left;
    overflow: hidden;
}

.rmjd-box #rmjd-swiper .swiper-slide ul li:nth-child(4) {
    margin-right: 0;
}

.rmjd-box #rmjd-swiper .swiper-slide ul li a {
    position: relative;
    display: block;
    height: 100%;
}

.rmjd-box #rmjd-swiper .swiper-slide ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.rmjd-box #rmjd-swiper .swiper-slide ul li img:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.rmjd-box #rmjd-swiper .swiper-slide ul li span {
    position: absolute;
    top: 0.17rem;
    left: 0.17rem;
    display: block;
    padding: 0.22rem 0.12rem;
    width: 0.4rem;
    max-height: calc(100% - 0.45rem);
    line-height: 1.2;
    font-size: 0.18rem;
    letter-spacing: 2.6px;
    text-align: center;
    color: #fff;
    background-color: #ca1c1d;
    box-sizing: border-box;
    overflow: hidden;
}

.rmjd-box #rmjd-swiper .swiper-pagination {
    bottom: 0;
}

.rmjd-box #rmjd-swiper .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.06rem;
    opacity: 1;
    border: solid 0.01rem #ca1c1d;
    background-color: transparent;
    border-radius: 0.03rem;
    -webkit-border-radius: 0.03rem;
    -moz-border-radius: 0.03rem;
    -ms-border-radius: 0.03rem;
    -o-border-radius: 0.03rem;
}

.rmjd-box #rmjd-swiper .swiper-pagination-bullet-active {
    background-color: #ca1c1d;
}

.yxxs-box {
    margin-top: 0.36rem;
    padding-bottom: 0.3rem;
}

.yxxs-box .swiper-container {
    float: left;
    position: relative;
    padding-bottom: 0.5rem;
    width: 11.9rem;
    z-index: 2;
}

.yxxs-box .swiper-container .swiper-slide {
    height: 6.7rem;
    overflow: hidden;
}

.yxxs-box .swiper-container .swiper-slide a {
    position: relative;
    display: block;
    height: 100%;
}

.yxxs-box .swiper-container .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.yxxs-box .swiper-container .swiper-slide a:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.yxxs-box .swiper-container .swiper-slide a span {
    position: absolute;
    left: 0.26rem;
    bottom: 0.17rem;
    padding: 0 0.3rem;
    height: 0.6rem;
    font-size: 0.22rem;
    font-family: 'fzxbs';
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.42);
}

.yxxs-box .swiper-container .swiper-pagination {
    bottom: 0.04rem;
}

.yxxs-box .swiper-container .swiper-pagination-bullet {
    margin: 0 0.025rem;
    width: 0.08rem;
    height: 0.08rem;
    opacity: 1;
    border: solid 0.01rem #ca1c1d;
    background-color: transparent;
}

.yxxs-box .swiper-container .swiper-pagination-bullet-active {
    background-color: #ca1c1d;
}

.yxxs-box .swiper-container .line {
    position: absolute;
    left: 0;
    bottom: 0.13rem;
    width: 5.07rem;
    height: 0.01rem;
    background-color: #ca1c1d;
}

.yxxs-box .swiper-container .pagination {
    position: absolute;
    left: calc(50% + 1rem);
    bottom: 0;
    width: 0.88rem;
    height: 0.36rem;
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #fff;
    text-align: center;
    background-color: #ca1c1d;
    margin: 0;
}

.yxxs-box .swiper-container .pagination #current {
    font-size: 0.22rem;
}

.yxxs-box .yxxs-right {
    float: right;
    position: relative;
    z-index: 3;
    width: 1.64rem;
    height: 6.7rem;
}

.yxxs-box .yxxs-right .right-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.33rem;
    height: 2.7rem;
}

.yxxs-box .yxxs-right .right-item:nth-child(1) {
    background: url(../images/2024-xsly-yxxs-right-item-bg01.jpg) no-repeat;
    background-size: cover;
    background-color: #f6f6f6;
}

.yxxs-box .yxxs-right .right-item:nth-child(2) {
    height: 3.7rem;
    background: url(../images/2024-xsly-yxxs-right-item-bg02.jpg) no-repeat;
    background-size: cover;
    background-color: #f6f6f6;
}

.yxxs-box .yxxs-right .right-item span {
    display: block;
    width: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.26rem;
    font-family: 'fzxbs';
    letter-spacing: 4.2px;
    text-align: center;
    color: #ca1c1d;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.yxxs-box .yxxs-right .right-item:nth-child(2) {
    align-items: flex-start;
}

.yxxs-box .yxxs-right .right-item:nth-child(2) span {
    margin-top: 0.6rem;
}

.yxxs-box .yxxs-right .right-item:hover span {
    letter-spacing: 7.2px;
}

.yxxs-box .yxxs-right .ico {
    position: absolute;
    right: -1.6rem;
    bottom: -0.5rem;
    width: 4.34rem;
}

@media screen and (max-width: 768px) {
    .pTop .a-link.gh {
        display: none;
    }
    
    .pHeader.zt .pLogo .logo img {
        display: block;
        height: 0.6rem;
    }

    .pHeader.zt .pLogo .logo img:nth-child(2) {
        display: block;
        margin-right: 0;
        margin-top: 0.1rem !important;
        width: 80%;
        height: auto !important;
    }

    /* 导航栏 */
    .pHeader.zt .pNav {
        top: 4.1rem;
    }

    .pNav ul {
        padding: 0 0.15rem;
        background-color: #ca1c1d;
    }

    .pNav li {
        width: calc(100% / 4);
    }

    .pBanner-zt .video-play-btn {
        top: calc(50% + 0.65rem + .2rem);
        width: 0.5rem;
        height: 0.5rem;
    }

    .bgPop .pop {
        padding: 0;
        width: 80%;
        height: 2.6rem;
    }

    .news-box {
        margin-top: 0.45rem;
        padding: 0.15rem 0;
    }

    .news-box .news-bg {
        padding: 0.15rem;
    }

    .news-box .news-bg .swiper-container {
        float: none;
        width: 100%;
    }

    .news-box .news-bg .swiper-container .swiper-slide {
        height: 2.85rem;
    }

    .news-list-box {
        float: none;
        margin-top: 0.15rem;
        width: 100%;
    }

    .news-list-box .news-title-box {
        margin-right: 0.15rem;
        width: 0.48rem;
        height: 100%;
    }

    .news-list-box .news-title-box .news-title {
        margin-top: 0rem;
        height: 2.2rem;
    }

    .news-list-box .news-title-box .news-title span {
        width: 75%;
        font-size: 0.22rem;
    }

    .news-list-box .news-title-box .more {
        margin-top: 0.15rem;
    }

    .news-list-box .news-list {
        width: calc(100% - 0.68rem);
    }

    .news-list-box .news-list li {
        margin-bottom: 0.15rem;
    }

    .news-list-box .news-list li span {
        font-size: 0.16rem;
    }

    .news-list-box .news-list li .time {
        width: 0.52rem;
    }

    .news-list-box .news-list li .line {
        width: 0.2rem;
    }

    .news-list-box .news-list li .title {
        width: calc(100% - 0.8rem);
    }

    .zfxxgk-box {
        padding: 0.15rem 0;
    }

    .zfxxgk-box .zfxxgk {
        float: none;
    }

    .zfxxgk-box .zfxxgk-title {
        width: 0.48rem;
        min-width: 0.48rem;
        height: 3rem;
    }

    .zfxxgk-box .zfxxgk-title span {
        width: 75%;
        font-size: 0.22rem;
        letter-spacing: 1px;
    }

    .zfxxgk-box .zfxxgk .zfxxgk-list {
        width: calc(100% - 0.48rem);
    }

    .zfxxgk-box .zfxxgk .zfxxgk-list .list-item {
        margin-left: 0.15rem;
        width: calc((100% - 0.6rem) / 4);
        height: 3rem;
    }

    .zfxxgk-box .zfxxgk .zfxxgk-list .list-item img {
        margin-bottom: 0.2rem;
        max-width: 0.32rem;
        max-height: 0.35rem;
    }

    .zfxxgk-box .zfxxgk .zfxxgk-list .list-item span {
        width: 0.28rem;
        font-size: 0.2rem;
    }

    .zfxxgk-box .zfxxgkml {
        float: none;
        margin-top: 0.15rem;
        width: 100%;
    }

    .zfxxgk-box .zfxxgkml .zfxxgkml-right {
        width: calc(100% - 0.15rem - 0.48rem);
    }

    .zfxxgk-box .zfxxgkml #zfxxgkml-swiper {
        padding-bottom: 0.15rem;
    }

    .zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-slide ul li {
        margin-right: 0.15rem;
        margin-bottom: 0.15rem;
        width: calc((100% - 0.15rem) / 2);
    }

    .zfxxgk-box .zfxxgkml #zfxxgkml-swiper .swiper-slide ul li a {
        padding: 0 0.05rem;
        font-size: 0.16rem;
        box-sizing: border-box;
    }

    .zfxxgk-box .zfxxgkml .jczwgk-title {
        margin: 0.15rem auto 0 auto;
    }

    .zfxxgk-box .zfxxgkml #jczwgk-swiper .swiper-slide {
        height: 1.02rem;
    }

    .zfxxgk-box .zfxxgkml #jczwgk-swiper .swiper-slide a {
        font-size: 0.16rem;
    }

    .zfxxgk-box .zfxxgkml #jczwgk-swiper .swiper-slide a .image-box {
        margin-right: 0.15rem;
        width: 0.5rem;
        height: 0.5rem;
    }

    .zfxxgk-box .zfxxgkml #jczwgk-swiper .swiper-slide a .image-box img {
        /* max-width: 0.25rem;
    max-height: 0.25rem; */
    }

    .cyxs-box {
        padding-bottom: 0.2rem;
    }

    .cyxs-box .cyxs-title {
        width: 80%;
        max-width: 3.2rem;
    }

    .cyxs-box .cyxs-list {
        margin-top: 0.2rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .cyxs-box .cyxs-list .list-item {
        width: 50%;
        height: 2.6rem;
    }

    .cyxs-box .cyxs-list .list-item .title-box img {
        margin-bottom: 0.2rem;
        max-width: 0.45rem;
        max-height: 0.35rem;
    }

    .cyxs-box .cyxs-list .list-item .title-box span {
        font-size: 0.2rem;
        letter-spacing: 1.2px;
    }

    .cyxs-box .cyxs-list .list-item .title-box:hover img {
        margin-bottom: 0.1rem;
    }

    .zt-box {
        margin-top: 0.15rem;
        border-width: 0.05rem;
    }

    .zt-box img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 0.75rem;
        object-fit: cover;
    }

    .rmjd-box .rmjd-title {
        width: 80%;
        max-width: 3.2rem;
    }

    .rmjd-box .rmjd-swiper-box .swiper-button-prev {
        display: none;
        left: 0.1rem;
    }

    .rmjd-box .rmjd-swiper-box .swiper-button-next {
        display: none;
        right: 0.1rem;
    }

    .rmjd-box #rmjd-swiper {
        margin-top: 0.2rem;
        padding-bottom: 0.2rem;
    }

    .rmjd-box #rmjd-swiper .swiper-slide {
        overflow: hidden;
    }

    .rmjd-box #rmjd-swiper .swiper-slide ul li {
        margin-right: 0.15rem;
        margin-bottom: 0.1rem;
        width: calc((100% - 0.15rem) / 2);
        height: 2.8rem;
    }

    .rmjd-box #rmjd-swiper .swiper-slide ul li:nth-child(2n + 2) {
        margin-right: 0;
    }

    .rmjd-box #rmjd-swiper .swiper-slide ul li span {
        font-size: 0.16rem;
        line-height: 1.1;
        letter-spacing: 1.2px;
    }

    .rmjd-box .rmjd-swiper-box {
        margin-bottom: 0.15rem;
    }

    .yxxs-box {
        margin-top: 0.15rem;
        padding-bottom: 0;
    }

    .yxxs-box .swiper-container {
        float: left;
        padding-bottom: 0.35rem;
        width: calc(100% - 0.75rem);
    }

    .yxxs-box .swiper-container .swiper-slide {
        height: 3rem;
    }

    .yxxs-box .swiper-container .swiper-slide a span {
        left: 0.15rem;
        bottom: 0.15rem;
        padding: 0 0.15rem;
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.2rem;
    }

    .yxxs-box .swiper-container .line {
        display: none;
    }

    .yxxs-box .swiper-container .pagination {
        display: none;
    }

    .yxxs-box .yxxs-right {
        float: right;
        width: 0.6rem;
        height: auto;
    }

    .yxxs-box .yxxs-right .right-item {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.1rem;
        width: 0.6rem;
        height: 1.4rem;
    }

    .yxxs-box .yxxs-right .right-item:nth-child(2) {
        height: 1.6rem;
    }

    .yxxs-box .yxxs-right .right-item span {
        width: 75%;
        line-height: 1.2;
        font-size: 0.2rem;
        letter-spacing: 2.2px;
    }

    .yxxs-box .yxxs-right .right-item:nth-child(2) span {
        margin-top: 0.2rem;
    }

    .yxxs-box .yxxs-right .right-item:hover span {
        letter-spacing: 4.2px;
    }

    .yxxs-box .yxxs-right .ico {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 1.2rem;
    }
}

@media screen and (max-width: 500px) {

    /* 导航栏 */
    .pHeader.zt .pNav {
        top: 3.65rem;
    }
}