header {
    width: 100%;
    position: relative;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header::before {
    content: '';
    width: 100%;
    min-height: 318px;
    display: inline-block;
    background: url(../img/mark.png) center top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header .con {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}



.header h1 img {
    height: 54px;
}

.header h1 .img2 {
    display: none;
}



.topRight .top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search {
    width: 180px;
    height: 25px;
    width: 35px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    transition: all 0.5s ease-in-out;
    margin-left: 10px;
}

.search:hover {
    width: 180px;
    background: #fff;
}


.search .search-in {
    width: 180px;
    height: 25px;
    border: none;
    outline: unset;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 12px;
    color: #666;
    border-radius: 15px;
    position: absolute;
    left: 0;
    padding-right: 45px;
    /* box-sizing: border-box;
    border: 0.5px solid #FFFFFF; */
    background: none;
}

.search:focus-within .search-in,
.search:hover .search-in,
.search.on .search-in {
    box-sizing: border-box;
    border: 0.5px solid #FFFFFF;
    border: 0.5px solid #E5E5E5;
}

.search .search-btn {
    width: 36px;
    height: 25px;
    background: url(../img/ss.svg) center center no-repeat;
    border: none;
    outline: unset;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    border-radius: 15px;
}

.search:focus-within,
.search.on {
    width: 180px;
    transition: all 0.5s ease-in-out;
}


.navgation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navgation ul {
    height: 100%;
    height: 45px;
    display: flex;
    align-items: center;
}

.navgation ul .nli {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 50px;
}

.navgation ul .nli.li6 {
    width: 74px;
    flex: auto;
}

.navgation ul .nli h3 {
    width: 100%;
    position: relative;
}

.navgation ul .nli h3::before {
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 2px solid #fff;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -12px;
    opacity: 0;
}

.navgation ul .nli.on h3::before,
.navgation ul .nli:hover h3:before {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.navgation ul li h3 a {
    color: #fff;
    font-size: 18px;
}

.navgation ul li.on h3 a,
.navgation ul li:hover h3 a {
    font-weight: bold;
}

.navgation ul .sub {
    position: absolute;
    width: 120%;
    height: auto;
    left: -10%;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    border-top: 3px solid #8C0000;
    padding: 10px 0;
}

.navgation ul li:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.navgation ul .sub li {
    width: 100%;
    line-height: 27px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding: 5px 10px;
}

.navgation ul .sub li:last-of-type {
    border: none;
}

.navgation ul .sub li a {
    color: #2E2E2E;
    font-size: 18px;
}

.navgation ul .sub li:hover a {
    color: #8C0000;
}

.navgation ul .sub2 {
    width: 130%;
    position: absolute;
    left: 100%;
    top: 40%;
    flex-direction: column;
    background: #fff;
    z-index: 99;
    height: auto;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    display: none !important;
}

.navgation ul .sub li:hover .sub2 {
    display: flex !important;
}

.navgation ul .sub2 li {
    height: 35px;
    line-height: 35px;
}

.navgation ul .sub2 li a {
    color: #404040;
    font-weight: normal;
    font-size: 16px;
}

.navgation ul .sub li:hover .sub2 li a {
    color: #404040;
    font-weight: normal;
}

.navgation ul .sub li .sub2 li:hover a {
    color: #005492;
}



/* ---------------------------------- */

.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-slide a,
.banlist .swiper-slide img {
    width: 100%;
}

.swiper-pagination-btn {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 25px;
    z-index: 9;
}

.banlist .swiper-pagination1 {
    width: auto;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10000px;
    backdrop-filter: blur(20px);
    padding: 0 10px;
}

.banlist .swiper-pagination-bullet {
    background: #fff;
    width: 10.8px;
    height: 10.8px;
    opacity: 1;
    margin: 0 4px;
}

.banlist .swiper-pagination-bullet-active {
    background: #8C0000;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    left: 70px;
    top: calc((100% - 70px) / 2);
    background: url(../img/ban-prev.png) center no-repeat;
    background-size: cover;
    z-index: 9;
}

.banlist .swiper-next {
    left: auto;
    right: 70px;
    background: url(../img/ban-next.png) center no-repeat;
    background-size: cover;
}

.banlist .swiper-prev:hover {
    background: url(../img/ban-prev2.png) center no-repeat;
    background-size: cover;
}

.banlist .swiper-next:hover {
    background: url(../img/ban-next2.png) center no-repeat;
    background-size: cover;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 75px 0 40px 0;
}

.column .more {
    width: 107px;
    height: 35px;
    display: inline-block;
    background: url(../img/more.svg) center right no-repeat;
    background-size: cover;
}

.column .more:hover {
    background: url(../img/more2.svg) center right no-repeat;
    background-size: cover;
}

.content1 {
    width: 100%;
    background: url(../img/content1Bg.png) center no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    overflow: hidden;
}

.fydt_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fydtSlide,
.fydtlist {
    width: calc((100% - 30px) / 2);
    position: relative;
}

.fydtSlide .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.jxglSlide .swiper-slide,
.djgzSlide .swiper-slide,
.fydtSlide .swiper-slide {
    opacity: 0 !important;
}

.jxglSlide .swiper-slide-active,
.djgzSlide .swiper-slide-active,
.fydtSlide .swiper-slide-active {
    opacity: 1 !important;
}

.fydtSlide .swiper-slide .img {
    overflow: hidden;
}

.fydtSlide .swiper-slide .img img {
    width: 100%;
    height: 385px;
    object-fit: cover;
}

.fydtlist li {
    width: 100%;
    height: 63px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 32px;
    box-sizing: border-box;
    padding: 0 20px;
}

.fydtlist li:last-of-type {
    margin: 0;
}

.fydtlist li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fydtlist li .title {
    flex: 1;
    color: #2C2C2C;
    line-height: 30px;
    height: 30px;
}

.fydtlist li .dete {
    color: #B9914C;
    display: flex;
    align-items: center;
}

.fydtlist li .dete::before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../img/dete-ico.svg) center no-repeat;
    margin-right: 3px;
    background-size: 100% 100%;
}

.fydtlist li:hover {
    background: #8C0000;
}

.fydtlist li:hover .title {
    color: #fff;
}

.fydtlist li:hover .dete {
    color: #fff;
}

.fydtlist li:hover .dete::before {
    background: url(../img/dete-ico2.svg) center no-repeat;
    background-size: 100% 100%;
}


.fydtSlide .swiper-container {
    padding-bottom: 20px;
}

.fydtSlide .swiper-slide .img {
    overflow: hidden;
    border-radius: 10px;
}

.fydtSlide .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.fydtSlide .swiper-slide .text {
    width: calc(100% - 40px);
    margin-left: 20px;
    height: 170px;
    border-radius: 10px;
    background: linear-gradient(180deg, #FFFAF3 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    padding: 0 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.fydtSlide .swiper-slide .title {
    color: #2C2C2C;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
}

.fydtSlide .swiper-slide .desc {
    line-height: 25px;
    text-align: justify;
    height: 50px;
    color: #9E9E9E;
    margin: 10px 0 20px 0;
}

.fydtSlide .swiper-slide .dete {
    color: #B9914C;
    display: flex;
    align-items: center;
}

.fydtSlide .swiper-slide .dete::before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../img/dete-ico.svg) center no-repeat;
    margin-right: 3px;
    background-size: 100% 100%;
}

.fydtSlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.fydtSlide .swiper-slide:hover .title {
    color: #8C0000;
}

.fydtSlide .swiper-pagination {
    bottom: 41px;
    right: 44px;
}

.fydtSlide .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    opacity: 1;
    background: #D8D8D8;
    margin: 0 3px;
}

.fydtSlide .swiper-pagination-bullet-active {
    background: #8C0000;
}

.content2 {
    width: 100%;
    background: url(../img/content2Bg.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    overflow: hidden;
}

.content2 .column .more {
    background: url(../img/more3.svg) center no-repeat;
}

.jxgl_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jxglSlide {
    width: 31.85%;
    position: relative;
    background: url(../img/jxglSlideBg.png) center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 45px 30px 0 85px;
}

.jxglSlide .swiper-slide .img {
    overflow: hidden;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
}

.jxglSlide .swiper-slide .img img {
    width: 100%;
    aspect-ratio: 16/9;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.jxglSlide .swiper-slide .text {
    box-sizing: border-box;
    padding-top: 20px;
}

.jxglSlide .swiper-slide .title {
    font-weight: bold;
    line-height: 30px;
    height: 60px;
    text-align: justify;
    color: #8C0000;
    margin-bottom: 15px;
}

.jxglSlide .swiper-slide .dete {
    color: #B9914C;
    display: flex;
    align-items: center;
}

.jxglSlide .swiper-slide .dete::before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../img/dete-ico.svg) center no-repeat;
    margin-right: 3px;
    background-size: 100% 100%;
}

.jxglSlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


.jxglSlide .swiper-pagination {
    right: 30px;
    bottom: 47px;
}

.jxglSlide .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #D8D8D8;
    margin: 0 3px;
    opacity: 1;
}

.jxglSlide .swiper-pagination-bullet-active {
    background: #8C0000;
}

.jxgllist {
    flex: 1;
    box-sizing: border-box;
    padding-left: 30px;
}

.jxgllist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jxgllist li {
    width: calc((100% - 30px) / 2);
    position: relative;
    margin-bottom: 25px;
}

.jxgllist li.li3,
.jxgllist li.li4 {
    margin: 0;
}

.jxgllist li .img {
    width: 100%;
    height: 100%;
    background: url(../img/jxgl-li-bg.png) center no-repeat;
    background-size: 100% 100%;
}

.jxgllist li .img img {
    width: 100%;
    opacity: 0;
}

.jxgllist li .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 26px 0 78px;
    padding: 0 5% 0 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jxgllist li .title {
    line-height: 30px;
    height: 60px;
    text-align: justify;
    color: #343434;
    margin-bottom: 30px;
}

.jxgllist li .deter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jxgllist li .dete {
    color: #B9914C;
    display: flex;
    align-items: center;
}

.jxgllist li .dete::before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../img/dete-ico.svg) center no-repeat;
    margin-right: 3px;
    background-size: 100% 100%;
}

.jxgllist li .more {
    color: #8C0000;
    font-size: 16px;
    opacity: 0.5;
}

.jxgllist li:hover .img {
    background: url(../img/jxgl-li-bg2.png) center no-repeat;
    background-size: 100% 100%;
}

.jxgllist li:hover .title {
    color: #8C0000;
    font-weight: bold;
}

.jxgllist li:hover .more {
    opacity: 1;
}

.content3 {
    width: 100%;
    background: url(../img/content3Bg.png) center bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 60px;
    overflow: hidden;
}

.advlist {
    width: 100%;
    position: relative;
    margin-top: 76px;
    border-radius: 10px;
    overflow: hidden;
}


.advlist .swiper-slide .img {
    overflow: hidden;
    border-radius: 10px;
}

.advlist .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.advlist .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.advlist .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.djgzSlide {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 45px 0 55px 0;
}

.djgzSlide::before {
    content: '';
    width: calc(100% - 50px);
    height: 100%;
    background: #F9F9F9;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.djgzSlide .swiper-slide a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.djgzSlide .swiper-slide .img {
    width: 53%;
    overflow: hidden;
    border-radius: 10px;
}

.djgzSlide .swiper-slide .img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    /* aspect-ratio: 16/9; */
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.djgzSlide .swiper-slide .text {
    width: 47%;
    box-sizing: border-box;
    padding-right: 73px;
    background: url(../img/logo-djgz.png) no-repeat;
    background-position-x: 42%;
    background-position-y: 110%;
    padding-left: 45px;
}

.djgzSlide .swiper-slide .title {
    font-weight: bold;
    color: #333;
    line-height: 30px;
    height: 60px;
}

.djgzSlide .swiper-slide .desc {
    line-height: 28px;
    height: 112px;
    color: #999;
    margin: 20px 0 30px 0;
    text-align: justify;
}

.djgzSlide .swiper-slide .dete {
    color: #B9914C;
    display: flex;
    align-items: center;
}

.djgzSlide .swiper-slide .dete::before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../img/dete-ico.svg) center no-repeat;
    margin-right: 3px;
    background-size: 100% 100%;
}

.djgzSlide .swiper-slide:hover .title {
    color: #8B0000;
}

.djgzSlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


.djgzSlide .swiper-pagination {
    z-index: 9;
    left: 45px;
    bottom: 140px;
}

.djgzSlide .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #D8D8D8;
    margin: 0 3px;
    opacity: 1;
}

.djgzSlide .swiper-pagination-bullet-active {
    background: #8C0000;
}

.djgzSlide .swiper-next,
.djgzSlide .swiper-prev {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: url(../img/dj-prev.png) center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 9;
    left: 36.5%;
    bottom: 131px;
    box-shadow: 0px 0px 3px 0px rgba(47, 48, 137, 0.3);
    cursor: pointer;
}

.djgzSlide .swiper-next {
    left: 40%;
    background: url(../img/dj-next.png) center no-repeat;
    background-size: cover;
}

.djgzSlide .swiper-next:hover {
    background: url(../img/dj-next2.png) center no-repeat;
    background-size: cover;
}

.djgzSlide .swiper-prev:hover {
    background: url(../img/dj-prev2.png) center no-repeat;
    background-size: cover;
}


.xyrySlide {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.xyrySlide .swiper-container {
    overflow: unset;
}

.xyrySlide .swiper-slide {
    box-sizing: border-box;
    padding: 25px;
    background: linear-gradient(180deg, #FFFAF3 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.xyrySlide .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.xyrySlide .swiper-slide .img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.xyrySlide .swiper-slide .img img {
    width: 100%;
    height: 195px;
    /* aspect-ratio: 16/9; */
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.xyrySlide .swiper-slide .title {
    text-align: center;
    color: #262626;
    line-height: 24px;
    height: 24px;
    margin-top: 20px;
}

.xyrySlide .swiper-slide:hover {
    box-sizing: border-box;
    border: 0.96px solid #8B0000;
}

.xyrySlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.xyrySlide .swiper-slide:hover .title {
    color: #8C0000;
}

.xyrySlide .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin-top: 46px;
}

.xyrySlide .swiper-pagination-bullet {
    background: #fff;
    width: 10.8px;
    height: 10.8px;
    opacity: 1;
    margin: 0 4px;
}

.xyrySlide .swiper-pagination-bullet-active {
    background: #8C0000;
}

/* 教师风采 */

.szlsSlide {
    width: 100%;
    position: relative;
}

.gallery-thumbs {
    width: 100%;
}

.jsfcImgs {
    width: calc(76% - 30px);
    position: absolute;
    right: 0;
    bottom: -25px;
    box-sizing: border-box;
    padding: 0 70px;
    z-index: 998;
}

.gallery-thumbs .swiper-slide {
    width: auto;
    cursor: pointer;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;

}

.gallery-thumbs .swiper-slide a {
    width: 100%;
}

.gallery-thumbs .swiper-slide .img {
    background: #fff;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 10px;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3/4;
    border-radius: 10px;
}

.gallery-thumbs .swiper-slide .title {
    color: #333;
    margin-top: 10px;
    text-align: center;
}

.gallery-thumbs .swiper-slide-thumb-active .img {
    background: #A9060A;
}


.gallery-top {
    width: 100%;
    position: relative;
}

.gallery-top .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    opacity: 0 !important;
}

.gallery-top .swiper-slide-active {
    opacity: 1 !important;
}

.gallery-top .swiper-slide .img {
    width: 23%;
    box-sizing: border-box;
    padding: 0 15px 15px 0;
    position: relative;
}

.gallery-top .swiper-slide .img::before {
    content: '';
    width: calc(100% - 22px);
    height: calc(100% - 40px);
    background: #B9914C;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: -1;
}

.gallery-top .swiper-slide .img .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}

.gallery-top .swiper-slide .img img {
    width: 100%;
    opacity: 0;
    aspect-ratio: 3 / 4;
}

.gallery-top .swiper-slide .tt {
    flex: 1;
    box-sizing: border-box;
    padding-left: 45px;
}

.gallery-top .swiper-slide .title {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.gallery-top .swiper-slide .sub {
    color: #8C0000;
    margin-left: 15px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: normal;
}

.gallery-top .swiper-slide .desc {
    color: #999;
    line-height: 30px;
    height: 60px;
    font-size: 16px;
    margin: 20px 0 25px 0;
}

.gallery-top .swiper-slide .more {
    width: 124px;
    height: 30px;
    line-height: 30px;
    background: url(../img/more-bg.png) center no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.jsfcImgs .swiper-next,
.jsfcImgs .swiper-prev {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    background: url(../img/tea-prev.png) center no-repeat;
    cursor: pointer;
    position: absolute;
    top: calc((100% - 40px) / 2);
    z-index: 99;
    left: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.jsfcImgs .swiper-next {
    left: auto;
    right: 0;
    background: url(../img/tea-next.png) center no-repeat;
}

.jsfcImgs .swiper-prev:hover {
    background: url(../img/tea-prev2.png)center no-repeat;
}

.jsfcImgs .swiper-next:hover {
    background: url(../img/tea-next2.png)center no-repeat;
}

/* --------------------------------- */

footer {
    width: 100%;
    background: url(../img/footerBg.jpg) center no-repeat;
    background-size: cover;
}

.banq {
    width: 100%;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.banq p {
    text-align: center;
    color: rgba(255, 255, 255, .5);
    line-height: 25px;
}

.banq br {
    display: none;
}

.banq p a {
    color: rgba(255, 255, 255, .5);
}

.foot .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 53px 0 46px 0;
}

.contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 35px;
}

.contact p {
    font-size: 16px;
    opacity: 0.7;
    color: #fff;
    margin-right: 60px;
}

.contact p img {
    height: 28px;
}

.contact p:last-child {
    margin: 0;
}

.ftlogo img {
    height: 54px;
    max-width: 100%;
}

.yqlj {
    margin-left: 45px;
}

.yqlj .box {
    width: 260px;
    height: 45px;
    border-radius: 10000px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.yqlj .box ul {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 99;
    display: none;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.yqlj .box ul li {
    width: 100%;
    line-height: 20px;
    text-align: left;
    box-sizing: border-box;
    padding: 5px 20px 5px 0;
    position: relative;
}

.yqlj .box ul li a {
    font-size: 16px;
    color: #2E2E2E;
}

.yqlj .box ul li:hover a {
    color: #8B0000;
}

.yqlj .box h3 {
    height: 45px;
    line-height: 45px;
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 18px;
    position: relative;
    cursor: pointer;
}

.yqlj .box h3::before {
    content: '';
    width: 16px;
    height: 7px;
    display: inline-block;
    background: url(../img/jt.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 18px;
    top: 20px;
}

.yqlj .box:hover ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot_left .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.codes {
    display: flex;
    margin-top: 20px;
}

.codes .code {
    margin-left: 20px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    padding-bottom: 12px;
}

.codes .code img {
    width: 102px;
    height: 102px;
}

.codes .code p {
    width: 90px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 3px;
    background: #8C0000;
    font-size: 15px;
    color: rgba(255, 255, 255, .7);
    margin: 7px auto 0 auto;
}

/* --------------- */

.header_active {
    background: #fff;
    box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.1);
}

.header_active .search {
    border: 1px solid #333;
}

/* .header_active .con {
    padding: 15px 70px;
} */

.header_active::before {
    display: none;
}

.header_active .navgation ul li h3 a {
    color: #2C2C2C;
}

.header_active .navgation ul li.on h3 a,
.header_active .navgation ul li:hover h3 a {
    color: #8C0000;
}

.header_active .navgation ul .nli::before {
    border-bottom: 2px solid #F0B653;
}

.header_active h1 .img1 {
    display: none;
}

.header_active h1 .img2 {
    display: block;
}

.header_active .navgation ul .nli h3::before {
    border-bottom: 2px solid #F0B653;
}

.nydt {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.nydt .img img {
    width: 100%;
}

.crumbs {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.crumbs::before {
    content: '';
    width: 100%;
    height: 223px;
    opacity: 0.58;
    display: inline-block;
    background: url(../img/crumbsBg.png) center bottom no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.crumbs .container {
    position: relative;
    z-index: 99;
}

.crumbs .name {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}

.crumbs .name::before {
    content: '';
    width: 100%;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 103%;
    top: 50%;
}

.crumbs .list {
    font-size: 18px;
    color: #fff;
}

.crumbs .list a {
    color: #fff;
}

.crumbs .list span:last-of-type {
    display: none;
}


/* -------------------  移动端 ------------------- */

.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
    position: relative;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    max-height: 40px;
    max-width: 100%;
}

.sp_header {
    height: 50px;
    background: #8C0000;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #8C0000;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 999;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.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: 20px;
    position: relative;
    line-height: 30px;
    font-size: 13px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.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: #8C0000
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.zqdhBtn {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
}

.zqdhBtn .btn {
    background: #8C0000;
    color: #fff;
    line-height: 25px;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
}

.zqdh_list {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    display: none;
}

.zqdh_list .item {
    margin-top: 10px;
}

.zqdh_list .name {
    color: #8C0000;
    font-size: 17px;
    font-weight: bold;
}

.zqdh_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zqdh_list ul li {
    width: 50%;
    margin: 0;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #8C0000 !important;
    background-color: #8C0000 !important;
}

#scrolltop {
    width: 64px;
    height: 64px;
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 100;
    cursor: pointer;
    background: #8C0000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
    border: 1px solid #fff;
}

#scrolltop .iconfont {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../img/toTop.png) center no-repeat;
    background-size: cover;
}

.nmain {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 0;
    /* overflow: hidden; */
    background: #f7f7f7;
}

.nmain .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.subNav {
    width: 17.5%;
    /* position: relative; */
    position: sticky;
    top: 160px;
}

.subNav .box {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 10px 0 0 10px;
}

.subNav .box::before {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 13px);
    display: inline-block;
    background: #8C0000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 10px 0 0 0;
}

.subNav ul {
    width: 100%;
    background: #fff;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    padding: 10px 25px 130px 25px;
    background: url(../img/subNav-img.png) center bottom no-repeat #fff;
    background-size: 100% auto;
    border-radius: 0 0 10px 10px;
}



.subNav ul li {
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid #E7E7E7;
}

.subNav ul li:last-of-type {
    border: none;
}

.subNav ul li h3 {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-right: 15px;
}

.subNav ul li h3::after {
    content: '';
    width: 8px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/nav-li-ico.svg) center no-repeat;

}

.subNav ul li .sub {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 0 10px;
}

.subNav ul li .sub a {
    width: 100%;
    font-size: 16px;
    line-height: 35px;
    display: inline-block;
    color: #2C2C2C;
}

.subNav ul li h3 a {
    font-size: 18px;
    color: #2C2C2C;
}

.subNav ul li.on h3 a,
.subNav ul li:hover h3 a {
    color: #8C0000;
    font-weight: bold;
}

.subNav ul li.on h3::after,
.subNav ul li:hover h3::after {
    background: url(../img/nav-li-ico2.svg) center no-repeat;
}

.subNav ul li .sub a:hover,
.subNav ul li .sub a.on {
    color: #8C0000;
    font-weight: bold;
}

.ncontent {
    /* width: calc(100% - 17.5% - 50px); */
    flex: 1;
    box-sizing: border-box;
    padding-left: 50px;
}

.textlist .info li {
    width: 100%;
    height: 65px;
    background: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 10px;
    overflow: hidden;
}

.textlist .info li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.textlist .info li .title {
    color: #2A2A2A;
    flex: 1;
    height: 30px;
    line-height: 30px;
}

.textlist .info li .dete {
    color: #AFAFAF;
    display: flex;
    align-items: center;
    width: 110px;
    justify-content: flex-end;
}

.textlist .info li .dete::before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../img/dete-ico.svg) center no-repeat;
    background-size: cover;
    margin-right: 3px;
}

.textlist .info li:hover {
    background: #8C0000;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.textlist .info li:hover .title {
    color: #fff;
}

.textlist .info li:hover .dete {
    color: #fff;
}

.textlist .info li:hover .dete::before {
    background: url(../img/dete-ico2.svg) center no-repeat;
    background-size: cover;
}

.piclist .info li {
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.piclist .info li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #8C0000;
    transition: all 0.5s ease-in-out;
}

.piclist .info li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.piclist .info li .img {
    width: 31.5%;
    overflow: hidden;
}

.piclist .info li .img img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.piclist .info li .text {
    flex: 1;
    box-sizing: border-box;
    padding: 30px;
}

.piclist .info li .title {
    color: #0B0B0B;
    line-height: 30px;
    height: 30px;
}

.piclist .info li .desc {
    line-height: 25px;
    height: 50px;
    text-align: justify;
    color: #9E9E9E;
    margin: 10px 0 20px 0;
}

.piclist .info li .dete {
    color: #AFAFAF;
    display: flex;
    align-items: center;
}

.piclist .info li .dete::before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../img/dete-ico.svg) center no-repeat;
    margin-right: 3px;
    background-size: 100% 100%;
}

.piclist .info li:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.piclist .info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.piclist .info li:hover .title {
    color: #8C0000;
}

.piclist .info li:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.picture .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture .info li {
    width: calc((100% - 53px) / 3);
    margin-right: 26px;
    margin-bottom: 25px;
    position: relative;
}

.picture-list li .video {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    box-sizing: border-box;
    background: url(../img/video.svg) center no-repeat;
    border: 0.45px solid #fff;
    position: absolute;
    left: calc((100% - 51px) / 2);
    top: calc((100% - 101px) / 2);
}

.picture-list li:hover .video {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.picture .info li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #8C0000;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.picture .info li:nth-child(3n) {
    margin-right: 0;
}

.picture .info li .img {
    overflow: hidden;
    border-radius: 10px;
}

.picture .info li .img img {
    width: 100%;
    height: 197px;
    object-fit: cover;

    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picture .info li .title {
    width: 100%;
    line-height: 50px;
    height: 50px;
    text-align: center;
    border-bottom: 0.8px solid #D8D8D8;
    color: #2C2C2C;
}

.picture .info li:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.picture .info li:hover .title {
    color: #8C0000;
}

.picture .info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.detail_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.detail {
    width: 67%;
    box-sizing: border-box;
    padding: 30px 40px;
    background: #fff;
}

.detail .title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #2C2C2C;
}

.detail .timer {
    width: 100%;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 10px 0;
}

.detail .timer .left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #9C9C9C;
}

.detail .timer .left>div {
    margin-right: 20px;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 25px 0;
}

.danye .dtl {
    padding: 0;
}


.detail .dtl p,
.detail .dtl p span {
    font-size: 18px !important;
    line-height: 40px !important;
    color: #0A0A0A;
    text-align: justify;
}

.detail .dtl.big p,
.detail .dtl.big p span {
    font-size: 22px !important;
    line-height: 50px !important;
}

.detail .dtl.large p,
.detail .dtl.large p span {
    font-size: 30px !important;
    line-height: 60px !important;
}

.detail .dtl img,
.detail .dtl video {
    max-width: 100% !important;
    height: auto;
}

.detail-page {
    width: 100%;
}

.detail-page .box {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    margin-top: 27px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 16px;
    display: flex;
    align-items: center;
    position: relative;
}

.detail-page .box a {
    width: 100%;
    color: #9E9E9E;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.detail-page .box:hover {
    background: #8C0000;
}

.detail-page .box:hover a {
    color: #fff;
}

.share {
    zoom: 1;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 13px;
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 26px;
    height: 26px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 26px;
    height: 26px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone {
    background: none
}

.share .share-qqzone i {
    background: url("../img/shareqqzone.png") center center no-repeat;
    background-size: 80%;
}

.share .share-qqzone:hover {
    background-color: none;
}

.share .share-wechat {
    position: relative;
    background-color: none;
}

.share .share-wechat i {
    background: url("../img/sharewechat.png") center center no-repeat;
    background-size: 80%;
}

.share .share-wechat:hover {
    background-color: none;
}

.share .share-weibo {
    background: none;
}

.share .share-weibo i {
    background: url("../img/shareweibo.png") center center no-repeat;
    background-size: 80%;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    left: -130%;
    z-index: 11;
    text-align: center;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}

.detail .timer .right {
    display: flex;
    align-items: center;
    max-width: 41%;
}

.fenxiang {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    margin-left: 30px;
}


.tjxw_box {
    width: calc(100% - 67% - 30px);
    background: #fff;
    border-top: 3px solid #8C0000;
    box-sizing: border-box;
    padding: 40px 30px;
    position: sticky;
    top: 160px;
}

.tjxw_box .name {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    color: #2C2C2C;
    padding-bottom: 10px;
    border-bottom: 2px solid #EBEBEB;
    position: relative;
    margin-bottom: 20px;
}

.tjxw_box .name::before {
    content: '';
    width: 96px;
    height: 0;
    border-bottom: 2px solid #8C0000;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.tjxw_box ul {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}

.tjxw_box ul::before {
    width: 0;
    height: 95%;
    content: '';
    display: inline-block;
    border-left: 1px solid #EBEBEB;
    position: absolute;
    left: 0;
    top: 15px;
}

.tjxw_box li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}

.tjxw_box li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    position: absolute;
    left: -23px;
    top: 17px;
}

.tjxw_box li:last-of-type {
    border: none;
}

.tjxw_box li .title {
    color: #0B0B0B;
    line-height: 28px;
    height: 56px;
    text-align: justify;
    margin-top: 8px;
}

.tjxw_box li .dete {
    color: #AFAFAF;
    display: flex;
    align-items: center;
}

.tjxw_box li .dete::before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../img/dete-ico.svg) center no-repeat;
    margin-right: 3px;
    background-size: 100% 100%;
}

.tjxw_box li:hover .title {
    color: #8C0000;
    font-weight: bold;
}

.tjxw_box li:hover::before {
    background: #8C0000;
}

.tjxw_box li:hover .dete::before {
    background: url(../img/dete-ico3.svg) center no-repeat;
    background-size: 100% 100%;
}


.tealist .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tealist .info li {
    width: calc((100% - 38px) / 2);
    box-sizing: border-box;
    padding: 0 25px 25px 25px;
    position: relative;
    margin-bottom: 40px;
}

.tealist .info li::after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #8C0000;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.tealist .info li:hover::after {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.tealist .info li::before {
    content: '';
    width: 100%;
    height: calc(100% - 40px);
    display: inline-block;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.tealist .info li a {
    display: flex;
    position: relative;
    z-index: 99;
}

.tealist .info li .left {
    width: 30%;
}

.tealist .info li .img {
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
    background: #fff;
}

.tealist .info li .img img {
    width: 100%;
}

.tealist .info li .right {
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 60px;
}

.tealist .info li .name {
    width: 90px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px solid #8C0000;
    color: #333333;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin: 20px auto 10px auto;
}

.tealist .info li .name2 {
    font-size: 16px;
    color: #8D8D8D;
    margin: 0 auto;
    text-align: center;
}

.tealist .info li .desc {
    font-size: 16px;
    line-height: 30px;
    height: 120px;
    color: #8D8D8D;
    margin-bottom: 30px;
}

.tealist .info li .more {
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    font-size: 16px;
    color: #B0B0B0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.tealist .info li:hover .name {
    color: #fff;
    background: #8C0000;
}

.tealist .info li:hover .more {
    color: #8C0000;
}

/* --------------------------------------- */

.pictureSlide {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0 35px;
    margin-bottom: 60px;
}


.pictureSlide .swiper-wrapper {
    position: relative;
    left: 21.5%;
}

.pictureSlide .swiper-slide {
    width: 57.5%;
    flex-direction: column;
}

.pictureSlide .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.pictureSlide .swiper-slide .img {
    width: 100%;
    overflow: hidden;
}

.pictureSlide .swiper-slide .video {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    box-sizing: border-box;
    background: url(../img/video.svg) center no-repeat;
    border: 0.45px solid #fff;
    position: absolute;
    left: calc((100% - 51px) / 2);
    top: calc((100% - 51px) / 2);
    transition: all 0.5s ease-in-out;
}

.pictureSlide .swiper-slide .img img {
    width: 100%;
    height: 350px;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.pictureSlide .swiper-slide-active:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


.pictureSlide .swiper-slide .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 54px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    opacity: 0;
    color: #fff;
}

.pictureSlide .swiper-slide:hover .video {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.pictureSlide .swiper-slide-active .title {
    opacity: 1;
}

.pictureSlide .swiper-prev,
.pictureSlide .swiper-next {
    width: 50px;
    height: 50px;
    background: #8C0000;
    box-sizing: border-box;
    border: 1.27px solid #FFFFFF;
    border-radius: 50%;
    top: calc((100% - 50px) / 2);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    cursor: pointer;
    z-index: 99;
}

.pictureSlide .swiper-prev {
    right: auto;
    left: 0;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #8B0000 !important;
    background-color: #8B0000 !important;
}

/* -------------------------------------- */

.menuBox {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: url(../img/menuBoxBg.jpg) center no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.menuTop {
    width: 100%;
    box-sizing: border-box;
    padding: 23px 75px 23px 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.menuTop .logo img {
    height: 62px;
}

.menuBtn2 {
    width: 76px;
    height: 77px;
    display: inline-block;
    background: url(../img/menuBtnBg.png) center no-repeat;
    background-size: cover;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.menuBtn2 .ico {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/close.png) center no-repeat;
    background-size: cover;
}

.menuTop .right {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-right: 35px;
}

.menuBox .footer {
    width: 100%;
}

.menuBox .footer .banq {
    width: 100%;
}

.menuBox.on {
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.menuBox_home {
    width: 100%;
    height: calc(100vh - 108px);
    box-sizing: border-box;
    padding-top: 80px;
}

.menu_head {
    width: 100%;
    height: 92px;
    box-sizing: border-box;
    padding: 0 136px 0 60px;
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 130px;
}

.menu_head::after {
    content: '';
    width: 100%;
    height: 4px;
    display: inline-block;
    background: linear-gradient(180deg, #000082 34%, #410087 59%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.menuBtn.cur .ico {
    width: 24px;
    height: 24px;
    background: url() no-repeat;
}

.rightBtn {
    display: flex;
    align-items: center;
}



.search2 {
    width: 315px;
    height: 39px;
    border-radius: 10000px;
    position: relative;
    margin-left: 25px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .3);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    margin-right: 30px;
}

.search2 .search-in {
    width: 100%;
    height: 39px;
    border: none;
    outline: none;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 15px;
    color: rgba(255, 255, 255, .6);
    border-radius: 10000px;
    background: rgba(0, 0, 0, .3);
    padding-bottom: 4px;
}

.search2 .search-in::placeholder {
    color: rgba(255, 255, 255, .8);
}

.search2 .search-btn {
    width: 18px;
    height: 18px;
    background: url(../img/ss.png) no-repeat;
    position: absolute;
    right: 20px;
    top: 9px;
    border: none;
}

.topLink {
    cursor: pointer;
}

.toplink2 a {
    width: 118px;
    height: 39px;
    font-size: 18px;
    border-radius: 1000px;
    box-sizing: border-box;
    border: 0.5px solid rgba(255, 255, 255, .3);
    background: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_list {
    width: 100%;
    margin-bottom: 70px;
}

.menu_list .name {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 45px;
    position: relative;
    display: inline-block;
}

.menu_list .name::before {
    content: '';
    width: 43px;
    height: 0;
    display: inline-block;
    border-top: 2px solid #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -12px;
    opacity: .5;
}

.menu_list .list ul {
    display: flex;
    flex-wrap: wrap;
}

.menu_list .list li {
    width: calc((100% - 61px) / 6);
    height: 60px;
    line-height: 60px;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
}

.menu_list .list li:nth-child(6n) {
    margin-right: 0;
}

.menu_list .list li a {
    width: 100%;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_list .list li a::before {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/menu-logo.png) center no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    display: none;
}

.menu_list .list li:hover {
    box-sizing: border-box;
    border: 1px solid #fff;
    transition: all 0.5s ease-in-out;
}

.menu_list .list li:hover a {
    font-weight: bold;
}

.menu_list .list li:hover a::before {
    display: block;
}

/* ------------------------------- */

.header .con h1 {
    position: relative;
}

.h1-link {
    width: 58% !important;
    position: absolute;
    left: 0;
    height: 100%;
    display: inline-block;
}

.ftlogo {
    position: relative;
}

.ftlogo-link {
    display: inline-block;
    width: 58% !important;
    position: absolute;
    left: 0;
    height: 100%;
}

.textlist .list-page,
.piclist .list-page {
    width: 100%;
    margin: 50px 0 30px 0;
}

.picture .list-page,
.tealist .list-page {
    width: 100%;
    margin: 10px 0 30px 0;
}

.link_btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.link_btn a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    padding: 0 13px;
    border-radius: 10px;
    background: #B20000;
    color: #fff;
    margin-right: 14px;
}
.link_btn a:hover {
background-color: #f90;
}