/* ============================================
   公共样式 (Common Styles)
   ============================================ */

/* 全局重置样式 */
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "微软雅黑";
}
ul,
li {
	list-style: none;
	padding: 0;
}
a {
	text-decoration: none;
	color: #666;
}
i,
b,
em {
	font-style: initial;
	font-style: normal;
}

/* 浮动工具类 */
.fl {
	float: left;
}

.fr {
	float: right;
}

/* 定位工具类 */
.pr {
	position: relative;
}

.pa {
	position: absolute;
}

/* 文本对齐工具类 */
.text-c {
	text-align: center;
}

/* 清除浮动 */
.clearfix::before {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
.clearfix::after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
}

/* ============================================
   容器样式 (Container Styles)
   ============================================ */

/* 统一设置所有 container 的宽度为 1200px */
.container {
	max-width: 1200px !important;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
/* 面包屑样式 */
.current-location {
	padding-top: 20px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #383838;
}
.current-location a {
	color: #383838 !important;
	text-decoration: none !important;
}

/* ============================================
   首页样式 (Index Page Styles)
   ============================================ */

/* ============================================
   头条新闻样式 (Hot News Styles)
   ============================================ */

/* 头条新闻容器 */
.hot-News {
	width: 100%;
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 15px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
}

/* 头条图标 */
.hotNews-ico {
	width: 74px;
	height: 74px;
	display: block;
	margin: 0;
	padding: 0;
	object-fit: cover;
	flex-shrink: 0;
}

/* 头条新闻 Swiper 容器 */
.hot-News .hotNewsSwiper {
	width: calc(100% - 80px);
	height: 50px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	flex: 1;
}

/* 头条新闻文本容器 */
.hotNews-text {
	width: 100%;
	height: 50px;
	padding: 0 30px;
	max-width: 1035px;
	line-height: 38px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

/* 头条新闻标题 */
.hotNews-text a {
	margin: 0;
	padding: 0;
	font-weight: 600;
	line-height: 50px;
	width: 100%;
	display: block;
	text-decoration: none;
}

/* 头条新闻链接 */
.hotNews-text a h1 {
	color: #1b6bb4;
	font-size: 34px;
	display: block;
	width: 100%;
	transition: color 0.3s;
	margin: 0;
	padding: 0;
}

/* 文本溢出隐藏 */
.text-hide-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 100%;
}

/* ============================================
   响应式设计 (Responsive Design)
   ============================================ */

/* 平板设备 (768px - 991px) */
@media screen and (max-width: 991px) {
	.hot-News {
		height: 45px;
		margin: 15px 0;
	}

	.hotNews-ico {
		width: 70px;
		height: 45px;
	}

	.hot-News .hotNewsSwiper {
		width: calc(100% - 70px);
		height: 45px;
	}

	.hotNews-text {
		height: 45px;
		line-height: 45px;
		padding: 0 12px;
	}

	.hotNews-text h1 {
		font-size: 16px;
		line-height: 45px;
	}
}

/* 移动设备 (最大宽度 767px) */
@media screen and (max-width: 767px) {
	.hot-News {
		height: 40px;
		margin: 10px 0;
	}

	.hotNews-ico {
		width: 60px;
		height: 40px;
	}

	.hot-News .hotNewsSwiper {
		width: calc(100% - 60px);
		height: 40px;
	}

	.hotNews-text {
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
	}

	.hotNews-text h1 {
		font-size: 14px;
		line-height: 40px;
	}
}

/* 小屏幕移动设备 (最大宽度 480px) */
@media screen and (max-width: 480px) {
	.hot-News {
		height: 35px;
		margin: 8px 0;
	}

	.hotNews-ico {
		width: 50px;
		height: 35px;
	}

	.hot-News .hotNewsSwiper {
		width: calc(100% - 50px);
		height: 35px;
	}

	.hotNews-text {
		height: 35px;
		line-height: 35px;
		padding: 0 8px;
	}

	.hotNews-text h1 {
		font-size: 12px;
		line-height: 35px;
	}
}

/* ============================================
   轮播图和通知公告样式 (Swiper and Notice Styles)
   ============================================ */

/* 轮播图和通知公告容器 */
.swiperOrword {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}

/* 轮播图容器 */
.swiperOrword .mySwiper {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
}

/* 轮播图图片 */
.swiperOrword .mySwiper .swiper-slide {
	width: 100%;
	height: 100%;
}

.swiperOrword .mySwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* 轮播图标题文字 */
.swiperOrword .mySwiper .slide-text {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 36px;
	background-color: rgba(0, 0, 0, 0.38);
	color: #fff;
	display: flex;
	text-indent: 14px;
	line-height: 36px;
	font-size: 16px;
	z-index: 10;
}

.swiperOrword .mySwiper .slide-text span {
	width: 75%;
	display: block;
}

/* 轮播图分页指示器 */
.swiperOrword .mySwiper .swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 0.3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 20;
}

.swiperOrword .mySwiper .swiper-pagination-fraction {
	left: inherit !important;
	right: 15px;
	bottom: 0 !important;
	width: auto !important;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 18px;
}

.swiperOrword .mySwiper .swiper-pagination-current {
	color: #ffffff;
	font-weight: 600;
}

.swiperOrword .mySwiper .swiper-pagination-total {
	color: #ffffff;
	opacity: 0.9;
}

/* 通知公告容器 */
.swiperOrword .word-Notice {
	width: 575px;
	height: 400px;
	box-sizing: border-box;
}

/* 通知公告标题栏 */
.swiperOrword .word-Notice-tit {
	padding-bottom: 5px;
	max-height: 35px;
	border-bottom: 1px solid #1a64a7;
}

.swiperOrword .word-Notice-tit span {
	font-size: 22px;
	font-weight: 600;
	color: #1a64a7;
}

.swiperOrword .word-Notice-tit a {
	margin-top: 10px;
	font-size: 14px;
	color: #7e7e7e;
	text-decoration: none;
}

.swiperOrword .word-Notice-tit a:hover {
	color: #1b6bb4;
}

/* 通知公告列表 */
.swiperOrword .word-Notice-list {
	max-height: 365px;
	overflow: hidden;
}

.swiperOrword .word-Notice-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.swiperOrword .word-Notice-list li {
	padding: 10px 0;
	border-bottom: 1px solid #ededed;
	font-size: 18px;
	box-sizing: border-box;
}

.swiperOrword .word-Notice-list li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	box-sizing: border-box;
}

.swiperOrword .word-Notice-list li a span {
	max-width: 73%;
	color: #383838;
}

.swiperOrword .word-Notice-list li a:hover span {
	color: #1b6bb4;
}

.swiperOrword .word-Notice-list li a em {
	color: #a0a0a0;
	font-style: normal;
	display: block;
}

/* ============================================
   轮播图和通知公告响应式设计
   ============================================ */

/* 平板设备 (768px - 991px) */
@media screen and (max-width: 991px) {
	.swiperOrword {
		margin-bottom: 20px;
	}

	.swiperOrword .mySwiper {
		width: 100%;
		height: 250px;
		margin-bottom: 20px;
		float: none;
	}

	.swiperOrword .word-Notice {
		width: 100%;
		height: auto;
		min-height: 250px;
		float: none;
	}

	.swiperOrword .word-Notice-list {
		height: auto;
		min-height: 200px;
	}

	.swiperOrword .word-Notice-list li {
		height: 55px;
	}

	.swiperOrword .word-Notice-list li a {
		line-height: 55px;
	}

	.swiperOrword .word-Notice-list li a span,
	.swiperOrword .word-Notice-list li a em {
		line-height: 55px;
	}
}

/* 移动设备 (最大宽度 767px) */
@media screen and (max-width: 767px) {
	.swiperOrword {
		margin-bottom: 15px;
	}

	.swiperOrword .mySwiper {
		width: 100%;
		height: 200px;
		margin-bottom: 15px;
		float: none;
	}

	.swiperOrword .mySwiper .slide-text {
		height: 40px;
		padding: 0 15px;
	}

	.swiperOrword .mySwiper .slide-text span {
		font-size: 14px;
		line-height: 40px;
	}

	.swiperOrword .mySwiper .swiper-pagination {
		bottom: 10px;
		right: 15px;
	}

	.swiperOrword .mySwiper .swiper-pagination-fraction {
		font-size: 12px;
		padding: 4px 10px;
	}

	.swiperOrword .word-Notice {
		width: 100%;
		height: auto;
		min-height: 200px;
		float: none;
	}

	.swiperOrword .word-Notice-tit {
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
	}

	.swiperOrword .word-Notice-tit span {
		font-size: 18px;
		line-height: 45px;
	}

	.swiperOrword .word-Notice-tit a {
		font-size: 13px;
		line-height: 45px;
	}

	.swiperOrword .word-Notice-list {
		height: auto;
		min-height: 150px;
	}

	.swiperOrword .word-Notice-list li {
		height: 50px;
	}

	.swiperOrword .word-Notice-list li a {
		padding: 0 15px;
		line-height: 50px;
	}

	.swiperOrword .word-Notice-list li a span {
		font-size: 14px;
		line-height: 50px;
		max-width: calc(100% - 100px);
	}

	.swiperOrword .word-Notice-list li a em {
		font-size: 12px;
		line-height: 50px;
	}
}

/* 小屏幕移动设备 (最大宽度 480px) */
@media screen and (max-width: 480px) {
	.swiperOrword .mySwiper {
		height: 180px;
	}

	.swiperOrword .mySwiper .slide-text {
		height: 35px;
		padding: 0 10px;
	}

	.swiperOrword .mySwiper .slide-text span {
		font-size: 12px;
		line-height: 35px;
	}

	.swiperOrword .mySwiper .swiper-pagination {
		bottom: 8px;
		right: 10px;
	}

	.swiperOrword .mySwiper .swiper-pagination-fraction {
		font-size: 11px;
		padding: 3px 8px;
	}

	.swiperOrword .word-Notice-tit {
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
	}

	.swiperOrword .word-Notice-tit span {
		font-size: 16px;
		line-height: 40px;
	}

	.swiperOrword .word-Notice-tit a {
		font-size: 12px;
		line-height: 40px;
	}

	.swiperOrword .word-Notice-list li {
		height: 45px;
	}

	.swiperOrword .word-Notice-list li a {
		padding: 0 10px;
		line-height: 45px;
	}

	.swiperOrword .word-Notice-list li a span {
		font-size: 13px;
		line-height: 45px;
		max-width: calc(100% - 90px);
	}

	.swiperOrword .word-Notice-list li a em {
		font-size: 11px;
		line-height: 45px;
	}
}

/* ============================================
   行业动态和专题栏目样式 (Industry Dynamics and Special Columns Styles)
   ============================================ */

/* 行业动态和专题栏目容器 */
.Industry-Special {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}

/* 通用标题样式 */
.home-title {
	border-bottom: 1px solid #ededed;
}

.home-title span {
	padding-bottom: 4px;
	border-bottom: 2px solid #1a64a7;
	color: #1a64a7;
	font-size: 22px;
	font-weight: 600;
}

.home-title a {
	margin-top: 10px;
	font-size: 14px;
	color: #7e7e7e;
	text-decoration: none;
}

.home-title a:hover {
	color: #1b6bb4;
}

/* 行业动态容器 */
.IndustryDynamics {
	width: 780px;
	background-color: #ffffff;
	box-sizing: border-box;
}

/* 行业动态列表 */
.IndustryDynamics-list {
	width: 100%;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.IndustryDynamics-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.IndustryDynamics-list li {
	/* width: 100%; */
	margin-top: 18px;
	font-size: 16px;
	list-style: none;
	box-sizing: border-box;
}

.IndustryDynamics-list li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	box-sizing: border-box;
}

.IndustryDynamics-list li a:hover {
	background-color: #f8f8f8;
}

.IndustryDynamics-list li a span {
	font-size: 16px;
	color: #333333;
	max-width: calc(100% - 120px);
	display: block;
}

.IndustryDynamics-list li a:hover span {
	color: #1b6bb4;
}

.IndustryDynamics-list li a em {
	font-size: 14px;
	color: #999999;
	font-style: normal;
	margin-left: 15px;
}

/* 专题栏目容器 */
.SpecialColumns {
	width: 400px;
	/* height: 422px; */
	background-color: #ffffff;
	box-sizing: border-box;
}

.SpecialColumns strong {
	margin-bottom: 14px;
	width: 100%;
	height: 46px;
	line-height: 46px;
	background-color: #1b6bb4;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	display: block;
	text-indent: 15px;
}

/* 专题栏目列表 */
.SpecialColumns-list {
	height: auto;
	overflow: hidden;
}

.SpecialColumns-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.SpecialColumns-list li {
	width: 100%;
	overflow: hidden;
}

.SpecialColumns-list ul li:nth-child(2) {
	margin-top: 15px;
}

.SpecialColumns-list li img {
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.5s all;
	border-style: none;
	vertical-align: middle;
}

.SpecialColumns img:hover {
	transform: scale(1.3);
}

/* ============================================
   行业动态和专题栏目响应式设计
   ============================================ */

/* 平板设备 (768px - 991px) */
@media screen and (max-width: 991px) {
	.Industry-Special {
		margin-bottom: 20px;
	}

	.IndustryDynamics {
		width: 100%;
		margin-bottom: 20px;
		float: none;
	}

	.IndustryDynamics-list {
		height: auto;
		min-height: 300px;
	}

	.IndustryDynamics-list li {
		height: 55px;
	}

	.IndustryDynamics-list li a {
		line-height: 55px;
	}

	.IndustryDynamics-list li a span,
	.IndustryDynamics-list li a em {
		line-height: 55px;
	}

	.SpecialColumns {
		width: 100%;
		height: auto;
		min-height: 350px;
		float: none;
	}

	.SpecialColumns-list {
		height: auto;
		min-height: 300px;
		padding: 15px;
	}

	.SpecialColumns-list ul {
		gap: 12px;
	}
}

/* 移动设备 (最大宽度 767px) */
@media screen and (max-width: 767px) {
	.Industry-Special {
		margin-bottom: 15px;
	}

	.home-title {
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
	}

	.home-title strong {
		font-size: 18px;
		line-height: 45px;
	}

	.home-title a {
		font-size: 13px;
		line-height: 45px;
	}

	.IndustryDynamics {
		width: 100%;
		margin-bottom: 15px;
		float: none;
	}

	.IndustryDynamics-list {
		height: auto;
		min-height: 250px;
	}

	.IndustryDynamics-list li {
		height: 50px;
	}

	.IndustryDynamics-list li a {
		padding: 0 15px;
		line-height: 50px;
	}

	.IndustryDynamics-list li a span {
		font-size: 14px;
		line-height: 50px;
		max-width: calc(100% - 100px);
	}

	.IndustryDynamics-list li a em {
		font-size: 12px;
		line-height: 50px;
	}

	.SpecialColumns {
		width: 100%;
		height: auto;
		min-height: 300px;
		float: none;
	}

	.SpecialColumns-list {
		height: auto;
		min-height: 250px;
		padding: 15px;
	}

	.SpecialColumns-list ul {
		gap: 10px;
	}
}

/* 小屏幕移动设备 (最大宽度 480px) */
@media screen and (max-width: 480px) {
	.home-title {
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
	}

	.home-title strong {
		font-size: 16px;
		line-height: 40px;
	}

	.home-title a {
		font-size: 12px;
		line-height: 40px;
	}

	.IndustryDynamics-list {
		min-height: 200px;
	}

	.IndustryDynamics-list li {
		height: 45px;
	}

	.IndustryDynamics-list li a {
		padding: 0 10px;
		line-height: 45px;
	}

	.IndustryDynamics-list li a span {
		font-size: 13px;
		line-height: 45px;
		max-width: calc(100% - 90px);
	}

	.IndustryDynamics-list li a em {
		font-size: 11px;
		line-height: 45px;
	}

	.SpecialColumns {
		height: auto;
		min-height: 250px;
	}

	.SpecialColumns-list {
		height: auto;
		min-height: 200px;
		padding: 10px;
	}

	.SpecialColumns-list ul {
		gap: 8px;
	}
}

/* ============================================
   信息查询样式 (Info Search Styles)
   ============================================ */

/* 信息查询容器 */
.info-search {
	width: 100%;
	margin-bottom: 30px;
	background-color: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
}

/* 信息查询列表容器 */
.infoSearch-list {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

/* 信息查询列表 */
.infoSearch-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* 信息查询项 */
.infoSearch-list li {
	list-style: none;
	margin-top: 24px;
	width: 280px;
	height: 85px;
	border-radius: 6px;
	background-color: #f6f6f6;
	font-size: 18px;
	color: #110000;
	display: flex;
	align-items: center;
	transition: 0.5s all;
}

/* 信息查询项链接 */
.infoSearch-list li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #110000;
}

/* 信息查询项图标 */
.infoSearch-list li a i {
	margin-right: 15px;
	width: 40px;
	height: 38px;
	background-size: 36px 72px;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	transition: 0.5s all;
	margin-left: 48px;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
}

/* 信息查询项文字 */
.infoSearch-list li a span {
	display: flex;
	justify-content: center;
}

/* 信息查询项1 - 事务所查询 */
.infoSearch-1 a i {
	background-image: url('../images/ico_1.png');
}

.infoSearch-list li.infoSearch-1:hover {
	background-color: #1a64a7;
}

/* 信息查询项2 - 执业注册会计师查询 */
.infoSearch-2 a i {
	background-image: url('../images/ico_2.png');
}

.infoSearch-list li.infoSearch-2:hover {
	background-color: #1a9fa7;
}

/* 信息查询项3 - 非执业会员查询 */
.infoSearch-3 a i {
	background-image: url('../images/ico_3.png');
}

.infoSearch-list li.infoSearch-3:hover {
	background-color: #1aa766;
}

/* 信息查询项4 - 非执业会员年检 */
.infoSearch-4 a i {
	background-image: url('../images/ico_4.png');
}

.infoSearch-list li.infoSearch-4:hover {
	background-color: #5224af;
}

/* 信息查询项5 - 注册会计师行业统一监管平台 */
.infoSearch-list li.infoSearch-5 {
	margin-left: 150px;
}

.infoSearch-5 a i {
	background-image: url('../images/ico_5.png');
}

.infoSearch-list li.infoSearch-5:hover {
	background-color: #ff8400;
}

/* 信息查询项6 - 注册会计师考试成绩查询 */
.infoSearch-6 a i {
	background-image: url('../images/ico_6.png');
}

.infoSearch-list li.infoSearch-6:hover {
	background-color: #df0a0b;
}

/* 信息查询项7 - 行业业务报告报备查询 */
.infoSearch-list li.infoSearch-7 {
	margin-right: 150px;
}

.infoSearch-7 a i {
	background-image: url('../images/ico_7.png');
}

.infoSearch-list li.infoSearch-7:hover {
	background-color: #f4bf0a;
}

/* 鼠标悬浮效果 */
.infoSearch-list li:hover {
	border-color: transparent;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transform: translateY(-3px);
	cursor: pointer;
}

.infoSearch-list li:hover a i {
	background-position: center bottom;
}

.infoSearch-list li:hover a span {
	color: #ffffff;
	font-weight: 500;
}

/* ============================================
   信息查询响应式设计
   ============================================ */

/* 平板设备 (768px - 991px) */
@media screen and (max-width: 991px) {
	.info-search {
		margin-bottom: 20px;
	}

	.infoSearch-list {
		padding: 15px;
	}

	.infoSearch-list ul {
		gap: 12px;
	}

	.infoSearch-list li {
		width: calc((100% - 36px) / 4);
		min-width: 140px;
		height: 110px;
	}

	.infoSearch-list li a {
		padding: 12px 8px;
	}

	.infoSearch-list li a i {
		width: 36px;
		height: 36px;
		background-size: 36px 72px;
		margin-bottom: 8px;
	}

	.infoSearch-list li a span {
		font-size: 13px;
	}
}

/* 移动设备 (最大宽度 767px) */
@media screen and (max-width: 767px) {
	.info-search {
		margin-bottom: 15px;
	}

	.infoSearch-list {
		padding: 15px;
	}

	.infoSearch-list ul {
		gap: 10px;
		justify-content: space-between;
	}

	.infoSearch-list li {
		width: calc((100% - 10px) / 2);
		min-width: 0;
		height: 100px;
	}

	.infoSearch-list li a {
		padding: 10px 8px;
	}

	.infoSearch-list li a i {
		width: 36px;
		height: 36px;
		background-size: 36px 72px;
		margin-bottom: 6px;
	}

	.infoSearch-list li a span {
		font-size: 12px;
		line-height: 1.3;
	}
}

/* 小屏幕移动设备 (最大宽度 480px) */
@media screen and (max-width: 480px) {
	.infoSearch-list {
		padding: 10px;
	}

	.infoSearch-list ul {
		gap: 8px;
	}

	.infoSearch-list li {
		width: calc((100% - 8px) / 2);
		height: 90px;
	}

	.infoSearch-list li a {
		padding: 8px 5px;
	}

	.infoSearch-list li a i {
		width: 36px;
		height: 36px;
		background-size: 36px 72px;
		margin-bottom: 5px;
	}

	.infoSearch-list li a span {
		font-size: 11px;
		line-height: 1.2;
	}
}

/* ============================================
   友情链接样式 (Friendly Links Styles)
   ============================================ */

/* 友情链接容器 */
.Friendly-Links {
	width: 100%;
	margin-bottom: 30px;
	background-color: #ffffff;
	box-sizing: border-box;
	overflow: hidden;
}
.Friendly-Links .home-title {
	margin-bottom: 20px;
}

/* 友情链接选择器容器 */
.FriendlyLinks-select {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

/* 友情链接下拉选择框 */
.FriendlyLinks-select select {
	min-width: 20%;
	height: 30px;
	border: 0;
	border-bottom: 1px dashed #e3e3e3;
	color: #333;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url('../images/select_change.png') no-repeat right center;
	cursor: pointer;
	outline: none;
}

.FriendlyLinks-select select:hover {
	border-color: #1b6bb4;
}

.FriendlyLinks-select select:focus {
	border-color: #1b6bb4;
	box-shadow: 0 0 0 2px rgba(27, 107, 180, 0.1);
}

/* ============================================
   友情链接响应式设计
   ============================================ */

/* 平板设备 (768px - 991px) */
@media screen and (max-width: 991px) {
	.Friendly-Links {
		margin-bottom: 20px;
	}

	.FriendlyLinks-select {
		padding: 15px;
		gap: 12px;
	}

	.FriendlyLinks-select .selectstyle1152 {
		width: calc((100% - 12px) / 2);
	}

	.FriendlyLinks-select .selectstyle1067,
	.FriendlyLinks-select .selectstyle1068,
	.FriendlyLinks-select .selectstyle1069 {
		width: calc((100% - 12px) / 2);
	}
}

/* 移动设备 (最大宽度 767px) */
@media screen and (max-width: 767px) {
	.Friendly-Links {
		margin-bottom: 15px;
	}

	.FriendlyLinks-select {
		padding: 15px;
		gap: 10px;
		flex-direction: column;
	}

	.FriendlyLinks-select .selectstyle1152,
	.FriendlyLinks-select .selectstyle1067,
	.FriendlyLinks-select .selectstyle1068,
	.FriendlyLinks-select .selectstyle1069 {
		width: 100%;
	}
}

/* ============================================
   底部响应式设计
   ============================================ */

/* 平板设备 (768px - 991px) */
@media screen and (max-width: 991px) {
	.footer {
		padding: 25px 0;
		margin-top: 40px;
	}

	.footer .footright {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.footer .information {
		text-align: center;
		margin-bottom: 20px;
		min-width: auto;
		width: 100%;
	}

	.footer .ffbox {
		margin-left: 0;
		text-align: center;
	}

	.footer .ffbox img {
		max-width: 100px;
	}
}

/* 移动设备 (最大宽度 767px) */
@media screen and (max-width: 767px) {
	.footer {
		padding: 20px 0;
		margin-top: 30px;
	}

	.footer .footright {
		padding: 0 15px;
	}

	.footer .information {
		margin-bottom: 15px;
	}

	.footer .information p {
		font-size: 13px;
		line-height: 1.6;
		padding: 3px 0;
	}

	.footer .ffbox {
		margin-left: 0;
	}

	.footer .ffbox img {
		max-width: 90px;
	}
}

/* 小屏幕移动设备 (最大宽度 480px) */
@media screen and (max-width: 480px) {
	.footer {
		padding: 15px 0;
		margin-top: 20px;
	}

	.footer .information p {
		font-size: 12px;
		line-height: 1.5;
		padding: 2px 0;
	}

	.footer .ffbox img {
		max-width: 80px;
	}
}
