* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei", "SimSun", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 1412px) {
    .container {
        max-width: 1412px;
    }
}
a {
    text-decoration: none;
}
/* 头部样式 */
.header {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.header-top {
    padding: 20px 0;
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo {
    width: 100%;
}

.logo-text h1 {
    font-size: 26px;
    color: #298d85;
    margin-bottom: 5px;
    font-weight: bold;
}

.logo-text h2 {
    font-size: 22px;
    color: #298d85;
    margin-bottom: 8px;
    font-weight: bold;
}

.slogan {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}
.header-left {
    flex: 1;
}
.header-right {
    display: flex;
    gap: 15px;
    align-items: center;
    flex: 1;
    position: relative;
}

.search-box {
    display: flex;
    border-radius: 7px;
    overflow: hidden;
    background: #f6f6f6;
    align-items: center;
}
.search-box img{
    margin-left: 13px;
}
.search-input {
    padding: 16px 17px 16px 4px;
    border: none;
    outline: none;
    width: 70%;
    font-size: 14px;
    background: #f6f6f6;
}

.search-btn  {
    background: #149991;
    border: none;
    padding: 13px 29px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    transition: background 0.3s;
}
.search-btn:hover {
    background: #05736a;
}

.hotline {
    display: flex;
    align-items: center;
    gap: 10px;
}
.hotline div{
    display: flex;
    flex-direction: column;
}
.hotline-label {
    color: #666;
    font-size: 14px;
}

.hotline-number {
    color: #129a91;
    font-size: 22px;
    font-weight: bold;
}

/* 导航栏 */
.nav {
    background: #298d85;
}

.nav .container {
    position: relative;
}

.nav-list {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    z-index: 11111;
}

.nav-list li {
    flex: 1;
    min-width: 100px;
    position: relative;
}

.nav-list a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: background 0.3s;
    font-size: 15px;
    border-right: 1px solid rgb(255 255 255 / 8%);
}

.nav-list li:last-child a {
    border-right: none;
}

.nav-list a:hover,
.nav-list a.active {
    background: #05736a;
}
.navbtnlist {
    word-break: keep-all;
    white-space: nowrap;
    display: none;
    z-index: 999;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 0 7px 2px;
    color: #000;
    background-color: #149991;
    font-size: 15px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 18%);
    top: 100%;
    min-width: 135px;   
    width: 135px;
}
.navbtnlist-item{
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
}
.navbtnlist a {
    float: left;
    font-size: 15px;
    font-weight: normal;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    height: 37px !important;
    color: #fff !important;
}
.navbtnlist a img{
    margin-left: 4px;
    width: 14px;
    padding-right: 16px;
}
.navbtnlist a:hover {
	color: #fff!important;
}

.navbtn:hover .navbtnlist {
	display: block;
}

.navbtnlist .navbtntriangle {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #149991;
	z-index: 999;
}

.nav li:hover .navbtnlist{
    display: block;
}
.mobile-menu-btn {
    display: none;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 28px;
    padding: 10px 15px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1001;
    transition: opacity 0.3s;
    flex-direction: column;
    width: 52px;
}
.mobile-menu-btn span{
    background: #000;
    height: 1px;
    width: 100%;
    margin-bottom: 6px;
}
.mobile-menu-btn span:last-child{
    margin-bottom: 0;
}
.mobile-menu-btn:hover {
    opacity: 0.8;
}

/* Hero横幅 */
.hero {
    position: relative;
}
.banner {
    position: relative;
    width: 100%;
}
.bgstyle {
	background-position: center !important;
	background-size: cover !important;
}
.mySwiperTop {
	height: 752px;
}
.bgbox {
	height: 752px;
}
.toppag {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 4px;
	border-radius: 20px;
	background-color: #fff;
}

.toppagactive {
	background-color: #0c855a;
	width: 28px;
}
.banner .swiperTop-pagination {
	bottom: 29px  !important;
}
.hero-banner {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('img/1.jpg') center/cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-text {
    font-size: 52px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    text-align: center;
    letter-spacing: 2px;
}

.hero-links {
    padding: 47px 0;
	background: url(../img/home-line.png) no-repeat;
}

.hero-links .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.hero-link-item {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-link-item span:first-child {
    font-size: 15px;
    color: #333;
}

.hero-link-btn {
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.hero-link-btn img{width: 100%;}
.hero-link-btn:hover {
    background: #05736a;
}

.hero-link-url {
    color: #298d85;
    font-size: 14px;
}

/* 快捷访问 */
.quick-access {
    background: #fff;
    padding: 40px 0;
}

.quick-access-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.quick-access-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 31px 15px;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.quick-access-item:nth-child(1) {
    background: #5abf8c;
}

.quick-access-item:nth-child(2) {
    background: #3e76e5;
}

.quick-access-item:nth-child(3) {
    background: #4a77bb;
}

.quick-access-item:nth-child(4) {
    background: #69aae6;
}

.quick-access-item:nth-child(5) {
    background: #5aa5bf;
}

.quick-access-item:nth-child(6) {
    background: #71cbba;
}

.quick-access-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}


.quick-access-item span{
    font-size: 22px;
    font-weight: 500;
}

/* 主要内容区域 */
.main-content {
    padding: 14px 0;
}

.section-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 13px;
    padding-bottom: 16px;
}

.section-title {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    position: relative;
}

.more-link {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
    background: #298d85;
    border-radius: 6px;
    padding: 9px 26px;
}

.more-link:hover {
    background: #05736a;
    color: #fff;
}

/* 新闻中心 */
.news-section {
    margin-bottom: 30px;
}
.news-section-flex{
    display: flex;
    justify-content: space-between;
}
.news-section-left{
    width: 50%;
}
.news-section-right{
    flex: 1;
    margin-left: 29px;
}
.news-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.tab-btn {
    padding: 10px 24px;
    background: #f0f0f0;
    border: none;
    cursor: pointer;
    font-size: 17px;
    transition: background 0.3s;
}
.tab-btn.active {
    background: #298d85;
    color: #fff;
}

.news-content {
    display: grid;
    gap: 30px;
}

.news-main-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 15px;
    display: block;
    object-fit: cover;
}

.news-main-title {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    font-weight: 500;
    margin-top: 10px;
}

.news-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.news-item {
    display: flex;
    gap: 14px;
    text-decoration: none;
    color: #a3a3a3;
    align-items: flex-start;
}

.news-item:hover {
    background: #f5f5f5;
}

.news-date{
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    min-width: 60px;
    background: #298d85;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 27px;
    padding: 9px 10px 2px;
}
.news-date div{
    font-size: 27px;
}
.news-text {
    flex: 1;
    font-size: 14px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-text div{
    color: #000;
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newsimg {
	width: 100%;
	height: 445px;
	margin: 0;
}

.newspic {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px;
    background-color: rgb(41 141 133 / 85%);
    font-size: 16px;
    line-height: 52px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newspic div{
    overflow: hidden;
    width: 90%;
}

.news .toppag {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 4px;
	border-radius: 20px;
	background-color: #fff;
	margin-bottom: 49px;
}

.news .toppagactive {
	background-color: #0c7f60;
}
/* 两列布局 */
.two-column-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.column-item {
    padding: 14px;
}

.announcement-list {
    list-style: none;
}

.announcement-list li {
    padding: 6px 0;
}

.announcement-list li:last-child {
    border-bottom: none;
}

.announcement-list a {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: color 0.3s;
    align-items: flex-start;
}

.announcement-list a div{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.announcement-list a:hover {
    color: #298d85;
}

.announcement-list .date {
    color: #999;
    white-space: nowrap;
    min-width: 85px;
    font-size: 13px;
}

.announcement-list a span:not(.date) {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 专家团队 */


.expert-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 43px;
    margin-bottom: 21px;
}

.expert-card{
    text-align: center;
    padding: 25px 15px;
    background: #fff;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
    border: crimson;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.expert-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-color: #298d85;
}
.expert-card a{
    display: inline-block;
    padding: 5px 21px;
    background: #fff;
    text-decoration: none;
    border-radius: 28px;
    font-size: 14px;
    transition: background 0.3s;
    border: solid 1px #4db5b6;
    color: #4db5b6;
}
.expert-card span{
    display: inline-block;
    padding: 5px 21px;
    background: #fff;
    text-decoration: none;
    border-radius: 28px;
    font-size: 14px;
    transition: background 0.3s;
    border: solid 1px #4db5b6;
    color: #4db5b6;
}
.expert-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -60px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.expert-name {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    padding-top: 13px;
}

.expert-title {
    font-size: 14px;
    color: #666;
    margin-bottom: 18px;
    line-height: 1.5;
}

.expert-detail-btn {
    display: inline-block;
    padding: 6px 25px;
    background: #298d85;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background 0.3s;
}

.expert-detail-btn:hover {
    background: #05736a;
}

/* 图片新闻 */
.image-news-section {
    margin-bottom: 30px;
    border-radius: 8px;
    margin-top: 14px;
}

.image-news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.image-news-item {
    overflow: hidden;
    border-radius: 4px;
    transition: transform 0.3s;
    display: block;
    position: relative;
}

.image-news-item:hover {
    transform: scale(1.05);
}

.image-news-item img {
    width: 100%;
    height: 254px;
    object-fit: cover;
    display: block;
}

/* 页脚 */
.footer {
    background: #149991;
    color: #fff;
}

.footer-links {
    border-bottom: solid 1px #08887f;
    padding: 15px 0;
}

.footer-links .container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-links-label {
    color: #fff;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    margin-right: 4px;
    font-size: 15px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-main {
    padding: 40px 0;
}

.footer-main .container {
    display: grid;
    grid-template-columns:0.8fr 0.5fr 1fr;
    gap: 40px;
}
.footer-left {
    display: flex;
	align-items: self-start;
    gap: 15px;
}

.footer-logo {
    width: auto;
}

.footer-logo-text h3,
.footer-logo-text h4 {
    color: #fff;
    margin-bottom: 5px;
}

.footer-logo-text p {
    color: #bdc3c7;
    font-size: 14px;
    margin-top: 10px;
}

.footer-middle h3,
.footer-right h3 {
    margin-bottom: 20px;
    color: #fff;
}

.footer-nav {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-nav a:hover {
    color: #fff;
}

.footer-right p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.wechat-section {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.wechat-section span {
    color: #fff;
    font-size: 15px;
    width: 100%;
    text-align: center;
}

.wechat-qr {
    width: 120px;
    height: 120px;
    border: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom {
    background: #149991;
    border-top: solid 1px #08887f;
    padding: 20px 0;
    text-align: center;
}

.footer-bottom .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-bottom p {
    color: #fff;
    font-size: 13px;
    margin: 0;
    display: inline-block;
}

.footer-right{
    margin-left: 6%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
/*详情页*/
.topbox .topboximg {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 435px;
	color: #fff;
}

.topbox .topboxtitle  {
    text-shadow: -1px 1px 2px rgb(0 0 0 / 69%);
    font-size: 52px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 5px;
}
.topbox .topboxftitle {
	font-size: 14px;
	text-transform: uppercase;
}

.topbox .topnav {
	height: 67px;
	margin: 0 auto;
	padding: 10px;
	flex-direction: row;
	width: 74%;
}

.topbox .left-box {
    display: flex;
    font-size: 16px;
    flex-wrap: wrap;
}

.topbox .left-box a {
	padding: 0 33px;
}
.topbox .left-box a:last-child{border-right:none;}
.topbox .right-box {
	font-size: 14px;
}

.service-box {
	padding: 35px 0 55px;
}

.topbox .topnav {
	height: 67px;
	margin: 0 auto;
	padding: 10px;
	flex-direction: row;
	width: 74%;
	justify-content: space-between;
	align-items: center;
	display: flex;
	background: #fff;
	margin-top: -42px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 111;
    position: relative
}

.topbox .left-box {
	display: block;
	font-size: 16px;
}

.topbox .right-box {
	font-size: 14px;
	padding-right: 17px;
}

.topbox .left-box a {
	padding: 0 30px;
	border-right: 1px solid #6d6d6d;
	color: #6d6d6d;
}

.cur {
	color: #138980 !important;
	font-weight: bold;
}

.topbox .right-box a {
	color: #21262a;
}

.news-box {
	padding: 20px 0 15px;
}

.news-box .news-list {
	width: 74%;
	margin: 0 auto;
	padding: 0 10px;
	gap: 27px;
}

.news-listbox {
	background-color: #f7f7f7;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	height: 240px;
	margin-bottom: 0;
}

.news-listbox .right-box {
	width: calc(100% - 175px);
	position: relative;
}

.news-listtitle {
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
	color: #333333;
	width: calc(100% - 100px);
	margin-bottom: 13px;
	-webkit-line-clamp: 1;
	cursor: pointer;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.news-listtext {
	width: 100%;
	line-height: 28px;
	font-size: 14px;
	color: #666;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.news-listmore {
	cursor: pointer;
	margin: 20px 0 0;
	width: 85px;
	text-align: center;
	line-height: 30px;
	color: #707070;
	font-size: 12px;
	border: 1px solid #d9d9d9;
	transition: .3s;
}

.news-listbox .left {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	padding-left: 42px;
}

.news-listbox .left .data {
	font-size: 66px;
	line-height: 66px;
	color: #138990;
	transition: 0.5s;
}

.news-listbox .left .month {
	font-size: 18px;
	line-height: 18px;
	color: #138990;
	margin-top: 16px;
	transition: 0.5s;
}
 .detail-box {
    padding: 73px 1px 52px;
    background-color: #eef2f5;
    margin-top: -25px;
}

 .detail-content {
 	width: 74%;
 	padding: 30px 40px;
 	margin: 0 auto;
 	background-color: #fff;
 }
 .detail-content a {
    color: #138980;
    text-decoration: none;
}
 .newsdetail-title {
 	padding-bottom: 20px;
 	text-align: center;
 	font-size: 34px;
 	border-bottom: 1px dashed #ccc;
 }

 .newsdetail-toptext {
 	margin-top: 10px;
 	font-size: 14px;
 	color: #999;
 	text-align: center;
 }

 .newsdetail-text {
 	font-size: 16px;
 	line-height: 27px;
 	margin: 20px 0;
 }

 .newsdetail-text img {
 	max-width: 100% !important;
 	height: auto !important;
 }

 .newsdetail-prevnext {
 	margin-top: 5px;    
 	font-size: 14px;
 }
 .newsdetail-prevnext a{
    color: #000;
 	font-size: 14px;
 }
 .about-box {
	padding: 36px 0 65px;
}

.about-list {
	width: 74%;
	margin: 0 auto;
	padding: 0 10px;
}

.about-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-line {
	width: 38%;
}

.about-titletext {
	font-size: 35px;
	line-height: 60px;
	font-weight: bold;
	position: relative;
}

.about-triangle {
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
    border-top: 9px solid #298d85;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.about-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
	margin-top: 40px;
	font-size: 16px;
}
 .album-ny-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
    width: 75%;
    margin: 0 auto;
}

.servicebox {
	width: 25%;
	height: 363px;
	padding: 0 10px;
}

.serviceimgbox {
	width: 100%;
	height: 245px;
}

.servicebox .serviceimg {
	width: 100%;
	height: 100%;
	transition: .3s;
}
.servicetitle {
    text-align: center;
    line-height: 22px;
    color: #404040;
    background: #f8f8f8;
    padding: 13px 17px;
}
.album-content .servicepag {
	width: 16px;
	height: 16px;
	margin: 0 7px;
	background-color: #c9c9c9;
	border-radius: 50%;
	display: inline-block;
}

.album-content .servicepagactive {
	background-color: #0c855a;
}

.album-content .swiper-pagination {
	bottom: 0;
}

.fenyebox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 39px 0 16px;
    width: 100%;
}

.fenyebox a {
       padding: 0 12px;
    line-height: 34px;
    font-size: 16px;
    margin: .5vw;
    text-align: center;
    color: #666;
    border: 1px solid #ccc;
}

.fenyebox .disabled {
    width: auto;
    padding: 0 1vw;
}

.fenyebox .cur {
    color: #fff!important;
    background-color: #0c7f60;
    border: 1px solid #0c7f60;
}
/* 响应式设计 - 平板 */
@media (max-width: 1024px) and (min-width: 769px) {
    .container {
        padding: 0 15px;
    }
    
    .quick-access-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    
    .expert-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 62px;
    }
    .news-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .footer-main .container {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .hero-text {
        font-size: 42px;
    }
    
    .header-top .container {
        flex-wrap: wrap;
    }
    
    .header-right {
        margin-top: 15px;
    }
	
	.mySwiperTop {
		height: 452px;
	}
	.bgbox {
		height: 452px;
	}
}

@media (max-width: 768px) {
    .header-top {
        padding: 15px 0;
    }
    
    .header-top .container {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    
    .logo-section {
        width: 100%;
    }
    
    .header-right {
        width: 100%;
        align-items: flex-start;
        margin-top: 15px;
    }
    
    .search-box {
        width: 100%;
    }
    
    .search-input {
        flex: 1;
    }
    
    .hotline {
        margin-top: 10px;
    }
    
    .nav {
        position: relative;
    }
    
    .nav .container {
        padding: 0;
    }
    
    .nav-list {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background: #298d85;
        z-index: 1000;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }
    
    .nav-list.active {
        display: flex;
    }
    
    .nav-list li {
        width: 100%;
    }
    
    .nav-list a {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        text-align: left;
        padding-left: 20px;
    }
    
    .mobile-menu-btn {
        display: flex;
        position: absolute;
        top: -85px;
        color: #149991;
        right: 3px;
    }
    .header-right .header-weixin{display: none;}
	.header-right .hotline{display: none;}
    .hero-text {
        font-size: 32px;
        padding: 0 20px;
    }
    
    .hero-banner {
        height: 300px;
    }
	.mySwiperTop {
		height: 300px;
	}
	.bgbox {
		height: 300px;
	}
    .hero-links {
        padding: 14px 0;
    }
    .hero-links .container {
        flex-direction: column;
        gap: 0px;
    }
    
    .hero-link-item {
        width: 100%;
    }
    
    .quick-access {
        padding: 30px 0;
    }
    
    .quick-access-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .main-content {
        padding: 7px 0;
    }
    
    .two-column-section {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .expert-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 62px;
    }
    
    .image-news-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .image-news-item img {
        height: 250px;
    }
    
    .footer-main {
        padding: 30px 0;
    }
    
    .footer-main .container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-nav {
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }
    
    .section-title {
        font-size: 25px;
    }
    .topbox .topnav {
        width: 95%;
        flex-direction: column;
        height: auto;
    }
    .about-list {
        width: 98%;
    }
    .about-titletext {
        font-size: 23px;
    }
    .topbox .left-box a {
        padding: 0 15px;
        border-right: 1px solid #6d6d6d;
        color: #6d6d6d;
        font-size: 14px;
        line-height: 33px;
    }
    .about-box {
        padding: 5px 0 38px;
    }
    .news-box .news-list {
        width: 98%;
    }
    .news-listtext {
        line-height: 19px;
    }
    .news-listbox {
        padding: 22px 0;
        height: auto;
    }
    .news-listbox .left .data {
        font-size: 47px;
        line-height: 66px;
        color: #138990;
        transition: 0.5s;
        text-align: center;
    }
    .news-listbox .left .month {
        font-size: 16px;
        line-height: 18px;
        color: #138990;
        margin-top: 0px;
        transition: 0.5s;
    }
    .news-listbox .left {
        padding-left: 23px;
    }
    .news-listbox .right-box {
        width: calc(100% - 125px);
        position: relative;
        margin-right: 12px;
    }
    .detail-content {
        width: 95%;
        padding: 30px 40px;
        margin: 0 auto;
        background-color: #fff;
    }
    .newsdetail-title {
        padding-bottom: 20px;
        text-align: center;
        font-size: 22px;
        border-bottom: 1px dashed #ccc;
        line-height: 33px;
    }
    .detail-content {
        width: 95%;
        padding: 26px 23px;
        margin: 0 auto;
        background-color: #fff;
    }
    
    .news-section-flex {
        flex-direction: column;
    }
	.news-section-left{
        width: 100%;
        margin-bottom: 20px;
	}
	.newspic div {
        overflow: hidden;
        width: 86%;
    }
	.news-section-right {
	    margin-left: 0;
	}
}

@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }
    
    .logo {
        height: 36px;
    }
    
    .logo-text h1 {
        font-size: 18px;
    }
    
    .logo-text h2 {
        font-size: 16px;
    }
    
    .slogan {
        font-size: 12px;
    }
    
    .search-input {
        font-size: 13px;
        padding: 8px 12px;
    }
    
    .search-btn {
        padding: 8px 15px;
    }
    
    .hotline-number {
        font-size: 18px;
    }
    
    .hero-text {
        font-size: 24px;
        letter-spacing: 1px;
    }
    
    .hero-banner {
        height: 250px;
    }
    
    .hero-link-item {
        padding: 10px 15px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .quick-access {
        padding: 10px 0;
    }
    
    .quick-access-grid {
        gap: 12px;
    }
    
    .quick-access-item {
        padding: 20px 15px;
    }
    
    .quick-access-item img {
        width: 50px;
        height: 50px;
    }
    
    .main-content {
        padding: 7px 0;
    }
    
    .expert-grid {
        grid-template-columns: 1fr;
        gap: 62px;
    }
    
    .expert-avatar {
        width: 100px;
        height: 100px;
    }
    
    .section-title {
        font-size: 20px;
    }
    
    .section-header {
        align-items: flex-start;
        gap: 10px;
    }
    
    .more-link {
        align-self: flex-end;
        font-size: 13px;
        padding: 8px 18px;
    }
    
    .news-section,
    .column-item,
    .expert-section,
    .image-news-section {
        padding: 20px 15px;
    }
    
    .news-tabs {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .tab-btn {
        padding: 10px 15px;
        font-size: 15px;
    }
    
    .news-main-title {
        font-size: 16px;
    }
    .news-section-flex {
        flex-direction: column;
    }
	.news-section-left{
        width: 100%;
        margin-bottom: 20px;
	}
	.newspic div {
        overflow: hidden;
        width: 86%;
    }
	.news-section-right {
	    margin-left: 0;
	}
    .news-item {
        gap: 16px;
    }
    
    .news-date {
        min-width: auto;
    }
    
    .announcement-list a {
        gap: 5px;
        height: 20px;
        overflow: hidden;
    }
    
    .announcement-list .date {
        min-width: auto;
    }
    
    .image-news-item img {
        height: 200px;
    }
    
    .footer-main {
        padding: 25px 0;
    }
    
    .footer-left {
        flex-direction: column;
        gap: 15px;
    }
    
    .footer-links .container {
        padding: 10px 19px;
        flex-wrap: wrap;
        line-height: 10px;
    }
}

.fr_text {
    position: absolute;
    display: none;
    margin-top: 10px;
    text-align: center;
    right: 37%;
    margin-left: -5px;
    top: 93%;
    z-index: 11111111111;
}
.fr_text img {
    height: 120px;
    display: block;
    width: auto;
    padding: 3px;
    background: #00883e;
    border-radius: 6px;
    box-shadow: 2px 2px 2px #149991;
}

.header-right .header-weixin:hover .fr_text {
	display: block!important;
}