.container {
	height: 17.7rem;
	background-size: cover !important;
}

.headr{
	display: none;
}

.sidemenu {
	background-color: #3385d9;
	border-top: 1px solid rgba(255, 255, 255, .3);
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.header .img {
	margin-top: 1.5rem;
}

.sidemenu .sidemenulist {
	display: flex;
	margin: 0 auto;
}

.sidemenu .sidemenulist li {
	flex: 1;
}

.sidemenu .sidemenulist li>a {
	color: #FFFFFF;
	display: block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 1.6rem;
	position: relative;
	z-index: 9;
}

/* end响应式头部 */

/* ********************* */
/* ********************* */
.header .search .tex::-webkit-input-placeholder {
	color: #d3d3d4;
}

.header .search .bth {
	background: url(../img/search2.png) center no-repeat;
	width: 36px;
	height: 35px;
	position: absolute;
	right: 0.3125rem;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

/* ****************** */

.headwbc {
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}

.headwbc .right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

.headwbc .right a {
	color: #FFFFFF;
	font-size: 1.6rem;
	border: 1px solid #fff;
	border-radius: 3rem;
	padding: .5rem 1rem;
	margin-left: 5rem;
	margin-right: 1rem;
}

.header .search {
	position: relative;
	background-color: #fff;
	width: 30rem;
	height: 3.5rem;
	border-radius: 2rem;
	overflow: hidden;
	display: block;
}

.header .search .tex {
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	box-sizing: border-box;
	padding-left: 2rem;
	padding-right: 4rem;
	color: #333;
}

.phone_search {
	margin-right: 5px;
	cursor: pointer;
}

.headwbw {
	/* flex: 1; */
	margin-right: 2rem;
	width: 40%;
}

.item-li::before {
	content: "";
	background: url(../img/nav-icon.png) center no-repeat;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 1.8rem;
	height: .9rem;
	display: none;
}

.item-li.on::before {
	display: inline-block;
}

.item-li:hover::before {
	display: inline-block;
}

.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner .mySwiper {
	width: 100%;
	position: relative;
}

.banner .mySwiper .swiper-slide a {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 33.48%;
}

.banner .mySwiper .swiper-slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .swiper-pagination {
	bottom: 3rem;
}

.banner .swiper-pagination-bullet {
	background-color: #FFFFFF;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background-color: #044db5;
}

.banner .swiper-pagination-bullet {
	width: 5rem;
	height: .4rem;
	background-color: rgba(255, 255, 255, .4);
	box-sizing: border-box;
	border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
	border: .2rem solid #fff;
	background-color: #3385d9;
	box-sizing: border-box;
	padding: 0 2.5rem;
}

.banner .w {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.item-li a {
	position: relative;
}

.item-li>a::before {
	content: "";
	height: 2rem;
	width: 1px;
	background-color: rgba(255, 255, 255, .5);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.item-li:last-child>a::after {
	content: "";
	height: 2rem;
	width: 1px;
	background-color: rgba(255, 255, 255, .3);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.item-li dl {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	background-color: #3385d9;
	min-width: 100%;
	display: none;
	white-space: nowrap;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	top: 100%;
	margin-top: 0;
}

/* 鼠标悬停时显示二级菜单 */
.item-li:hover dl {
	display: block;
}

.item-li dl dd a {
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	display: block;
	padding: 1rem;
}

.item-li dl dd a:hover {
	background-color: rgba(0, 0, 0, .2);
}

.notice {
	height: 12rem;
}

.notice .w {
	display: flex;
	height: 100%;
	align-items: center;
}

.notice .txtScroll-top {
	font-size: 3rem;
	flex: 1;
	width: 0;
	margin-left: 4rem;
}

.notice ul li a {
	color: #333333;
	display: flex;
	font-weight: bold;
}

.notice ul li a .txt {
	margin-right: 10px;
	flex: 1;
}

.notice ul li a .txt:hover {
	color: #3385d9;
}

.notice ul li a .date {
	flex-shrink: 0;
}

.index-box {
	background-color: #fbfbfb;
	padding: 6rem 0;
}

.index-box .w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-box .left {
	width: 34.55%;
	overflow: hidden;
	background-color: #fff;
}

.index-box .left .swiper {
	position: relative;
}

.index-box .left .swiper-slide a {
	display: block;
}

.index-box .left .swiper-slide .img {
	padding-bottom: 66.66%;
	position: relative;
}

.index-box .left .swiper-slide .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-box .left .swiper-button-next,
.index-box .left .swiper-button-prev {
	width: 5rem;
	height: 5rem;
	background-color: #3385d9;
	background-size: 1rem;
}

.index-box .left .swiper-button-next {
	right: 0;
	top: 16rem;
}

.index-box .left .swiper-button-prev {
	left: 0;
	top: 16rem;
}

.index-box .left .text {
	padding: 3rem 4rem;
}

.index-box .left .text .t {
	color: #222222;
	font-size: 1.8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-box .left .text .date {
	display: flex;
	justify-content: space-between;
	color: #999999;
	font-size: 1.6rem;
	align-items: center;
	margin-top: 2rem;
}

.index-box .left:hover .text .t {
	color: #3385d9;
}

.index-box .center {
	width: 30.14%;
}

.index-title .hd {
	height: 6rem;
	background-size: cover !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.index-title .hd ul {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.index-title .hd ul li {
	height: 100%;
	width: 20rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background: url(../img/title-on.png) center no-repeat;
	background-size: 100% 100% !important;
	padding-left: 5rem;
	margin-left: -1.5rem;
}

.index-title2 .hd ul li{
	width: 30rem;
}

.index-title .hd ul li:first-child {
	margin-left: 0;
}

.index-title .hd ul li.on {
	background: url(../img/title-on2.png) center no-repeat;
}

.index-title .hd ul li:first-child.on {
	/* width: 18.2rem; */
	padding-left: 2.5rem;
	background: url(../img/title-bg.png) center no-repeat;
}

.index-title .hd ul li .name {
	color: #3385d9;
	font-size: 2.4rem;
}

.index-title .hd ul li.on .name {
	color: #ffffff;
}

.index-title .hd .more {
	margin-right: 3rem;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.index-title .hd .more:hover {
	transform: translateX(1rem);
}

.index-box .center .bd {
	margin-top: 2rem;
}

.index-box .center .bd ul li {
	background-color: #fff;
	padding: 1.5rem 1rem;
	margin-top: 0.5rem;
	border-bottom: 2px solid #3385d9;
}

.index-box .center .bd ul li .text {
	color: #222222;
	font-size: 1.8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.83;
	min-height: 65.5px;
}

.index-box .center .bd ul li .date {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: .5rem;
}

.index-box .center .bd ul li .date span {
	color: #3385d9;
	font-size: 1.6rem;
}

.index-box .center .bd ul li:hover .text {
	color: #3385d9;
}

.index-box .right {
	width: 29.41%;
}

.index-box .right .bd {
	margin-top: 2rem;
}

.index-box .right .bd ul li {
	margin-bottom: 1rem;
}

.index-box .right .bd ul li:last-child {
	margin-bottom: 0;
}

.index-box .right .bd ul li a {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 1.8rem 2rem;
	background-color: #fff;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.index-box .right .bd ul li .date {
	padding-right: 2rem;
	color: #3385d9;
	font-size: 1.4rem;
	text-align: center;
	border-right: 1px solid #3385d9;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	line-height: 1.4;
}

.index-box .right .bd ul li .date .t {
	font-size: 2.4rem;
}

.index-box .right .bd ul li .text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #333333;
	font-size: 1.8rem;
	flex: 1;
	margin-left: 2rem;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.index-box .right .bd ul li a:hover {
	background-color: #3385d9;
}

.index-box .right .bd ul li a:hover .text {
	color: #fff;
}

.index-box .right .bd ul li a:hover .date {
	color: #fff;
	border-right: 1px solid #fff;
}

.p60 {
	padding: 6rem 0;
}

.index-box2 .w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-box2 .left {
	width: 48.52%;
}

.index-box2 .index-title .hd ul li {
	cursor: pointer;
}

.index-box2 .bd .hot {
	margin: 2rem 0;
}

.index-box2 .bd .hot a {
	display: flex;
	flex-wrap: wrap;
	background-color: #fbfbfb;
	padding: 2rem 1.5rem;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.index-box2 .bd .hot .date {
	color: #3385d9;
	font-size: 1.4rem;
	padding-right: 1.5rem;
	margin-right: 1.5rem;
	border-right: 1px solid #ddd;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.index-box2 .bd .hot .date .t {
	font-size: 2.4rem;
}

.index-box2 .bd .hot .text {
	flex: 1;
	width: 0;
}

.index-box2 .bd .hot .text .t {
	color: #333333;
	font-size: 1.8rem;
	margin-top: .2rem;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.index-box2 .bd .hot .text .t2 {
	color: #666666;
	font-size: 1.4rem;
	margin-top: .5rem;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.index-box2 .bd .hot a:hover {
	background-color: #3385d9;
}

.index-box2 .bd .hot a:hover .date {
	color: #fff;
	border-right: 1px solid #fff;
}

.index-box2 .bd .hot a:hover .text .t,
.index-box2 .bd .hot a:hover .text .t2 {
	color: #fff;
}

.index-box2 .bd ul li a {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.index-box2 .bd ul li {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.index-box2 .bd ul li:last-child {
	margin-bottom: 0;
}

.index-box2 .bd ul li .text {
	color: #333333;
	font-size: 1.6rem;
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index-box2 .bd ul li .text img {
	vertical-align: -1px;
	margin-right: 1.5rem;
}

.index-box2 .bd ul li .date {
	color: #999999;
	font-size: 1.6rem;
	min-width: 8.5rem;
	text-align: right;
}

.index-box2 .bd ul li:hover .text {
	color: #3385d9;
}

.index-box3 {
	background: url(../img/bg.png) center no-repeat;
	background-size: cover;
}

.index-box3 .hd {
	position: relative;
}

.index-box3 .hd .more {
	position: absolute;
	right: 0;
	top: 1rem;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.index-box3 .hd .more:hover {
	transform: translateX(2rem);
}

.index-box3 .hd ul {
	display: flex;
	justify-content: center;
}

.index-box3 .hd ul li {
	color: #ffffff;
	font-size: 3rem;
	position: relative;
	padding-bottom: 2rem;
	cursor: pointer;
}

.index-box3 .hd ul li:first-child {
	margin-right: 4rem;
}

.index-box3 .hd ul li.on {
	font-weight: bold;
}

.index-box3 .hd ul li.on::before {
	content: "";
	width: 5rem;
	height: .4rem;
	background-color: #fff;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	position: absolute;
	bottom: 0;
}

.index-box3 .swiper-slide {
	background-color: rgba(0, 0, 0, .1);
	padding: 3rem 2rem;
	box-sizing: border-box;
}

.index-box3 .swiper-slide .t {
	color: #ffffff;
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-box3 .swiper-slide .t2 {
	color: #ffffff;
	font-size: 1.6rem;
	margin-bottom: .5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index-box3 .swiper-slide .t2 img {
	margin-right: 1rem;
	vertical-align: -1px;
}

.index-box3 .bd {
	margin-top: 6rem;
	position: relative;
}

.index-box3 .bd .w {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 9;
}

.index-box3 .bd .swiper-button-prev {
	transform: translateX(-8rem);
}

.index-box3 .bd .swiper-button-next {
	transform: translateX(8rem);
}

.index-box3 .swiper-slide:hover {
	background-color: #3385d9;
}

.index-box4 .w {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-box4 .left {
	width: 100%;
}

.index-box4 .left .box {
	margin-top: 3rem;
}

.index-box4 .left .box ul li {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #ddd;
}

.index-box4 .left .box ul li:last-child {
	margin-bottom: 0;
}

.index-box4 .left .box ul li a {
	display: flex;
	flex-wrap: wrap;
}

.index-box4 .left .box ul li .date {
	width: 8rem;
	height: 8rem;
	background-color: #3385d9;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}

.index-box4 .left .box ul li .date .t {
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 1rem;
}

.index-box4 .left .box ul li .text {
	flex: 1;
	margin-left: 2.5rem;
}

.index-box4 .left .box ul li .text .t {
	color: #222222;
	font-size: 1.8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.index-box4 .left .box ul li .text .t2 {
	color: #999999;
	font-size: 1.4rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: .6rem;
}

.index-box4 .left .box ul li:hover .text .t {
	color: #3385d9;
}

.index-box4 .right .box dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-box4 .right .box dl dd {
	width: 49%;
	margin-bottom: 1.6rem;
	background-color: #fbfbfb;
}

.index-box4 .right .box dl dd a {
	display: block;
	padding: 1.5rem 2rem;
	border-left: 2px solid #3385d9;
	box-sizing: border-box;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.index-box4 .right .box dl dd .t {
	color: #333333;
	font-size: 1.6rem;
	margin-bottom: .5rem;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-box4 .right .box dl dd .date {
	color: #999999;
	font-size: 1.4rem;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.index-box4 .right .box dl dd:hover {
	background-color: #3385d9;
}

.index-box4 .right .box dl dd:hover .t,
.index-box4 .right .box dl dd:hover .date {
	color: #fff;
}

.index-box5 {
	background-color: #fbfbfb;
}

.picMarquee-left {
	overflow: hidden;
}

.picMarquee-left ul li {
	margin-right: 3rem;
	width: 31.5rem;
}

.picMarquee-left ul li:last-child {
	margin-right: 0;
}

.picMarquee-left ul li .box .img {
	position: relative;
	padding-bottom: 66.66%;
	overflow: hidden;
}

.picMarquee-left ul li .box .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.footer .top {
	background-color: #3385d9;
	padding: 2.5rem 0;
}

.footer .top ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer .top ul li {
	width: 32%;
	position: relative;
}

.footer .top ul li select {
	width: 100%;
	height: 4rem;
	color: #666666;
	font-size: 1.6rem;
	box-sizing: border-box;
	padding: 0 4rem 0 1.8rem;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.footer .top ul li::after {
	content: "";
	background: url(../img/sl.png) center no-repeat;
	position: absolute;
	display: inline-block;
	width: 3.9rem;
	height: 3.8rem;
	right: 0;
	top: 1px;
	pointer-events: none;
}

.footer .bottom {
	background: url(../img/bg.jpg) center no-repeat;
	padding: 3rem 0;
}

.footer .bottom .w {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.footer .bottom a{
	width: 40%;
}

.footer .bottom .text {
	color: #3385d9;
}

/* 自适应表格样式 */
.trade-table-wrapper {
	width: 100%;
	overflow-x: auto;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(51, 133, 217, 0.1);
	margin-top: 2rem;
}

.trade-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 800px;
	font-size: 1.6rem;
}

.trade-table thead {
	background: linear-gradient(135deg, #3385d9 0%, #2a6bb5 100%);
	color: #fff;
}

.trade-table thead tr th {
	padding: 1.8rem 1.5rem;
	text-align: left;
	font-weight: bold;
	font-size: 1.6rem;
	border-bottom: 3px solid #2a6bb5;
	white-space: nowrap;
}

.trade-table thead tr th:nth-child(1) {
	width: 20%;
	max-width: 280px;
}

.trade-table thead tr th:nth-child(2) {
	width: 22%;
}

.trade-table thead tr th:nth-child(3) {
	width: 17%;
}

.trade-table thead tr th:nth-child(4) {
	width: 10%;
}

.trade-table thead tr th:nth-child(5) {
	width: 20%;
}

.trade-table thead tr th:nth-child(6) {
	width: 11%;
	text-align: center;
}

.trade-table tbody tr {
	transition: all 0.3s ease;
	border-bottom: 1px solid #e8f2fa;
}

.trade-table tbody tr:hover {
	background-color: #f0f7fd;
	box-shadow: 0 2px 8px rgba(51, 133, 217, 0.15);
}

.trade-table tbody tr:last-child {
	border-bottom: none;
}

.trade-table tbody tr td {
	padding: 1.6rem 1.5rem;
	color: #333;
	font-size: 1.5rem;
	vertical-align: middle;
}

.trade-table tbody tr td:nth-child(6) {
	text-align: center;
}

.trade-table tbody tr td:first-child {
	font-weight: 500;
	color: #222;
	max-width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trade-table tbody tr td:first-child a {
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trade-table tbody tr td:first-child a:hover {
	color: #3385d9;
	text-decoration: underline;
}

.trade-table .price {
	color: #3385d9;
	font-weight: bold;
	font-size: 1.6rem;
}

.trade-table .status {
	display: inline-block;
	padding: 0.5rem 1.5rem;
	border-radius: 20px;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
}

.trade-table .status-active {
	background-color: #e8f5e9;
	color: #2e7d32;
	border: 1px solid #81c784;
}

.trade-table .status-finished {
	background-color: #e3f2fd;
	color: #1976d2;
	border: 1px solid #64b5f6;
}

/* 移动端响应式 */
@media screen and (max-width: 768px) {
	.trade-table-wrapper {
		overflow-x: visible;
		box-shadow: none;
		background-color: transparent;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	
	.trade-table {
		min-width: 100%;
		border: 0;
		width: 100%;
	}
	
	.trade-table thead {
		display: none;
	}
	
	.trade-table tbody tr {
		display: block;
		margin-bottom: 1.5rem;
		background-color: #fff;
		border-radius: 8px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		border-left: 4px solid #3385d9;
		overflow: hidden;
		width: 100%;
		box-sizing: border-box;
	}
	
	.trade-table tbody tr:hover {
		transform: translateY(-3px);
		box-shadow: 0 4px 12px rgba(51, 133, 217, 0.25);
	}
	
	.trade-table tbody tr td {
		display: block;
		text-align: right;
		padding: 1.2rem 1.5rem;
		border-bottom: 1px solid #f0f0f0;
		position: relative;
		padding-left: 45%;
		min-height: 4.5rem;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		box-sizing: border-box;
		word-break: break-word;
		white-space: normal;
		max-width: 100%;
	}
	
	.trade-table tbody tr td:last-child {
		border-bottom: none;
	}
	
	.trade-table tbody tr td::before {
		content: attr(data-label);
		position: absolute;
		left: 1.5rem;
		top: 50%;
		transform: translateY(-50%);
		font-weight: bold;
		color: #3385d9;
		white-space: nowrap;
		font-size: 1.4rem;
		max-width: 40%;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.trade-table tbody tr td:first-child {
		background-color: #f8fbfe;
		font-size: 1.6rem;
		max-width: 100%;
		overflow: visible;
		white-space: normal;
	}
	
	.trade-table tbody tr td:first-child a {
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
		word-break: break-word;
		max-width: 100%;
	}
	
	.trade-table .price {
		font-size: 1.7rem;
	}
	
	.trade-table .status {
		padding: 0.6rem 1.8rem;
		font-size: 1.3rem;
	}
}

/* ================== 公示详情页样式 ================== */

/* 返回按钮 */
.back-button {
	display: inline-block;
	margin-bottom: 2rem;
	cursor: pointer;
	transition: all 0.3s ease;
}

.back-button span {
	display: inline-block;
	padding: 1rem 2rem;
	font-size: 1.6rem;
	color: #3385d9;
	border: 2px solid #3385d9;
	border-radius: 5px;
	background-color: #fff;
	transition: all 0.3s ease;
}

.back-button:hover span {
	background-color: #3385d9;
	color: #fff;
	transform: translateX(-5px);
}

/* 详情容器 */
.gs-detail-wrapper {
	background-color: #fff;
	padding: 3rem 4rem;
	margin-top: 2rem;
	box-shadow: 0 2px 10px rgba(51, 133, 217, 0.1);
	border-radius: 8px;
}

/* 顶部说明文字 */
.gs-detail-intro {
	margin-bottom: 3rem;
	padding: 2rem;
	background-color: #f8f9fa;
	border-left: 4px solid #3385d9;
}

.gs-detail-intro p {
	color: #333;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 0;
}

.gs-detail-intro .highlight-text {
	color: #3385d9;
	font-weight: bold;
}

/* 公示内容标题 */
.gs-detail-title {
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #3385d9;
	margin-bottom: 3rem;
	padding-bottom: 1.5rem;
	border-bottom: 2px solid #3385d9;
}

/* 表格容器 */
.gs-detail-table-wrapper {
	width: 100%;
	margin-bottom: 3rem;
}

/* 详情表格 */
.gs-detail-table {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #3385d9;
}

.gs-detail-table tbody tr {
	border-bottom: 1px solid #e0e0e0;
	transition: background-color 0.3s ease;
}

.gs-detail-table tbody tr:last-child {
	border-bottom: none;
}

.gs-detail-table tbody tr:hover {
	background-color: #f0f7fd;
}

.gs-detail-table tbody tr td {
	padding: 1.5rem 2rem;
	font-size: 1.6rem;
	vertical-align: middle;
}

.gs-detail-table tbody tr td.label {
	width: 180px;
	background-color: #f0f7fd;
	color: #3385d9;
	font-weight: bold;
	border-right: 2px solid #3385d9;
	text-align: left;
	white-space: nowrap;
}

.gs-detail-table tbody tr td.value {
	color: #333;
	text-align: left;
	word-break: break-all;
}

/* 异议提示 */
.gs-detail-notice {
	background-color: #fff3e0;
	border-left: 4px solid #ff6b6b;
	padding: 2rem;
	margin-bottom: 3rem;
}

.gs-detail-notice .notice-text {
	color: #d32f2f;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0;
	line-height: 1.8;
}

/* 联系方式 */
.gs-detail-contact {
	background-color: #f8f9fa;
	padding: 2.5rem;
	border-radius: 8px;
}

.gs-detail-contact .contact-title {
	font-size: 2rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid #ddd;
}

.gs-detail-contact .contact-info {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.gs-detail-contact .contact-item {
	flex: 1;
	min-width: 250px;
	font-size: 1.6rem;
	color: #333;
}

.gs-detail-contact .contact-label {
	color: #666;
	font-weight: normal;
}

.gs-detail-contact .contact-value {
	color: #333;
	font-weight: 500;
	margin-left: 0.5rem;
}

/* 移动端响应式 */
@media screen and (max-width: 768px) {
	.back-button {
		margin-bottom: 1.5rem;
	}
	
	.back-button span {
		padding: 0.8rem 1.5rem;
		font-size: 1.4rem;
	}
	
	.gs-detail-wrapper {
		padding: 2rem 1.5rem;
	}
	
	.gs-detail-intro {
		padding: 1.5rem;
	}
	
	.gs-detail-intro p {
		font-size: 1.4rem;
	}
	
	.gs-detail-title {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	
	.gs-detail-table {
		border: 0;
	}
	
	.gs-detail-table tbody tr {
		display: flex;
		flex-direction: column;
		margin-bottom: 1rem;
		border: 2px solid #3385d9;
		border-radius: 8px;
		overflow: hidden;
	}
	
	.gs-detail-table tbody tr:last-child {
		margin-bottom: 0;
	}
	
	.gs-detail-table tbody tr td {
		display: block;
		width: 100%;
		padding: 1.2rem 1.5rem;
		border: none;
	}
	
	.gs-detail-table tbody tr td.label {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #3385d9;
		background-color: #3385d9;
		color: #fff;
		font-size: 1.4rem;
		padding: 1rem 1.5rem;
	}
	
	.gs-detail-table tbody tr td.value {
		padding: 1.5rem;
		font-size: 1.5rem;
		min-height: 4.5rem;
		word-wrap: break-word;
		word-break: break-word;
		overflow-wrap: break-word;
		white-space: normal;
		max-width: 100%;
		overflow-x: hidden;
	}
	
	.gs-detail-notice {
		padding: 1.5rem;
	}
	
	.gs-detail-notice .notice-text {
		font-size: 1.4rem;
	}
	
	.gs-detail-contact {
		padding: 1.5rem;
	}
	
	.gs-detail-contact .contact-title {
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}
	
	.gs-detail-contact .contact-info {
		flex-direction: column;
		gap: 1.2rem;
	}
	
	.gs-detail-contact .contact-item {
		min-width: 100%;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 480px) {
	.trade-table tbody tr td {
		font-size: 1.4rem;
		padding: 1rem 1.2rem;
		padding-left: 45%;
	}
	
	.trade-table tbody tr td::before {
		font-size: 1.3rem;
		left: 1.2rem;
	}
	
	.trade-table tbody tr td:first-child {
		font-size: 1.5rem;
	}
}

.footer .bottom .text .t {
	font-size: 1.6rem;
}

.footer .bottom .text .t2 {
	font-size: 1.4rem;
	margin-top: .5rem;
}

.banner-n {
	padding-bottom: 25.52%;
	background-size: cover !important;
	position: relative;
}

.banner-n .link {
	position: absolute;
	text-align: right;
	left: 50%;
	transform: translateX(-50%);
	bottom: 3rem;
}

.banner-n .link a {
	color: #fff;
	font-size: 1.6rem;
}

.wrap {
	min-height: 60rem;
	padding-bottom: 6rem;
	position: relative;
}

.wrap .w {
	display: flex;
	flex-wrap: wrap;
	justify-content: baseline;
}

.wrap .menu {
	width: 19%;
	transform: translateY(-16rem);
}

.wrap .menu span {
	background-color: #3385d9;
	line-height: 11.7rem;
	text-align: center;
	font-size: 3rem;
	color: #fff;
	display: block;
	position: relative;
}

.wrap .menu span img {
	transition: all 0.5s ease 0s;
	width: 4rem;
	position: absolute;
	top: 50%;
	margin-top: -2rem;
	right: 2rem;
	transform: rotate(-90deg);
	display: none;
}

.wrap .menu span img.open {
	transform: rotate(-180deg);
}

.wrap .menu ul {
	background: url(../img/menu-bg.png) center bottom / 100% no-repeat rgb(239, 242, 251);
	padding: 0px 2rem 5rem;
	min-height: 30rem;
	box-sizing: border-box;
	background-size: cover;
}

.wrap .menu ul li {
	padding: 2rem 0;
	border-bottom: 1px dashed #ddd;
	box-sizing: border-box;
}

.wrap .menu ul li>a {
	color: #333;
	font-size: 1.6rem;
	box-sizing: border-box;
	padding-left: 3rem;
	display: block;
}

.wrap .menu ul li a:hover {
	color: #3385d9;
}

.wrap .menu ul li dl {
	padding-top: 2rem;
}

.wrap .menu ul li dl dd a {
	font-size: 1.4rem;
	color: #666;
	padding-left: 3rem;
	line-height: 4rem;
	display: block;
}

.wrap .menu ul li.on>a {
	color: #3385d9;
}

.wrap .menu ul li dl dd.on a {
	color: #3385d9;
}

.wrap .menu ul li.on>a {
	background: url(../img/leftlisbg.png) right no-repeat;
}

.wrap .menu ul li>a:hover {
	background: url(../img/leftlisbg.png) right no-repeat;
}

.wrap .menu ul li dl dd a:hover {
	background: url(../img/leftlisbg.png) right no-repeat;
}

.wrap .view {
	flex: 1;
	margin-left: 4rem;
	margin-top: 4rem;
}

.wrap .view .news-list ul li {
	padding: 1.5rem 2rem;
	transition: all 0.5s ease 0s;
	border-bottom: 1px solid #ddd;
}

.wrap .view .news-list ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.wrap .view .news-list ul li:hover {
	box-shadow: 0px 0px 27px 3px rgba(0, 39, 90, 0.2);
}

.wrap .view .news-list ul li .text {
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #333;
	font-size: 1.8rem;
	margin-right: 3rem;
}

.wrap .view .news-list ul li .date {
	font-size: 1.6rem;
	color: rgb(153, 153, 153);
	min-width: 8.5rem;
	text-align: right;
}

.wrap .view .news-list ul li:hover .text {
	color: #3385d9;
}

.page {
	text-align: center;
	margin-top: 60px;
}

.page a {
	box-sizing: border-box;
	padding: 0 10px;
	min-width: 40px;
	display: inline-block;
	background-color: #f4f4f5;
	color: #717377;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ddd;
	margin: 0 .3rem;
}

.page img {
	vertical-align: 1px;
	margin: 0 3px;
}

.page span {
	color: #777777;
	font-size: 14px;
}

.page input {
	border: 1px solid #ddd;
	line-height: 30px;
	width: 40px;
	margin: 0 .3rem;
	box-sizing: border-box;
}

.page a.on {
	background-color: #3385d9;
	color: #FFFFFF;
}

.page a:hover {
	background-color: #3385d9;
	color: #FFFFFF;
}

.page a .img-on {
	display: none;
}

.page a:hover .img-on {
	display: inline;
}

.page a:hover .img {
	display: none;
}

.page button{
	font-size: 1.6rem;
	margin-left: .3rem;
}

.wrap .cont .title {
	font-size: 2.6rem;
	font-weight: bold;
	color: #262626;
	text-align: center;
}

.wrap .cont .text {
	line-height: 3.4rem;
	color: #595959;
	font-size: 1.6rem;
	/* margin-top: 4rem; */
	text-indent: 3.2rem;
}

.wrap .content .text{
	margin-top: 4rem;
}

.wrap .content .title {
	font-size: 3rem;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 3rem;
}

.wrap .content .title .date {
	font-size: 1.6rem;
	color: rgb(102, 102, 102);
	font-weight: normal;
	margin-top: 3rem;
}

.wrap .content .title .date em {
	margin-right: 3rem;
}

.wrap::before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 50%;
	background: url(../img/bgbg.png) center bottom / 100% no-repeat;
	z-index: -1;
	width: 100%;
	transform: translateX(-50%);
}

.wrap .staff-list ul {
	display: flex;
	flex-wrap: wrap;
}

.wrap .staff-list ul li {
	width: calc(100% / 6);
	margin-bottom: 0.2rem;
	padding: 0 1rem;
	box-sizing: border-box;
	margin-bottom: 2rem;
}

.wrap .staff-list ul li .img {
	position: relative;
	padding-bottom: 140%;
	overflow: hidden;
}

.wrap .staff-list ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.wrap .staff-list ul li:hover .img img {
	transform: scale(1.05);
}

.wrap .staff-list ul li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 17%);
}

.wrap .staff-list ul li .t {
	font-size: 1.6rem;
	color: #333;
	text-align: center;
	padding-top: 1rem;
}

.wrap .staff-list ul li .t2 {
	font-size: 1.4rem;
	color: #333;
	text-align: center;
	padding: 1rem .5rem;
}

.wrap .staff-list ul li:hover .t,
.wrap .staff-list ul li:hover .t2 {
	color: #3385d9;
}

.wrap .image-list ul li a {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	border-bottom: 1px solid rgb(213, 225, 241);
	padding: 2.5rem 1.875rem;
	box-sizing: border-box;
	align-items: center;
	transition: all 0.5s ease 0s;
}

.wrap .image-list ul li .img {
	width: 32%;
}

.wrap .image-list ul li .img .image {
	position: relative;
	padding-bottom: 62.57%;
	overflow: hidden;
}

.wrap .image-list ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.wrap .image-list ul li .text {
	font-size: 2rem;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	flex: 1;
	margin-left: 3rem;
}

.wrap .image-list ul li a:hover {
	box-shadow: 0px 0px 27px 3px rgba(0, 39, 90, 0.2);
}

.wrap .image-list ul li a:hover .text {
	color: #3385d9;
}

.wrap .image-list ul li a:hover .img .image img {
	transform: scale(1.05);
}

#box2 .img {
	position: relative;
	padding-bottom: 66.66%;
}

#box2 .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#box2 .text {
	color: #ffffff;
	font-size: 1.8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 2rem;
	margin-top: 2rem;
}

#box2 .swiper-slide{
	padding: 2rem;
}

.sidemenu{
	display: flex;
}

.sidemenu .logo{
	width: 25rem;
	display: none;
	margin: 0 3rem;
}

.header_fixed .sidemenu{
	justify-content: center;
	align-items: center;
}

.header_fixed .sidemenu .sidemenulist{
	max-width: none;
}

.header_fixed .sidemenu .sidemenulist li>a{
	height: 100%;
	line-height: 8rem;
}

.header_fixed .sidemenu .logo{
	display: block;
}

.search-results{
	font-size: 3rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 2rem;
}

/* 移动端响应式样式 */
@media screen and (max-width: 768px) {
	/* 防止整体页面溢出 - 只在最外层控制 */
	body {
		overflow-x: hidden;
	}
	
	img {
		max-width: 100% !important;
	}
	
	/* 移动端默认隐藏搜索框 */
	.header .search {
		display: none;
		position: absolute;
		right: 0;
		top: 5rem;
	}
	
	/* 移动端显示搜索图标 */
	.phone_search {
		display: block;
	}
	
	/* 移动端页面容器样式修复 */
	.wrap .view {
		margin-left: 0;
		margin-top: 2rem;
	}
	
	/* 移动端详情页内容样式修复 */
	.wrap .cont .title,
	.wrap .content .title {
		font-size: 2rem;
		word-wrap: break-word;
		word-break: break-word;
	}
	
	.wrap .cont .text,
	.wrap .content .text {
		word-wrap: break-word;
		word-break: break-word;
	}
	
	/* 详情页内图片自适应 */
	.wrap .cont .text img,
	.wrap .content .text img {
		max-width: 100% !important;
		height: auto !important;
	}
	
	/* 详情页内表格自适应 */
	.wrap .cont .text table,
	.wrap .content .text table {
		max-width: 100%;
		overflow-x: auto;
		display: block;
	}
	
	/* 详情页内段落换行 */
	.wrap .cont .text p,
	.wrap .content .text p,
	.wrap .cont .text div,
	.wrap .content .text div {
		word-wrap: break-word;
		word-break: break-word;
	}
	.wrap .view .news-list ul li{
		padding: 1rem 1rem;
	}
	.wrap .view .news-list ul li .text{
		font-size: 1.4rem;
		margin-right: 1rem;
	}
	.wrap .view .news-list ul li .date{
		font-size: 1.4rem;
	}
	.index-box .left .text .date{
		font-size: 1.4rem;
	}
	.index-box .left .text .t{
		font-size: 1.6rem;
	}
	.index-box .center .bd ul li .text{
		font-size: 1.6rem;
	}
	.index-box .center .bd ul li .date span{
		font-size: 1.4rem;
	}
	.index-box .center .bd ul li .text{
		min-height: auto;
	}
	.index-box .right .bd ul li .text{
		font-size: 1.6rem;
	}
	.notice ul li a .txt{
		font-size: 1.8rem !important;
	}
	.banner-n{
		padding-bottom: 40%;
	}
}

@media screen and (min-width: 769px) {
	/* PC端默认显示搜索框 */
	.header .search {
		display: block;
		position: relative;
	}
	
	/* PC端隐藏搜索图标 */
	.phone_search {
		display: none;
	}
}

.ql-align-center{
	text-align: center;
}