@font-face {
	font-family: "AlibabaPuHuiTi";
	src: url('/skin/css/AlibabaPuHuiTi-3-45-Light.woff2') format('woff2'),
		url('/skin/css/AlibabaPuHuiTi-3-45-Light.woff') format('woff');
	font-weight: 100;
	/* 普通粗细 */
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 16px;
	font-family: "AlibabaPuHuiTi";
	max-width: 2000px;
	margin: 0 auto;
	background-color: #f1f1f1;
}

button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font: inherit;
	color: inherit;
	cursor: pointer;
	outline: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

b {
	font-weight: normal;
}

i {
	font-style: normal;
}

a,
a:hover,
a:active {
	text-decoration: none;
	color: #222222;
}

input,
textarea,
select {
	outline: none;
}

img {
	border: none;
	vertical-align: top;
}

li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: left;
}

.cl {
	clear: both;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul {
	font-size: 16;
}

a {
	color: inherit;
	/* 继承父元素文字颜色，移除默认蓝色 */
	text-decoration: none;
	/* 移除下划线 */
	cursor: pointer;
	/* 确保鼠标悬停时显示手型指针 */
}

/* banner */
.banner-container {
	position: relative;
	width: 100%;
	/* max-width: 1200px; */
	margin: 0 auto;
	overflow: hidden;
}

.banner-container {
	margin-top: 6px;
}

.banner-slides {
	display: flex;
	transition: transform 0.5s ease;
}

.slide {
	min-width: 100%;
	position: relative;
}

.slide img {
	width: 100%;
	display: block;
}

.slide-content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: white;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
}

.banner-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}

.prev-btn,
.next-btn {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	color: white;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	font-size: 18px;
	z-index: 10;
}

.prev-btn:hover,
.next-btn:hover {
	font-size: 60px;
}

.banner-indicators {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
}

.indicator {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}

.indicator.active {
	background: white;
}

/* banner */

/* PC（≥1024px） */
@media (min-width: 768px) {

	.active {
		background-color: #c2b55b;
		color: #fff;
	}

	/* 导航栏 */
	.section div {
		display: inline-block;
	}

	.m_nav {
		display: none !important;
	}

	.section {
		width: 100%;
		height: 100px;
		background-color: #ffffff;
	}

	.sec_logo {
		width: 40%;
	}

	.section::after {
		font-size: 0;
	}

	.logo {
		margin-top: 33px;
		margin-left: 50%;
	}

	.header::after {
		content: "";
	}

	#text {
		font-size: 0
	}

	.nav_son {
		display: inline-block;
		height: 100px;
		margin-right: 10px;
		;
	}

	.nav_son a {
		display: inline-block;
		padding: 40px 40px 40px 40px;
	}

	.sec_nav {
		width: 59%;
		padding-left: 6%;
	}

	.nav {
		width: 100%;
	}

	.nav_navbar {
		vertical-align: middle;
	}

	.nav_navbar .li {
		height: 100px;
		width: 6%;
		vertical-align: auto;
	}

	.nav_son {
		vertical-align: middle;
		/* 关键属性 */
	}

	.nav_content {
		font-size: 16px !important;
		display: inline;
		line-height: normal;
		/* 重置子元素行高 */
	}

	.nav_son:hover {
		background-color: #c2b55b;
		color: #ffffff;
	}

	.nav_son:hover .nav_content {
		color: #ffffff;
	}

	.m_nav_navbar {
		display: none;
	}

	.top {
		display: none;
	}

	/* 导航栏 */


	/* 资讯 */
	.mid_ct {
		width: 100%;
		background-color: #fff;
		margin-top: 6px;
		padding-bottom: 20px;
	}

	.mid_ctr {
		width: 80%;
		padding-left: 20%;
	}

	.mid_titl {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 20px;
		border-bottom: 1px solid #9a9a9a;
	}

	.mid_titl h2 {
		font-weight: bolder;
		letter-spacing: 10px;
	}

	.mid_lr {
		margin-top: 30px;
	}

	.mid_lr div {
		display: inline-table;
	}

	.mid_l,
	.mid_r {
		width: 45%;
	}

	.mid_l {
		/* padding-right:2%; */
		/* padding: 10px; */
		/* border: 1px solid #9a9a9a; */
		overflow: hidden;
		/* border-radius: 10px; */
		padding-bottom: 30px;
	}

	.mid_l div img {
		transition: transform 0.3s ease, box-shadow 0.3s ease;
		/* border-radius: 10px; */

	}

	.mid_l div img:hover {
		transform: scale(1.2);
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	}

	.mid_l div img {
		max-width: 100%;
		overflow: hidden;
	}

	.mid_m {
		width: 9%;
	}

	.li_titl {
		width: 100%;
		background-color: #4677a2;
		padding: 5px 0 5px 0;
		text-align: center;
		font-style: italic;
		font-size: 14px;
		color: #fff;
	}

	.li_titl p {
		display: inline-block;
		padding-left: 30%;
	}

	.mid_r .mid_rli {
		display: block;
		border-bottom: 1px solid #d5d6d7;
	}

	.rli_titl {
		padding-right: 10%;
		font-size: 18px;
		color: #000;
		padding-top: 5px;
		font-style: italic;
	}

	.rli_titl:hover {
		color: #4677a2;
	}

	.mid_rli a span button {
		background-color: #4677a2;
		width: 15%;
		border-radius: 6px;
		color: #fff;
		font-size: 14px;
	}

	.mid_rli a span button:hover {
		background-color: #c2b55b;
	}

	.rli_cont {
		padding-top: 20px;
		width: 70%;
		padding-right: 10%;
		color: #9a9a9a;
		padding-bottom: 15px;
		font-size: 14px;
	}

	.rli_da {
		/* width: 20%; */
		color: #9a9a9a;
		font-size: 14px;

	}

	.mid_rli span {
		display: block;
		width: 100%;
		padding: 10px 0 10px 0;
	}

	.block a {
		font-weight: 200;
	}

	.mid_rli button {
		float: right
	}

	/* 资讯 */

	/* 知识 */
	.mid_ct2 {
		width: 100%;
		background-color: #f8f8f7;
		margin-top: 6px;
		padding-bottom: 20px;
	}

	.mid_ctr2 {
		width: 80%;
		padding-left: 20%;
	}

	.mid_titl2 {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 20px;
		border-bottom: 1px solid #9a9a9a;
	}

	.mid_titl2 h2 {
		font-weight: bolder;
		letter-spacing: 10px;
		color: #000;
	}

	.mid_sx {
		width: 100%;
	}

	.mid_sx {
		margin-top: 30px;
	}

	.mid_sx div {
		display: inline-table;
	}

	.mid_box {
		width: 100%;
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px dashed rgb(217, 217, 217);
		;
	}

	.mid_box div {
		display: inherit;
	}

	.mid_box div img {
		width: 230px;
	}

	.zs_titl {
		padding-left: 5%;
		width: 79%;
	}

	.t1-titl {
		font-size: 20px;
		font-style: italic;
	}

	.zs_t2,
	.zs_t3 {
		font-size: 16px;
		color: #9a9a9a;
		margin-top: 20px;
	}

	.t1-titl {
		width: 85%;
	}

	.zs_t3 {
		display: inline-block;
		border: 1px solid rgb(217, 217, 217);
		margin-top: 20px;
		padding: 5px 10px;
	}

	.zs_t3 a:hover {
		color: #4677a2;
	}
	.huiyiti{
		display: block !important;
		padding: 10px 0;
	}
	/* 知识 */
	/* 未来 */
	.bot_fut {
		width: 32%;
		height: 300px;
		overflow: hidden;
	}

	.clear {
		height: 50px;
		;
	}

	.bot_fut {
		position: relative;
		display: inline-block;
		overflow: hidden;
		margin: 6px 6px 30px 6px;
	}

	.bot_fut img {
		display: block;
		width: 100%;
		height: auto;
		transition: all 0.3s ease;
	}

	.bot_ti {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		color: white;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		opacity: 0;
		transition: opacity 0.3s ease;
	}

	.bot_title {
		font-size: 1.5em;
		font-weight: bold;
		margin-bottom: 10px;
		text-align: center;
		padding: 0 10px;
	}

	.bot_fut:hover .bot_ti {
		opacity: 1;
	}

	.bot_fut:hover img {
		transform: scale(1.05);
		/* 可选：悬停时轻微放大图片 */
	}

	.bot_three {
		display: inline;
	}

	/* 未来 */
	/* footer */
	.foot {
		display: inline-block;
		width: 100%;
		background-color: #c2b55b;
		margin-top: 6px;

	}

	.footer_img {
		padding-top: 50px;
		padding-bottom: 10px;
		max-width: 100%;
		vertical-align: middle;
		text-align: center;
	}

	.foot-content {
		display: block;
		margin-top: 15px;
		color: #fff;
		/* padding-bottom: 10px; */
		/* border-bottom: 1px solid #fff; */
	}

	.foot-content2 div {
		display: inline-block;
		margin: 10px 50px;
		color: #fff;
	}

	.copyright div,
	.copyright a {
		display: inline-block;
		margin: 20px 10px 30px 10px;
		color: #fff;
	}

	.foot-content2 {
		border-bottom: 1px solid #000;
		margin-top: 5px;
		padding-bottom: 40px;
	}

	.copyright {
		vertical-align: middle;
		text-align: center;
	}

	.f_wechat {
		display: none !important;
	}

	/* footer */

	/* 新闻页 */
	.mid_ct22 {
		width: 100%;
		background-color: #fff;
		margin-top: 6px;
		padding-bottom: 20px;
	}

	.mid_ctr22 {
		width: 80%;
		padding-left: 20%;
	}

	.fa-location-arrow {
		color: #9a9a9a !important;
		padding-top: 50px;
	}

	.dingwe {
		display: inline;
		font-weight: normal;
		margin-top: 50px;
	}

	.position {
		display: inline-block;
		margin-left: 5px;
	}

	.t_banner img {
		width: 100%;
		margin-top: 6px;
	}

	.pagebar {
		text-align: center;
		padding: 50px 0 50px 0;
	}

	.page-status {
		color: #9a9a9a;
		padding: 0 20px;
	}

	.page-index,
	.page-pre,
	.page-next,
	.page-last,
	.page-numbar a {
		padding: 5px 10px;
		margin: 10px 7px;
		border: 1px solid #9a9a9a;
		border-radius: 15px;
	}

	.page-index a:hover {
		background-color: #c2b55b;
		color: #fff;
	}

	.page-index:hover {
		background-color: #c2b55b;
		color: #fff;
		border: 1px solid #fff;
	}

	.page-pre:hover {
		background-color: #c2b55b;
		color: #fff;
		border: 1px solid #fff;
	}

	.page-pre a:hover {
		background-color: #c2b55b;
		color: #fff;
	}

	.page-next:hover {
		background-color: #c2b55b;
		color: #fff;
		border: 1px solid #fff;
	}

	.page-next a:hover {
		background-color: #c2b55b;
		color: #fff;
	}

	.page-last:hover {
		background-color: #c2b55b;
		color: #fff;
		border: 1px solid #fff;
	}

	.page-last a:hover {
		background-color: #c2b55b;
		color: #fff;
	}

	.page-num:hover {
		background-color: #c2b55b;
		color: #fff;
		border: 1px solid #fff;
	}

	.page-num-current {
		background-color: #c2b55b;
		border: 1px solid #fff !important;
		color: #fff !important;

	}

	.content_content {
		font-size: 1rem;
		text-indent: 2rem;
		line-height: 2rem;
	}

	.article {
		padding: 100px;
	}

	.articlepre,
	.articlenext {
		color: #9a9a9a;
		display: inline-block;
	}

	.articlenext {
		float: right;
	}

	.articlepre a:hover {
		color: #4677a2;
	}

	.articlenext a:hover {
		color: #4677a2;
	}

	.oth_art {
		background-color: #fff;
		margin-top: 6px;
		width: 100%;
		padding-left: 20%;
		padding-right: 20%;
		padding-top: 40px;
		padding-bottom: 30px;
	}


	.oth_art_titl h2 {
		font-weight: lighter;
		font-style: italic;
		/* margin: 20px 0; */
		padding: 10px 10px 5px 0;
		border-bottom: 1px solid #d5d6d7;
		width: 15%;
	}

	.info div {
		display: inline-block;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 20px;
		color: #9a9a9a;
	}

	.art_list {
		padding-top: 30px;
		/* margin-top: 20px; */
		padding-bottom: 30px;
	}

	.art_list_l {
		display: inline-block;
		width: 40%;
		margin-right: 10%;
	}

	.art_list_r {
		display: inline-block;
		float: right;
		width: 40%;
		margin-left: 10%;
	}

	.block {
		width: 100%;
		border-bottom: 1px dashed #d5d6d7;
		/* text-align: center; */
		padding-left: 10%;
		padding-bottom: 10px;
		margin: 10px;
	}

	.toright {
		width: 5%;
		display: inline;
		vertical-align: middle;
	}

	.toright img {
		width: 20px;
		color: aqua;
	}

	.block a {
		padding-left: 10px;
	}

	.block a:hover {
		color: #4677a2;
	}

	/* 新闻页 */
	/* 侧边栏 */

	.sidebar {
		position: fixed;
		right: 50px;
		top: 50%;
		transform: translateY(-50%);
		width: 60px;
		background-color: rgba(107, 107, 107, 0.1);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		border-radius: 5px;
		overflow: visible;
		z-index: 3;
		display: none;
	}

	.sidebar-item {
		position: relative;
		height: 60px;
		text-align: center;
		border-bottom: 1px solid #f0f0f0;
		cursor: pointer;
		transition: all 0.3s;
	}

	.sidebar-item:hover {
		background-color: #4677a2;
	}

	.sidebar-item i {
		display: block;
		font-size: 24px;
		line-height: 30px;
		padding-top: 16px;
		color: #666;
	}

	.sidebar-item span {
		font-size: 12px;
		color: #666;
	}

	.sidebar-item .qrcode-box,
	.sidebar-item .contact-box {
		position: absolute;
		right: 70px;
		top: 0;
		width: 120px;
		padding: 10px;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		border-radius: 5px;
		display: none;
		color: black;
		z-index: 1000;
	}

	.sidebar-item .qrcode-box img {
		width: 100%;
	}

	.sidebar-item .contact-box {
		width: 150px;
		text-align: left;
		line-height: 1.6;
	}

	.wechat:hover .qrcode-box {
		display: block;
	}

	.sidebar-item:hover .contact-box {
		display: block;
	}

	.back-to-top {
		display: block;
	}

	.fas:hover {
		color: #fff;
	}

	.sidebar-item:hover .fas {
		color: #fff;
	}

	.sidebar-item:hover .fab {
		color: #fff;
	}

	/* 侧边栏 */
	/* 供求 */
	.gongqiu {
		padding-top: 30px;
	}

	.gongqiu_til {
		padding-bottom: 15px;
	}

	.gongqiu_til,
	.gongqiu_content {
		font-size: 0;
	}

	.twoclass_til {
		display: inline-block;
		padding: 10px 40px;
		margin: 30px 15px;
		background-color: #4677a2;
		color: #fff;
		border-radius: 30px;
	}

	.twoclass_til:hover {
		background-color: #c2b55b;
	}

	.twoclass_li .active {
		background-color: #c2b55b;
	}

	.gongqiu {
		width: 100%;
	}

	.gongqiu div .gongqiu_til li {
		display: inline-block;
		background-color: #d5d6d7;
		text-align: center;
		padding: 5px 0;
		font-size: 16px;
	}

	.gongqiu_mingcheng,
	.gongqiu_mingcheng-content {
		width: 24%;
		border-radius: 10px;
		margin-right: 1%;
	}

	.gongqiu_guige,
	.gongqiu_guige-content {
		width: 14%;
		border-radius: 10px;
		margin-right: 1%;
	}

	.gongqiu_caizhi,
	.gongqiu_caizhi-content {
		width: 14%;
		border-radius: 10px;
		margin-right: 1%;
	}

	.gongqiu_dizhi,
	.gongqiu_dizhi-content {
		width: 14%;
		border-radius: 10px;
		margin-right: 1%;
	}

	.gongqiu_num,
	.gongqiu_num-content {
		width: 14%;
		border-radius: 10px;
		margin-right: 1%;
	}

	.gongqiu_date,
	.gongqiu_date-content {
		width: 15%;
		border-radius: 10px;

	}

	.gongqiu .gongqiu_content li {
		display: inline-block;
		text-align: center;
		font-size: 15px;
	}

	.gongqiu_content {
		border-bottom: 1px solid #f0f0f0;
		padding: 30px 0;
	}

	.gongqiu_mingcheng-content {
		font-weight: 600;
	}

	.gongqiu_date-content div {
		display: inline-block;
		margin-left: 10px;
		background-color: #4677a2;
		border-radius: 10px;
		padding: 5px;
		color: #fff;
		font-size: 14px;
	}

	.gongqiu_date-content div:hover {
		background-color: #c2b55b;
	}

	.gongqiu_contentnr {
		width: 100%;
		padding-bottom: 150px;
		padding-top: 30px;
	}

	.content_lr {
		display: block;
	}

	.content_lr div {
		display: inline-block;
	}

	.content_left {
		width: 40%;
		text-indent: 0;
		font-weight: bold;
		padding: 20px 0 20px 28%;
	}

	.content_right {
		padding: 20px 0 20px 0px;
	}


	.gongqiu_pinlei,
	.gongqiu_pinlei-content {
		width: 37%;
		border-radius: 10px;
		margin-right: 1%;
	}

	.gongqiu_pinlei-content {
		font-weight: bold;
	}

	.gongqiu_shuliang,
	.gongqiu_shuliang-content {
		width: 20%;
		border-radius: 10px;
		margin-right: 1%;
	}

	.gongqiu_mudidi,
	.gongqiu_mudidi-content {
		width: 20%;
		border-radius: 10px;
		margin-right: 1%;
	}

	.gongqiu_shijian,
	.gongqiu_shijian-content {
		width: 20%;
		border-radius: 10px;
	}

	.gongqiu_content div {
		font-size: 15px;
	}

	.qiugou_button {
		display: inline-block;
		width: 10%;
		padding: 5px 10px;
		background-color: #4677a2;
		border-radius: 10px;
		text-align: center;
		color: #fff;
	}

	.qiugou_button:hover {
		background-color: #c2b55b;
	}

	.gongqiu_content span div {
		padding-top: 20px;
		display: inline-block;
		width: 51%;
		margin-right: 30%;
	}

	.qiugou_button {
		font-size: 15px;
		display: inline;
	}

	.gongqiu_content div {
		width: 50%;
	}

	.gongqiu_bold {
		font-weight: bold;

	}

	.gongqiu_bold span {
		display: inline;
		font-size: 15px;
		font-weight: 100;

	}

	/* 供求 */
}