@charset "utf-8";
/* 通用 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: 微软雅黑;
}

a {
    text-decoration: none;
    color: #000;
}

li {
    list-style: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.body {
    padding-bottom: 60px;
    background: url(/material/IMG/bodyBottomBg-20260120.png)no-repeat bottom;
}
/* 首页 */
.topImg {
    margin: 24px 0 36px 0;
}

.dFlex {
    display: flex;
    justify-content: space-between;
}

.gap30 {
    gap: 30px;
}

.channelList {
    width: 33.3%;
}

.channelListBg {
    padding: 0 10px 0 20px;
    height: 48px;
    display: flex;
    margin-bottom: 16px;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(270deg, rgba(156, 243, 252, 0) 4.29%, #E8F6F7 98.57%), #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border-bottom: 2px solid;
    /* 核心改动：渐变角度改为270deg + 交换渐变色的顺序 */
    border-image: linear-gradient(270deg, rgba(22, 125, 135, 1), rgba(156, 243, 252, 1)) 1 1;
}

.channelListBgText1 {
    font-weight: 600;
    font-size: 20px;
    color: #167D87;
}

.channelListBgText2 a {
    font-size: 14px;
    color: #4E5969;
}

.channelList ul li {
    position: relative;
    padding-left: 10px;
}

.channelList ul li::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, 0);
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #2C2C2C;
}

.channelList ul li a {
    display: inline-block;
    font-size: 16px;
    color: #2C2C2C;
    line-height: 42px;
}

.channelList ul li a:hover {
    color: #167D87;
}

.xsztBg {
    text-align: center;
    margin-bottom: 25px;
}

.accordion {
    display: flex;
    width: 100%;
    height: 306px;
    overflow: hidden;
}

.accordion .item {
    position: relative;
    flex: 1;
    /* 默认等宽 */
    transition: flex 0.5s ease;
    /* 平滑伸缩 */
    cursor: pointer;
    overflow: hidden;
    font-size: 0;
}

.accordion .item img {
    width: 100%;
    height: calc(100% - 48px);
    object-fit: cover;
}

/* hover 当前项：展开 */
.accordion .item:hover {
    flex: 2;
    /* 数值越大，展开越明显 */
}

.xsztTitle {
    height: 48px;
    line-height: 48px;
    background: #167D87;
    font-size: 18px;
    color: #FFFAFA;
    padding: 0 10px;
}

.swiper-side-list ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #7D8899;
}

.swiper-side-list ul li a {
    font-size: 18px;
    color: #2C2C2C;
    line-height: 32px;
}

.swiper-side-list ul li a:hover {
    font-weight: bold;
    font-size: 18px;
    color: #167D87;
}

.swiper-side-list .active a {
    font-weight: bold;
    color: #167D87;
}

.custom-swiper-btn {
    background-image: none !important;
    width: 32px !important;
    height: 60px !important;
    top: 55% !important;
    transform: translateY(-50%);
    box-shadow: none;
    z-index: 10 !important;
    text-align: center;
    line-height: 60px;
    background: rgba(0, 0, 0, .6);
}

.swiper-button-next.custom-swiper-btn {
    right: 0;
    left: auto;
}

.swiper-button-next.custom-swiper-btn img {
    transform: rotate(180deg);
}

.swiper-button-prev.custom-swiper-btn {
    left: 0;
    right: auto;
}

.marquee-swiper {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.marquee-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
    /* 匀速关键 */
}

.marquee-swiper .swiper-slide {
    width: auto;
    /* 关键：根据内容自适应宽度 */
    flex-shrink: 0;
    /* 防止被压缩 */
}

.marquee-swiper img {
    width: 254px;
    height: 150px;
    margin-right: 24px;
    border-radius: 4px;
    object-fit: cover;
}

.marqueeContainer {
    width: 540px;
}

.marqueeContainer ul {
    margin-top: 10px;
}

.marqueeContainer ul li {
    position: relative;
    padding-left: 10px;
}

.marqueeContainer ul li::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, 0);
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #2C2C2C;
}

.marqueeContainer ul li a {
    display: inline-block;
    font-size: 16px;
    color: #2C2C2C;
    line-height: 42px;
}

.marqueeContainer ul li a:hover {
    color: #167D87;
}

.anyXh {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 2px solid #fff;
}

.anyXh a {
    display: inline-block;
    width: calc(100% / 13);
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.anyXh a div {
    padding: 0 5px;
}

.anyXh a:hover div {
    color: #167D87;
}

.anyXhImgContainer {
    height: 60px;
}

.gqWl {
    margin: 40px 0 0 0;
    padding-bottom: 20px;
    flex-wrap: wrap;
    border-bottom: 2px solid #fff;

}

.gqWl a {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    width: 180px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    margin-bottom: 20px;
    background: url(/material/IMG/gqBg-20260120.png)no-repeat;
}

.gdwWl {
    text-align: center;
    margin: 40px 0;
}

.gdwWl a {
    font-size: 16px;
    color: #000000;
}

.gdwWl span {
    margin: 0 5px;
}

.gdwWl a:hover {
    color: #167D87;
}

.qtwz {
    display: flex;
    justify-content: space-between;
}
/* 头部 */
.headBg {
    background: url(/material/IMG/headBg-20260120.png)no-repeat top;
    background-size: 100% 100%;
}

.headW1200 {
    width: 1200px;
    margin: 0 auto;
}

.headTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 60px 0;
}

.headChannel {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}

.headChannel a {
    font-weight: 400;
    font-size: 16px;
    color: #167D87;
}

.jlwmYysh {
    font-weight: 500;
    font-size: 24px;
    color: #167D87;
}

.qrCode {
    display: flex;
    gap: 10px;
}
.qrCode img {
    width: 92px;
    height: 92px;
}

.qrCodeText {
    text-align: right;
    font-weight: 350;
    font-size: 16px;
    color: #000000;
}

.qrCodeText div {
    line-height:30px;
}

.headSearch {
    background: rgba(255, 255, 255, 0.72);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #167D87;
}

.headSearch input.searchText {
    padding: 0 10px;
    width: 180px;
    height: 40px;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 8px 8px 8px 8px;
    border: 0;
    outline: none;
}

.headSearch input.searchBt {
    background-image: url(/material/SVG/search.svg);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: right;
    height: 40px;
    width: 40px;
    border: 0;
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.72);
}

.headChannelContainer {
    background: #167D87;
}

.headChannel2 {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    padding: 12px 0;
}

.headChannel2>div {
    min-width: 70px;
    text-align: center;
    background: #77BBC2;
    border-radius: 17px 17px 17px 17px;
}

.headChannel2>div:first-child {
    background: #ffffff;
}

.headChannel2>div:first-child a {
    color: #167d87;
}

.headChannel2>div:last-child {
    width: 90px;
}

.headChannel2>div a {
    width: 100%;
    font-weight: 400;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #FFFFFF;
}

.headChannel2>div a:hover {
    background: #FFFFFF;
    color: #167D87;
    border-radius: 17px 17px 17px 17px;
}
/* 底部 */
.footer {
    width: 100%;
    background: #167D87;
    padding: 20px 0;
}

.footerW1200 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footerFlex {
    display: flex;
    align-items: center;
}

.footerLeftText {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
}

.footerRightText {
    gap: 32px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    padding-right: 56px;
}

.footerRightText img {
    width:92px;
	height:92px;
}