.clear {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
}

.transi {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.text-line {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #8d643b;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/* 如果页面加载没有，JS生成的，如果需要click事件需要加上指针属性。手机端 */
.user-navigation {
	cursor: pointer;
}

#header,
#news-header {
	width: 100%;
	position: relative;
	z-index: 1;
	background: #fff;
	box-shadow: 0px 3px 5px rgba(185, 152, 108, 0.2);
}

#header .header-container,
#news-header .header-container {
	width: 1200px;
	height: 170px;
	margin: 0 auto;
}

#header .left-container,
#news-header .left-container {
	float: left;
	width: 984px;
	height: 100%;
	padding-left: 0;
	position: relative;
}

#header .left-container .logo,
#news-header .left-container .logo {
	position: absolute;
	top: 26px;
	z-index: 99;
}

#header .left-container .logo .img,
#news-header .left-container .logo .img {
	width: auto;
	height: 58px;
}

#header .left-container .logo-text,
#news-header .left-container .logo-text {
	font-size: 20px;
	position: absolute;
	top: 40px;
	left: 290px;
}

#header .left-container .top-container,
#news-header .left-container .top-container {
	width: 100%;
	height: 110px;
	position: relative;
	z-index: 2;
}

#header .left-container .top-container .menu-list,
#news-header .left-container .top-container .menu-list {
	/* overflow: hidden; */
	position: absolute;
	bottom: 29px;
	right: 20px;
}

#header .left-container .top-container .menu-list .menu-item,
#news-header .left-container .top-container .menu-list .menu-item {
	position: relative;
	float: left;
	margin-right: 18px;
}

#header .left-container .top-container .menu-list .menu-en,
#news-header .left-container .top-container .menu-list .menu-en {
	display: none;
}

#header .left-container .top-container .menu-list .menu-item .menu-link,
#news-header .left-container .top-container .menu-list .menu-item .menu-link {
	font-size: 14px;
	display: block;
	color: #b9986c;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header .left-container .top-container .menu-list .menu-item .menu-link:hover,
#news-header .left-container .top-container .menu-list .menu-item .menu-link:hover {
	color: #231815;
}

#header .left-container .top-container .menu-list .menu-item .child-list,
#news-header .left-container .top-container .menu-list .menu-item .child-list {
	display: none;
	position: absolute;
	top: 24px;
	left: -5px;
	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0 0 0.3rem rgb(185 152 108 / 50%);
	box-shadow: 0 0 0.3rem rgb(185 152 108 / 50%);
	padding: 0 5px;
}

#header .left-container .top-container .menu-list .menu-item .child-list li a,
#news-header .left-container .top-container .menu-list .menu-item .child-list li a {
	display: block;
	font-size: 14px;
	line-height: 32px;
	color: #231815;
	white-space: nowrap;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
}

#header .left-container .top-container .menu-list .menu-item .child-list li a:hover,
#news-header .left-container .top-container .menu-list .menu-item .child-list li a:hover {
	color: #b9986c;
}

#header .left-container .bottom-container,
#news-header .left-container .bottom-container {
	width: 1200px;
}

#header .left-container .bottom-container::before,
#news-header .left-container .bottom-container::before {
	content: '';
	position: relative;
	top: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(#e9dbcf), to(#ffffff));
	background-image: linear-gradient(-90deg, #ffffff, #e9dbcf, #ffffff);
}

#header .left-container .bottom-container .menu-list,
#news-header .left-container .bottom-container .menu-list {
	/* width: 100%; */
	/* width: 1282px; */
	width: 1244px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .left-container .bottom-container .menu-list::after,
#news-header .left-container .bottom-container .menu-list::after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
}

#header .left-container .bottom-container .menu-list .menu-item,
#news-header .left-container .bottom-container .menu-list .menu-item {
	float: left;
	margin-right: 0;
	position: relative;
}

#header .left-container .bottom-container .menu-list .menu-item:hover .child-list .child-item,
#news-header .left-container .bottom-container .menu-list .menu-item:hover .child-list .child-item {
	height: 40px;
}

#header .left-container .bottom-container .menu-list .menu-item .menu-link,
#news-header .left-container .bottom-container .menu-list .menu-item .menu-link {
	display: block;
	font-size: 15px;
	color: #231815;
	line-height: 58px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header .left-container .bottom-container .menu-list .menu-item .menu-link:hover,
#news-header .left-container .bottom-container .menu-list .menu-item .menu-link:hover {
	color: #b9986c;
}

#header .left-container .bottom-container .child-list,
#news-header .left-container .bottom-container .child-list {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
}

#header .left-container .bottom-container .child-list::after,
#news-header .left-container .bottom-container .child-list::after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
}

#header .left-container .bottom-container .child-list .child-item,
#news-header .left-container .bottom-container .child-list .child-item {
	display: block;
	margin: 0 0.5rem;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header .left-container .bottom-container .child-list .child-item .child-link,
#news-header .left-container .bottom-container .child-list .child-item .child-link {
	display: block;
	font-size: 14px;
	line-height: 40px;
	color: #231815;
	white-space: nowrap;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header .left-container .bottom-container .child-list .child-item .child-link:hover,
#news-header .left-container .bottom-container .child-list .child-item .child-link:hover {
	color: #b9986c;
}

#header .right-container,
#news-header .right-container {
	float: right;
	width: 216px;
	height: 110px;
	background: #b9986c;
	text-align: center;
	position: relative;
	z-index: 2;
}

#header .right-container .con,
#news-header .right-container .con {
	position: absolute;
	left: 50%;
	top: 49%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 110px;
}

#header .right-container .form,
#news-header .right-container .form {
	float: left;
	position: relative;
	width: 40px;
	top: 3px;
}

#header .right-container .form:hover .inp,
#news-header .right-container .form:hover .inp {
	-webkit-appearance: none;
	width: 15rem;
	height: 40px;
	line-height: 40px;
	padding: 0 0.2rem;
	border: 1px solid #b9986c;
	opacity: 1;
	filter: alpha(100);
	/*IE6-IE7，数值是0-100的任意整数，0表示透明*/
	filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=100)';
	/*IE8，数值是0-100的任意整数，0表示透明*/
}

#header .right-container .form .inp,
#news-header .right-container .form .inp {
	-webkit-appearance: none;
	float: left;
	border: none;
	width: 0;
	/* height: 1rem;
  font-size: 0.5rem; */
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	padding: 0;
	position: absolute;
	/* top: -0.2rem; */
	top: -10px;
	/* right: 1rem; */
	right: 40px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	filter: alpha(0);
	/*IE6-IE7，数值是0-100的任意整数，0表示透明*/
	filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=0)';
	/*IE8，数值是0-100的任意整数，0表示透明*/
}

#header .right-container .form .icon-search,
#news-header .right-container .form .icon-search {
	float: left;
	color: #fff;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	/* width: 1rem;
  font-size: 0.65rem; */
	width: 40px;
	font-size: 22px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header .right-container .form .icon-search:hover,
#news-header .right-container .form .icon-search:hover {
	color: #8d643b;
}

#header .right-container .lang,
#news-header .right-container .lang {
	float: left;
	color: #fff;
	cursor: pointer;
	/* margin-left: 0.9rem;
  font-size: 0.6rem; */
	margin-left: 20px;
	font-size: 22px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header .right-container .lang:hover,
#news-header .right-container .lang:hover {
	color: #8d643b;
}

#header .menu-switch,
#news-header .menu-switch {
	display: none;
}

/* 添加置顶效果 */
#header,
#news-header {
	position: fixed;
	top: 0;
	z-index: 999;
}

/* 隐藏内容部分滚动条 */
#main {
	margin-top: 170px;
}

#main.scrollClass {
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
}

#main.scrollClass::-webkit-scrollbar {
	display: none;
}

#main.scrollClass {
	-ms-overflow-style: none;
}

/* 搜索手机端 */
.app-form {
	display: none;
}

@media screen and (max-width: 769px) {
	#header,
	#news-header {
		/* height: 1.75rem; */
		height: 3rem;
		margin-bottom: 0;
	}

	#header .header-container,
	#news-header .header-container {
		width: 100%;
		height: 100%;
	}

	#header .left-container .bottom-container .menu-list,
	#news-header .left-container .bottom-container .menu-list {
		width: 100%;
	}

	#header .left-container,
	#news-header .left-container {
		width: 90%;
		padding: 0;
		height: auto;
		-webkit-box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
		box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
		background: rgba(255, 255, 255, 0.9);
		position: absolute;
		top: 3rem;
		right: 0;
	}

	#header .left-container::after,
	#news-header .left-container::after {
		content: '';
		visibility: hidden;
		display: block;
		clear: both;
	}

	#header .left-container .logo,
	#news-header .left-container .logo {
		width: 18.75rem;
		height: 3rem;
		top: -3rem;
		left: -1.5rem;
		display: block;
	}

	#header .left-container .logo .img,
	#news-header .left-container .logo .img {
		/* width: 4.9rem; */
		width: 7rem;
		height: auto;
		position: absolute;
		top: 50%;
		left: 0.5rem;
		/* -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
		-webkit-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
	}

	#header .left-container .logo-text {
		display: none;
	}

	#news-header .left-container .logo-text {
		display: block !important;
		font-size: 16px;
		top: -44px;
		left: 6.6rem;
	}

	#header .left-container .top-container,
	#news-header .left-container .top-container {
		height: auto;
		overflow: inherit;
		float: left;
		width: 50%;
		display: none;
	}

	#header .left-container .top-container::after,
	#news-header .left-container .top-container::after {
		content: '';
		visibility: hidden;
		display: block;
		clear: both;
	}

	#header .left-container .top-container .menu-list,
	#news-header .left-container .top-container .menu-list {
		position: relative;
		float: left;
		bottom: 0;
		padding: 1rem 0;
		right: 0;
	}

	#header .left-container .top-container .menu-list::after,
	#news-header .left-container .top-container .menu-list::after {
		content: '';
		visibility: hidden;
		display: block;
		clear: both;
	}

	#header .left-container .top-container .menu-list .menu-item,
	#news-header .left-container .top-container .menu-list .menu-item {
		width: 100%;
		float: inherit;
		margin-right: 0;
	}
	#header .left-container .top-container .menu-list .menu-en,
	#news-header .left-container .top-container .menu-list .menu-en {
		display: block;
	}

	#header .left-container .top-container .menu-list .menu-item .menu-link,
	#news-header .left-container .top-container .menu-list .menu-item .menu-link {
		padding-left: 1rem;
		line-height: 2rem;
		font-size: 16px;
		white-space: nowrap;
	}

	#header .left-container .top-container .menu-list .menu-item .child-list,
	#news-header .left-container .top-container .menu-list .menu-item .child-list {
		position: relative;
		top: 0;
		left: 0;
		padding: 0 0.5rem;
	}

	#header .left-container .top-container .menu-list .menu-item .child-list li,
	#news-header .left-container .top-container .menu-list .menu-item .child-list li {
		height: 2rem;
	}

	#header .left-container .top-container .menu-list .menu-item .child-list li a,
	#news-header .left-container .top-container .menu-list .menu-item .child-list li a {
		line-height: 2rem;
	}

	#header .left-container .bottom-container,
	#news-header .left-container .bottom-container {
		float: right;
		height: auto;
		width: 50%;
		display: none;
	}

	#header .left-container .bottom-container::before,
	#news-header .left-container .bottom-container::before {
		display: none;
	}

	#header .left-container .bottom-container .menu-list,
	#news-header .left-container .bottom-container .menu-list {
		padding: 1rem 0;
		display: block;
	}

	#header .left-container .bottom-container .menu-list::after,
	#news-header .left-container .bottom-container .menu-list::after {
		content: '';
		visibility: hidden;
		display: block;
		clear: both;
	}

	#header .left-container .bottom-container .menu-list .menu-item,
	#news-header .left-container .bottom-container .menu-list .menu-item {
		width: 100%;
		float: inherit;
		margin-right: 0;
	}

	#header .left-container .bottom-container .menu-list .menu-item:hover .child-list .child-item,
	#news-header .left-container .bottom-container .menu-list .menu-item:hover .child-list .child-item {
		height: 2rem;
	}

	#header .left-container .bottom-container .menu-list .menu-item .menu-link,
	#news-header .left-container .bottom-container .menu-list .menu-item .menu-link {
		padding-left: 1rem;
		line-height: 2rem;
		color: #231815;
		white-space: nowrap;
		font-weight: 500;
	}

	#header .left-container .bottom-container .child-list,
	#news-header .left-container .bottom-container .child-list {
		width: 90%;
		position: inherit;
		background: rgba(255, 255, 255, 0.8);
		-webkit-box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
		box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	}

	#header .left-container .bottom-container .child-list::after,
	#news-header .left-container .bottom-container .child-list::after {
		content: '';
		visibility: hidden;
		display: block;
		clear: both;
	}

	#header .left-container .bottom-container .child-list .child-item .child-link,
	#news-header .left-container .bottom-container .child-list .child-item .child-link {
		/* font-size: 14px; */
		line-height: 2rem;
	}

	#header .right-container,
	#news-header .right-container {
		display: none;
	}

	#header .menu-switch,
	#news-header .menu-switch {
		display: block;
		position: absolute;
		z-index: 999;
		height: 3rem;
		right: 0;
	}

	#header .menu-switch .iconfont,
	#news-header .menu-switch .iconfont {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: -0.3rem;
		color: #b9986c;
		font-size: 1rem;
		padding: 0 1rem;
	}

	#header .menu-switch .icon-menu_close,
	#news-header .menu-switch .icon-menu_close {
		display: none;
	}

	#main {
		margin-top: 3rem;
	}

	/* 搜索手机端 */
	.app-form {
		display: none;
		overflow: hidden;
	}

	.app-form .form .inp {
		cursor: pointer;
		-webkit-appearance: none;
		display: block;
		width: 88%;
		height: 30px;
		outline: none;
		border: none;
		font-size: 14px;
		padding: 0 10px;
		background-color: #eee;
		float: left;
	}

	.app-form .form .icon-search {
		cursor: pointer;
		-webkit-appearance: none;
		display: block;
		width: 12%;
		height: 30px;
		outline: none;
		border: none;
		font-size: 16px;
		background-color: #b9986c;
		color: #fff;
		float: left;
	}
}

#footer {
	width: 100%;
	background: #b9986c;
	overflow: hidden;
	position: relative;
}

#footer .footer-container {
	/* padding: 1rem 2.5rem; */
	overflow: hidden;
	padding: 1rem 0;
	width: 1200px;
	margin: 0 auto;
}

#footer .footer-container .img-container {
	float: left;
}

#footer .footer-container .img-container .footer-1 {
	margin-right: 1rem;
}

#footer .footer-container .content {
	float: left;
	width: 50%;
}

#footer .footer-container .content .text {
	font-size: 14px;
	color: #67492a;
	/* line-height: 0.8rem; */
	line-height: 21px;
}

#footer .footer-container .qrcode {
	float: right;
}

#footer .footer-container .qrcode .wechat,
#footer .footer-container .qrcode .weibo {
	float: left;
	margin-right: 1rem;
	text-align: center;
}

#footer .footer-container .qrcode .wechat .text,
#footer .footer-container .qrcode .weibo .text {
	color: #fff;
	font-size: 14px;
	display: block;
}

#footer .footer-container .qrcode .wechat .img,
#footer .footer-container .qrcode .weibo .img {
	/* width: 2.9rem; */
	width: 78px;
	display: inline-block;
}

/* 新增 */
#footer .footer-container .en-footer {
	width: 100%;
	float: left;
	margin-left: 50px;
	padding-left: 1rem;
}

#footer .footer-container .en-footer p {
	font-size: 14px;
	color: #67492a;
	line-height: 21px;
}

#footer .footer-container .footer-text {
	width: 60%;
	float: left;
}

#footer .footer-container .qrcode .bili {
	margin-right: 0;
}

@media screen and (max-width: 769px) {
	#footer .footer-container {
		padding: 1rem 1rem;
		width: 100%;
	}

	#footer .footer-container .content {
		width: 100%;
		margin-bottom: 1rem;
	}

	#footer .footer-container .content:nth-of-type(2) {
		padding-left: 72px;
	}

	#footer .footer-container .qrcode {
		width: 100%;
	}

	#footer .footer-container .qrcode .wechat,
	#footer .footer-container .qrcode .weibo {
		/* width: 50%; */
		width: 25%;
		float: left;
		margin-right: 0;
	}

	/* 新增 */
	#footer .footer-container .en-footer {
		width: 100%;
		padding-right: 1rem;
	}

	#footer .footer-container .footer-text {
		width: 100%;
		margin-bottom: 1rem;
	}
}

#index {
	width: 100%;
	min-height: auto !important;
	overflow-x: hidden;
}

#index .top-container {
	height: 14.375rem;
	position: relative;
	/* overflow: hidden; */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#index .top-container .top-img {
	display: block;
	width: 100%;
	height: 100%;
}

#index .top-container .top-text-logo {
	width: 1.9rem;
	position: absolute;
	left: 3.825rem;
	top: 1.1rem;
	display: block;
}

#index #slide-banner {
	width: 100%;
	/* height: 25rem; */
	/* height: calc(100vh - 4.3rem); */
	height: auto;
	/* 防止刷新轮播图溢出来 */
	max-height: 17rem;
	/* margin-bottom: 3.7rem; */
	margin-bottom: 44px;
	position: relative;
	overflow: hidden;
	/* padding: 0.3rem 0;
  top: -0.3rem; */
	z-index: 1;
}

#index #slide-banner .banner-viewport {
	width: 100%;
	/* height: 25rem; */
	/* height: calc(100vh - 4.3rem); */
	height: auto;
}

#index #slide-banner .slide-list {
	height: 100%;
	/* -webkit-transition: all 0.3s;
  transition: all 0.3s; */
}

/* #index #slide-banner .slide-list .slide-item {
  width: 48rem;
  height: 100%;
  float: left;
  position: relative;
} */
#index #slide-banner .slide-list .slide-item {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

/* #index #slide-banner .slide-list .slide-item .slide-link {
  float: right;
  width: 48rem;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.9);
  box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.9);
} */
#index #slide-banner .slide-list .slide-item .slide-link {
	display: block;
	float: right;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.9);
	box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.9);
}

#index #slide-banner .slide-list .slide-item .slide-link .slide-img {
	display: block;
	width: 100%;
	height: 100%;
	/* position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); */
}

#index #slide-banner .banner-control-nav {
	position: absolute;
	bottom: 0.8rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden;
}

#index #slide-banner .banner-control-nav li {
	float: left;
	margin-right: 0.25rem;
}

#index #slide-banner .banner-control-nav li a {
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	border: 1px solid #d9d9d9;
	cursor: pointer;
}

#index #slide-banner .banner-control-nav li a:last-of-type {
	margin-right: 0;
}

#index #slide-banner .banner-control-nav li a.banner-active {
	border-color: transparent;
	background: #d9d9d9;
}

#index #slide-banner .banner-direction-nav li {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#index #slide-banner .banner-direction-nav li i {
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#index #slide-banner .banner-direction-nav .banner-nav-prev {
	left: 2.58rem;
}

#index #slide-banner .banner-direction-nav .banner-nav-next {
	right: 2.58rem;
}

@media screen and (max-width: 960px) {
	#index #slide-banner .banner-direction-nav .banner-nav-prev {
		left: 1rem;
	}

	#index #slide-banner .banner-direction-nav .banner-nav-next {
		right: 1rem;
	}
}

#index #slide-banner .banner-direction-nav li a {
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: rgba(185, 152, 108, 0.6);
	color: #fff;
	line-height: 1.5rem;
	text-align: center;
	font-weight: normal;
	font-size: 1.2rem;
}

#index #slide-banner .banner-direction-nav li a:hover {
	background: rgba(185, 152, 108, 1);
}

#index .newList-direction-nav li {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#index .newList-direction-nav .newList-nav-prev {
	left: 24px;
}

#index .newList-direction-nav .newList-nav-next {
	right: 24px;
}

#index .newList-direction-nav li a {
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: rgba(185, 152, 108, 0.6);
	color: #fff;
	text-align: center;
	font-weight: normal;
}

#index .newList-direction-nav li a i {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#index .newList-direction-nav li a:hover {
	background: rgba(185, 152, 108, 1);
}

#index .news.news-box-1 {
	/* width: 100%; */
	width: 1200px;
	height: 755px;
	/* margin-bottom: 0.8rem; */
	position: relative;
	z-index: 0;
	margin: 0 auto;
}

#index .news.news-box-1 .box-1 {
	/* width: 16.2rem; */
	width: 487px;
	height: 754px;
	/* min-height: 24.95rem; */
	background: #fff;
	z-index: 2;
	-webkit-box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	padding: 10px 24px;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
}

#index .news.news-box-1 .box-1 .top-box::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	margin: 0.75rem 0;
	background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(#efe4dc), to(#ffffff));
	background-image: linear-gradient(-90deg, #ffffff, #efe4dc, #ffffff);
}

#index .news.news-box-1 .box-1 .list {
	width: 100%;
	/* margin-top: 30px; */
	margin-top: 28px;
	text-align: left;
}

#index .news.news-box-1 .box-1 .list .item {
	width: 100%;
}

#index .news.news-box-1 .box-1 .list .item .link {
	display: block;
	width: 100%;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 31px;
	color: #231815;
}

#index .news.news-box-1 .box-1 .list .item .link:hover {
	color: #b9986c;
}

#index .news.news-box-1 .box-1 .list .item .link:hover .info {
	color: #b9986c;
}

#index .news.news-box-1 .box-1 .list .item .link .date {
	color: #b9986c;
}

#index .news.news-box-1 .box-1 .list .item .link .info {
	color: #231815;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#index .news.news-box-1 .box-1 .list .item .link .info::before {
	content: '-';
	display: inline;
	margin: 0 0.2rem;
}

#index .news.news-box-1 .box-1 .more {
	margin-top: 15px;
	/* background: #b9986c; */
	/* padding: 6px 24px; */
	padding: 6px 15px;
	color: #b9986c;
	text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0);
}

#index .news.news-box-1 .box-2 {
	position: absolute;
	left: 0;
	top: 51px;
	/* top: 0; */
	/* width: 26rem; */
	width: 710px;
	/* min-height: 24.95rem; */
	height: 701px;
	/* height: 754px; */
	background: #b9986c;
	padding-left: 24px;
}

#index .news.news-box-1 .box-2 .title-text-container {
	width: 210px;
	/* min-height: 3.88rem; */
	height: 100px;
	background: #fff;
	position: relative;
	top: -50px;
	/* top:18px; */
	left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
}

#index .news.news-box-1 .box-2 .more {
	position: absolute;
	top: 20px;
	right: 28px;
}

#index .news.news-box-1 .box-2 .list {
	width: 658px;
	margin-top: -18px;
	/* margin-top: 34px; */
}

#index .news.news-box-1 .box-2 .list .item {
	width: 100%;
	/* height: 6.4rem; */
	height: 180px;
	padding-bottom: 18px;
	margin-bottom: 24px;
}

#index .news.news-box-1 .box-2 .list .item:last-of-type {
	margin-bottom: 0;
}

#index .news.news-box-1 .box-2 .list .item:last-of-type::after {
	display: none;
}

#index .news.news-box-1 .box-2 .list .item::after {
	content: '';
	margin-top: 18px;
	display: block;
	width: 100%;
	height: 2px;
	background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#d7beaa), to(transparent));
	background-image: linear-gradient(-90deg, transparent, #d7beaa, transparent);
}

#index .news.news-box-1 .box-2 .list .item:hover .img-container .img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#index .news.news-box-1 .box-2 .list .item:hover .info-container .title {
	color: #866239;
}

#index .news.news-box-1 .box-2 .list .item .link {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

#index .news.news-box-1 .box-2 .list .item .img-container {
	float: left;
	/* width: 10.15rem;
  height: 5.75rem; */
	width: 285px;
	height: 161px;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#index .news.news-box-1 .box-2 .list .item .img-container .img {
	height: 100%;
	min-width: 100%;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#index .news.news-box-1 .box-2 .list .item .info-container {
	float: right;
	height: 161px;
	overflow: hidden;
	width: 337px;
}

#index .news.news-box-1 .box-2 .list .item .info-container .date {
	font-size: 23px;
	color: #866239;
	margin-top: 6px;
}

#index .news.news-box-1 .box-2 .list .item .info-container .title {
	color: #fff;
	/* font-size: 0.8rem; */
	font-size: 17px;
	margin: 8px 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#index .news.news-box-1 .box-2 .list .item .info-container .intro {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	margin-top: 18px;
}

#index .news.news-box-2 {
	/* width: 100%; */
	width: 590px;
	margin: 0 auto;
	margin-top: 45px;
	/* margin-bottom: 80px; */
	margin-bottom: 90px;
	position: relative;
}

@media screen and (min-width: 1440px) {
	#index .news.news-box-1 .box-1 .list {
		margin-top: 20px;
	}
}

#index .news.news-box-2 .title-text-container {
	width: 230px;
	height: 100px;
	background: #fff;
	position: relative;
	top: 0;
	left: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-bottom: 50px;
}

#index .news.news-box-2 .slide-container {
	position: relative;
	width: 100%;
	height: 442px;
}

/* 导航按钮 */
#index .news.news-box-2 .slide-container .newList-control-nav {
	margin-top: 20px;
	float: left;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#index .news.news-box-2 .slide-container .newList-control-nav li {
	float: left;
	margin-right: 20px;
}

#index .news.news-box-2 .slide-container .newList-control-nav li:last-of-type {
	margin-right: 0;
}

#index .news.news-box-2 .slide-container .newList-control-nav li a {
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	display: block;
	width: 40px;
	height: 2px;
	background: #54576f;
	cursor: pointer;
	opacity: 0;
	filter: alpha(0);
	/*IE6-IE7，数值是0-100的任意整数，0表示透明*/
	filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=0)';
	/*IE8，数值是0-100的任意整数，0表示透明*/
}

#index .news.news-box-2 .slide-container .newList-control-nav li a.showClass {
	opacity: 1;
	filter: alpha(100);
	/*IE6-IE7，数值是0-100的任意整数，0表示透明*/
	filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=100)';
	/*IE8，数值是0-100的任意整数，0表示透明*/
}

#index .news.news-box-2 .slide-container .newList-control-nav li a.newList-active {
	width: 100px;
	background: #b9986c;
}

#index .news.news-box-2 .slide-container .list {
	width: 120%;
	overflow: hidden;
	height: 100%;
}

#index .news.news-box-2 .slide-container .list .item {
	width: 271.5px !important;
	height: 100%;
	float: left;
	margin-right: 38px;
}

#index .news.news-box-2 .slide-container .list .item:last-of-type {
	margin-right: 0;
}

#index .news.news-box-2 .slide-container .list .item .link {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#index .news.news-box-2 .slide-container .list .item .link .img {
	display: block;
	width: 100%;
	height: 100%;
}

#index .news.news-box-2 .slide-container .list .item .link .info-container {
	width: 252px;
	height: 0;
	background: #fff;
	padding: 0 15px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	border: none;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#index .news.news-box-2 .slide-container .list .item .link .info-container .date {
	color: #b9986c;
	font-size: 14px;
	margin-bottom: 8px;
}

#index .news.news-box-2 .slide-container .list .item .link .info-container .title {
	color: #231815;
	font-size: 15px;
}

#index .news.news-box-2 .slide-container .list .item .link:hover .info-container {
	height: auto;
	padding: 15px;
	border-bottom: 1px solid #eee;
}

#index .news.news-box-2 .more {
	background: #b9986c;
	padding: 6px 24px;
	position: absolute;
	top: 58px;
	right: 24px;
}

#index .news.news-box-3 {
	/* width: 100%; */
	width: 1200px;
	/* height: 815px; */
	/* height: 750px; */
	height: 775px;
	background: #f2eae3;
	/* padding: 0 2.45rem; */
	margin: 0 auto;
}

#index .news.news-box-3 .title-text-container {
	width: 182px;
	height: 100px;
	background: #fff;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-bottom: 15px;
}

#index .news.news-box-3 .left-container {
	position: relative;
	width: 770px;
	float: left;
	padding-left: 24px;
}

#index .news.news-box-3 .left-container .title-text-container {
	top: -56px;
	left: 0;
}

#index .news.news-box-3 .left-container .list-1 {
	width: 100%;
}

#index .news.news-box-3 .left-container .list-1 .item {
	width: 100%;
	height: 294px;
	position: relative;
	margin-bottom: 30px;
}

#index .news.news-box-3 .left-container .list-1 .item .img-container {
	position: relative;
	width: 424px;
	height: 240px;
	float: left;
}

#index .news.news-box-3 .left-container .list-1 .item .img-container .img {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#index .news.news-box-3 .left-container .list-1 .item .info-container {
	float: right;
	width: 298px;
}

#index .news.news-box-3 .left-container .list-1 .item .info-container .title {
	display: block;
	font-size: 20px;
	color: #8b6239;
	margin-bottom: 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#index .news.news-box-3 .left-container .list-1 .item .info-container .intro {
	font-size: 15px;
	/* font-size: 0.5rem; */
	color: #231815;
	line-height: 22px;
}

#index .news.news-box-3 .left-container .list-1 .item .other-container {
	/* width: 696px; */
	width: 620px;
	/* height: 150px; */
	height: 110px;
	background: #b9986c;
	/* background: #f2eae3; */
	position: absolute;
	bottom: 20px;
	right: 12px;
	z-index: 0;
	/* -webkit-box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
  box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5); */
}

#index .news.news-box-3 .left-container .list-1 .item .other-container .date {
	width: 100%;
	text-align: right;
	position: relative;
	color: #7f5532;
	/* text-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.5); */
	height: 90px;
	/* line-height: 90px; */
	line-height: 160px;
	/* padding: 0 24px; */
	padding: 0 10px;
	font-size: 24px;
	padding-right: 42px;
	margin-top: -14px;
}

/* #index .news.news-box-3 .left-container .list-1 .item .other-container .date::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(transparent),
    color-stop(#ffffff),
    to(transparent)
  );
  background-image: linear-gradient(-90deg, transparent, #ffffff, transparent);
  display: none;
} */
#index .news.news-box-3 .left-container .list-1 .item .other-container .more {
	position: absolute;
	right: 24px;
	bottom: 18px;
	display: none;
}

#index .news.news-box-3 .left-container .list-2 {
	/* 15.1rem */
	width: 593px;
	/* margin-top: 48px; */
	margin-top: -6px;
	text-align: left;
}

#index .news.news-box-3 .left-container .list-2 .item {
	width: 100%;
}

#index .news.news-box-3 .left-container .list-2 .item .link {
	display: block;
	width: 100%;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 28px;
	color: #231815;
}

#index .news.news-box-3 .left-container .list-2 .item .link:hover {
	color: #b9986c;
}

#index .news.news-box-3 .left-container .list-2 .item .link:hover .info {
	color: #b9986c;
}

#index .news.news-box-3 .left-container .list-2 .item .link .date {
	color: #b9986c;
}

#index .news.news-box-3 .left-container .list-2 .item .link .info {
	color: #231815;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#index .news.news-box-3 .left-container .list-2 .item .link .info::before {
	content: '-';
	display: inline;
	margin: 0 0.2rem;
	color: #231815;
}

#index .news.news-box-3 .left-container .more-1 {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #b9986c;
	padding: 6px 20px;
}

#index .news.news-box-3 .right-container {
	position: relative;
	float: right;
	width: 400px;
	padding-right: 24px;
}

#index .news.news-box-3 .right-container .title-text-container {
	top: -56px;
	left: 0;
	width: 182px;
}

#index .news.news-box-3 .right-container .list {
	width: 100%;
	margin-top: -20px;
}

#index .news.news-box-3 .right-container .list .item {
	width: 100%;
	/* height: 276px; */
	height: 260px;
	overflow: hidden;
	/* margin-bottom: 42px; */
	margin-bottom: 50px;
}

#index .news.news-box-3 .right-container .list .item .link {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#index .news.news-box-3 .right-container .list .item .link:hover .icon-play {
	/* background: #b9986c; */
	text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

#index .news.news-box-3 .right-container .list .item .link .img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 100%;
	min-height: 100%;
}

#index .news.news-box-3 .right-container .list .item .link .icon-play {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	/* background: rgba(185, 152, 108, 0.6); */
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 50px;
	text-align: center;
	line-height: 82px;
	text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/* 音乐播放器 */
#index .friendship {
	/* width: 100%; */
	width: 1200px;
	margin: 0 auto;
	/* height: 450px; */
	height: 350px;
	background: url('../images/link.jpg') no-repeat bottom;
	background-size: cover;
	position: relative;
	padding: 0 24px;
	z-index: 2;
}
/* 友情链接 */
#index .link-box {
	background: #f2eae3;
}
#index .link-box .dept-list {
	width: 100%;
	overflow: hidden;
}
#index .link-box .dept-list .dept-item {
	width: 25%;
	font-size: 16px;
	float: left;
	margin-bottom: 30px;
}
#index .link-box .dept-list .dept-item .menu-link {
	white-space: nowrap;
	cursor: pointer;
}
#index .link-box .dept-list .dept-item .menu-link:hover {
	color: #b9986c;
}
#index .link-box .dept-list .dept-item .menu-link::before {
	content: '•'; /* 添加圆点 */
	margin-right: 5px; /* 圆点和文本之间的距离 */
	color: black; /* 设置圆点的颜色 */
}
#index .friendship .title-text-container {
	width: 182px;
	height: 100px;
	/* min-height: 3.88rem; */
	background: #fff;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-bottom: 15px;
	top: -45px;
}

#index .friendship .friendship-container {
	width: 89%;
	height: 6.75rem;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
}

#index .friendship .friendship-container .title-text-container {
	width: 14%;
	height: 100%;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	float: left;
	padding-left: 0.675rem;
}

#index .friendship .friendship-container .link-list {
	float: right;
	width: 86%;
	height: 100%;
	position: relative;
}

#index .friendship .friendship-container .link-list .link-item {
	width: 100%;
	height: 20%;
}

#index .friendship .friendship-container .link-list .link-item.active .title-container {
	background: #fff;
}

#index .friendship .friendship-container .link-list .link-item.active .title-container .title {
	color: #b9986c;
}

#index .friendship .friendship-container .link-list .link-item.active .link-content {
	display: block;
}

#index .friendship .friendship-container .link-list .link-item .title-container {
	width: 13%;
	height: 100%;
	background: #b9986c;
	color: #fff;
	font-size: 0.6rem;
	position: relative;
	cursor: pointer;
	border: 1px solid #b9986c;
	border-top: none;
	border-bottom: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#index .friendship .friendship-container .link-list .link-item .title-container .title {
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#index .friendship .friendship-container .link-list .link-item .link-content {
	width: 87%;
	height: 6.75rem;
	overflow: hidden;
	overflow-y: auto;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}

#index .friendship .friendship-container .link-list .link-item .content {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#index .friendship .friendship-container .link-list .link-item .content .item {
	width: 25%;
	height: 20%;
	float: left;
	position: relative;
}

#index .friendship .friendship-container .link-list .link-item .content .item .link {
	font-size: 0.4rem;
	color: #231815;
	display: block;
	position: absolute;
	top: 50%;
	left: 1rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#index .friendship .friendship-container .link-list .link-item .content .item .link:hover {
	color: #b9986c;
}

#index .friendship .friendship-container .link-list .link-item .content .item .link::before {
	content: '-';
	margin-right: 0.25rem;
}

#index .bgicon {
	/* position: absolute; */
	position: fixed;
	z-index: 0;
}

#index .bgicon.bgicon-1 {
	width: 8.25rem;
	/* top: -1.7rem; */
	top: 10%;
	/* right: -300px; */
	left: 0;
	opacity: 0.2;
	filter: alpha(20);
	/*IE6-IE7，数值是0-100的任意整数，0表示透明*/
	filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=20)';
	/*IE8，数值是0-100的任意整数，0表示透明*/
}

#index .bgicon.bgicon-2 {
	width: 24rem;
	/* bottom: -4.7rem; */
	bottom: 0%;
	/* left: -400px; */
	left: 0;
	opacity: 0.2;
	filter: alpha(20);
	/*IE6-IE7，数值是0-100的任意整数，0表示透明*/
	filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=20)';
	/*IE8，数值是0-100的任意整数，0表示透明*/
}

#index .bgicon.bgicon-3 {
	width: 16.85rem;
	/* bottom: -44rem; */
	bottom: 0;
	/* right: -600px; */
	right: 0;
	opacity: 0.2;
	filter: alpha(20);
	/*IE6-IE7，数值是0-100的任意整数，0表示透明*/
	filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=20)';
	/*IE8，数值是0-100的任意整数，0表示透明*/
}

@media screen and (min-width: 1440px) {
	#index .news.news-box-3 .left-container .list-1 {
		margin-top: -20px;
	}

	#index .news.news-box-3 .right-container .list {
		margin-top: -20px;
	}
}

/* @media screen and (max-width: 1440px) {
  #index .bgicon.bgicon-1 {
    right: -250px;
  }
  #index .bgicon.bgicon-2 {
    left: -200px;
  }
  #index .bgicon.bgicon-3 {
    right: -300px;
  }
} */
@media screen and (min-width: 960px) and (max-width: 1440px) {
	#main .more {
		font-size: 20px !important;
	}

	#index #slide-banner .banner-direction-nav li i {
		font-size: 18px;
	}
}

@media screen and (min-width: 960px) and (max-width: 1190px) {
	html,
	body {
		width: 1200px;
		overflow-x: auto;
	}
}

@media screen and (max-width: 960px) {
	#index .newList-direction-nav .newList-nav-prev {
		left: 1rem;
	}

	#index .newList-direction-nav .newList-nav-next {
		right: 1rem;
	}

	#index .news.news-box-2 .slide-container .list .item .link .info-container {
		padding: 0 9px;
		width: 90%;
	}
}

@media screen and (min-width: 769px) {
	#index .friendship .friendship-container .link-list .link-item .title-container:hover {
		background: #fff;
	}

	#index .friendship .friendship-container .link-list .link-item .title-container:hover .title {
		color: #b9986c;
	}
}

@media screen and (max-width: 768px) {
	/* 隐藏背景图 */
	#index .bgicon.bgicon-1 {
		display: none;
	}

	#index .bgicon.bgicon-2 {
		display: none;
	}

	#index .bgicon.bgicon-3 {
		display: none;
	}

	#index .top-container {
		height: 5.6rem;
	}

	#index .top-container .top-text-logo {
		height: 3.1rem;
		top: 0.4rem;
		left: 1.5rem;
		width: auto;
	}

	#index #slide-banner {
		height: 8rem;
		margin-bottom: 0;
	}

	#index #slide-banner .banner-viewport {
		height: 8rem;
	}

	/* #index #slide-banner .slide-list .slide-item {
    width: 18.75rem;
  }
  #index #slide-banner .slide-list .slide-item .slide-link {
    width: 18.75rem;
  } */
	#index #slide-banner .slide-list .slide-item .slide-link .slide-img {
		display: block;
		width: 100%;
	}

	#index #slide-banner .slide-list .slide-item .title-container {
		padding: 0.5rem 1.1rem;
		top: 13.2rem;
	}

	#index #slide-banner .slide-list .slide-item .title-container .title::after {
		height: 1px;
	}

	#index #slide-banner .banner-direction-nav li a {
		line-height: 1.5rem;
	}

	#index #slide-banner .banner-direction-nav li i {
		font-size: 0.8rem;
	}

	#index #slide-banner .slide-control {
		left: auto;
		right: 10px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	#index .news.news-box-1 {
		height: 48rem;
		width: 100%;
		z-index: 1;
	}

	#index .news.news-box-1 .box-1 {
		/* width: 16.75rem; */
		width: 90%;
		position: relative;
		left: 1rem;
		padding: 0.7rem 0.85rem;
		top: 22rem;
		height: auto;
	}

	#index .news.news-box-1 .box-1 .top-box::after {
		height: 1px;
	}

	#index .news.news-box-1 .box-1 .title-text-container {
		height: 2rem;
		min-height: auto;
	}

	#index .news.news-box-1 .box-1 .list {
		margin-top: 0.7rem;
	}

	#index .news.news-box-1 .box-1 .list .item .link {
		line-height: 1.3rem;
	}

	#index .news.news-box-1 .box-2 {
		width: 100%;
		height: 20rem;
		padding: 0 1.4rem;
		position: absolute;
		left: 0;
		top: 0;
		padding-top: 2.5rem;
		min-height: auto;
		padding-bottom: 1.15rem;
	}

	#index .news.news-box-1 .box-2 .more {
		/* top: 2.2rem; */
		top: 10px;
		right: 1rem;
		font-size: 0.8rem;
	}

	/* #index .news.news-box-1 .box-2 .title-text-container {
    width: 100%;
    height: 2rem;
    min-height: auto;
    background: transparent;
    top: 0;
    left: 0;
    padding: 0;
    margin-bottom: 1.25rem;
  } */
	#index .news.news-box-1 .box-2 .title-text-container {
		width: 10.5rem;
		height: 2rem;
		min-height: auto;
		background: transparent;
		top: -12px;
		left: 10px;
		padding: 8px 10px;
		margin-bottom: 1.25rem;
		position: absolute;
		background: #b9986c;
		color: #fff;
		text-align: center;
		box-shadow: 0 1px 4px #333;
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
		padding-left: 0.75rem;
	}

	#index .news.news-box-1 .box-2 .list {
		width: 100%;
		overflow: hidden;
		margin-top: 0.5rem;
	}

	#index .news.news-box-1 .box-2 .list .item {
		/* height: 4.2rem; */
		height: auto;
		float: left;
		margin-bottom: 0;
	}

	#index .news.news-box-1 .box-2 .list .item::after {
		bottom: -1px;
		height: 1px;
	}

	/* #index .news.news-box-1 .box-2 .list .item .link {
    overflow: inherit;
  } */
	#index .news.news-box-1 .box-2 .list .item .img-container {
		/* width: 5.45rem;
    height: 3.65rem; */
		width: 6.4rem;
		height: 4rem;
		-webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.7);
		box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.7);
	}

	#index .news.news-box-1 .box-2 .list .item .info-container {
		width: 9.1rem;
		height: 100%;
	}

	#index .news.news-box-1 .box-2 .list .item .info-container .date {
		margin-top: 0;
		font-size: 0.7rem;
	}

	#index .news.news-box-1 .box-2 .list .item .info-container .title {
		font-size: 0.65rem;
		color: #fff;
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 5px 0;
	}

	#index .news.news-box-1 .box-2 .list .item .info-container .intro {
		/* display: none; */
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size: 0.6rem;
		line-height: 18px;
		margin-top: 0;
	}

	#index .news.news-box-2 {
		/* margin-top: -0.7rem; */
		/* margin-top: 2rem; */
		margin-top: 3.8rem;
		padding: 0;
		margin-bottom: 3rem;
		width: 100%;
	}

	#index .news.news-box-2 .title-text-container {
		display: inline-block;
		width: auto;
		height: 2rem;
		min-height: auto;
		padding: 0.4rem 0.5rem;
		left: 1rem;
		margin-bottom: 30px;
	}

	#index .news.news-box-2 .slide-container {
		height: auto;
		padding: 0 1rem;
	}

	#index .news.news-box-2 .slide-container .list {
		width: 100%;
	}

	#index .news.news-box-2 .slide-container .list .item {
		/* width: 45%;
    height: 11rem;*/
		width: 8rem !important;
		margin-right: 1.15rem;
		margin-bottom: 1rem;
	}

	#index .news.news-box-2 .slide-container .list .item:nth-child(2n) {
		float: right;
	}

	#index .news.news-box-2 .slide-container .newList-control-nav li a.newList-active {
		width: 90px;
	}

	#index .news.news-box-2 .slide-container .newList-control-nav {
		margin-top: 0;
	}

	#index .news.news-box-2 .more {
		top: 0.3rem;
		right: 1rem;
		padding: 0.3rem 0.8rem;
		font-size: 0.8rem;
	}

	#index .news.news-box-3 {
		height: auto;
		padding: 0;
		background: #fff;
		/* margin-bottom: 12.25rem; */
		margin-bottom: 2rem;
		width: 100%;
	}

	#index .news.news-box-3::after {
		content: '';
		visibility: hidden;
		display: block;
		clear: both;
	}

	#index .news.news-box-3 .title-text-container {
		display: inline-block;
		width: auto;
		height: 2rem;
		min-height: auto;
		padding: 0.4rem 0.5rem;
		left: 1rem;
		margin-bottom: 0;
	}

	#index .news.news-box-3 .left-container {
		width: 100%;
		padding: 0 1rem;
		/* padding-bottom: 3.35rem; */
		padding-bottom: 5rem;
		background: #f2eae3;
	}

	#index .news.news-box-3 .left-container .title-text-container {
		left: 0;
		top: -0.75rem;
	}

	#index .news.news-box-3 .left-container .list-1 {
		width: 100%;
		margin-top: 0.5rem;
	}

	#index .news.news-box-3 .left-container .list-1 .item {
		/* height: 7.4rem; */
		height: 6rem;
		margin-bottom: 1rem;
	}

	#index .news.news-box-3 .left-container .list-1 .item .img-container {
		width: 8.8rem;
		height: 5.7rem;
	}

	#index .news.news-box-3 .left-container .list-1 .item .info-container {
		width: 7.425rem;
	}

	#index .news.news-box-3 .left-container .list-1 .item .info-container .intro {
		display: none;
	}

	#index .news.news-box-3 .left-container .list-1 .item .other-container {
		width: 15.5rem;
		height: 3.45rem;
		bottom: -0.4rem;
		right: 0;
	}

	#index .news.news-box-3 .left-container .list-1 .item .other-container .date {
		height: 2.2rem;
		/* line-height: 2.2rem; */
		line-height: 5.5rem;
		font-size: 0.8rem;
		padding: 0;
		padding-right: 0.5rem;
		margin-top: -0.3rem;
	}

	#index .news.news-box-3 .left-container .list-1 .item .other-container .date::after {
		bottom: -1px;
		height: 1px;
	}

	#index .news.news-box-3 .left-container .list-1 .item .other-container .more {
		bottom: 0.2rem;
	}

	#index .news.news-box-3 .left-container .list-2 {
		/* padding-left: 1rem; */
		margin: 0;
		width: 100%;
	}

	#index .news.news-box-3 .left-container .list-1 .item .info-container .title {
		font-size: 0.8rem;
	}

	#index .news.news-box-3 .left-container .list-2 .item .link {
		line-height: 1.3rem;
		font-size: 0.7rem;
	}

	#index .news.news-box-3 .left-container .more-1 {
		/* bottom: 1.65rem; */
		bottom: 2.5rem;
		right: 1rem;
		font-size: 0.8rem;
		padding: 0.3rem 0.8rem;
	}

	#index .news.news-box-3 .right-container {
		width: 100%;
		padding-right: 0;
	}

	#index .news.news-box-3 .right-container .title-text-container {
		top: -0.75rem;
		margin-bottom: 0.45rem;
		left: 1rem;
	}

	#index .news.news-box-3 .right-container .title-text-container a {
		width: 100%;
		height: 100%;
	}

	#index .news.news-box-3 .right-container .list {
		width: 100%;
		overflow: hidden;
		padding: 0 1rem;
	}

	#index .news.news-box-3 .right-container .list .item {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 1.2rem;
		margin-right: 0;
	}

	#index .news.news-box-3 .right-container .list .item .link .icon-play {
		width: 3rem;
		height: 3rem;
		line-height: 3rem;
		font-size: 1rem;
	}

	#index .news.news-box-3 .right-container .list .item .link .img {
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		display: block;
		width: 100%;
		min-height: 100%;
	}

	#index .friendship {
		min-height: 12rem;
		padding: 0;
		background-position: center;
		width: 100%;
		height: 12rem;
		z-index: 2;
	}

	#index .friendship .friendship-container {
		position: relative;
		top: -12.25rem;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		height: auto;
		width: 16.8rem;
	}

	#index .friendship .friendship-container::after {
		content: '';
		visibility: hidden;
		display: block;
		clear: both;
	}

	#index .friendship .friendship-container .title-text-container {
		display: block;
		width: 100%;
		height: 2rem;
		min-height: auto;
		padding: 0.75rem 0;
		padding-left: 0.8rem;
		margin-bottom: 0;
	}

	#index .friendship .friendship-container .link-list {
		width: 100%;
	}

	#index .friendship .friendship-container .link-list .link-item {
		height: auto;
	}

	#index .friendship .friendship-container .link-list .link-item .title-container {
		width: 100%;
		height: 1.75rem;
		border: none;
		-webkit-box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
		box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	}

	#index .friendship .friendship-container .link-list .link-item .title-container .title {
		left: 0.8rem;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	#index .friendship .friendship-container .link-list .link-item .link-content {
		width: 100%;
		overflow: hidden;
		overflow-y: auto;
		max-height: 7rem;
		position: relative;
	}

	#index .friendship .friendship-container .link-list .link-item .link-content .content {
		height: auto;
	}

	#index .friendship .friendship-container .link-list .link-item .link-content .content .item {
		width: 100%;
		height: 1.55rem;
	}

	#index .friendship .friendship-container .link-list .link-item .link-content .content .item .link {
		font-size: 0.55rem;
	}

	#index .bgicon.bgicon-2 {
		bottom: 28rem;
	}

	#index .bgicon.bgicon-3 {
		bottom: -28rem;
	}

	#index.news-index .news.news-box-3 {
		margin-bottom: 1rem;
	}

	#index .news.news-box-1 .box-1 .more {
		margin-top: 0.3rem;
		padding: 0.3rem 0.8rem;
		font-size: 0.8rem;
	}

	/* 浙音音乐 */
	#index .friendship .title-text-container {
		display: inline-block;
		width: auto;
		height: 2rem;
		min-height: auto;
		padding: 0.4rem 0.5rem;
		top: -0.75rem;
		margin-bottom: 0.45rem;
		left: 1rem;
	}

	#index .newList-direction-nav li a i {
		font-size: 0.8rem;
	}
}

.detail {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* width: 44.92rem; */
	width: 1200px;
	/* min-height: calc(100vh - 4.6rem - 7.55rem - 2rem); */
	margin: 0 auto;
	margin-bottom: 2rem;
	padding: 24px;
	-webkit-box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	background: #fff;
}

.detail .my-container {
	-webkit-box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	margin-top: 1rem;
	padding-bottom: 1rem;
	min-height: 450px;
}

.detail .title-container {
	text-align: center;
	margin-top: 30px;
}

.detail .title-container .title {
	display: inline-block;
	font-size: 24px;
	padding: 0 10px 5px 10px;
	text-align: center;
}

.detail .title-container .sub-title-container {
	display: block;
}

.detail .title-container .sub-title {
	font-size: 14px;
	display: inline-block;
	color: #b9986c;
}

.detail .title-container .sub-title img {
	margin-bottom: -2px;
}

.detail .content {
	padding: 0 20px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 14px;
	line-height: 28px;
}
.detail .content .dept-list {
	width: 100%;
	overflow: hidden;
}
.detail .content .dept-list .dept-item {
	width: 25%;
	height: 50px;
	float: left;
	margin-top: 8px;
	padding: 0 4px;
}
.detail .content .dept-list .dept-item .menu-link {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-align: center;
	border: 1px solid #333;
}
.detail .content .dept-list .dept-item .menu-link:hover {
	color: #b9986c;
}

.detail .content p {
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}

@media screen and (min-width: 1440px) {
	.detail .content {
		min-height: 200px;
	}
}

.detail .content img {
	max-width: 600px;
	margin: 10px auto;
	vertical-align: middle;
}

.detail .content a {
	word-break: break-all;
	color: #231815;
}

.detail .back-print {
	text-align: center;
	margin: 1rem 0;
}

.detail .back-print .btn {
	display: inline-block;
	font-size: 14px;
	background: #b9986c;
	color: #fff;
	padding: 0.2rem 0.8rem;
	text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.detail .links {
	width: 100%;
	overflow: hidden;
	border-top: 2px solid #8d643b;
	padding-top: 30px;
	margin-top: 30px;
}

.detail .links .left-link,
.detail .links .right-link {
	font-size: 15px;
	color: #231815;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.detail .links .left-link:hover,
.detail .links .right-link:hover {
	color: #8d643b;
}

.detail .links .left-link {
	float: left;
}

.detail .links .right-link {
	float: right;
}

/* 现任领导 */
.detail-xrld table,
.detail-xrld tbody,
.detail-xrld tfoot,
.detail-xrld thead,
.detail-xrld tr,
.detail-xrld th,
.detail-xrld td {
	border: 0;
	margin: 0 auto;
}

.detail-xrld table {
	width: 990px !important;
}

.detail-xrld .content p,
.detail-xrld .content p strong {
	font-family: '微软雅黑', '宋体', '华文细黑', \5b8b\4f53, arial, sans-serif, 'Helvetica Neue', Helvetica, 'PingFang SC';
}

@media screen and (max-width: 769px) {
	.detail {
		width: 96%;
		margin-top: 0.3rem;
		padding: 0.5rem;
	}

	.detail .content {
		padding: 0.5rem;
		overflow-x: auto;
	}

	.detail .content img {
		max-width: 100%;
	}

	.detail .links a {
		display: block;
	}

	.detail .links .left-link {
		float: none;
	}

	.detail .links .right-link {
		float: none;
		margin-top: 10px;
	}

	.detail .title-container .title {
		/* font-size: 0.75rem; */
		font-size: 16px;
		font-weight: bold;
		line-height: 28px;
	}
}

@media screen and (max-width: 960px) {
	.detail-xrld {
		width: 100%;
	}

	.detail-xrld table {
		width: 100% !important;
	}

	.detail-xrld table colgroup col {
		width: 100% !important;
	}

	.detail-xrld table,
	.detail-xrld tbody,
	.detail-xrld tfoot,
	.detail-xrld thead,
	.detail-xrld tr,
	.detail-xrld th,
	.detail-xrld td {
		display: block;
		height: auto;
	}

	.detail-xrld .borderVisible tr {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0;
		height: auto !important;
	}

	.detail-xrld .borderVisible tr td:nth-of-type(2n-1) {
		width: 100% !important;
	}

	.detail-xrld .borderVisible tr td:nth-of-type(2n) {
		width: 100% !important;
		text-align: right !important;
	}

	.detail-xrld .borderVisible tr .et2,
	.detail-xrld .borderVisible tr .et4 {
		text-align: left;
	}

	.detail-xrld .borderVisible tr .et3 {
		text-align: right;
	}
}

.page-list {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* width: 44.92rem; */
	width: 1200px;
	/* min-height: calc(100vh - 4.6rem - 7.55rem - 2rem); */
	margin: 0 auto;
	margin-bottom: 2rem;
	padding: 24px;
	-webkit-box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	background: #fff;
}

.page-list .my-container {
	-webkit-box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	margin-top: 1rem;
	overflow: hidden;
}

.page-list .banner-img {
	width: 100%;
	display: block;
	/* margin-top: 1rem; */
	-webkit-box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
}

.page-list .back-print {
	text-align: center;
	margin: 1rem 0;
}

.page-list .back-print .btn {
	display: inline-block;
	font-size: 14px;
	background: #b9986c;
	color: #fff;
	padding: 0.2rem 0.8rem;
	text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.page-list .content {
	width: 100%;
	padding: 1.54rem;
}

.page-list .content .list-title {
	font-size: 30px;
	margin-bottom: 56px;
	/* font-family: STKaiti, KaiTi; */
	display: none;
}

.page-list .content .my-list {
	width: 100%;
}

.page-list .content .my-list .item {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0.5rem;
}

.page-list .content .my-list .item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.page-list .content .my-list .item:hover .link > p {
	color: #b9986c;
}

.page-list .content .my-list .item .link {
	display: block;
	overflow: hidden;
}

.page-list .content .my-list .item .link .title {
	float: left;
	font-size: 16px;
	color: #231815;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.page-list .content .my-list .item .link .title::before {
	content: '-';
	font-size: 16px;
	float: left;
	margin: 0 0.5rem;
}

.page-list .content .my-list .item .link .date {
	float: left;
	color: #231815;
	font-size: 16px;
	color: #b9986c;
}

.page-list .content .img-list {
	width: 100%;
}

.page-list .content .img-list::after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
}

.page-list .content .img-list .img-list-item {
	float: left;
	width: 30%;
	/* height: 8rem; */
	margin-right: 5%;
	margin-bottom: 1.5rem;
	-webkit-box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
}

.page-list .content .img-list .img-list-item:nth-child(3n) {
	margin-right: 0;
}

.page-list .content .img-list .img-list-item .img-list-link {
	display: block;
	width: 100%;
	height: 100%;
}

.page-list .content .img-list .img-list-item .img-list-link:hover .img-title {
	color: #fff;
	background: #b9986c;
}

.page-list .content .img-list .img-list-item .img-list-link .img-container {
	position: relative;
	width: 100%;
	/* height: 7rem; */
	overflow: hidden;
}

.page-list .content .img-list .img-list-item .img-list-link .img-container img {
	display: block;
	height: 100%;
	width: 100%;
	/* position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); */
}

.page-list .content .img-list .img-list-item .img-list-link .video-container .icon-play {
	width: 2.95rem;
	height: 2.95rem;
	border-radius: 50%;
	background: rgba(185, 152, 108, 0.6);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	line-height: 2.95rem;
	text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.page-list .content .img-list .img-list-item .img-list-link:hover .video-container .icon-play {
	background: #b9986c;
}

.page-list .content .img-list .img-list-item .img-list-link .img-title {
	font-size: 14px;
	text-align: center;
	line-height: 1rem;
	color: #b9986c;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-list .content .teacher-list {
	width: 100%;
}

.page-list .content .teacher-list::after {
	content: '';
	visibility: hidden;
	display: block;
	clear: both;
}

.page-list .content .teacher-list .img-list-item {
	float: left;
	width: 50%;
	margin-bottom: 1.5rem;
}

.page-list .content .teacher-list .img-list-item .img-list-link {
	display: block;
	width: 200px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
}

.page-list .content .teacher-list .img-list-item .img-list-link:hover .img-title {
	color: #fff;
	background: #b9986c;
}

.page-list .content .teacher-list .img-list-item .img-list-link .img-container {
	position: relative;
	width: 200px;
	height: 280px;
	overflow: hidden;
}

.page-list .content .teacher-list .img-list-item .img-list-link .img-container .img {
	display: block;
	height: 100%;
	min-width: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page-list .content .teacher-list .img-list-item .img-list-link .teacher-title-1 {
	font-size: 16px;
	text-align: center;
	line-height: 1rem;
	color: #b9986c;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.page-list .content .teacher-list .img-list-item .img-list-link .teacher-title-2 {
	font-size: 14px;
	text-align: center;
	line-height: 1rem;
	color: #b9986c;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.page-list .pages {
	border-top: 1px solid #b9986c;
	padding-right: 1.54rem;
}

@media screen and (max-width: 960px) {
	.page-list {
		width: 96%;
		margin-top: 0.3rem;
		padding: 0.5rem;
	}

	.page-list .pages {
		padding-right: 0;
	}

	.page-list .content {
		padding: 0.5rem;
	}

	.page-list .content .my-list .item .link .title {
		width: 70%;
	}

	.page-list .content .my-list .item .link .title::before {
		display: none;
	}

	.page-list .content .my-list .item .link .date {
		width: 30%;
	}

	.page-list .content .img-list .img-list-item,
	.page-list .content .teacher-list .img-list-item {
		width: 100%;
		margin-right: 0;
	}
}

.classify {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* width: 44.92rem; */
	width: 1200px;
	min-height: calc(100vh - 4.6rem - 7.55rem - 2rem);
	margin: 0 auto;
	margin-bottom: 2rem;
	margin-top: 172px !important;
}

.classify .container-1 {
	-webkit-box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	padding: 1rem;
}

.classify .container-1 .list-title {
	font-size: 30px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	/* font-family: STKaiti, KaiTi; */
}

.classify .container-1 .banner-img {
	width: 100%;
}

.classify .container-2 {
	-webkit-box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	margin-top: 1rem;
}

.classify .container-2 .list {
	width: 100%;
}

.classify .container-2 .list .item {
	width: 100%;
	/* height: 2rem; */
	height: 80px;
	overflow: hidden;
}

.classify .container-2 .list .item:last-of-type .title,
.classify .container-2 .list .item:last-of-type .child-list {
	border-bottom: 1px solid transparent;
}

.classify .container-2 .list .item .title {
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #b9986c;
	line-height: 80px;
	height: 80px;
	/* width: 7rem; */
	width: 186px;
	float: left;
	border-bottom: 1px solid #fff;
}

.classify .container-2 .list .item .child-list {
	width: calc(100% - 7rem);
	height: 100%;
	float: left;
	border-bottom: 1px solid #b9986c;
	/* padding-left: 2%; */
	padding: 10px 0;
}

.classify .container-2 .list .item .child-list .child-item {
	width: 100%;
	float: left;
	/* width: 14%; */
	width: auto;
	/* padding-left: 1rem; */
	padding-left: 15px;
}

.classify .container-2 .list .item .child-list .child-item .link {
	font-size: 14px;
	line-height: 28px;
	color: #231815;
	white-space: nowrap;
	display: block;
}

@media screen and (max-width: 768px) {
	.classify {
		width: 96%;
		margin-top: 0.3rem;
		padding: 0.5rem;
	}

	.classify .container-2 {
		margin-top: 1rem;
	}

	.classify .container-2 .list .item {
		height: auto;
	}

	.classify .container-2 .list .item .title {
		width: 100%;
		border-bottom: none;
		height: 2rem;
		line-height: 2rem;
	}

	.classify .container-2 .list .item .child-list {
		width: 100%;
		border-bottom: 1px solid #b9986c;
		padding-left: 0;
	}

	.classify .container-2 .list .item .child-list .child-item {
		width: 100%;
	}

	.classify .container-1 .list-title {
		font-size: 0.85rem;
	}
}

#main .crumb {
	width: 100%;
	margin: 0 auto;
}

#main .crumb > ul {
	overflow: hidden;
}

#main .crumb > ul > li {
	float: left;
}

#main .crumb > ul > li::after {
	content: '>';
	float: left;
	line-height: 24px;
	margin: 0 5px;
	font-size: 14px;
}

#main .crumb > ul > li:last-child::after {
	display: none;
}

#main .crumb > ul > li:last-child > a {
	color: #231815;
}

#main .crumb > ul > li > a {
	float: left;
	font-size: 14px;
	color: #6d6d6d;
	line-height: 24px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#main .crumb > ul > li > a:hover {
	color: #b9986c;
}

#main .pages {
	width: 100%;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: initial;
	overflow: hidden;
}

#main .pages .current-page > ul {
	display: inline-block;
	overflow: hidden;
	margin-right: 10px;
}

#main .pages .current-page > ul > li {
	float: left;
	margin-right: 5px;
}

#main .pages .current-page > ul > li:last-child {
	margin-right: 0;
}

#main .pages .current-page > ul > li:hover a {
	background: #b9986c;
	color: #fff;
}

#main .pages .current-page > ul > li.li-active a {
	background: #b9986c;
	color: #fff;
}

#main .pages .current-page > ul > li a {
	display: block;
	line-height: 32px;
	height: 32px;
	padding: 0 12px;
	border: 1px solid #b9986c;
	border-radius: 4px;
	color: #b9986c;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@media screen and (max-width: 960px) {
	#main .pages {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#main .pages .current-page > ul > li a {
		line-height: 28px;
		height: 30px;
		font-size: 12px;
	}

	#jump-value {
		height: 30px;
	}

	#jump-page {
		height: 30px;
		font-size: 12px;
	}
}

#main .more {
	display: inline-block;
	color: #fff;
	/* font-family: STKaiti, KaiTi; */
	/* font-style: italic; */
	font-size: 24px;
	/* text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5); */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#main .more:hover {
	-webkit-transform: translateX(0.5rem);
	-ms-transform: translateX(0.5rem);
	transform: translateX(0.5rem);
}

#main .title-text-container {
	text-align: left;
}

#main .title-text-container.shadow {
	-webkit-box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
}

#main .title-text-container .en {
	/* font-family: palatino; */
	/* font-weight: 600; */
	/* font-size: 1.3rem; */
	font-size: 28px;
	margin-bottom: 4px;
	/* font-style: italic; */
}

#main .title-text-container .zh {
	/* font-family: SimSun, STSong; */
	/* font-weight: 600; */
	/* font-size: 28px; */
	font-size: 18px;
}

#main .my-menu {
	width: 100%;
	overflow: hidden;
	background: #b9986c;
}

#main .my-menu .my-menu-title {
	display: block;
	/* font-family: STKaiti, KaiTi; */
	line-height: 56px;
	float: left;
	font-size: 30px;
	color: #fff;
	text-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.5);
	padding: 0 24px;
}

#main .my-menu .my-menu-item {
	float: left;
}

#main .my-menu .my-menu-item.active .my-menu-link {
	background: #fff;
	color: #b9986c;
}

#main .my-menu .my-menu-item .my-menu-link {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 56px;
	padding: 0 24px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#main .my-menu .my-menu-item .my-menu-link:hover {
	background: #fff;
	color: #b9986c;
}

.icon-huidaodingbu1 {
	font-size: 40px;
	position: fixed;
	right: 8px;
	bottom: 100px;
	color: #666;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: none;
	z-index: 999;
}

.icon-huidaodingbu1:hover {
	color: #8d643b;
}

.link-img {
	width: 100%;
	display: block;
	margin-top: -2.2rem;
	position: relative;
	z-index: -1;
	display: none;
}

@media screen and (max-width: 769px) {
	#main .title-text-container {
		text-align: left;
		overflow: hidden;
	}

	#main .title-text-container.shadow {
		-webkit-box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
		box-shadow: 0 0 0.3rem rgba(185, 152, 108, 0.5);
	}

	#main .title-text-container .en {
		float: left;
		margin-bottom: 0;
		font-size: 1rem;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}

	#main .title-text-container .zh {
		float: left;
		margin-left: 0.3rem;
		font-size: 0.75rem;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		margin-top: 1px;
	}

	#index .news.news-box-1 .box-2 .title-text-container .en {
		color: #fff;
	}

	#index .news.news-box-1 .box-2 .title-text-container .zh {
		color: #fff;
	}

	#main .my-menu {
		display: none;
	}

	#index #main {
		margin-top: 3rem !important;
	}

	.page-list,
	.detail {
		margin-top: 3.2rem !important;
	}

	.classify {
		margin-top: 2.7rem !important;
	}
}

/* 专题网站 */
#main #demo {
	overflow: hidden;
}

#main #demo img {
	border: 1px solid #f2f2f2;
}

#main #indemo {
	float: left;
	width: 800%;
}

#main #demo1 {
	float: left;
}

#main #demo2 {
	float: left;
}

#main .ztwz {
	position: relative;
	width: 100%;
	padding: 0 2.58rem;
	/* width: 1060px; */
	margin: 40px auto 15px;
	height: auto;
}

#main .ztwz .title-text-container {
	width: 11rem;
	min-height: 3.88rem;
	background: #fff;
	position: relative;
	top: 0;
	left: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	margin-bottom: 50px;
}

#main .ztwz li {
	float: left;
	width: 10rem;
	margin-right: 1.1rem;
}

#main .ztwz li span {
	transition: background 0.3s ease;
	display: block;
	text-align: center;
	position: relative;
	z-index: 10;
	bottom: 1rem;
	color: #fff;
	height: 1rem;
	line-height: 1rem;
	background: rgba(185, 152, 108, 0.5);
	font-size: 0.5rem;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 0.3rem;
}

#main .ztwz li a {
	display: block;
}

#main .ztwz li img {
	vertical-align: middle;
	width: 100%;
}

#main .ztwz li:hover span {
	background: rgba(185, 152, 108, 0.8);
}

/* 背景 */
#main .ztwz .bgicon-2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

@media screen and (min-width: 1440px) {
	#main .ztwz {
		margin: 40px auto 0;
	}
}

@media screen and (max-width: 1440px) {
	#main .ztwz li span {
		font-size: 0.55rem;
	}
}

@media screen and (max-width: 769px) {
	#main .ztwz {
		padding: 0 1rem;
	}

	#main .ztwz .title-text-container {
		width: 14.5rem;
		min-height: auto;
		left: 0;
		margin-bottom: 2rem;
	}
}

/* 印章 */
#header .yinzhang {
	width: 1rem;
	position: relative;
	top: -0.3rem;
	left: 0.5rem;
}

@media screen and (max-width: 960px) {
	#header .yinzhang {
		width: 18px;
		position: relative;
		top: 14px;
		left: 168px;
	}
}

/*广告漂浮矿轮播图*/
#ad1 .ad1-img {
	position: relative;
	display: inline-block;
	width: 250px;
	height: 147px;
	overflow: hidden;
	vertical-align: bottom;
}

#ad1 .ad1-img .img-slide {
	display: block;
	width: 100%;
}

#ad1 .ad1-img .img-slide .img-slide-img {
	vertical-align: bottom;
	width: 100%;
}

#ad1 .ad1-img .dotted-slide {
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

#ad1 .ad1-img .dotted-slide .dotted-slide-item {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #b9986c;
	margin: 0 4px;
}

#ad1 .ad1-img .dotted-slide .dotted-slide-item.slide-class {
	background-color: #f6cf44;
}

/* 关闭 */

#ad1 .ad1_close {
	display: none;
	cursor: hand;
	color: #ff0000;
	font-size: 15px;
}

#ad1 .ad1_close:first-of-type {
	display: inline-block;
}

/* 详情页底部样式 */
.link-img {
	margin-top: -10rem;
}

.page-list,
.detail {
	margin-top: 172px !important;
}

@media screen and (max-width: 960px) {
	.link-img {
		margin-top: -2.2rem;
	}

	.page-list,
	.detail {
		margin-top: 3.1rem !important;
	}
}

@media screen and (min-width: 1921px) {
	#index .news.news-box-1 .box-1 .top-box::after {
		margin: 9px 0px;
	}

	#index .news.news-box-1 .box-1 .top-box {
		height: 380px;
	}

	#index .news.news-box-1 .box-1 .bottom-box {
		margin-top: -20px;
	}

	#footer .footer-container .footer-text {
		width: 57%;
	}

	#header .left-container .logo-text,
	#news-header .left-container .logo-text {
		top: 0.6rem;
	}
}

#ad1 {
	z-index: 1000 !important;
}

/* 领导信箱 */
.container-ldxx {
	overflow: hidden;
}

.main_ldxx {
	overflow: hidden;
	padding: 2rem 0 1.5rem;
}

.main_ldxx ul {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: 56%;
	float: left;
}

.main_ldxx ul li {
	width: 260px;
	height: 260px;
	background: #ffffff;
	box-shadow: 0px 4px 10px -6px #3972e5;
	border-radius: 4px;
	float: left;
	margin-right: 12%;
	position: relative;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.main_ldxx ul li a {
	display: block;
}

.main_ldxx ul li a i {
	display: block;
	font-size: 40px;
	color: #3972e5;
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.main_ldxx ul li:last-of-type {
	margin-right: 0;
	box-shadow: 0px 4px 10px -6px #be0a0b;
}

.main_ldxx ul li a span {
	font-size: 20px;
	color: #3972e5;
	line-height: 41px;
	font-weight: bold;
	position: absolute;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

.main_ldxx ul li:last-of-type a i {
	color: #be0a0b;
}

.main_ldxx ul li:last-of-type a span {
	color: #be0a0b;
}

.main_ldxx ul li:hover {
	background-color: #3972e5;
}

.main_ldxx ul li:hover a span {
	color: #fff;
}

.main_ldxx ul li:hover a i {
	color: #fff;
}

.main_ldxx ul li:last-of-type:hover {
	background-color: #be0a0b;
}

.main_ldxx_js {
	margin-top: 0.5rem;
	/* overflow: hidden; */
}

.main_ldxx_js .main_ldxx_js_left {
	padding: 20px 35px 37px;
	width: 76%;
	background: #ffffff;
	box-shadow: 0px 2px 10px 0px rgb(185 152 108 / 20%);
	float: left;
}

.main_ldxx_js .main_ldxx_js_left .main_ldxx_js_title {
	font-size: 16px;
	color: #000;
	line-height: 38px;
	border-bottom: 2px solid #c2392b;
	margin-bottom: 20px;
	font-weight: bold;
}

.main_ldxx_js .main_ldxx_js_left p {
	line-height: 28px;
	font-size: 14px;
}

/* .main_ldxx_js .main_ldxx_js_left p span {
  display: block;
  line-height: 24px;
} */

.main_ldxx_js .main_ldxx_js_left .jump_write {
	display: block;
	width: 160px;
	height: 40px;
	background: #c2392b;
	font-size: 14px;
	color: #fffbfb;
	line-height: 40px;
	margin: 40px auto 0;
	text-align: center;
}

.main_ldxx_js .main_ldxx_js_right {
	width: 247px;
	height: 110px;
	background: #c2392b;
	float: right;
	padding: 13px;
}

.main_ldxx_js .main_ldxx_js_right p {
	font-size: 16px;
	color: #fff;
	line-height: 22px;
	margin-bottom: 13px;
}

.main_ldxx_js .main_ldxx_js_right p i {
	font-size: 16px;
	color: #fff;
	margin-right: 5px;
}

#search_input_fk {
	width: 100%;
	height: 34px;
	background: #c2392b;
	border: 1px solid #d8d8d8;
	overflow: hidden;
}

#search_input_fk #search_input_key {
	width: 79%;
	height: 100%;
	border: 0;
	background: #fff;
	float: left;
	font-size: 15px;
	color: #666;
	padding: 0;
	padding-left: 1%;
}

#search_input_fk button {
	background: #fff;
	border: 0;
	width: 20%;
	height: 100%;
	float: right;
	cursor: pointer;
}

/* 信访反馈查询 */
.main_ldxx_result {
	width: 100%;
}

.main_ldxx_result .main_ldxx_result_back {
	display: block;
	width: 100px;
	height: 40px;
	background: #c2392b;
	font-size: 14px;
	color: #fffbfb;
	line-height: 40px;
	margin: 40px auto 0;
	text-align: center;
}

.main_ldxx_result .email_find h4 {
	font-size: 18px;
	color: #000;
	line-height: 22px;
}

.main_ldxx_result .email_find ul {
	padding-left: 135px;
	margin-top: 12px;
}

.main_ldxx_result .email_find ul li {
	font-size: 16px;
	color: #333;
	line-height: 21px;
	margin-bottom: 12px;
}

.main_ldxx_result .email_find ul li i {
	color: #c2392b;
	font-style: normal;
}

.main_ldxx_result .email_back {
	margin-top: 90px;
}

.main_ldxx_result .email_back h4 {
	font-size: 18px;
	color: #000;
	line-height: 22px;
}

.main_ldxx_result .email_back .email_back_content p {
	font-size: 16px;
	color: #333;
	line-height: 21px;
}

.main_ldxx_result .email_back .email_back_content {
	margin: -22px 0 0 135px;
}

.main_ldxx_result .email_back .email_back_content p img {
	max-width: 100%;
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.main_ldxx ul {
		width: min-content;
	}

	.main_ldxx ul li {
		margin-right: 0;
		margin-bottom: 1rem;
	}

	.main_ldxx ul li:last-of-type {
		margin-bottom: 0;
	}

	.main_ldxx_js {
		position: relative;
	}

	.main_ldxx_js .main_ldxx_js_left {
		width: 100%;
		margin-top: 150px;
	}

	.main_ldxx_js .main_ldxx_js_right {
		width: 100%;
		position: absolute;
		top: 12px;
		left: 0;
	}
}
