﻿: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(--c) 0%, var(--n) 100%);
	--gleftx: linear-gradient(to left, #014ca0 0%, #229b6b 100%);

	--c: #fabe00 !important;
	--n: #000 !important;
	--bc: var(--c) !important;
  --bg:#f8f8f8 !important;
  --bg1:#e8fdfb !important;/* 冰川蓝色背景 */
	--bg2:#f3f4f8 !important;/* 芡食白 */
	--bg3:#edf1f7 !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: 1, 88, 185;

	--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);

	--imgwhite: filter: brightness(0) invert(1);
	--imgys: filter: brightness(1) invert(0);


	--p5:max(2rem,5vw);
	--p4:max(2rem,4vw);
	--p3:max(1rem,3vw);
	--p2:max(.5rem,2vw);
	--p1:1rem;
}

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

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

body {
	-webkit-font-smoothing: antialiased;
	/* 消除锯齿 */
	-moz-osx-font-smoothing: grayscale;
}

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

}
[saf-languages] > li.saf-selected > a{
	font-size: var(--f16);
}

.yw {
	width: 80% !important;
	max-width: 1400px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
@media (max-width: 768px) {
	.yw {
	width: 94% !important;
		
	}
}

.patb5{
  padding-top:var(--p5) !important;
  padding-bottom:var(--p5) !important;
}
.patb4{
  padding-top:var(--p4) !important;
  padding-bottom:var(--p4) !important;
}
.patb3{
  padding-top:var(--p3) !important;
  padding-bottom:var(--p3) !important;
}
.patb2{
  padding-top:var(--p2) !important;
  padding-bottom:var(--p2) !important;
}
.patb1{
  padding-top:var(--p1) !important;
  padding-bottom:var(--p1) !important;
}

.padd3{  padding:var(--p3) !important;}
.padd2{  padding:var(--p2) !important;}
.padd1{  padding:var(--p1) !important;}


/* 上边距 */
.pat1{	padding-top:var(--p1) !important;}
.pat2{	padding-top:var(--p2) !important;}
.pat3{	padding-top:var(--p3) !important;}
.pat4{	padding-top:var(--p4) !important;}
.pat5{	padding-top:var(--p5) !important;}

/* 右边距 */
.par1{	padding-right:var(--p1) !important;}
.par2{	padding-right:var(--p2) !important;}
.par3{	padding-right:var(--p3) !important;}
.par4{	padding-right:var(--p4) !important;}
.par5{	padding-right:var(--p5) !important;}
/* 下边距 */
.pab1{	padding-bottom:var(--p1) !important;}
.pab2{	padding-bottom:var(--p2) !important;}
.pab3{	padding-bottom:var(--p3) !important;}
.pab4{	padding-bottom:var(--p4) !important;}
.pab5{	padding-bottom:var(--p5) !important;}

/* 左边距 */
.pal1{	padding-left:var(--p1) !important;}
.pal2{	padding-left:var(--p2) !important;}
.pal3{	padding-left:var(--p3) !important;}
.pal4{	padding-left:var(--p4) !important;}
.pal5{	padding-left:var(--p5) !important;}

.matb5{
  margin-top:var(--p5) !important;
  margin-bottom:var(--p5) !important;
}
.matb4{
  margin-top:var(--p4) !important;
  margin-bottom:var(--p4) !important;
}
.matb3{
  margin-top:var(--p3) !important;
  margin-bottom:var(--p3) !important;
}
.matb2{
  margin-top:var(--p2) !important;
  margin-bottom:var(--p2) !important;
}
.matb1{
  margin-top:var(--p1) !important;
  margin-bottom:var(--p1) !important;
}

.madd3{  margin:var(--p3) !important;}
.madd2{  margin:var(--p2) !important;}
.madd1{  margin:var(--p1) !important;}


/* 上间距 */
.mat1{	margin-top:var(--p1) !important;}
.mat2{	margin-top:var(--p2) !important;}
.mat3{	margin-top:var(--p3) !important;}
.mat4{	margin-top:var(--p4) !important;}
.mat5{	margin-top:var(--p5) !important;}

/* 右间距 */
.mar1{	margin-right:var(--p1) !important;}
.mar2{	margin-right:var(--p2) !important;}
.mar3{	margin-right:var(--p3) !important;}
.mar4{	margin-right:var(--p4) !important;}
.mar5{	margin-right:var(--p5) !important;}
/* 下间距 */
.mab1{	margin-bottom:var(--p1) !important;}
.mab2{	margin-bottom:var(--p2) !important;}
.mab3{	margin-bottom:var(--p3) !important;}
.mab4{	margin-bottom:var(--p4) !important;}
.mab5{	margin-bottom:var(--p5) !important;}

/* 左间距 */
.mal1{	margin-left:var(--p1) !important;}
.mal2{	margin-left:var(--p2) !important;}
.mal3{	margin-left:var(--p3) !important;}
.mal4{	margin-left:var(--p4) !important;}
.mal5{	margin-left:var(--p5) !important;}







/* 18-24 */
.ytit24{
  height:auto !important;
  max-height: clamp(2.25rem, 1.8rem + 2.25vw, 4.5rem) !important;
  line-height: clamp(1.125rem, 0.9rem + 1.13vw, 2.25rem) !important;
  font-size: clamp(1.125rem, 0.9rem + 1.13vw, 2.25rem) !important;
  -webkit-line-clamp: inherit !important;
  overflow:hidden !important;
}
/* 18-22 */
.ytit22{
  height:auto !important;
  max-height: clamp(2.5rem, 2.4rem + 0.5vw, 3rem) !important;
  line-height: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem) !important;
  font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem) !important;
  -webkit-line-clamp: inherit !important;
  overflow:hidden !important;
}
/* 18-22 英*/
.ytit22en{
  height:auto !important;
  max-height: clamp(2.75rem, 2.6rem + 0.75vw, 3.5rem) !important;
  line-height: clamp(1.375rem, 1.3rem + 0.38vw, 1.75rem) !important;
  font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem) !important;
  -webkit-line-clamp: inherit !important;
  overflow:hidden !important;
}
.ysumen{
    height:auto !important;
    max-height: clamp(2.5rem, 2.4rem + 0.5vw, 3rem) !important;
    line-height:clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem) !important;
    font-size: clamp(0.813rem, 0.762rem + 0.25vw, 1.063rem) !important;
    -webkit-line-clamp: inherit !important;
    overflow:hidden !important;
}
/* 13-17 */
.ysum_n{
  height:auto !important;
  max-height: clamp(2rem, 1.9rem + 0.5vw, 2.5rem) !important;
  line-height: clamp(1rem, 0.95rem + 0.25vw, 1.25rem) !important;
  font-size: clamp(0.813rem, 0.762rem + 0.25vw, 1.063rem) !important;
  -webkit-line-clamp: inherit !important;
  overflow:hidden !important;
}
.ytit{
	height:auto !important;
  max-height: max(36px,2.8vw) !important;
  line-height: max(18px,1.4vw) !important;
  font-size: var(--f18) !important;
  -webkit-line-clamp: inherit !important;
  overflow:hidden !important;
}
.ysum{
  font-size: var(--f14) !important;
  height:auto !important;
  max-height: max(32px,2.5vw) !important;
  line-height: max(16px,1.2vw) !important;
  -webkit-line-clamp: inherit !important;
  overflow:hidden !important;
}



.tit {

	font-size: clamp(1.875rem, 1.725rem + 0.75vw, 2.625rem) !important;
	font-weight: 600;
	color: #000;
}

.sub-tit {

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

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

.con,
.con * {
	font-size: var(--f20) !important;
	line-height: 1.7 !important;
	font_radio: 2;
	display-radio: 1;
	font-family: "sourcehanserifcn-regular" !important;
}


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

.ybtn {
	padding: 10px 0 !important;
	font-size: var(--f18) !important;
	background-color: var(--c) !important;
	border: 0 !important;
	transition: var(--tr6);
}

.ybtn:hover {
	background-color: var(--n) !important;
}

.ypage .p_page{
display:none;
}





.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;
  }
  */
 [saf-languages] > li.saf-selected > a svg{
         display: none;
   }
	.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;
	}
	
	
	
	
	.saf-licenseoprov{
	      flex-wrap: wrap;
	}
}



.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;
}

/*Safari*/
textarea::-webkit-input-placeholder input[type="text"]::-webkit-input-placeholder {
	color: #999 !important;
}

/*Chrome*/
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
	color: #999 !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;
}

.ybtn {
	padding: 10px 0 !important;
	font-size: var(--f18) !important;
	background-color: var(--c) !important;
	border: 0 !important;
	transition: var(--tr6);
}

.ybtn:hover {
	background-color: var(--n) !important;
}

.caiqie {
	clip-path: ellipse(100% 60% at 50% 60%);
}
@keyframes down_up {
    0% {
        transform: translateY(.5rem);
    }

    50% {
        transform: translateY(0rem);
    }

    100% {
        transform: translateY(.5rem);
    }
}

@keyframes left_r {
    0% {
        transform: translateX(0.3rem);
    }
    50% {
        transform: translateX(0rem);
    }
    100% {
        transform: translateX(0.3rem);
    }
}
@-webkit-keyframes r360 {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

