:root {
	--yjw-min: 20rem;
	/* 最小宽度320 */
	--yjw-max: 100rem;
	/* 最大宽度1600 */
	/* 文字大小 */
	--f14: clamp(0.75rem, 0.527rem + 0.35vw, 0.875rem);
	--f16: clamp(0.875rem, 0.652rem + 0.35vw, 1rem);
	/* 14-16 */
	--f18: clamp(0.875rem, 0.429rem + 0.7vw, 1.125rem);
	/* 16-18 */
	--f20: clamp(1rem, 0.554rem + 0.7vw, 1.25rem);
	/* 18-20 */
	--f22: clamp(1.125rem, 0.679rem + 0.7vw, 1.375rem);
	/* 20-22 */
	--f24: clamp(1.25rem, 0.804rem + 0.7vw, 1.5rem);
	/* 24-28 */
	--f28: clamp(1.5rem, 1.054rem + 0.7vw, 1.75rem);
	/* 26-30 */
	--f30: clamp(1.625rem, 1.179rem + 0.7vw, 1.875rem);
	/* 24-28 */
	--f32: clamp(1.75rem, 1.304rem + 0.7vw, 2rem);
	/* 28-32 */
	--f36: clamp(2rem, 1.554rem + 0.7vw, 2.25rem);
	/* 32-36 */
	--f40: clamp(2.25rem, 1.804rem + 0.7vw, 2.5rem);
	/* 32-36 */
	--f48: clamp(2.75rem, 2.304rem + 0.7vw, 3rem);
	/* 32-36 */
	--f56: clamp(3.375rem, 3.152rem + 0.35vw, 3.5rem);
	/* 54-64 */
	--f64: clamp(3.75rem, 3.304rem + 0.7vw, 4rem);
	/* 32-36 */
	--f72: clamp(4.25rem, 3.804rem + 0.7vw, 4.5rem);
	/* 68-72 */
	--f84: clamp(5rem, 4.554rem + 0.7vw, 5.25rem);
	/* 76-84 */

	--f100: clamp(5.5rem, 4.163rem + 2.09vw, 6.25rem);

	--sd30: 0 0.2em 10px rgb(76 76 76 / 30%);
	--sd20: 0 0.2em 10px rgb(76 76 76 / 20%);
	--sd10: 0 0.2em 10px rgb(76 76 76 / 10%);
	--tr3: .3s ease;
	--tr6: .6s ease;
	--tr8: .8s ease;
	--gleft: linear-gradient(to left, var(--n) 0%, var(--n) 100%);
	--gleftx: linear-gradient(to left, #014ca0 0%, #229b6b 100%);

	--c: #71bf44 !important;
	--n: #2e3092 !important;
	--bc: var(--c) !important;
	--t: #252525;
	--alin: kuosan 1s linear infinite;
	--c80: rgb(1 69 54 / 80%);
	--c3: #333;
	--c6: #666;
	--c9: #999;
	--cf: #fff;

	--blue: rgba(34, 94, 183, 1) !important;

	--c1: 113, 191, 68;

	--c100: rgba(var(--c1), 1);
	--c90: rgba(var(--c1), .9);
	--c80: rgba(var(--c1), .8);
	--c70: rgba(var(--c1), .7);
	--c60: rgba(var(--c1), .6);
	--c50: rgba(var(--c1), .5);
	--c40: rgba(var(--c1), .4);
	--c30: rgba(var(--c1), .3);
	--c20: rgba(var(--c1), .2);
	--c10: rgba(var(--c1), .1);


	--cf100: rgba(255, 255, 255, 1);
	--cf90: rgba(255, 255, 255, .9);
	--cf80: rgba(255, 255, 255, .8);
	--cf70: rgba(255, 255, 255, .7);
	--cf60: rgba(255, 255, 255, .6);
	--cf50: rgba(255, 255, 255, .5);
	--cf40: rgba(255, 255, 255, .4);
	--cf30: rgba(255, 255, 255, .3);
	--cf20: rgba(255, 255, 255, .2);
	--cf10: rgba(255, 255, 255, .1);
	--cf9: rgba(255, 255, 255, .09);
	--cf8: rgba(255, 255, 255, .08);
	--cf7: rgba(255, 255, 255, .07);
	--cf6: rgba(255, 255, 255, .06);
	--cf5: rgba(255, 255, 255, .05);
	--cf4: rgba(255, 255, 255, .04);
	--cf3: rgba(255, 255, 255, .03);
	--cf2: rgba(255, 255, 255, .02);
	--cf1: rgba(255, 255, 255, .01);


	--ct100: rgba(0, 0, 0, 1);
	--ct90: rgba(0, 0, 0, .9);
	--ct80: rgba(0, 0, 0, .8);
	--ct70: rgba(0, 0, 0, .7);
	--ct60: rgba(0, 0, 0, .6);
	--ct50: rgba(0, 0, 0, .5);
	--ct40: rgba(0, 0, 0, .4);
	--ct30: rgba(0, 0, 0, .3);
	--ct20: rgba(0, 0, 0, .2);
	--ct10: rgba(0, 0, 0, .1);
	--ct9: rgba(0, 0, 0, .09);
	--ct8: rgba(0, 0, 0, .08);
	--ct7: rgba(0, 0, 0, .07);
	--ct6: rgba(0, 0, 0, .06);
	--ct5: rgba(0, 0, 0, .05);
	--ct4: rgba(0, 0, 0, .04);
	--ct3: rgba(0, 0, 0, .03);
	--ct2: rgba(0, 0, 0, .02);
	--ct1: rgba(0, 0, 0, .01);
}

* {
	word-wrap: break-word !important;
	word-break: normal !important;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}

body.saf-show {
	opacity: 1;
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

.yw {
	width: 94% !important;
	max-width: 1600px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.tit {

	font-size: max(var(--f30), 3vw) !important;
}

.sub-tit {

	font-size: max(var(--f24), 2vw) !important;
}

.con-tit{
font-family: "sourcehansanscn-heavy" !important;
	font-size: max(var(--f18), 1.5vw) !important;
}


.sum,
.sum * {
	font-size: var(--f16) !important;
	color: var(--c6) !important;
	line-height: 1.8 !important;
}


.biaoge figure {
	display: block !important;
}

.biaoge table {
	border: #eee 1px solid;
	margin: auto;
	border-collapse: collapse;
	background: #fff;
	wdith: auto;
	min-width: 100%;
}

.biaoge table td {
	line-height: 160%;
	border: #eee 1px solid;
	padding: 10px;
	background: transparent !important;

	font-size: var(--f16);
}

.biaoge table tr:nth-child(even) {
	background: #f6f6f6;
}

.biaoge table tr th {
	border: #eee 1px solid;
	line-height: 3;
	text-align: left;
	padding-left: 0;
	font-size: var(--f16);
	font-weight: normal;
	text-indent: 10px;
}

.biaoge table tr:first-of-type {
	color: #fff !important;
	background: var(--c) !important;
}

.biaoge table tr:first-of-type * {
	color: #fff !important;
}

@media only screen and (max-width:768px) {

	/*
  .biaoge {
    overflow:auto !important;
  }
  
  .biaoge tbody{
    width:auto;
    display:contents;
  }
  */
	.biaoge table {
		width: auto !important;
		    display: block !important;
		    overflow: scroll !important;
		    overflow-x: scroll;
		    overflow-x: auto !important;
	}


	.biaoge tbody {
		overflow: scroll;
		overflow-x: auto !important;
	}
}



.p_breadcrumb {
	flex-wrap: wrap;
}

.reset_style {
	font-size: var(--f16) !important;
	line-height: 1.8 !important;
}

.neirong * {
	line-height: 1.8 !important;
	font-size: var(--f16) !important;
}
.page_a.current {
	background: var(--c) !important;
}

.page_con>a:hover,
.page_a.current:hover {
	background-color: var(--n) !important;
	color: rgba(255, 255, 255, 1);
	border-color: var(--n) !important;
}

/*Firefox*/
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
	color: #999 !important;
	font-family: "cb9b51aa-aab5-413f-8e39-70e972dbb5dd" !important;
}

/*Safari*/
textarea::-webkit-input-placeholder input[type="text"]::-webkit-input-placeholder {
	color: #999 !important;
	font-family: "cb9b51aa-aab5-413f-8e39-70e972dbb5dd" !important;
}

/*Chrome*/
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
	color: #999 !important;
	font-family: "cb9b51aa-aab5-413f-8e39-70e972dbb5dd" !important;
}

/*
.neirong img {
	width: auto !important;
	max-width: 100% !important;
	margin: 0px auto !important;
	height: auto !important;
}
*/

@media screen and (max-width:768px) {
	.neirong img {
		width: auto !important;
		max-width: 100% !important;
		margin: 0px auto !important;
		height: auto !important;
	}
}




/* 从圆心放大 */
.fangda:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #0d47a1;
	transition: all .3s;
	border-radius: 50%;
	z-index: 1;
}

.fangda:hover:after {
	content: "";
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
}

/* 图片裁切 */
.yx_ImgContain,
.yx_ImgCover {
	position: relative;
	height: 0;
	overflow: hidden;
}

.yx_ImgContain img {
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);

}

.yx_ImgCover img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}


.caiqie {
	clip-path: ellipse(100% 60% at 50% 60%);
}

.e_breadcrumb-2 svg {
	fill: var(--c) !important;
}