/* 全局 */
body {
    overflow-x: hidden;
}

/* 手机端导航 */
.mbheader {
    width: 100%;
    display: none;
    height: 0.6rem;
    background: #FFFFFF;
    z-index: 1000;
    box-shadow: 0 0 0.05rem 0.05rem rgb(0 0 0 / 5%);
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 0.2rem;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    /* width: 100%; */
    max-height: 0.45rem;
    height: 0.4rem;
}

.sp_header {
    height: 0.5rem;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 0.1rem;
    float: left;
    height: 0.5rem;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 0.3rem;
    position: relative;
    cursor: pointer;
    height: 0.3rem;
    margin-top: 0.1rem;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #1673FA;
    width: 0.3rem;
    height: 0.02rem;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0
}

.sp_nav span:nth-of-type(2) {
    top: 0.1rem;
}

.sp_nav span:nth-of-type(3) {
    top: 0.2rem;
}

.sp_nav_se span:nth-of-type(1) {
    top: 0.1rem;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 0.1rem;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9999;
    background: #eee;
    width: 100%;
    height: 100%;
    padding-bottom: 0.6rem;
    font-size: 0.14rem;
    line-height: 0.4rem;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 0.8rem
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 0.7rem)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 0.7rem;
    overflow: hidden;
    line-height: 0.3rem;
    margin-top: 0.05rem;
}

.sjj_nav>ul>li:first-child .language a {
    width: 0.35rem;
    float: left;
    border-left: 0.01rem #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 0.05rem;
    right: 0;
    border-left: 0.01rem #ddd solid;
    height: 0.3rem;
    padding: 0 0.07rem 0 0.07rem;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 0.2rem;
    position: relative;
    line-height: 40px;
    font-size: 14px;
}

.sjj_nav>ul>li:last-child {
    border-bottom: 0.01rem #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #00509F
}

.sjj_nav ul li ul li>ul {
    margin-left: 0.1rem;
}

.pb_sys_style1 .p_no_d {
    border: 0.01rem solid #1673FA !important;
    background-color: #1673FA !important;
}

.zwdiv {
    width: 100%;
    height: 1.08rem;
}

header {
    width: 100%;
    /* position: fixed;
    z-index: 9; */
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_active {
    box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.1);
}

.logo {
    width: 2.73rem;
    padding: 0.26rem 0;
    box-sizing: border-box;
}

.logo img {
    width: 100%;
    height: 100%;
}

header {
    background: #FFFFFF;
}

.nav-search {
    display: flex;
    align-items: center;
}

.search-icon {
    width: 0.28rem;
    height: 0.28rem;
    margin-left: 0.2rem;
}

.search-icon img {
    width: 100%;
    height: 100%;
}

.navigation {
    width: 100%;
    position: relative;
    height: 0.60rem;
}

.navigation ul {
    display: flex;
    justify-content: flex-end;
    height: 0.60rem;
}

.navigation ul .nli {
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 1.03rem;
    box-sizing: border-box;
    font-size: 0.2rem;
}

.navigation ul .nli.on::after,
.navigation ul .nli:hover::after {
    content: '';
    width: 0.88rem;
    height: 0.02rem;
    background: #FB5F11;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 50%;
    transform: translateX(-30%);
    bottom: 0.04rem;
    z-index: 9;
}

.navigation ul .nli:first-of-type.on::after,
.navigation ul .nli:first-of-type:hover::after {
    width: 0.4rem;
    right: -0.03rem;
    left: auto;
}

.navigation ul .nli.on h3 a,
.navigation ul .nli:hover h3 a {
    font-weight: 700;
    color: #FB5F11;
}


.navigation ul li a {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.19rem;
    text-align: center;
    color: #333333;
}

.navigation .drivder {
    width: 100%;
    height: 0.01rem;
    background: rgba(187, 60, 60, 0.14);
    position: absolute;
    bottom: -0.02rem;
    left: 0;
}

.navigation ul .sub {
    position: absolute;
    min-width: 2rem;
    width: auto;
    height: auto;
    left: 43%;
    transform: translateX(-36%);
    background: #FFFFFF;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    top: 144%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    padding: 0.1rem 0.35rem;
    box-sizing: border-box;
    border-top: 0.02rem solid #FB5F11;
}

.navigation ul .sub::before {
    content: '';
    width: 0;
    height: 0.32rem;
    border-left: 0.02rem solid #FB5F11;
    position: absolute;
    left: 50%;
    top: -0.32rem;
}

.navigation ul .nli:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.navigation ul .sub li {
    width: 100%;
    height: 0.35rem;
    line-height: 0.35rem;
    text-align: center;
    background: #F7F7F7;
    border-radius: 0.05rem;
    margin-bottom: 0.17rem;
}

.navigation ul .sub li:hover {
    background: #FB5F11;
}

.navigation ul .sub li a {
    color: #707070;
    font-size: 0.16rem;
    font-weight: normal;
}

.navigation ul .sub li:hover a {
    color: #FFFFFF;
    font-weight: 700;
    /* border-bottom: 0.02rem solid #398156; */
}


.banlist {
    width: 92%;
    position: relative;
    overflow: hidden;
}


.banlist .ban {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.85rem;
    z-index: 9;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50% 50%;
    border: 1px solid #D8D8D8;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}


.banlist .ban img {
    width: 35%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 0.12rem;
    transform: translateX(-50%);
    animation: downico 1.5s ease-out infinite;
}

@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }

    35% {
        top: 50%;
        opacity: 0;
    }

    65% {
        top: -50%;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.banlist .swiper-slide a {
    width: 100%;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banner1 {
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}

.banlist .swiper-left,
.banlist .swiper-right {
    width: 0.58rem;
    height: 0.52rem;
    background: #FFFFFF;
    position: absolute;
    z-index: 9;
    margin: 0;
    cursor: pointer;
}

.banlist .swiper-left:hover,
.banlist .swiper-right:hover {
    background: #FF6B05;
}

.banlist .swiper-right {
    left: 0;
    top: 50%;
}

.banlist .swiper-left {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.banlist .swiper-left .img,
.banlist .swiper-right .img {
    position: absolute;
    width: 0.22rem;
    height: 0.15rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banlist .swiper-left:hover .img,
.banlist .swiper-right:hover .img {
    background: url(../img/banner-left-arrow.png) no-repeat center;
    background-size: cover;
}

.banlist .swiper-left:hover .img {
    transform: translate(-50%, -50%) rotate(180deg);
}


.banlist .swiper-left .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.banlist .swiper-right .img {
    transform: translate(-50%, -50%) rotate(180deg);
}

.banlist .swiper-right:hover .img {
    transform: translate(-50%, -50%) rotate(0deg);
}

.banlist .swiper-right .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.banlist .swiper-left:hover .img img,
.banlist .swiper-right:hover .img img {
    display: none;
}

.banner1 ul li {
    width: 100%;
    overflow: hidden;
}


/* ✅ 关键：强制提升层级 + 明确参照 */
.banlist .swiper-btn {
    position: absolute;
    left: 48.3%;
    /* transform: translateX(-50%); */
    bottom: 0.33rem;
    width: auto;
    height: 0.27rem;
    z-index: 99;

    /* ✅ 防止被 Swiper 接管 */
    margin: 0;
    padding: 0;
    text-align: center;

    /* ✅ 兼容模式保命 */
    /* -ms-transform: translateX(-50%); */
}

.banlist .swiper-pagination {
    width: auto;
    border-radius: 10000rem;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(0.20rem);
    padding: 0.06rem 0.10rem;
    white-space: nowrap;
    /* 防止换行 */
    font-size: 0;
}

.banlist .swiper-pagination-bullet {
    border: 0.01rem solid #FFFFFF;
    width: 0.11rem;
    height: 0.11rem;
    background: #FFFFFF;
    opacity: 1;
    margin: 0 0.05rem;
}

.banlist .swiper-pagination-bullet-active {
    background: #005692;
    border: 0.01rem solid #005692;
}


.bannerli {
    position: relative;
    padding: 0.8rem 0;
    overflow: hidden;
}

.bannerli .swiper-container {
    overflow: hidden;
}

.bannerli .swiper-slide .img {
    width: 100%;
    overflow: hidden;
}

.bannerli .swiper-slide .img img {
    width: 100%;
    transition: all 0.5s;
}

.bannerli .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.bannerli .swiper-prev,
.bannerli .swiper-next {
    width: 0.34rem;
    height: 0.58rem;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.bannerli .swiper-next {
    right: 0;
}

.bannerli .swiper-prev img,
.bannerli .swiper-next img {
    width: 0.08rem;
    height: 0.16rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.xwdt .content {
    display: flex;
    justify-content: space-between;
}

.xwdtlist {
    width: 7.55rem;
    background: #FFFFFF;
    border: 0.79px solid #313131;
    box-shadow: -2.28px 2.28px 0px 0px #313131;
}

.xwdtlist .swiper-slide {
    padding: 0.27rem;
    box-sizing: border-box;
}

.xwdtlist .swiper-slide .img {
    width: 7.05rem;
    height: 3.95rem;
}

.xwdtlist .swiper-slide .img img {
    width: 100%;
    height: 100%;
}

.xwdtlist .swiper-slide .text .title {
    line-height: 0.38rem;
    color: #313131;
    margin-top: 0.27rem;
}

.xwdtlist .swiper-slide:hover .text .title {
    color: #FF6B05;
}

.xwdtlist .swiper-slide .text .disc {
    line-height: 0.3rem;
    color: rgba(49, 49, 49, 0.2);
    margin-top: 0.1rem;
}

.xwdtlist .swiper-slide .text .time {
    line-height: 0.3rem;
    text-align: justify;
    color: rgba(49, 49, 49, 0.2);
    margin-top: 0.14rem;
}


.xwdtlist .swiper-pagination {
    bottom: 0.3rem;
    text-align: right;
    padding-right: 0.3rem;
    box-sizing: border-box;
}

.xwdtlist .swiper-pagination-bullet {
    width: 0.13rem;
    height: 0.13rem;
    background: #D8D8D8;
    opacity: 1;
}

.xwdtlist .swiper-pagination-bullet-active {
    background: #FC6707;
}

.xwdttheme {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xwdttheme .title {
    font-size: 0.6rem;
    line-height: 0.58rem;
    background: linear-gradient(90deg, #ff6b05 0%, #313131 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.xwdttheme .title-icon img {
    width: 3.73rem;
    height: 1.88rem;
}

.xwdtbox {
    width: calc(100% - 7.55rem - 0.4rem);
    background: #FFFFFF;
    box-sizing: border-box;
    border: 0.79px solid #313131;
    box-shadow: 2.28px -2.28px 0px 0px #313131;
    padding: 0.32rem 0.35rem;
    box-sizing: border-box;
}

.xwdtbox li {
    padding: 0.13rem 0;
    position: relative;
}

.xwdtbox li::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #FF6B05;
    transition: all 0.5s ease;
}

.xwdtbox li:hover::before {
    width: 100%;
}

.xwdtbox li:first-of-type {
    padding-top: 0;
}

.xwdtbox li .title {
    line-height: 0.38rem;
    color: #313131;
}

.xwdtbox li:hover .title {
    color: #FF6B05;
    font-weight: bold;
}

.xwdtbox li .time {
    line-height: 0.3rem;
    color: #313131;
    opacity: 0.4;
    margin-top: 0.06rem;
}

.tzgg {
    padding-top: 1.65rem;
    padding-bottom: 0.8rem;
    background: url(../img/tzgg-bg.png) no-repeat center;
    background-size: cover;
}

.tzgg .theme {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tzgg .theme .titles {
    position: relative;
    margin-left: 6.7rem;
}

.tzgg .theme .titles .title {
    font-size: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    background: linear-gradient(90deg, #ff6b05 0%, #313131 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    z-index: 2;
}

.tzgg .theme .english {
    width: 4.8rem;
    height: 1.9rem;
    position: absolute;
    bottom: -0.2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.tzgg .theme .english img {
    width: 100%;
    height: 100%;
}

.tzgg .showmore {
    width: 1.05rem;
    height: 0.45rem;
}

.tzgg .showmore img {
    width: 100%;
    height: 100%;
}

.tzgglist {
    margin-top: 1.3rem;
}

.tzgglist li {
    background: #FFFFFF;
    padding: 0.34rem 0.4rem;
    box-sizing: border-box;
    border: 0.57px solid #313131;
    box-shadow: 2.28px 2.28px 0px 0px #313131;
    margin-top: -0.1rem;

}

.tzgglist li:hover {
    border: 0.57px solid #FF6B05;
    box-shadow: 2.28px 2.28px 0px 0px #FF6B05;
    position: relative;
    z-index: 99;
}

.tzgglist li:nth-child(2n) {
    margin-left: 0.4rem;
    width: calc(100% - 0.8rem);
    position: relative;
    z-index: 2;
}

.tzgglist li a {
    display: flex;
    align-items: center;

}

.tzgglist li .time {
    width: 1rem;
    height: 0.92rem;
    position: relative;
}

.tzgglist li .time .day {
    font-size: 0.45rem;
    line-height: 0.38rem;
    text-align: center;
    color: #FF6B05;
    position: relative;
    z-index: 2;
}

.tzgglist li .time .year {
    line-height: 0.38rem;
    color: #313131;
    margin-top: 0.15rem;
    position: relative;
    z-index: 2;
}

.tzgglist li .time .gongup {
    width: 100%;
    height: 0.3rem;
    background: #F0F0F0;
    position: absolute;
    left: 0;
    bottom: 0.45rem;
    z-index: 1;
}

.tzgglist li:hover .time .gongup,
.tzgglist li:hover .time .gongshu,
.tzgglist li:hover .time .gongdown {
    background: #FFF2ED;
}

.tzgglist li .time .gongshu {
    width: 0.1rem;
    height: 0.35rem;
    background: #F0F0F0;
    position: absolute;
    left: 50%;
    bottom: 0.2rem;
    transform: translateX(-50%);
    z-index: 1;
}

.tzgglist li .time .gongdown {
    width: 100%;
    height: 0.2rem;
    background: #F0F0F0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.tzgglist li .showmore {
    width: 0.6rem;
    height: 0.6rem;
}

.tzgglist li:hover .showmore {
    background: url(../img/tzgg-showmore-lbx-black.png) no-repeat center;
    background-size: cover;
}

.tzgglist li .showmore img {
    width: 100%;
    height: 100%;
}

.tzgglist li:hover .showmore img {
    display: none;
}

.tzgglist li .title {
    font-size: 0.26rem;
    line-height: 0.38rem;
    color: #313131;
    width: calc(100% - 1rem - 0.6rem - 0.4rem);
    margin-left: 0.4rem;
}

.tzgglist li:hover .title {
    color: #FF6B05;
}

.zyjs {
    padding: 0.4rem 0 1.1rem;
    box-sizing: border-box;
}

.zyjs .xwdttheme .title-icon img {
    width: 9.5rem;
    height: 1.9rem;
}

.zyjs .zyjstitle {
    font-size: 0.36rem;
    line-height: 0.38rem;
    color: #313131;
}

.zyjslist {
    display: flex;
    justify-content: space-between;
    margin-top: 0.55rem;
}

.zyjslist li {
    width: calc((100% - 1.6rem) / 5);
    height: 5.12rem;
    position: relative;
}

.zyjslist li:nth-child(2n) {
    margin-top: 0.3rem;
}

.zyjslist li .title-arrow {
    background: #F7F7F7;
    padding: 0.23rem 0.2rem;
    box-sizing: border-box;
    border: 0.79px solid #313131;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zyjslist li .title-arrow .title {
    line-height: 0.3rem;
    color: #313131;
}

.zyjslist li:hover .title-arrow .title {
    color: #FC6707;
}

.zyjslist li .title-arrow .arrow {
    width: 0.46rem;
    height: 0.41rem;
    background: #FFFFFF;
    position: relative;
}

.zyjslist li:hover .title-arrow .arrow {
    background: #FC6707;
}

.zyjslist li .title-arrow .arrow .arrimg {
    width: 0.22rem;
    height: 0.15rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.zyjslist li .title-arrow .arrow .arrimg {
    background: url(../img/zyjs-arrow-icon-white.png) no-repeat center;
    background-size: cover;
}

.zyjslist li .title-arrow .arrow .arrimg img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.zyjslist li:hover .title-arrow .arrow .arrimg img {
    display: none;
}

.zyjslist li .img-yinying {
    width: 100%;
    height: 4.2rem;
    position: relative;
}

.zyjslist li .img-yinying .img {
    width: 100%;
    height: 100%;
}

.zyjslist li .img-yinying .yinying {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, #000000cc 0%, #00000000 100%);
    opacity: 0.75;
    display: none;
}

.zyjslist li:hover .yinying {
    display: block;
}

.zyjslist li .img img {
    width: 100%;
    height: 100%;
}

.zyjslist li .disc {
    line-height: 0.3rem;
    text-align: justify;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0.25rem;
    box-sizing: border-box;
    display: none;
}

.zyjslist li:hover .disc {
    display: block;
}

.ssdlist {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ssdlist li {
    width: calc((100% - 0.9rem) / 3);
    background: url(../img/jzx-bg.png) no-repeat center;
    background-size: cover;
    padding: 0.4rem 0.38rem;
    box-sizing: border-box;
    position: relative;
    height: 2.95rem;
}

.ssdlist li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ssdlist li:nth-child(2) {
    background: url(../img/sjx-bg.png) no-repeat center;
    background-size: cover;
    opacity: 0.7;
}

.ssdlist li:nth-child(3) {
    background: url(../img/yssj-bg.png) no-repeat center;
    background-size: cover;
    opacity: 0.8;
}

.ssdlist li .title {
    line-height: 0.38rem;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0.15rem;
    position: relative;
    z-index: 2;
}

.ssdlist li:hover .title {
    text-align: left;
}

.ssdlist li .disc {
    line-height: 0.3rem;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    display: none;
}

.zyjs .ssdtitle {
    margin-top: 0.47rem;
    margin-bottom: 0.55rem;
}

.ssdlist li:hover .disc {
    display: block;
}

.ssdlist li .temparrow {
    display: flex;
    justify-content: center;
    transition: all 0.5s;
}

.ssdlist li:hover .temparrow {
    justify-content: flex-end;
}


.ssdlist li .temparrow .arrow {
    width: 0.46rem;
    height: 0.41rem;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
}

.ssdlist li:hover .temparrow .arrow {
    background: #FC6707;
}

.ssdlist li .temparrow .arrow .arrimg {
    width: 0.22rem;
    height: 0.15rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ssdlist li .temparrow .arrow .arrimg {
    background: url(../img/zyjs-arrow-icon-white.png) no-repeat center;
    background-size: cover;
}

.ssdlist li .temparrow .arrow .arrimg img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.ssdlist li:hover .temparrow .arrow .arrimg img {
    display: none;
}

.ssdlist li .yinying {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
}

.ssdlist li:hover .yinying {
    background: rgba(222, 87, 0, 0.55);
    backdrop-filter: blur(10px);
}

/* 展览活动 */
.zlhd .xwdttheme .title-icon img {
    width: 7.7rem;
    height: 1.9rem;
}

.zlhdbox {
    padding: 0.4rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;

}

.zlhdbox .left {
    width: 5rem;
}

.zlhdbox .left li {
    position: relative;
}

.zlhdbox .left li::before {
    content: '';
    width: 100%;
    height: 6.3rem;
    border: 1.19px solid #000000;
    position: absolute;
    left: -0.4rem;
    top: -0.4rem;
}

.zlhdbox .left li .img {
    width: 100%;
    height: 6.5rem;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.zlhdbox .left li .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.zlhdbox .left li:hover .img img {
    transform: scale(1.1);
}

.zlhdbox .left li .title {
    line-height: 41.67px;
    color: #333333;
    margin-top: 0.3rem;
}

.zlhdbox .left li:hover .title {
    color: #FC6707;
}

.zlhdbox .center {
    width: 5.28rem;
}

.zlhdbox .center li {
    position: relative;
}

.zlhdbox .center li::before {
    content: '';
    width: 2.8rem;
    height: 2.05rem;
    border: 1.19px solid #000000;
    opacity: 0.2;
    position: absolute;
    right: -0.25rem;
    bottom: 0.65rem;
}

.zlhdbox .center li .img {
    width: 100%;
    height: 2.95rem;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.zlhdbox .center li .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.zlhdbox .center li:hover .img img {
    transform: scale(1.1);
}

.zlhdbox .center li .title {
    line-height: 41.67px;
    color: #333333;
    margin-top: 0.55rem;
}

.zlhdbox .center li:hover .title {
    color: #FC6707;
}

.zlhdbox .center li:nth-child(2) {
    margin-top: 0.35rem;
}

/* 右边 */
.zlhdbox .right {
    width: 4.6rem;
}

.zlhdbox .right li {
    position: relative;
}

.zlhdbox .right li::before {
    content: '';
    width: 2.8rem;
    height: 2.05rem;
    border: 1.19px solid #000000;
    opacity: 0.2;
    position: absolute;
    right: -0.4rem;
    top: -0.4rem;
}

.zlhdbox .right li .img {
    width: 100%;
    height: 6.9rem;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.zlhdbox .right li .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.zlhdbox .right li:hover .img img {
    transform: scale(1.1);
}

.zlhdbox .right li .title {
    line-height: 41.67px;
    color: #333333;
    margin-top: 0.55rem;
}

.zlhdbox .right li:hover .title {
    color: #FC6707;
}

footer {
    background: #333333;
    padding: 0.75rem 0 1rem;
}

footer .container {
    display: flex;
    justify-content: space-between;
}

footer .left {
    width: 6.7rem;
}

footer .right {
    width: 7.35rem;
}

footer .left .logo-ewm {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0.25rem;
    margin-bottom: 0.45rem;
}

footer .left .logo-ewm .logo {
    width: 3.3rem;
}

footer .left .logo-ewm .logo img {
    width: 100%;
    height: 100%;
}

footer .ewmbox {
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
}

footer .ewmbox .ewmicon {
    width: 0.55rem;
    height: 0.44rem;
    position: relative;
    background: url(../img/ewm-icon.png) no-repeat center;
    background-size: cover;
}

footer .ewmbox .ewmicon img {
    width: 0.26rem;
    height: 0.21rem;
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
}

footer .ewmbox .ewm {
    width: 1.1rem;
    height: 1.1rem;
    background: #FFFFFF;
    padding: 0.1rem;
    box-sizing: border-box;
    margin-left: 0.2rem;
}

footer .ewmbox .ewm img {
    width: 100%;
    height: 100%;
}

footer .left .banq,
footer .left .banq a {
    max-width: 6.1rem;
    line-height: 0.3rem;
    color: rgba(255, 255, 255, 0.7);
}

.linksbox {
    width: 3rem;
}

.linksbox .title {
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0.24rem;
    margin-bottom: 0.15rem;
}

.linksbox .title .english {
    margin-top: 0.1rem;
    margin-left: 0.05rem;
}

.linksbox .linklist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.linksbox .linklist li:nth-child(n) {
    width: 0.65rem;
}

.linksbox .linklist li:nth-child(2n) {
    width: 1.6rem;
    margin-left: 0.3rem;
}

.linksbox .linklist li a {
    line-height: 0.35rem;
    color: rgba(255, 255, 255, 0.7);
}

footer .right {
    display: flex;
    justify-content: space-between;
}

.contactbox {
    width: 2.8rem;
}

.contactbox .title {
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0.24rem;
    margin-bottom: 0.15rem;
}

.contactbox .title .english {
    margin-top: 0.1rem;
    margin-left: 0.05rem;
}

.contactlist li a {
    line-height: 0.35rem;
    color: rgba(255, 255, 255, 0.7);
}



/* 导师风采 */
.dsfc .xwdttheme .title-icon img {
    width: 7.95rem;
    height: 1.9rem;
}

.dsfcdt {
    display: flex;
    justify-content: space-between;
}

.gallery-top {
    width: 6.65rem;
}

.dsfcdt .gallery-top .swiper-slide a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dsfcdt .gallery-top .swiper-slide .img {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    width: 4.2rem;
    height: 4.5rem;
    padding: 0.4rem;
    box-sizing: border-box;
}

.dsfcdt .gallery-top .swiper-slide .img img {
    width: 100%;
    height: 100%;
}

.dsfcdt .gallery-top .swiper-slide .text {
    padding: 0.4rem 0.37rem;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 0.57px solid #313131;
    box-shadow: 2.28px 2.28px 0px 0px #313131;
}

.dsfcdt .gallery-top .swiper-slide .text .name-logoicon {
    display: flex;
    justify-content: space-between;
}

.dsfcdt .gallery-top .swiper-slide .text .name {
    line-height: 0.3rem;
    color: #313131;
}

.dsfcdt .gallery-top .swiper-slide:hover .text .name {
    color: #FF6B05;
}

.dsfcdt .gallery-top .swiper-slide .text .logoicon {
    width: 1.5rem;
    height: 0.37rem;
}

.dsfcdt .gallery-top .swiper-slide .text .logoicon img {
    width: 100%;
    height: 100%;
}

.dsfcdt .gallery-top .swiper-slide .text .disc {
    line-height: 35px;
    color: #5A5A5A;
}

/* 右侧导师轮播 */
.jcdtlist {
    width: calc(100% - 6.65rem - 0.8rem);
    position: relative;
    padding-top: 0.55rem;
    box-sizing: border-box;
}

.jcdtlist .gallery-thumbs {
    height: 5.9rem;
    overflow: hidden;
}

.jcdtlist .swiper-slide {
    display: block;
    transition: transform 0.3s;
}

/* 阶梯式错位 */
.jcdtlist .swiper-slide.st2 {
    transform: translateY(1.05rem);
}

.jcdtlist .swiper-slide.st3 {
    transform: translateY(2.15rem);
}

.jcdtlist .swiper-slide a {
    display: block;
    background: #FFFFFF;
    padding: 0.14rem 0.14rem 0.16rem;
    box-sizing: border-box;
    border: 1px solid rgba(49, 49, 49, 0.12);
    box-shadow: 0px 0px 0.15rem 0px rgba(0, 0, 0, 0.06);
}

.jcdtlist .swiper-slide-thumb-active a,
.jcdtlist .swiper-slide a:hover {
    border: 1px solid #FF6B05;
    box-shadow: 2.28px 2.28px 0px 0px #FF6B05;
}

.jcdtlist .swiper-slide .img {
    width: 100%;
    height: 2.77rem;
    overflow: hidden;
}

.jcdtlist .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.jcdtlist .swiper-slide a:hover .img img {
    transform: scale(1.08);
}

.jcdtlist .swiper-slide .name {
    line-height: 0.42rem;
    text-align: center;
    color: #313131;
    margin-top: 0.06rem;
    padding: 0.1rem 0;
}

.jcdtlist .swiper-slide:hover .name {
    color: #FF6B05;
}

/* 左右切换按钮 */
.jcdtlist .swiper-prev,
.jcdtlist .swiper-next {
    position: absolute;
    top: 0.8rem;
    width: 0.58rem;
    height: 0.52rem;
    cursor: pointer;
    z-index: 9;
}

.jcdtlist .swiper-prev {
    right: 0.92rem;
    background: #313131;
}

.jcdtlist .swiper-next {
    right: 0;
    background: #313131;
}

.jcdtlist .swiper-prev::after,
.jcdtlist .swiper-next::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.12rem;
    height: 0.12rem;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
}

.jcdtlist .swiper-prev::after {
    transform: translate(-30%, -50%) rotate(-135deg);
}

.jcdtlist .swiper-next::after {
    transform: translate(-70%, -50%) rotate(45deg);
}

.jcdtlist .swiper-prev:hover,
.jcdtlist .swiper-next:hover {
    background: #FF6B05;
}

/* MORE+ */
.jcdtlist .showmore {
    position: absolute;
    right: 3.5rem;
    bottom: 0.1rem;
    width: 1.05rem;
    height: 0.45rem;
    z-index: 9;
}

.jcdtlist .showmore img {
    width: 100%;
    height: 100%;
}















.nydt img {
    width: 100%;
    height: 100%;
}




.curr {
    padding-top: 1.55rem;
    padding-bottom: 0.4rem;
}

.curr .container {
    display: flex;
}

.curr .theme {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0.8rem;
}

.curr .theme .titles {
    position: relative;
}

.curr .theme .titles .title {
    font-size: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    background: linear-gradient(90deg, #ff6b05 0%, #313131 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
    z-index: 2;
}

.curr .theme .english {
    width: 4.8rem;
    height: 1.9rem;
    position: absolute;
    bottom: -0.2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.curr .theme .english img {
    width: 100%;
    height: 100%;
}

.pos-erji {
    margin-left: 0.5rem;
    position: relative;
    z-index: 9;
}

.pos-erji .position a,
.pos-erji .position span {
    color: #000000;
}

.pos-erji .position span:last-of-type {
    display: none;
}

.erji {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.05rem;
}

.erji li {
    margin-right: 0.5rem;
}

.erji li.on a,
.erji li:hover a {
    color: #FF6B05;
}

.erji li:last-of-type {
    margin-right: 0;
}

.erji li a {
    font-size: 0.2rem;
    color: #0B0B0B;
}







.nmain {
    padding: 0.3rem 0 0.6rem;
    box-sizing: border-box;
    background: url(../img/nmain-bg.png) no-repeat center;
    background-size: cover;
}

/* listbox */

.listbox li {
    background: #FFFFFF;
    padding: 0.34rem 0.4rem;
    box-sizing: border-box;
    border: 0.57px solid #313131;
    box-shadow: 2.28px 2.28px 0px 0px #313131;
    margin-top: -0.1rem;

}

.listbox li:hover {
    border: 0.57px solid #FF6B05;
    box-shadow: 2.28px 2.28px 0px 0px #FF6B05;
    position: relative;
    z-index: 99;
}

.listbox li:nth-child(2n) {
    margin-left: 0.4rem;
    width: calc(100% - 0.8rem);
    position: relative;
    z-index: 2;
}

.listbox li a {
    display: flex;
    align-items: center;

}

.listbox li .time {
    width: 1rem;
    height: 0.92rem;
    position: relative;
}

.listbox li .time .day {
    font-size: 0.45rem;
    line-height: 0.38rem;
    text-align: center;
    color: #FF6B05;
    position: relative;
    z-index: 2;
}

.listbox li .time .year {
    line-height: 0.38rem;
    color: #313131;
    margin-top: 0.15rem;
    position: relative;
    z-index: 2;
}

.listbox li .time .gongup {
    width: 100%;
    height: 0.3rem;
    background: #F0F0F0;
    position: absolute;
    left: 0;
    bottom: 0.45rem;
    z-index: 1;
}

.listbox li:hover .time .gongup,
.listbox li:hover .time .gongshu,
.listbox li:hover .time .gongdown {
    background: #FFF2ED;
}

.listbox li .time .gongshu {
    width: 0.1rem;
    height: 0.35rem;
    background: #F0F0F0;
    position: absolute;
    left: 50%;
    bottom: 0.2rem;
    transform: translateX(-50%);
    z-index: 1;
}

.listbox li .time .gongdown {
    width: 100%;
    height: 0.2rem;
    background: #F0F0F0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.listbox li .showmore {
    width: 0.6rem;
    height: 0.6rem;
}

.listbox li:hover .showmore {
    background: url(../img/tzgg-showmore-lbx-black.png) no-repeat center;
    background-size: cover;
}

.listbox li .showmore img {
    width: 100%;
    height: 100%;
}

.listbox li:hover .showmore img {
    display: none;
}

.listbox li .title {
    font-size: 0.26rem;
    line-height: 0.38rem;
    color: #313131;
    width: calc(100% - 1rem - 0.6rem - 0.4rem);
    margin-left: 0.4rem;
}

.listbox li:hover .title {
    color: #FF6B05;
}

/* piccontent */
.picconbox li {
    background: #FFFFFF;
    padding: 0.5rem 0.4rem;
    box-sizing: border-box;
    border: 0.57px solid #313131;
    box-shadow: 2.28px 2.28px 0px 0px #313131;
    margin-top: -0.2rem;
}

.picconbox li:first-of-type {
    margin-top: 0;
}

.picconbox li:hover {
    border: 0.57px solid #FF6B05;
    box-shadow: 2.28px 2.28px 0px 0px #FF6B05;
    position: relative;
    z-index: 99;
}

.picconbox li:nth-child(2n) {
    margin-left: 0.4rem;
    width: calc(100% - 0.8rem);
    position: relative;
    z-index: 2;
}

.picconbox li:nth-child(2n) a {
    flex-direction: row-reverse;
}

.picconbox li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.picconbox li .time-info {
    display: flex;
    align-items: center;
    width: calc(100% - 4.4rem - 0.4rem);

}

.picconbox li .time {
    width: 1rem;
    height: 0.92rem;
    position: relative;
}

.picconbox li .time .day {
    font-size: 0.45rem;
    line-height: 0.38rem;
    text-align: center;
    color: #FF6B05;
    position: relative;
    z-index: 2;
}

.picconbox li .time .year {
    line-height: 0.38rem;
    color: #313131;
    margin-top: 0.15rem;
    position: relative;
    z-index: 2;
}

.picconbox li .time .gongup {
    width: 100%;
    height: 0.3rem;
    background: #F0F0F0;
    position: absolute;
    left: 0;
    bottom: 0.45rem;
    z-index: 1;
}

.picconbox li:hover .time .gongup,
.picconbox li:hover .time .gongshu,
.picconbox li:hover .time .gongdown {
    background: #FFF2ED;
}

.picconbox li .time .gongshu {
    width: 0.1rem;
    height: 0.35rem;
    background: #F0F0F0;
    position: absolute;
    left: 50%;
    bottom: 0.2rem;
    transform: translateX(-50%);
    z-index: 1;
}

.picconbox li .time .gongdown {
    width: 100%;
    height: 0.2rem;
    background: #F0F0F0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.picconbox li .showmore {
    width: 4.4rem;
    height: 2.45rem;
    overflow: hidden;
}



.picconbox li .showmore img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.picconbox li:hover .showmore img {
    transform: scale(1.1);
}


.picconbox li .info {
    margin-left: 0.4rem;
}

.picconbox li .title {
    font-size: 0.26rem;
    line-height: 0.38rem;
    color: #313131;

}

.picconbox li:hover .title {
    color: #FF6B05;
}

.picconbox li .disc {
    line-height: 0.3rem;
    text-align: justify;
    color: rgba(49, 49, 49, 0.4);
    margin-top: 0.3rem;
}






.page-box {
    margin: 0.6rem 0 0.25rem;
}

.picturetwo {
    display: flex;
    justify-content: space-between;
}

.picturetwo li {
    width: calc((100% - 0.5rem) / 2);
    padding: 0.3rem 0.27rem;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 0.79px solid #313131;
    box-shadow: -2.28px 2.28px 0px 0px #313131;
}

.picturetwo li:hover {
    border: 0.79px solid #FF6B05;
    box-shadow: -2.28px 2.28px 0px 0px #FF6B05;
}

.picturetwo li .img {
    width: 100%;
    height: 4.27rem;
    overflow: hidden;
}

.picturetwo li .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.picturetwo li:hover .img img {
    transform: scale(1.1);
}

.picturetwo li .title {
    line-height: 0.38rem;
    color: #313131;
    margin-top: 0.29rem;
}

.picturetwo li:hover .title {
    color: #FF6B05;
}

.picturetwo li .disc {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: rgba(49, 49, 49, 0.4);
    margin-top: 0.12rem;
}

.picturetwo li .time {
    line-height: 0.3rem;
    text-align: justify;
    color: rgba(49, 49, 49, 0.4);
    margin-top: 0.2rem;
}

.pictureother {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.53rem;
}

.pictureother li {
    width: calc((100% - 1rem) / 3);
    padding: 0.2rem;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 0.79px solid #313131;
    box-shadow: -2.28px 2.28px 0px 0px #313131;
    margin-bottom: 0.5rem;
}

.pictureother li:hover {
    border: 0.79px solid #FF6B05;
    box-shadow: -2.28px 2.28px 0px 0px #FF6B05;
}

.pictureother li .img {
    width: 100%;
    height: 2.75rem;
    overflow: hidden;
}


.pictureother li .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.pictureother li:hover .img img {
    transform: scale(1.1);
}

.pictureother li .title {
    line-height: 0.38rem;
    color: #313131;
}

.pictureother li:hover .title {
    color: #FF6B05;
}

.pictureother li .time {
    line-height: 0.3rem;
    color: rgba(49, 49, 49, 0.4);
}



.detail {
    padding: 0 1.4rem 0.5rem;
    box-sizing: border-box;
}

.detail .title {
    font-size: 0.33rem;
    font-weight: bold;
    line-height: 0.45rem;
    color: #2C2C2C;
}

.detail .timer {
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
    padding-bottom: 0.06rem;
    margin-bottom: 0.55rem;
}

.detail .timer .info {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.detail .timer .info div {
    color: #9C9C9C;
    margin-right: 0.2rem;
}

.detail .content p {
    font-size: 0.24rem;
    line-height: 0.55rem;
    text-align: justify;
    color: #232323;
    margin-bottom: 0.2rem;
}

.detail .content img {
    max-width: 100%;
}

.detail .detail-page li {
    background: #FFFFFF;
    padding: 0.19rem 0.2rem;
    box-sizing: border-box;
    border: 0.01rem solid #313131;
    box-shadow: 2.28px 2.28px 0px 0px #313131;
}

.detail .detail-page li:hover {
    border: 0.57px solid #FF6B05;
    box-shadow: 2.28px 2.28px 0px 0px #FF6B05;
    position: relative;
    z-index: 9;
}

.detail .detail-page li:last-of-type {
    margin: 0 0.4rem;
    position: relative;
    bottom: 0.05rem;
    z-index: 2;
}

.detail .detail-page li a {
    line-height: 38px;
    color: #313131;
}



/* 搜索结果页 */
#newskeycode1059382 {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #aaa;
    font-size: 14pt;
    box-sizing: border-box;
    padding-left: 0.2rem;
    position: relative;
    background-repeat: no-repeat;
    padding-top: 0.03rem;
    border: 1px solid #D3D3D3;
    outline-color: #3d5adb;
    margin-bottom: 0.3rem;
}

.textlist .box .title {
    color: #3D3D3D;
    line-height: 0.25rem;
    height: 0.25rem;
    text-align: left;
}

.textlist .box {
    width: 100%;
    height: 1.36rem;
    border-radius: 0.05rem 0.1rem 0.1rem 0.1rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    box-sizing: border-box;
    padding: 0 0.3rem;
}

.textlist .box:hover .title {
    color: #dd4b39;
}

.textlist .box a {
    height: 100%;
    display: flex;
    align-items: center;
}

.textlist .box .dete {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2E5EC1;
    margin-right: 0.3rem;
}

.textlist .box .tt {
    flex: 1;
}

.textlist .box .d {
    font-size: 0.24rem;
    font-weight: bold;
}

.textlist .box .y {
    font-size: 0.16rem;
    margin-top: 0.05rem;
}

.textlist .box .title {
    color: #3D3D3D;
    line-height: 0.25rem;
    height: 0.25rem;
}

.textlist .box .title span {
    color: #dd4b39;
    font-size: 0.18rem !important;
}

.textlist .box .desc {
    color: #999999;
    line-height: 0.25rem;
    height: 0.5rem;
    margin-top: 0.07rem;
}

.textlist .box .dete2 {
    color: #999999;
    margin-top: 0.07rem;
}

.fs-32 {
    font-size: 0.32rem;
}

.banq p br {
    display: none !important;
}