@charset "UTF-8";

/* CSS Document||wgh 2025年10月 */
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
}

/*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	outline: none;
	/* box-sizing: border-box;
	-webkit-box-sizing: border-box; */
}
:root {--themeColor: #1e2188;--themeColor2: #f39c3b; --themeColor3: #f7ac00;}/*主题色*/
/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
	margin: auto
}

/*细线表格*/
fieldset,
img {
	border: none;
}

/*清除描边,块显示*/
img {
	image-rendering: -webkit-optimize-contrast;
}

/* 解决图片模糊 */
img[src=''] {
	opacity: 0;
}

ul,
li {
	list-style-type: none;
}

/*无列表项目标记*/
a {
	text-decoration: none;
	color: #666666;
	outline: none;
}

/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #666666;
}

/* 未访问的链接 */
a:visited {
	color: #666666;
}

/* 已访问的链接 */
a:hover {
	color: #C4100D;
}

/* 鼠标在链接上 */
a:active {
	color: #666666;
	blr: expression(this.onFocus=this.blur());
}

/* 点击激活链接 */
body {
	font-size: 12px;
	color: #666;
	background: #F5F5F5;
	min-width: 1280px;
	font-family: "Microsoft YaHei", "Gtpressura", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

/* 设置body */
select,
input {
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
	font-size: 14px;
}

/* 设置表单 */
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
	cursor: pointer;
	outline: none;
}

/* 设置表单按钮 */
textarea {
	outline: none;
	font-family: "Microsoft YaHei";
}

/* 设置表单文本域 */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aab2bd;
	font-size: 14px;
	text-align: left;
}
.box-size {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* 内盒子代码 */
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.imghover .pic {
	overflow: hidden;
}
.imghover img {
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.imghover:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.pic {
	position: relative;
}
.pic:before {
	display: block;
	content: '';
	padding-top: 60%;
}
.pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed
}
.tableCell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.default {
	background: #e5e5e5 url(../images/default.png) no-repeat center center;
}
.wrap {
	width: 1440px;
	clear: both;
	margin: 0 auto;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}
.clearC:after {
	display: block;
	content: ' ';
	clear: both;
	visibility: hidden;
}
.h5 {
	clear: both;
	height: 5px;
}
.h10 {
	clear: both;
	height: 10px;
}
.h15 {
	clear: both;
	height: 15px;
}
.h20 {
	clear: both;
	height: 20px;
}
.h25 {
	clear: both;
	height: 25px;
}
.h30 {
	clear: both;
	height: 30px;
}
.h33 {
	clear: both;
	height: 33px;
}
.h35 {
	clear: both;
	height: 35px;
}
.h40 {
	clear: both;
	height: 40px;
}
.h45 {
	clear: both;
	height: 45px;
}
.h50 {
	clear: both;
	height: 50px;
}
.h55 {
	clear: both;
	height: 55px;
}
.h60 {
	clear: both;
	height: 60px;
}
.h65 {
	clear: both;
	height: 65px;
}
.h70 {
	clear: both;
	height: 70px;
}
.h75 {
	clear: both;
	height: 75px;
}
.h80 {
	clear: both;
	height: 80px;
}

.h85 {
	clear: both;
	height: 85px;
}

.h90 {
	clear: both;
	height: 90px;
}

.h95 {
	clear: both;
	height: 95px;
}

.h100 {
	clear: both;
	height: 100px;
}
.minH600 {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

.minH400 {
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
.minH{
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

.minH200 {
	min-height: 200px;
	height: auto !important;
	height: 200px;
}

.minH500 {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.minH300 {
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
.hui {
	background: #f2f2f2;
}

.bai {
	background: #fff;
}
/*截字数*/
.clamp1 {
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-line-clamp: 1 !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.clamp2 {
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.clamp3 {
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.clamp4 {
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-line-clamp: 4 !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.clamp5 {
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-line-clamp: 5 !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.clamp6 {
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-line-clamp: 6 !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.clamp7 {
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-line-clamp: 7 !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
::-webkit-scrollbar {
	width: 8px;
	background: #eaeff2;
}

::-webkit-scrollbar-button {
	display: none;
}
::-webkit-scrollbar-thumb {
	width: 8px;
	background: #cacaca;
	border-radius: 8px;
}
::-webkit-scrollbar-corner {
	background: none;
}
::-webkit-scrollbar:horizontal {
	height: 9px;
}
a.btn {
	display: inline-block;
	height: 58px;
	line-height: 58px;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	padding: 0 75px;
	color: #666666;
	font-size: 20px;
	border-radius: 8px;
}

a.btn:hover {
	background: var(--themeColor);
	color: #FFF;
}
/*
* 样式栅格系统
*/
.sg-l-1 {
	width: 8.3333333%;
}

.sg-l-2 {
	width: 16.6666667%;
}
.sg-l-3 {
	width: 25%;
}

.sg-l-4 {
	width: 33.3333333%;
}

.sg-l-5 {
	width: 41.66666667%;
}

.sg-l-6 {
	width: 50%;
}

.sg-l-7 {
	width: 58.3333333%;
}

.sg-l-8 {
	width: 66.6666667%;
}

.sg-l-9 {
	width: 75%;
}

.sg-l-10 {
	width: 83.3333333%;
}

.sg-l-11 {
	width: 91.6666667%;
}

.sg-l-12 {
	width: 100%;
}
@media screen and (max-width: 1440px) {
	.sg-m-1 {
		width: 8.3333333%;
	}

	.sg-m-2 {
		width: 16.6666667%;
	}

	.sg-m-3 {
		width: 25%;
	}

	.sg-m-4 {
		width: 33.3333333%;
	}

	.sg-m-5 {
		width: 41.66666667%;
	}

	.sg-m-6 {
		width: 50%;
	}

	.sg-m-7 {
		width: 58.3333333%;
	}

	.sg-m-8 {
		width: 66.6666667%;
	}

	.sg-m-9 {
		width: 75%;
	}

	.sg-m-10 {
		width: 83.3333333%;
	}

	.sg-m-11 {
		width: 91.6666667%;
	}

	.sg-m-12 {
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	.sg-s-1 {
		width: 8.3333333%;
	}

	.sg-s-2 {
		width: 16.6666667%;
	}

	.sg-s-3 {
		width: 25%;
	}

	.sg-s-4 {
		width: 33.3333333%;
	}

	.sg-s-5 {
		width: 41.66666667%;
	}

	.sg-s-6 {
		width: 50%;
	}

	.sg-s-7 {
		width: 58.3333333%;
	}

	.sg-s-8 {
		width: 66.6666667%;
	}

	.sg-s-9 {
		width: 75%;
	}

	.sg-s-10 {
		width: 83.3333333%;
	}

	.sg-s-11 {
		width: 91.6666667%;
	}

	.sg-s-12 {
		width: 100%;
	}
}

/*公共部分结束*/
/* 置灰 */
.htmlGray :not(.bgZh):not(a){
	-webkit-filter:grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	filter: grayscale(100%);
}
/*自定义动画start*/
@-webkit-keyframes gupIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -30px, 0);
	}
}

@-moz-keyframes gupIn {
	from {
		opacity: 0;
		-moz-transform: translate3d(0, -30px, 0);
	}
}

@keyframes gupIn {
	from {
		opacity: 0;
		transform: translate3d(0, -30px, 0);
	}
}

@-webkit-keyframes gdownIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
	}
}

@-moz-keyframes gdownIn {
	from {
		opacity: 0;
		-moz-transform: translate3d(0, 30px, 0);
	}
}

@keyframes gdownIn {
	from {
		opacity: 0;
		transform: translate3d(0, 30px, 0);
	}
}

@-webkit-keyframes gleftIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-30px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@-moz-keyframes gleftIn {
	0% {
		opacity: 0;
		-moz-transform: translate3d(-30px, 0, 0);
	}
	100% {
		opacity: 1;
		-moz-transform: translate3d(0, 0, 0);
	}
}

@keyframes gleftIn {
	0% {
		opacity: 0;
		transform: translate3d(-30px, 0, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes grightIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(80px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@-moz-keyframes grightIn {
	0% {
		opacity: 0;
		-moz-transform: translate3d(80px, 0, 0);
	}
	100% {
		opacity: 1;
		-moz-transform: translate3d(0, 0, 0);
	}
}

@keyframes grightIn {
	0% {
		opacity: 0;
		transform: translate3d(80px, 0, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes gfadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes gfadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes gfadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes gfadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes gfadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes gfadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.gupIn {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation: gupIn 1s 0.1s both;
	-moz-animation: gupIn 1s 0.1s both;
	animation: gupIn 1s 0.1s both;
}

.gdownIn {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation: gdownIn 1s 0.1s both;
	-moz-animation: gdownIn 1s 0.1s both;
	animation: gdownIn 1s 0.1s both;
}

.gleftIn {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation: gleftIn 1s 0.1s both;
	-moz-animation: gleftIn 1s 0.1s both;
	animation: gleftIn 1s 0.1s both;
}

.grightIn {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation: grightIn 1s 0.1s both;
	-moz-animation: grightIn 1s 0.1s both;
	animation: grightIn 1s 0.1s both;
}

.gfadeIn {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation: gfadeIn 1s 0.1s both;
	-moz-animation: gfadeIn 1s 0.1s both;
	animation: gfadeIn 1s 0.1s both;
}

.gfadeOut {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation: gfadeOut 1s 0.1s both;
	-moz-animation: gfadeOut 1s 0.1s both;
	animation: gfadeOut 1s 0.1s both;
}
/*特殊字体*/
@font-face {
	font-family: 'qiantuhouheiti';
	src: url('/common/fonts/qht/qiantuhouheiti.ttf');
	font-style: normal;
	font-display: swap;
	font-weight: 500;
}
@font-face {
	font-family: 'YunFengFeiYunTi';
	src: url('/common/fonts/YUNFENFEIYUNTI/YUNFENFEIYUNTI.eot');
	src: url('/common/fonts/YUNFENFEIYUNTI/YUNFENFEIYUNTI.eot?#iefix') format('embedded-opentype'),
	url('/common/fonts/YUNFENFEIYUNTI/YUNFENFEIYUNTI.woff2') format('woff2'),
	url('/common/fonts/YUNFENFEIYUNTI/YUNFENFEIYUNTI.woff') format('woff'),
	url('/common/fonts/YUNFENFEIYUNTI/YUNFENFEIYUNTI.ttf') format('truetype'),
	url('/common/fonts/YUNFENFEIYUNTI/YUNFENFEIYUNTI.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}