/*20160930 by kevin*/
@charset "utf-8";
/* CSS Document */

/*------------------------------------------CSS Reset ��憪�-------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dt, dd, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*//*靽格�寥�典�� by kevin 20140822*/
	/*vertical-align: baseline;*//*靽格�寥�典�� by kevin 20140822*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;*//*靽格�寥�典�� by kevin 20140822 ��敶梢�踹�啁雯��*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}

body{ 
	margin: 0; 
	padding: 0;
	background: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "敺株�甇�暺�擃�", "�啁敦��擃�";
	/*overflow-x: hidden;*/
	letter-spacing: 1px;
	-webkit-text-size-adjust: none;/*閫�瘙槐phone璈怠像頧�鞊�撅���摮�霈�憭抒����憿�*/
}

/* ~~ ��蝝�/璅�蝐日�詨���� ~~ */
ul, ol, dl { /* �望�潛��閬賢�其�����撌桃�堆���雿喃�瘜��臬�冽��桐葉雿輻�券�嗅祝摨衣��甈�雿��������������箔�靽���銝��湛��典�臭誑�券��鋆⊥��摰���閬�����嚗����冽��桀���怎��皜��桅���� (LI��DT��DD) 銝���摰���閬�������隢�閮�雿�嚗��日���典神�亥��箇�孵����詨���剁��血���冽迨�瑁���雿�璆剖�����憿舐內�� .nav 皜��柴�� */
	padding: 0;
	margin: 0;
}

/*-----���������啣��典�� by kevin 20150108 �箔�蝬脩楊��������-----*/
ul, ol {
	padding-left:40px;
}
/*-----���������啣��典�� by kevin 20150108 �箔�蝬脩楊��������-----*/

/*h1, h2, h3, h4, h5, h6,*/ p {	margin: 0; padding: 0;}

/*img{ display:block;}*//*皜��儿E7銝��寞滯雿�*/

a img { /* �����詨���冽��蝘駁�斗��鈭���閬賢�典�典蔣���梢��蝯�����蝜���嚗�敶勗���典����憿舐內����閮剛���脤��獢� */
	border: none;}

.clearfloat { /* ����憿��亙�舀�曄蔭�� <br /> ��蝛箇�賜�� Div 銝�嚗��嗅���亙�� #container �扳��敺�銝���瘚桀�� Div 敺��寧����敺�銝�����蝝� (憒���敺� #container 蝘駁�斗������ #footer) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a{ 
	/*color:#ccc;*//*靽格�寥�典�� by kevin 20140814 ��敶梢�踹�啁雯蝺典�� 銝�摰�雿輻��*/
	text-decoration: none;
	outline: none;/* for Firefox Google Chrome  *//*霈�a暺�����銝����箇�暹�蝺�*/
  	behavior:expression(this.onFocus=this.blur());  /* for IE *//*霈�a暺�����銝����箇�暹�蝺�*/
}
a:hover { 
	/*color:#ccc;*//*靽格�寥�典�� by kevin 201450108 憭芷��鈭���隞亙�芣��*/
	text-decoration:underline;
	/*opacity:0.9;�啣��典�� by kevin 20150121*//*��敶梢�踹�啗憚�� �芷�� by kevin 20150324*/
}
	
a:active, a:focus {/* �����詨���函黎蝯��臭誑霈�雿輻�券�萇�文�閬賜��雿輻�刻��嚗�銋���雿輻�冽�曌���雿輻�刻��銝�璅������詨����皛���擃�撽��� */
	text-decoration: none; }
	
area {
	outline:none;
}

/*------------------------------------------CSS Setting Start-------------------------------*/
:root {
	/* --primary: Aquamarine; */
	--foreign_font: 'Quicksand', sans-serif;
	/*�函�憭���摮���*/
	--mandarin_font: 'Noto Sans TC', sans-serif;
	/*�函�銝剜��摮���*/
	/*20250422隤踵�游�函����� by tom start*/
	--primary_color:#202d82;;
	/*�函�銝餉�脰�脩Ⅳ*/
	--sec_color: #3d3a35;
	/*�函�蝚砌����脰�脩Ⅳ*/
	--thir_color:#ce4942;
	/*�函�蝚砌����脰�脩Ⅳ*/
	/*20250422隤踵�游�函����� by tom end*/

	  /*--fontSize:1.2307em;*/ /*�貊�嗆��1em = 16px*/
	  --fontSize:0.666em;  /*calc(1em / 1.5)*/  /*�貊�嗆��1em = 16px*/
	  --fontSize:1em;
}

.htmlFontSizeA body{
	/* font-size: 1.1307em; */
	font-size: calc(var(--fontSize) * 0.8);
  }
  
  .htmlFontSizeB body ,
  body{
	font-size: var(--fontSize);
  }
  
  
  .htmlFontSizeC body{
	/* font-size: 1.3307em; */
	font-size: calc(var(--fontSize) * 1.33);
  }
  
  
  
  
  @media screen and (max-width: 1600px) and (min-width: 1281px)  {
  
	.htmlFontSizeA body {
		font-size: calc(var(--fontSize) * 0.8 * 0.83);
	}
	
	.htmlFontSizeB body ,
	body {
		font-size: calc(var(--fontSize) * 0.83);
	}
  
	.htmlFontSizeC body {
		font-size: calc(var(--fontSize) * 1.33 * 0.83);
	}
  
  }
  
  @media screen and (max-width: 1280px) and (min-width: 991px) {
  
	.htmlFontSizeA body {
		font-size: calc(var(--fontSize) * 0.8 * 0.67);
	}
  
	.htmlFontSizeB body ,
	body {
	  font-size: calc(var(--fontSize) * 0.67);
	}
  
	.htmlFontSizeC body {
		font-size: calc(var(--fontSize) * 1.33 * 0.67);
	}
  
  }
  
  
  
  
  
/* �刻�Ｗ��曉之125%銝�撖砍漲憭扳��861��嚗�憟��券��鋆∠���孵�璅�撘� */ 
  /*20250425 @media screen and (min-width: 991px)�寞��861*/
  @media screen and (min-width: 861px) and (min-height: 500px) and
   (max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.25) and
	(-webkit-max-device-pixel-ratio: 1.49)
  , only screen and (min-resolution: 125dpi) and (max-resolution: 149dpi) {
  
	.htmlFontSizeA body {
	  font-size: calc(var(--fontSize) * 0.8 * 0.6);
	  font-size: calc(var(--fontSize) * 1 * 0.8);
	}
	
	.htmlFontSizeB body ,
	body {
	  font-size: calc(var(--fontSize));
	}
	
	.htmlFontSizeC body {
		/* font-size: calc(var(--fontSize) * 1.33 * 0.6); */
		font-size: calc(var(--fontSize) * 1.5 * 0.65);
	}
	
  
  }
  
  
  
  /*20250425�啣� start*/
  /* �刻�Ｗ��曉之150%銝�撖砍漲憭扳��861��嚗�憟��券��鋆∠���孵�璅�撘� */ 
  @media screen and (min-width: 861px) and (min-height: 500px) 
  and (max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and
   (-webkit-max-device-pixel-ratio: 1.74)
  , only screen and (min-resolution: 150dpi) and (max-resolution: 174dpi) {
  
  
  .htmlFontSizeA body {
	/* font-size: calc(var(--fontSize) * 0.8 * 0.6);
	font-size: calc(var(--fontSize) * 1 * 0.8); */
  
	/* font-size: calc(var(--fontSize) * 0.64); */
	font-size: calc(var(--fontSize) * 0.64);
  }
  
  .htmlFontSizeB body ,
  body {
	/* font-size: calc(var(--fontSize)); */
	/* font-size: calc(var(--fontSize) * 0.8); */
	font-size: calc(var(--fontSize) * 0.74);
  }
  
  .htmlFontSizeC body {
	  /* font-size: calc(var(--fontSize) * 1.5 * 0.55); */
	  /* font-size: calc(var(--fontSize)); */
	  font-size: calc(var(--fontSize) * 0.84);
  }
  
  }
   /*20250425�啣� end*/
  
  
  
  
   /*20250425 @media screen and (min-width: 990px)�寞��860*/
   @media (max-width: 860px) {
  
	.htmlFontSizeA body {
		font-size: calc(var(--fontSize) * 0.8 * 1);
	}
  
	body {
	  font-size: calc(var(--fontSize) * 1);
	}
  
	.htmlFontSizeC body {
		font-size: calc(var(--fontSize) * 1.33 * 1);
	}
  
  }
/*------------------------------------------CSS Reset 蝯���-------------------------------*/

/*------------------------------------------icon-摮��� ��憪�-------------------------------*/
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.woff') format('woff'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../icon_fonts/ligature_symbols/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}

.lsf-icon:before {
  content:attr(title);
  /*margin-right:0.3em;*/
}
/*------------------------------------------icon-摮��� 蝯���-------------------------------*/

/*--------------------------------------loading�恍�� ��憪�---------------------------------*/
/*.loading {
 	position: fixed;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #FFF;
	text-align:center;
	
	padding-top:250px;
 } */
 
	
	/*Loading�恍�＄SS��憪�*/
	/*#circularG{
		position:relative;
		width:58px;
		height:58px;
		margin: auto;
	}*/
	
	.circularG{
		/*position:absolute;
		background-color:rgb(201,9,21);*/  /*甇斤�摔oding��暺�暺�憿���*/
		/*width:14px;
		height:14px;
		border-radius:9px;
			-o-border-radius:9px;
			-ms-border-radius:9px;
			-webkit-border-radius:9px;
			-moz-border-radius:9px;
		animation-name:bounce_circularG;
			-o-animation-name:bounce_circularG;
			-ms-animation-name:bounce_circularG;
			-webkit-animation-name:bounce_circularG;
			-moz-animation-name:bounce_circularG;
		animation-duration:1.1s;
			-o-animation-duration:1.1s;
			-ms-animation-duration:1.1s;
			-webkit-animation-duration:1.1s;
			-moz-animation-duration:1.1s;
		animation-iteration-count:infinite;
			-o-animation-iteration-count:infinite;
			-ms-animation-iteration-count:infinite;
			-webkit-animation-iteration-count:infinite;
			-moz-animation-iteration-count:infinite;
		animation-direction:normal;
			-o-animation-direction:normal;
			-ms-animation-direction:normal;
			-webkit-animation-direction:normal;
			-moz-animation-direction:normal;*/
	}
	
		/*#circularG_1{
			left:0;
			top:23px;
			animation-delay:0.41s;
				-o-animation-delay:0.41s;
				-ms-animation-delay:0.41s;
				-webkit-animation-delay:0.41s;
				-moz-animation-delay:0.41s;
		}
		
		#circularG_2{
			left:6px;
			top:6px;
			animation-delay:0.55s;
				-o-animation-delay:0.55s;
				-ms-animation-delay:0.55s;
				-webkit-animation-delay:0.55s;
				-moz-animation-delay:0.55s;
		}
		
		#circularG_3{
			top:0;
			left:23px;
			animation-delay:0.69s;
				-o-animation-delay:0.69s;
				-ms-animation-delay:0.69s;
				-webkit-animation-delay:0.69s;
				-moz-animation-delay:0.69s;
		}
		
		#circularG_4{
			right:6px;
			top:6px;
			animation-delay:0.83s;
				-o-animation-delay:0.83s;
				-ms-animation-delay:0.83s;
				-webkit-animation-delay:0.83s;
				-moz-animation-delay:0.83s;
		}
		
		#circularG_5{
			right:0;
			top:23px;
			animation-delay:0.97s;
				-o-animation-delay:0.97s;
				-ms-animation-delay:0.97s;
				-webkit-animation-delay:0.97s;
				-moz-animation-delay:0.97s;
		}
		
		#circularG_6{
			right:6px;
			bottom:6px;
			animation-delay:1.1s;
				-o-animation-delay:1.1s;
				-ms-animation-delay:1.1s;
				-webkit-animation-delay:1.1s;
				-moz-animation-delay:1.1s;
		}
		
		#circularG_7{
			left:23px;
			bottom:0;
			animation-delay:1.24s;
				-o-animation-delay:1.24s;
				-ms-animation-delay:1.24s;
				-webkit-animation-delay:1.24s;
				-moz-animation-delay:1.24s;
		}
		
		#circularG_8{
			left:6px;
			bottom:6px;
			animation-delay:1.38s;
				-o-animation-delay:1.38s;
				-ms-animation-delay:1.38s;
				-webkit-animation-delay:1.38s;
				-moz-animation-delay:1.38s;
		}
		
		
		
		@keyframes bounce_circularG{
			0%{
				transform:scale(1);
			}
		
			100%{
				transform:scale(.3);
			}
		}
		
		@-o-keyframes bounce_circularG{
			0%{
				-o-transform:scale(1);
			}
		
			100%{
				-o-transform:scale(.3);
			}
		}
		
		@-ms-keyframes bounce_circularG{
			0%{
				-ms-transform:scale(1);
			}
		
			100%{
				-ms-transform:scale(.3);
			}
		}
		
		@-webkit-keyframes bounce_circularG{
			0%{
				-webkit-transform:scale(1);
			}
		
			100%{
				-webkit-transform:scale(.3);
			}
		}
		
		@-moz-keyframes bounce_circularG{
			0%{
				-moz-transform:scale(1);
			}
		
			100%{
				-moz-transform:scale(.3);
			}
		}*/
	/*Loading�恍�＄SS蝯���*/

/*.loading_tit{
	padding:20px 0px 0px 15px;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:#333;
	font-family:敺株�甇�暺�擃�;
	text-align:center;
}*/



/*-------------------------------------loading�恍�� 蝯���---------------------------------*/


/*Webkit,Opera9.5+,Ie9+ �批�嗆��摮��詨������憿���*/
::selection {
	background:#0068b7;
	color:#fff;
}

/*Mozilla Firefox �批�嗆��摮��詨������憿���*/
::-moz-selection {
	background:#0068b7;
	color:#fff;
}

.wrap {
	max-width:90%;
	/*width:984px;*/
	margin:0 auto;
	padding: 0;
}

/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "敺株�甇�暺�擃�", "Microsoft JhengHei", "�啁敦��擃�";
	font-size:.9375em;
	border-radius:3px;
	border: solid 1px #aeaeae;
}
input[type="text"]   , .input,                 input[type="password"], 
input[type="search"] ,  input[type="email"]  , input[type="tel"] , 
input[type="time"]   ,  input[type="number"] , input[type="date"]{
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 42px;
    line-height: 42px;
    width: 100%;
    transition: 0.2s ease all;
    padding: 0px 6px 0px 6px;
    box-sizing: border-box;
}
	input[type="text"]:focus, input[type="password"]:focus {
		border: solid 1px #d5d5d5;
	}
	
	
/*20250422 隤踵�湔����撖砍漲�芷�� by tom start*/	
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance:none;
	-webkit-border-radius:0px;
	margin:0;
	padding:0 .625rem; /*10px*/
	outline:none;
	cursor:pointer;
	vertical-align: middle;
	border:none;
	width: max-content;
    height: 36px;
	background:var(--primary_color);
	color:#fff;
	border-radius:5px;
	line-height:36px;
	transition: 0.2s ease all;
	letter-spacing:1px;
}
/*20250422 隤踵�湔����撖砍漲�芷�� by tom end*/	
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.7;
	}
	
	input[type="reset"] {
		background:#555;
		color:#fff;
	}
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 117px;
    transition: 0.2s ease all;
    box-sizing: border-box;
    padding: 3px;
}
	textarea:focus {
		border: solid 1px #d5d5d5;
	}
	
select {
	margin:0;
	padding:0;
	outline:none;
	vertical-align: middle;
	padding: 9px 0px 10px 7px;
	transition: 0.2s ease all;
	background:#fff;
	letter-spacing:1px;
	-webkit-appearance: none;	/* Safari �� Chrome */
       -moz-appearance: none;	/* Firefox */
        -ms-appearance: none;	/*for Internet Explorer*/
         -o-appearance: none;	/*for Opera*/
            appearance: none;
	background: #fff url(../images/select_arrow.png) no-repeat;
	background-size: 13px;
	background-position:right;
	padding-right:18px !important;
}
	select::-ms-expand {	/*for Internet Explorer*/
		display: none;
	}
	select:focus {
		border: solid 1px #d5d5d5;
	}
	
label {
	cursor:pointer;
}
	

/*-------頛芣��----------------------------------------------------------------------------*/
	.banner{
		background:#fff;
		position:relative;
	}
	.device {
		position:relative;
		overflow:hidden;
	}
	/*撌血�喲��*/
	.device .arrow-left, .device .arrow-right {
		position:absolute;
		z-index:9;
		top:50%;
		margin:-18px 0px 0px 0px;
		opacity:0;
		transition:0.3s ease all;
	}

	/*撌阡��*/
	.device .arrow-left {
		left:-20px;
	}

	/*�喲��*/
	.device .arrow-right {
		right:-20px;
	}

	.device:hover .arrow-left {
		opacity:1;
		left:20px;
	}

	.device:hover .arrow-right {
		opacity:1;
		right:20px;
	}
		
	/*頛芣�剖��*/
	.swiper-container {
		height:auto;
	}
	.swiper-wrapper {}
	.swiper-slide {}
	
	/*頛芣�剝�暺�*/
	.pagination {
		position: absolute;
		z-index: 1;
		bottom: -39px;
		width: 100%;
		text-align: center;
	}
		.swiper-pagination-switch {
			display: inline-block;
			width: 20px;
			height: 20px;
			border-radius: 5px;
			background: #edbdb4;
			margin: 0 7px;
			cursor: pointer;
		}
		.swiper-active-switch {/*頛芣�剝�暺��嗅��璅∪�*/
			background: #c42605;
		}
			/*摰Ｗ�嗅��憛�*/
			.swiper-slide {
				position:relative;
			}
			.pcBanner {
			}
			.mobileBanner {
				display:none;
			}
			
	/* �啣�頛芣�剖�隞嗆見撘�靽格�� by ryan 20220210 start*/
	.banner .swiper-button-prev, .banner .swiper-button-next {
		position: absolute;
		top: 50%;
		margin: 0px;
		width: 60px;
		height: 60px;
		background-size: 60px;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.banner .swiper-button-prev:after,.banner .swiper-button-next:after {
		content: unset;
	}

	/* �啣�頛芣�剖�隞嗆見撘�靽格�� by ryan 20220210 end*/

		
				


@media (max-width: 880px){
	.device {
		height:auto;
	}
		/*撌血�喲��*/
		.device .arrow-left, .device .arrow-right {
			display:none;
		}
}

/* 20250730蝘駁�斗��璈���banner by tom */
/* @media (max-width: 640px){
	.pcBanner{
		display: none;
	}
		.mobileBanner {
			display: block;
		}
} */
				
				
				
/*-------��甈�--RWD�� by kevin 20150921------------------------------------------------------------------------*/			
.page_area_rwd {
	text-align:center;
	padding:25px 0px 0px 0px;
}
	.page_left_arrow, .page_right_arrow {
		width:83px;
		font-size:15px;
		font-weight:bold;
		text-align:center;
		display: inline-block;
		vertical-align: top;
	}
		.page_left_arrow a, .page_right_arrow a {
			text-decoration:none;
			display:block;
			transition:0.2s ease all;
			color:#fff;
			line-height:40px;
			background:#de484d;
			border-radius:2px;
		}
			.page_left_arrow a:hover, .page_right_arrow a:hover {
				background:#f39800;
			}
	.page_select {
		display:inline-block;
		padding:0px 7px;
		vertical-align: top;
	}
		.page_select select {
			width: auto !important;
			font-size:15px !important;
			padding:8px 18px 7px 16px !important;
			border: solid 1px #a4a4a4 !important;
			height:40px !important;
			box-sizing:border-box;
			border-radius:3px;
		}

/*-------��甈�--蝵桐葉��--靽格�� by kevin 20150328------------------------------------------------------------------------*/			
.page_area {
	margin: 0px 0px 0px 0px;
}
	.page_area table {
		margin: 0 auto;/*蝵桐葉*/
	}
	.page_area table td {
		vertical-align:top;
	}
	.page_bot {
		float:left;
		padding-top: 3px;
		margin-right:5px;
	}
	.page_pages {
		float: left;
		font-size: 12px;
		text-align: center;
		color: #000;
		line-height: 17px;
		margin-top: -5px;
		width: 55px;
	}
	.page_text {
		float: left;
		margin: 0;
		padding: 0;
		border: solid 1px #b5b5b5 !important;
		background: #fff !important;
		width: 54px !important;
		height: 19px !important;
		line-height:17px !important;
		margin-left: 8px !important;
		margin-right: 5px !important;
	}
	
	.page_area a {
		transition:0.2s ease all;
	}
	
	.page_area a:hover {
		opacity:0.7;
		filter:alpha(opacity=70); /* ��撖� IE8 隞亙���湔�拍������ */
	}

/*-------��蝐�------------------------------------------------------------------------*/
.tab_area {
	/* border-bottom: solid 1px #c4c4c4; */
}
	.tabs_btn_now {
		transition:0.3s ease all;
		font-size:16px;
		line-height:39px;
		padding:0px 36px 0px 36px;
		text-align:center;
		display:none;
		position:relative;
		background:#fff;
		border-bottom: solid 1px #e3e3e3;
		font-weight:bold;
	}
		.tabs_btn_now:hover {
			background:#fff;
		}
		.tabs_btn_now_arrow {
			position: absolute;
			border-top: solid 5px #333;
			top: 17px;
			right: 20px;
			border-left: solid 5px rgba(255, 255, 255, 0);
			border-right: solid 5px rgba(255, 255, 255, 0);
		}
		
	.img-scroll { 
		height:39px; 
		position:relative;
	}
		.img-list { 
			position:relative; 
		}
			ul.tabs {
				margin:0; 
				padding:0; 
				list-style:none;
			}
				.tabs li { 
					line-height:39px;
					float:left;
					position: relative;
					font-size:14px;
					width: auto;
					color:#808080;
					border-right: solid 1px #c4c4c4;
				}
					.tabs span { 
						text-decoration:none;
						display:block;
						padding:0px 18px;
						transition:0.3s ease all;
						background:#fff;
						text-align:center;
						cursor:pointer;
					}
						.tabs li span:hover {
							color:#333;
							box-shadow: 0 0 #3d3d3d inset;
						}
						
					.tabs li.active {
						/*�嗅��璅∪�*/
						color:#333;
					}
						.tabs li.active span {
							box-shadow: 0 -2px #3d3d3d inset;
						}
						.tabs li.active:after {
							position:absolute;
							bottom:-6px;
							left:50%;
							margin:0px 0px 0px -10px;
						}
		
		#tab1{}
		.tab_content{}


			










/*-------撽�霅�蝣�----------------------------------------------------------------------------*/
.captcha {
	line-height: 37px;
    padding: 0px 0px 5px 0px !important;
}
	.captcha input[type="text"] {
		width:80px;
		margin-right:5px;
	}
	.captcha a {
		transition: 0.5s ease all;
		color: #fff;
		background: #333;
		border-radius: 5px;
		padding: 0px 11px;
		font-size: .875em;
		display: inline-block;
		margin: 9px 0px 7px;
		line-height: 29px;
		text-decoration:none;
	}
		.captcha a:hover {
		}
	.captcha img {
		vertical-align:middle;
	}
	.captcha span {
		color:#c30000;
	}

/*-------銵典�桀��----------------------------------------------------------------------------*/
/*銵典�桀��摨�*/
.form_area_bg {
	width: 100%;
    max-width: 800px; 
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 20px;
}
	@media (max-width: 800px){
		.form_area_bg {
			padding:0px;
		}
	}
	
	/*銵典�桀����閮�*/
	.form_remark {
		text-align:center;
		font-size:15px;
		line-height:22px;
		padding:10px 0px 5px 0px;
	}
		/*敹�憛勇con*/
		.requirde_icon {
			/* display:inline-block;
			border-radius:3px;
			font-size:12px;
			color:#fff;
			background:#613c3c;
			line-height:18px;
			padding:0px 5px; */
		}

	/*銵典�桀��*/
	.form_area {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
		/*銵典�桀��撌�*/
		.form_left {
			width:48%;
			float:left;
		}
		/*銵典�桀����*/
		.form_right {
			width:48%;
			float:right;
		}
			.form_list {
				width:100%;
				font-size:15px;
				line-height:21px;
			}
			.form_list.fLType2 {
				width: 49%;
				box-sizing:border-box;
				 vertical-align: top;
			}
			
			
				.fL_tit {
					font-weight:bold;
					padding:3px 0px 6px 0px;
					position:relative;
				}
					/*敹�憛勇con*/
					.fL_tit .requirde_icon {
						position:absolute;
						/* right:0px; */
					}
					
				.fL_info {
					/* padding:0px 0px 9px 0px; */
					padding:0px 0px 17px 0px;
				}
					/*瘝���頛詨�交���*/
					.fL_info.no_input {
						padding: 10px 0px 25px 0px;
    					line-height: 24px;
					}
					
					.fL_info label {
						display:inline-block;
					}
					
					/*�啣��璅�撘�*/
					.fL_info.address select {
						margin:0px 5px 0px 0px;
					}
					.fL_info.address input[type='text']:nth-of-type(1) {
						width:97px;
					}
					.fL_info.address input[type='text']:last-of-type {
						margin:12px 0px 0px 0px;
					}
					
					/*���交見撘�*/
					.fL_info.birthday {
					}
						.fL_info.birthday select {
							margin:0px 0px 0px 0px;
						}
						@media (max-width: 800px){
							/*銵典�桀��撌�*//*銵典�桀����*/
							.form_left, .form_right {
								float:none;
								width:auto;
							}
								/*瘝���頛詨�交���*/
								.fL_info.no_input {
									padding: 0px 0px 5px 0px;
								}
								.fL_info label {
									padding: 6px 0px;
								}
						}
							@media (max-width: 575px){
								.cart_big_tit span.red {
									padding:0px;
								}
							}
								@media (max-width: 500px){
									.cBT_checkbox {
										display: block;
										padding: 5px 0px 0px 0px;
									}
									.receiving_record {
										padding:0px;
									}
								}
									@media (max-width: 320px){
										/*���交見撘�*/
										.fL_info.birthday {
											letter-spacing: 0px;
											white-space: nowrap;
											font-size: 12px;
										}
									}
								
			.form_list_remark {
				font-size: 15px;
				line-height: 21px;
				color: #c13e42;
				padding: 12px 0px 0px 0px;
			}

/*-------hack----------------------------------------------------------------------------*/
.hack {
	padding:20px;
}
	.hack_demo {
		float:left;
		width:50%;
		line-height:200px;
		text-align:center;
		box-sizing:border-box;
		border: solid 1px #CCC;
	}
	
/* IE10��11��edge璅∪� */
@media all and (-ms-high-contrast:none) {
	.ie10Up {
		color: #fff;
		background:#06F;
	}
	*::-ms-backdrop, .ie10Up {
		color: #fff;
		background:#06F;
	}
}

/*firefox*/
@-moz-document url-prefix() { 
	.firefox {
		color: #fff;
		background: #C00;
	}
}

/*Safari��chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.safariAndChrome {
		color: #fff;
		background: #333;
	}
}


/*/////////////////////////////////////////////////////////*/
/*-------����--------*/
/*/////////////////////////////////////////////////////////*/

.header {
}





/*/////////////////////////////////////////////////////////*/
/*-------擐����批捆--------*/
/*/////////////////////////////////////////////////////////*/

	
	

	
	
/*擐���璅�憿�*/
.main_title{
	font-size: 2em;
	color: #333;
	font-weight: bold;
	padding-bottom: 20px;
}
	.main_title > h1{
		font-size: 1em;
		display: unset;
		margin-block-start: unset;
		margin-block-end: unset;
		margin-inline-start: unset;
		margin-inline-end: unset;
		font-weight: unset;
	}
	
	
	
	
	
   

	
	
	
	
	
	
	
	
	
	
/*/////////////////////////////*/
/*-------擐������唳���--------*/
/*/////////////////////////////*/

	
		
	
.index_newsBg{
	padding: 50px 0px 50px;
}
.news_listArea{
	margin: 0px -20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    vertical-align: middle;
}
            
/*擐������唳��臬��銵�*/
.news_list{
	width: 33.3%;
	padding: 0px 20px 0px;
	display: table;
	box-sizing: border-box;
}
	/*擐������唳��臬����*/
	.news_img{
		display: table-cell;
		box-sizing:border-box;
		width: 220px;
		vertical-align: top;
		position:relative;
		background: #d8c6bd;
		transition:0.3s ease all;
	}
		.news_img a{
			/*display:block;*/
		}
		.news_img img{
			width:100%;
			height:auto;
			transition:0.3s ease all;
		}	
			.news_img:hover img{
				/*transition:0.3s ease all;
				opacity:0.5;*/
				/*transform: scale(0.8);*/
			}	
	
	.news_category{
		position:absolute;
		content:"";
		top: 5px;
		left: -5px;
		z-index: 2;
		max-width: 120px;
	}
		.news_category a{
			display:block;
			text-decoration:none;
			font-size:14px;
			line-height:25px;
			padding: 3px 10px;
			background-color: #613c3c;
			color:#fff;
			
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}	
		.news_img:hover .news_category a{
			transition:0.3s ease all;
			background-color: #000;
		}		
		
		
		
	
	/*擐������唳��臬��*/
	.index_news_R{
		vertical-align: top;
		box-sizing:border-box;
		display: table-cell;
		padding-left: 20px;
	}
		/*擐������唳��舀�交��*/
		.news_time{
			font-family: 'Montserrat', sans-serif;
			color:  #d8c6bd;
			font-size:18px;
			line-height:20px;
		}
		/*擐������唳��舀�憿�*/
		.news_title{
			color:#0068b7;
			font-size:18px;
			line-height:22px;
			margin:5px 0px 0px;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			overflow: hidden;
		}
			.news_title a{
				font-weight: bold;
				color:#0068b7;
				display:block;
				text-decoration:none;
				transition:0.3s ease all;
			}
			.news_title a:hover{
				transition:0.3s ease all;
				opacity:0.5;
			}			
			
		/*擐������唳��舐陛餈�*/
		.news_text{
			padding:10px 0px 0px;
			color:#9c9c9c;
			font-size:14px;
			line-height:20px;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 4;
			overflow: hidden;
		}
			




/*/////////////////////////////*/
/*-------擐������唳���--------*/
/*/////////////////////////////*/

	
		
	
.index_announcementBg{
	padding: 50px 0px 50px;
}
.news_listArea{
	margin: 0px -20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    vertical-align: middle;
}
            
/*擐������唳��臬��銵�*/
.news_list{
	width: 33.3%;
	padding: 0px 20px 0px;
	display: table;
	box-sizing: border-box;
}
	/*擐������唳��臬����*/
	.news_img{
		display: table-cell;
		box-sizing:border-box;
		width: 17.5em;
		vertical-align: top;
		position:relative;
		background: #d8c6bd;
		transition:0.3s ease all;
	}
		.news_img a{
			/*display:block;*/
		}
		.news_img img{
			width:100%;
			height:auto;
			transition:0.3s ease all;
		}	
			.news_img:hover img{
				/*transition:0.3s ease all;
				opacity:0.5;*/
				/*transform: scale(0.8);*/
			}	
	
	.news_category{
		position:absolute;
		content:"";
		top: 5px;
		left: -5px;
		z-index: 2;
		max-width: 9.375rem;
	}
		.news_category a{
			display:block;
			text-decoration:none;
			font-size:14px;
			font-size: 1.125em;
			line-height:25px;
			padding: 3px 10px;
			background-color: var(--primary_color);
			color:#fff;
			
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}	
		.news_img:hover .news_category a{
			transition:0.3s ease all;
			background-color: #000;
		}		
		
		
		
	
	/*擐������唳��臬��*/
	.index_news_R{
		vertical-align: top;
		box-sizing:border-box;
		display: table-cell;
		padding-left: 20px;
	}
		/*擐������唳��舀�交��*/
		.news_time{
			font-family: 'Montserrat', sans-serif;
			color:  var(--sec_color);
			font-size:18px;
			font-size: 1.125em;
			line-height:20px;
		}
		/*擐������唳��舀�憿�*/
		.news_title{
			color:var(--primary_color);
			font-size:18px;
			font-size: 1.375em;
			line-height:1.5;
			margin:10px 0px 0px;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			overflow: hidden;
		}
			.news_title a{
				font-weight: bold;
				color:var(--primary_color);
				display:block;
				text-decoration:none;
				transition:0.3s ease all;
			}
			.news_title a:hover{
				transition:0.3s ease all;
				opacity:0.5;
			}			
			
		/*擐������唳��舐陛餈�*/
		.news_text{
			padding:10px 0px 0px;
			color:#9c9c9c;
			font-size:14px;
			font-size: 1.125em;
			line-height:1.5;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 4;
			overflow: hidden;
		}
			
	
	
	
	
	
	
		
/*/////////////////////////////*/
/*-------擐������潭����--------*/
/*/////////////////////////////*/


/*����+敶梁����*/
.about_video_area_bg{
	background-image: url(../images/index_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 40px 0px;
	
	min-height: 100%;
	background-attachment: fixed;
}	
	.about_video_area_bg > .wrap{
		max-width:70%;
	}
	
	
	
	
	
		
		
	.about_video_area{
		padding:5px 0px 20px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		vertical-align: middle;
	}




	
.index_aboutBg{
	width:50%;
	box-sizing:border-box;
}

	.index_aboutBg > .main_title{
	}

	.index_aboutBg > .textArea{
		color: #3e3e3e;
		font-size: 17px;
		line-height: 38px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp:5;
		overflow: hidden;
	}
         	
	
		
		
		
		
		
	
		
/*/////////////////////////////*/
/*-------擐���敶梁��--------*/
/*/////////////////////////////*/


.index_videoBg{
	box-sizing:border-box;
	width:40%;
}

		/*擐���隞�蝝孵��頛芣��*/
		.indexFactory {
		}
		.indexFactory img {
			width: 100%;
			height:auto;
		}		
			.indexFactory .device {
				overflow:visible;
			}
				/*頛芣�剝�暺�*/
				.indexFactory .pagination {
				  position: absolute;
				  bottom: 20px;
				  width: 100%;
				  text-align: -webkit-center;
				}
					.indexFactory .swiper-pagination-switch {
					  display: inline-block;
					  width: 8px;
					  height: 8px;
					  border-radius: 100%;
					  background: #fff;
					  margin: 0 3px;
					  cursor: pointer;
					  border: 1px solid #666;
					}
					.indexFactory .swiper-active-switch {/*頛芣�剝�暺��嗅��璅∪�*/
					  background: #666666;
					}
					
						
	
	
	
@media (max-width: 1440px){
	
	.news_text {
		padding: 5px 0px 0px;
		-webkit-line-clamp: 3;
	}		

}	
	

@media (max-width: 1280px){
	
.main_title {
	text-align:left;
    padding-bottom: 30px;
}	


.news_listArea {
    margin: 0px -10px;
}	
	
.news_list {
    padding: 0px 10px 5px;
    display:block;
}	


	.news_img {
		display:block;
		width: 100%;
	}	
	.index_news_R {
		display:block;
		width: 100%;
		padding-left: 0px;
		padding-top:15px;
	}	
	
	
.about_video_area_bg > .wrap {
    max-width: 90%;
}	

	.about_video_area_bg .main_title {
		text-align:left;
	}
	.about_video_area {
		padding: 35px 0px 35px;
	}
	
}
		
		

	
@media (max-width: 768px){
		
.about_video_area {
    padding: 40px 0px 40px;
    display: block;
    flex-direction: unset;
    flex-wrap: inherit;
    justify-content: unset;
    align-items: unset;
}			
	.index_videoBg {
		width: 100%;
		padding:20px 0px 0px;
	}	
	.index_aboutBg {
		width: 100%;
		text-align:center;
	}	
		.about_video_area_bg .main_title {
			text-align:center;
		}
		
}	
	

@media (max-width: 640px){

.news_listArea {
    margin: 0px 0px;
	display: block;
    flex-direction: unset;
    flex-wrap: inherit;
}
	.news_list {
		width: 100%;
		padding: 15px 0px;
	}
	.news_list:first-child {
		width: 100%;
		padding-top:0px;
	}
	
}
	
	
	
	
	
	
/*/////////////////////////////////////////////////////////*/
/*-------擐���憭��券��蝯�--------*/
/*/////////////////////////////////////////////////////////*/
.indexSpecialBg {
	padding: 100px 0;
}

.indexSpecialArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 -15px;
}

.indexSpecialArea a {
	display: block;
	text-decoration: none;
	width: 25%;
	box-sizing: border-box;
	font-size: min(max(1.15vw, 16px), 36px);
	padding: 0 15px;
	color: #000;
}

.indexSpecialList {

	border: 1px solid #3c9fea;
	text-align: center;

	padding: 35px 15px;
	transition: all .3s ease;
	cursor: pointer;
	height: calc(100% - 70px);
}

.indexSpecialList:hover {
	background-color: #3c9fea;
}

.indexSpecialList_title {
	/* display: flex;
	align-items: center;
	justify-content: center; */
	margin-bottom: 5px;
	color: #3c9fea;
}

.indexSpecialList:hover .indexSpecialList_title {
	color: #fff;
}

.indexSpecialList_subTitle {
	font-weight: 600;

}

.indexSpecialList span.material-symbols-outlined {
	font-size: 32px;
	display: inline-block;
	margin-bottom: 10px;
}

.small_info {
	transition: all .3s ease;
	font-size: 16px;
}

.indexSpecialList:hover .small_info {
	color: #fff;
}

@media (max-width: 990px) {
	.indexSpecialBg {
		padding: 50px 0;
	}

	.indexSpecialArea {
		margin: 0 -15px -25px;
	}

	.indexSpecialArea a {
		width: 50%;
		padding: 0 15px 25px;
	}
}

@media (max-width: 540px) {
	.indexSpecialBg {
		padding: 25px 0;
	}

	.indexSpecialArea {
		margin: 0 0px -25px;
	}

	.indexSpecialArea a {
		width: 100%;
		padding: 0 0px 25px;
	}
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	



/*/////////////////////////////////////////////////////////*/
/*-------���臬����--------*/
/*/////////////////////////////////////////////////////////*/
	
	
	
.container_bg {
	position: absolute;
	bottom: 0px;
	right: 0px;
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%);
	width: 100px;
	height: 100%;
	z-index: -1;
}

.ball {
	opacity: 0.5;
   width: 200px;
   height: 200px;
}



.ball:nth-child(1) {
   /* background: #fff; */
    -webkit-animation: right 1s infinite ease-in-out;
    -moz-animation: right 1s infinite ease-in-out;
    animation: right 1s infinite ease-in-out;
}

.ball:nth-child(2) {
    /* background: #fff; */
    -webkit-animation: left 1.1s infinite ease-in-out;
    -moz-animation: left 1.1s infinite ease-in-out;
    animation: left 1.1s infinite ease-in-out;
}

.ball:nth-child(3) {
   /* background: #fff; */
    -webkit-animation: right 1.05s infinite ease-in-out;
    -moz-animation: right 1.05s infinite ease-in-out;
    animation: right 1.05s infinite ease-in-out;
}

.ball:nth-child(4) {
    /* background: #fff; */
    -webkit-animation: left 1.15s infinite ease-in-out;
    -moz-animation: left 1.15s infinite ease-in-out;
    animation: left 1.15s infinite ease-in-out;
}

.ball:nth-child(5) {
    /* background: #fff; */
    -webkit-animation: right 1.1s infinite ease-in-out;
    -moz-animation: right 1.1s infinite ease-in-out;
    animation: right 1.1s infinite ease-in-out;
}

.ball:nth-child(6) {
    /* background: #fff; */
    -webkit-animation: left 1.05s infinite ease-in-out;
    -moz-animation: left 1.05s infinite ease-in-out;
    animation: left 1.05s infinite ease-in-out;
}

.ball:nth-child(7) {
    /* background: #fff; */
    -webkit-animation: right 1s infinite ease-in-out;
    -moz-animation: right 1s infinite ease-in-out;
    animation: right 1s infinite ease-in-out;
}

@-webkit-keyframes right {
    0% {
        -webkit-transform: translate(-15px);
    }
    50% {
        -webkit-transform: translate(15px);
    }
    100% {
        -webkit-transform: translate(-15px);
    }
}

@-webkit-keyframes left {
    0% {
        -webkit-transform: translate(15px);
    }
    50% {
        -webkit-transform: translate(-15px);
    }
    100% {
        -webkit-transform: translate(15px);
    }
}

@-moz-keyframes right {
    0% {
        -moz-transform: translate(-15px);
    }
    50% {
        -moz-transform: translate(15px);
    }
    100% {
        -moz-transform: translate(-15px);
    }
}

@-moz-keyframes left {
    0% {
        -moz-transform: translate(15px);
    }
    50% {
        -moz-transform: translate(-15px);
    }
    100% {
        -moz-transform: translate(15px);
    }
}

@keyframes right {
    0% {
        transform: translate(-15px);
    }
    50% {
        transform: translate(15px);
    }
    100% {
        transform: translate(-15px);
    }
}

@keyframes left {
    0% {
        transform: translate(15px);
    }
    50% {
        transform: translate(-15px);
    }
    100% {
        transform: translate(15px);
    }
}

	
	
	
@media (max-width: 768px){

	.container_bg {
		width: 50px;
	}
		.ball {
			opacity: 0.08;
		}	
		
}
	
	
	
	
	
	
	
	



/*/////////////////////////////////////////////////////////*/
/*-------�梁�典��憛�--------*/
/*/////////////////////////////////////////////////////////*/


.main.inmain{
}
	.inmain{
		position:relative;
		overflow: hidden;
		padding-top: 138.812px
	}
	/*.inmain:before{
		position:absolute;
		content:url(../images/main_bg.png);
		bottom:0px;
		right:-80px;
		z-index:-1;
		opacity:0.3;
	}*/








/*�折��banner*/
.inbanner{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
	height:250px;
}

.inbanner_tit{
	position:absolute;
	-webkit-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	top:50%;
	left:50%;
	font-size: 40px;
	/* 20250422 */
	font-size: 2.5em;
	font-weight: bold;
	color: #ffffff;
}

	/*.inbanner img{
		width:100%;
		height:auto;
	}*/
		
		
.container{
	padding: 5px 0px 30px;
}
.container .wrap{
	
}
.container .wrap .page{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



/*暻萄��撅�*/
.crumb {
	font-size: 13px;
	font-size: 1.0625em;
	line-height: 17px;
	color: #b3b3b3;
	padding: 25px 0px 25px;
}
	.crumb a {
		color: var(--primary_color);
		text-decoration:none;
	}
	
	.crumb a:hover {
		opacity:0.5;
	}	

/* �刻�Ｗ��曉之150%銝�撖砍漲憭扳��991��嚗�憟��券��鋆∠���孵�璅�撘� */ 
@media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
(-webkit-max-device-pixel-ratio: 1.74), only screen and (min-resolution: 150dpi) and 
(max-resolution: 174dpi) { 
	/*暻萄��撅�*/
.crumb {
	font-size: 1.35em;

}
}


/*�折��璅�憿�璅�撘�*/
.titStyle1{
	font-size: 25px;
	font-size: 1.8125em;
	line-height: 40px;
	color: #58595B;
	margin:0px 0px 15px;
}
.titStyle1 > h1{
	font-size: 25px;
	font-size: 1em;
	display: unset;
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
    font-weight: unset;
}

.titStyle1 > h2{
	font-size: 25px;
	display: unset;
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: unset;
    margin-inline-end: unset;
    font-weight: unset;
}

.right_title{
	font-size: 20px;
	font-size: 1em;
	font-weight: normal;
	color: #777;
	line-height: 1.3;
	position:relative;
	border-bottom: 2px solid var(--primary_color);
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}
	.right_title:after{	
		position: absolute;
		content: '';
		bottom: -1px;
		background: var(--primary_color);
		width: 62px;
		height: 6px;
		left: 0px;
	}
	.right_title span {
		vertical-align: -5px;
		color: #fff;
		position: relative;
		z-index: 1;
	}
	.right_title span::before {
		content: '';
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background-color: var(--primary_color);
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: -1;
		transform: translate(-50%, -50%);
	}
	.right_title h2{	
		font-size: inherit;
		font-size: 1.5625em;
		line-height: initial;
		padding: 0;
		margin: 0;
		display: inline-block;
		font-weight: inherit;
		padding-left: 10px;
	}	




	
/*�折��璅�憿�2*/
.in_titStyle2{
	font-size: 1.8125em;
	line-height: 40px;
	color: #58595B;
	margin:0px 0px 15px;
}
	.in_titStyle2 h1 {
		font-size: 25px;
		font-size: 1em;
		display: unset;
		margin-block-start: unset;
		margin-block-end: unset;
		margin-inline-start: unset;
		margin-inline-end: unset;
		font-weight: unset;
	}
	.in_titStyle2 span{
		display: block;
		font-size: 17px;
		font-size: 0.775em;
		font-weight: bold;
		color: var(--primary_color);
		padding: 0px 0px 0px;
		font-family: 'Montserrat', sans-serif;
	}

	.titStyle1 span{
		display: block;
		font-size: 0.775em;
		font-weight: bold;
		color: var(--primary_color);
		padding: 0px 0px 0px;
		font-family: 'Montserrat', sans-serif;
	}















/*蝬脩楊��*/
.textArea{
	font-size: 1.25em;
	color:#333;
	line-height:1.5;
}
	.textArea img{
		max-width:100%;
		height:auto;
	}
	.textArea a:hover{
		opacity:0.5;
	}
		

	.textArea table {
		max-width: 100%;
		margin: inherit;
		border-radius: 3px;
		overflow: auto;
	}



/*����-------------------*/
.btn_area{
	text-align: center;
    margin: 30px 0px 0px;
}
.btn_area.one{
	text-align:center;
}

/*back����*/
input.back{
	/*background: #735749;
	color: #fff;*/
}


/*����*/
.btn_area input{
	margin:0px 10px;
}

@media (max-width: 425px){
	input[type="button"], input[type="submit"], input[type="reset"] {
		width: 44%;
    	margin: 0px 5px;
	}
}
















/*撌血��*/
.left{
	float:left;
	width:256px;
}
			
	/*撌血�渲”�桀��蝔�*/
	.leftList_tit{
		/*20250423憿��脖耨�� by tom start*/
		background-color: var(--primary_color);
		color: #fff;
		/*20250423憿��脖耨�� by tom end*/
		text-align:center;
		font-size:1.5625em;
		font-size: 1.8125em;
		line-height: 29px;
		font-weight: bold;
		word-break: break-word;
		padding: 15px 0px;
	}
	
	/*撌血�湧�詨�桀��銵�*/
	.leftListArea{
		/*20250423靽格�寥��� by tom */
		background-color: #e5e6e6;
	}
		.leftList{
			font-size:1.125em;
			font-size: 1.3em;
		}
		.leftList2{
			position: relative;
		}
					/*�孵��璅�隤�*/
					.leftList_icon.direction{
						position: absolute;
						right: 10px;
						top: 16px;
					}
						/*�孵��璅�隤�_��銝�撅���*/
						.leftList_icon.direction i.down{
							display: block;
							
						}
						/*�孵��璅�隤�_��銝��嗅��*/
						.leftList_icon.direction i.up{
							display: none;
						}
						
						
					/*active*/ /*�孵��璅�隤�_��銝�撅���*/
					.leftList.active .leftList_icon.direction i.down{
						display: none;
						
					}
					/*active*/ /*�孵��璅�隤�_��銝��嗅��*/
					.leftList.active .leftList_icon.direction i.up{
						display: block;
						color: #fff;
						
					}
			.leftList > a{
				display:block;
				text-decoration:none;
				color:#323232;
				padding: 17px 0 12px 15px;
				position: relative;
				font-size: 1em;
				line-height: 1.5;
				word-break: break-word;
			}
				
			.leftList.active > a{
				/*20250423憿��脫�湔�� by tom*/
				background-color: var(--thir_color);
				color: #fff;
			}
			.leftList > a:hover{
				background-color: var(--thir_color);
				color: #fff;
				opacity: 0.5;
				transform: all 0.3s ease;
			}
				/*蝚砌�撅日�詨�格見撘�*/
				.leftListArea.two > .leftList:hover > a:before, .leftListArea.two > .leftList.active > a:before {
					content: '';
					position: absolute;
					
					border-top: solid 6px #000;
					border-left: solid 4px rgba(255,255,255,0);
					border-right: solid 4px rgba(255,255,255,0);	
					
					border-bottom-width: 0px;
					top: 24px;
					right: 12px;
				}
			
			/*撌血�湧�詨�桀��銵函洵鈭�撅�*/
			.leftList_open{
				display: none;
			}
			.leftList_open.active{
				display:block;
			}
				.leftList_open_list{
				}
					.leftList_open_list a {
						display: block;
						transition: 0.3s ease all;
						color: #323232; /* 20250730�湔�寥��� */
						padding: 10px 30px 10px 27px;
						font-size:0.9em;
						line-height: 1.5;
						font-weight:normal;
						word-break: break-word;
					}
					.leftList_open_list.active a {
						color: #7c1a15;
					}
					.leftList_open_list>a:hover {
						color: #7c1a15;
						text-decoration:none;
					}
			
.right{
	width: calc(100% - 300px);
}
.right.noleft{
	width:100%;
}

/* �刻�Ｗ��曉之150%銝�撖砍漲憭扳��991��嚗�憟��券��鋆∠���孵�璅�撘� */ 
@media screen and (min-width: 991px) and (min-height: 500px) and 
(max-height: 1000px) and (-webkit-min-device-pixel-ratio: 1.5) and 
(-webkit-max-device-pixel-ratio: 1.74), only screen and (min-resolution: 150dpi) and 
(max-resolution: 174dpi) { 

	.leftList{
		font-size: 1.2em;
	}
}


@media (max-width: 990px){


.inbanner {
    height: 120px;
}
	.inbanner_tit {
		font-size: 30px;
	}


	/*撌血��*/
	.left{
		width:100%;
		margin-bottom: 10px;
	}
	
		/*撌血�渲”�桀��蝔�*/
		.leftList_tit{
			border: 1px #dbdbdb solid;
			border-radius:3px;
			line-height: 50px;
			position:relative;
			cursor:pointer;
			background-color: transparent;
			color: #000;
		}
		.leftList_tit:after {
			position: absolute;
			content: '';
			top: 50%;
			right: 20px;
			transform: translate(-20px,-50%);
			border-top: solid 8px #000;
			border-left: solid 4px #fff;
			border-right: solid 4px #fff;

			margin: 0 0 0 10px;
		}
		
		/*撌血�渲”��*/
		.leftListArea{
			display:none;
			background: #f7f7f7;
		}
			/*.leftList_open.active{
				display:block;
			}*/
	
	/*�喳��*/
	.right{
		width:100%;
	}
	
	
}

























/*/////////////////////////////////////////////////////////*/
/*-------瘣餃��閮���--------*/
/*/////////////////////////////////////////////////////////*/



.InNewsArea{
	flex-wrap:wrap;
}
	.InNewsArea .news_list {
		width: 50%;
		padding: 0px 20px 30px;
		display: table;
	}
	.news_img:hover .news_category a{
		background-color: var(--thir_color);
		cursor: default; 
	}	




@media (max-width: 640px){
	
	
	
	.InNewsArea .news_list {
		width: 100%;
		padding: 0px 0px 30px;
	}	
	
	
	
	
}




	/*�∪椰�湧�詨��*/
	.right.no_left{
		width: 100%;
	}

	
	/*�喳�游�批捆��憛�*/
	.right_contentBg{	
		padding-top: 20px;
	}
	
	



@media (max-width: 1100px){

	.page{
		display: block;
		flex-wrap: unset;
		justify-content: unset;
	}
	
	
	/*撌血��*/
	.left{
		width:100%;
		margin-bottom: 10px;
		position: static;
	}
	
		/*撌血�渲”�桀��蝔�*/
		.left_title {
			position: relative;
			cursor: pointer;
			background-color: #fff;
			padding: 13px 50px 13px 15px;
			font-size: 17px;
			letter-spacing: 1px;
			color: #000;
			border: 1px solid #777;
			background-image: none;
			margin-bottom: 0;
		}
			.left_title span{
				display:inline-block;
				font-size: 13px;	
				color: #000;
			}
			
			.left_title:after {
				content: '';
				position: absolute;
				border-left: solid 6px rgba(255,255,255,0);
				border-right: solid 6px rgba(255,255,255,0);
				border-bottom: solid 6px rgba(255,255,255,0);
				border-top: solid 10px #777;
				top: 19px;
				right: 15px;
			}
			
		
		/*撌血�渲”��*/
		.leftListArea{
			display:none;
			background: #fcfcfc;
			border: none;
		}
		
			.leftList > a{
				padding: 13px 45px 11px 15px;
			}
				
				/*�孵��璅�隤�*/
				.leftList_icon.direction{
					right: 11px;
				}
				
				.leftList_open_list a{
					padding: 13px 45px 11px 30px;
				}
	
	/*�喳��*/ /*�∪椰�湧�詨��*/
	.right ,
	.right.no_left{
		width:100%;
		padding: 35px 0px 0;
	}
	
	
}







	








/*-------hack----------------------------------------------------------------------------*/
.hack {
	padding:20px;
}
	.hack_demo {
		float:left;
		width:50%;
		line-height:200px;
		text-align:center;
		box-sizing:border-box;
		border: solid 1px #CCC;
	}
	
/* IE10��11��edge璅∪� */
@media all and (-ms-high-contrast:none) {
	.ie10Up {
		color: #fff;
		/* background:#06F; */
		background: var(--primary_color);
	}
	*::-ms-backdrop, .ie10Up {
		color: #fff;
		/* background:#06F; */
		background: var(--primary_color);
	}
}

/*firefox*/
@-moz-document url-prefix() { 
	.firefox {
		color: #fff;
		background: var(--primary_color);
	}
}

/*Safari��chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.safariAndChrome {
		color: #fff;
		background: #333;
	}
}

































/*/////////////////////////////////////////////////////////*/
/*-------銝�頛�--------*/
/*/////////////////////////////////////////////////////////*/

/*銝�頛���銵�*/
.download_list_area{
	/* padding:5px 0px 20px; */
	padding:20px 0px 0px;
}
	/*銝�頛���銵灶皜���*/
	.dLA_list{
		padding:15px 0px;
		/*float:left;*/
		width:48%;
		box-sizing:border-box;
	}
	.dLA_list:nth-child(2n+1){
		float:left;
	}
	.dLA_list:nth-child(2n){
		float:right;
	}
	
		/*銝�頛���銵灶皜��宰in*/
		.dLA_list_in{
			/*background:#e6e6e6;*/
			background: rgba(230, 230, 230, 0.8);
			padding:25px 25px;
			border-radius:7px;
		}
		
		.dLA_list:nth-child(2n+1) .dLA_list_in{
			 /*background:#e6e6e6;*/
			 /*border: 1px #0068b7 solid; */
		}		   
		.dLA_list:nth-child(2n) .dLA_list_in{
			 /*background:#e6e6e6;*/
		}			

		/*銝�頛���銵灶皜��宰撌血��*/
		.dLAL_left{
			float:left;
			box-sizing:border-box;
			width:60%;
			padding: 14px 0;
		}
			/*銝�頛�_璅�憿�*/
			.dLALL_tit{				
				color: #000;
				font-size: 20px;
				line-height:20px;
				font-weight: bolder;
				white-space: nowrap; 
				overflow: hidden;
				text-overflow: ellipsis;
			}
			/*銝�頛�_�批捆*/
			.dLALL_text{			
				padding-top:7px;
				color: #595757;
				font-size: 18px;
				line-height:18px;
				white-space: nowrap; 
				overflow: hidden;
				text-overflow: ellipsis;
			}
		
		/*銝�頛�_����*/
		.download_btn{
			float: right;
		}
			.download_btn a{
				display:block;
				color: #3ea1eb;
				font-weight:bold;
				font-size: 20px;
				text-decoration: none;
				padding: 14px 30px;
				background:#fff;
				border-radius: 7px;
				border:1px solid #3ea1eb;
				transition: 0.2s ease all;
			}
			.download_btn:hover a{
				color:#fff;
				background-color:#3ea1eb;
				/*border:1px solid #333;*/
				/*padding: 14px 50px;*/
				transition: 0.2s ease all;
			}


			



@media (max-width:860px){
	


	/*銝�頛���銵灶皜���*/
	.dLA_list{
		width:100%;
		float:none;
		padding:15px 0px;
	}


		/*銝�頛���銵灶皜��宰撌血��*/
		.dLAL_left{
			width:75%;
		}
}

@media (max-width:680px){
	
		/*銝�頛���銵灶皜��宰撌血��*/
		.dLAL_left{
			width:100%;
			float:none;
		}
		
		/*銝�頛�_����*/
		.download_btn{
			text-align:center;
			padding-top:15px;
			float:none;
		}
			.download_btn a {
				padding: 10px 0px;
			}		
				.download_btn a:hover{
					padding: 10px 0px;
				}
				

				.dLA_list:nth-child(2n+1){
					float:none;
				}
				.dLA_list:nth-child(2n){
					float:none;
				}
				
}



















/*================================================================================================================================*/
/*-------���∪����----------------------------------------------------------------------------*/
/*================================================================================================================================*/


/*���∪����--------------------------------------------------------------------------------*/

.directory_area{
	padding: 15px 0px 0px;
	margin:0px -15px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    vertical-align: top;
}
	
	/*���∪������銵�*/
	.directory_list{
		padding:0px 15px 15px;
		box-sizing:border-box;
		width:50%;	
	}

		
		.directory_list a{
			border-bottom:1px #b5b5b5 dashed;
			display: block;
			color: #333;
			font-size: 16px;
			line-height: 26px;
			padding:5px 0px;
			text-decoration: none;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			transition: 0.3s ease all;
		}
		.directory_list a:hover{
			color:#0068b7;
			transition: 0.3s ease all;
		}


@media (max-width:640px){

.directory_area{
	margin:0px -5px;
}
	
	/*���∪������銵�*/
	.directory_list{
		padding:0px 5px 10px;
	}

}









/*銵冽��-------------------------------------------------------------------------------------------------------*/



table {
    width: 100%;
    margin: 0 auto;
    border-radius: 3px;
    overflow: hidden;
}
	 tr {
	}
		 td {
			text-align:center;
			vertical-align:middle;
			font-size:15px;
			line-height: 24px;
			color:#333;
			padding:10px 15px;
			box-sizing:border-box;
			border-bottom: solid 1px #bebebe;
			border-right: solid 1px #bebebe;
			background: #f4f4f4;
		}


		/*蝚砌�蝯�tr*/
		tr:first-of-type td {
			border-top: solid 1px #bebebe;
		}
		/*蝚砌�蝯�tr*/
		tr:nth-of-type(3) td {
		}
		
		
		/*蝚砌���td*/
		td:first-of-type {
			width:20%;
			border-left: solid 1px #bebebe;
		}
			/*td.cPL_twoBtn {
				padding: 5px 0px;
			}*/
		
		/*2�脖���tr*/
		tr:nth-of-type(2n+0) td {
			background:#fff;
		}




@media (max-width:768px){
	
td:first-of-type {
    width: 30%;
}
		 td {
			padding:5px 5px;
		}

}







/*/////////////////////////////////////////////////////////*/
/*���⊥��撠�*/
/*/////////////////////////////////////////////////////////*/	




.search_area{
	text-align: right;
	padding:0px 0px 20px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	margin-right:-5px;
	justify-content: flex-end;
}
	.search_select{
		box-sizing:border-box;
		width: 180px;
		padding-right:5px;
	}
		.search_select select{
			width:75%;
			height: 38px;
		}
	
	.search{
		box-sizing:border-box;
		padding-right:5px;
		width:165px;
	}
		.search input{
			width:100%;
			height: 38px;
		}
	
	
	.search_area .search_btn {
		padding-right:5px;	
	}
		.search_area .search_btn label.lsf {
			font-size: 25px;
			width: 42px;
			height: 38px;
			line-height: 38px;
			display: inline-block;
			vertical-align:middle;
			border-radius: 4px;
			background: #0068b7;
			color: #fff;
			vertical-align: top;
			text-align: center;
			transition: 0.3s ease all;
			letter-spacing: 0px;
		}
			.search_area  .search_btn label.lsf:hover {
				opacity:0.7;
			}
			.search_area .search_btn label.lsf input[type='submit'] {
				display:none;
			}	
	
	
	
@media (max-width:640px){

.search_area{
	margin:0px -5px;
	flex-wrap:wrap;
}
	
	.search_select{
		width: 50%;
		padding:5px 5px;
	}
	.search{
		width: 50%;
		padding:5px 5px;
	}	
	.search_area .search_btn {
		width:100%;
		padding:5px 5px;
	}	
		.search_area .search_btn label.lsf {
			width: 100%;
		}
	
}
	
	
	
	
@media (max-width:425px){

	.search_select{
		width: 100%;
	}
	
}
	
	


/*/////////////////////////////////////////////////////////*/
/*���∪���*/
/*/////////////////////////////////////////////////////////*/	





.directory_table{
}

.directory_table td {
    border-bottom: solid 1px  #efefef;
    border-right: solid 0px  #efefef;
    background: #fff;
	padding:15px 15px;
}
	.directory_table td img{
		max-width:45%;
		height:auto;
	}


		/*蝚砌�蝯�tr*/
		.directory_table tr:first-of-type td {
			border-top: solid 0px  #efefef;
		}
		
		/*蝚砌���td*/
		.directory_table td:first-of-type {
			width:20%;
			border-left: solid 0px  #efefef;
		}

		.directory_table td:first-of-type {
			width: 20%;
			border-left: solid 0px  #efefef;
		}
		.directory_table td:nth-of-type(2) {
			text-align:left;
			/* text-align:center; */
			padding-left:15px;
		}

		.directory_table textarea {
			border: solid 1px  #efefef;
		}

@media (max-width:768px){
	
	.directory_table td{
		display:block;
		border: solid 1px  #efefef;
		border-top: solid 1px  #efefef;
		border-bottom:solid 0px  #efefef;
		padding:10px 10px;
	}
	.directory_table td:first-of-type {
		width:auto;
		border: solid 1px  #efefef;
		border-bottom:solid 0px  #efefef;
		background-color: #efefef;;
	}
	.directory_table tr:first-of-type td{
		border-top: solid 1px #efefef;
	}
	.directory_table td:nth-of-type(2) {
		padding:15px 10px 15px;
	}
	
	.directory_table tr:last-of-type td {
		border-bottom: solid 1px #efefef;
	}
	.directory_table td img{
		max-width:100%;
	}
	
}


















/*/////////////////////////////////////////////////////////*/
/*敶梁��璅∠�*/
/*/////////////////////////////////////////////////////////*/	
	
/*��蝞�*/
.lightboxArea {
	position:fixed;
	width:100%;
	z-index:99999;
	top:0px;
	left:0px;
	box-sizing:border-box;
	padding:124px 0px;
	display:none;
}
	/*��蝞梢�摨�*/
	.lightboxBG {
		background:rgba(0,0,0,0.8);
		width:100%;
		height:100%;
		position: absolute;
		top:0px;
	}
	
	/*��蝞曹蜓擃�*/
	.lightboxMain {
		height:360px;
		width:80%;
		margin:0 auto;
		background:#000;
		border-radius:5px;
		position: relative;
		transition:0.3s ease all;
		transform:scale(0);
		top:0px;
		box-sizing:border-box;
		font-size:0px;
	}
		/*������蝞望����*/
		.lightboxCloseBtn {
			font-size:17px;
			font-weight:bold;
			width:48px;
			height:48px;
			line-height:48px;
			border-radius:100%;
			color:#fff;
			text-align:center;
			background:#0068b7;
			cursor: pointer;
			position:absolute;
			top:-24px;
			right:-24px;
			transition:0.3s ease all;
			z-index: 2;
		}
			.lightboxCloseBtn:hover {
				background:#d8c6bd;
				/*color:#0068b7;*/
			}
			
		/*��蝞梯�����*/
		.lightboxContentArea {
			height: 100%;
		}
		
		
		
/*.video_index{
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100vw;
	height:100vh;
}*/		
		
.index_video_list {
	position:relative;
	float:left;
	cursor:pointer;
	background:#000;
	margin:28px 0px 0px 0px;
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
	.index_video_list > img {
		opacity:0.6;
		transition:0.3s ease all;
		width:100%;
		height:auto;
	}
	.vL_text_area {
		position:absolute;
		width:100%;
		text-align:center;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		box-sizing: border-box;
		/*font-size:16px;
		line-height:22px;
		color:#fff;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.75);*/
	}
		.vL_text_area img {
			/*padding:0px 0px 8px 0px;*/
			width: 60px;
		}
		/*hover*/
		.index_video_list:hover > img {
			opacity:1;
		}

.video_list_area {
	font-size:0px;
	margin: 20px -15px 0px -14px;
}
/*firefox hack*/
@-moz-document url-prefix() { 
  .video_list_area {
	  padding:8px 0px 0px 0px;
  }
}

	.video_list {
		display:inline-block;
		vertical-align:top;
		padding: 0px 12px 30px;
		width:47%;
	}
	/*firefox hack*/
	@-moz-document url-prefix() { 
	  .video_list {
		  padding:65px 11px 0px 11px;
	  }
	}
		.video_list .index_video_list {
			float:none;
			margin:0px;
		}
			/*.video_list_remark {
				font-size:14px;
				line-height:24px;
				color:#3d3d3d;
				padding:3px 0px 0px 0px;
			}*/
			
	/*敶梢�喟��蝞梢＊蝷箸��������*/
	.video_use {
		padding: 100px 0px;
	}
		.video_use .lightboxMain {
			height:450px;
		}
	
	/*敶梢�喟��蝞�*/
	.video {
		height:100%;
	}
		.video iframe {
			height:1px;
			height:100%;
			width:100%;
		}














/*--------------------------------��蝞望����--------------------------------*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#000;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}












/*/////////////////////////////////////////////////////////*/
/*-------���詨����憛�--------*/	
.number_pageArea{
	text-align:center;
	padding-top: 25px;
	padding-bottom: 25px;  /*Judy靽格��20190321*/
}
	/*撌血�游��憛�*/
	.numberPage_leftArea{
		display: inline-block;
		vertical-align: middle;
	}	
		.numberPage_leftList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_leftList a{
				display: block;
				text-decoration: none;
				color: var(--primary_color);
			}
			.numberPage_leftList a:hover{
				color: var(--thir_color);
			}
			
			/*modify by pekey 20181114*/
			img.hover_after{
				display: none;
				background-color: #ff6721;
				border-radius: 50%;
			}
			/*modify by pekey 20181114*/
			.numberPage_leftList a:hover img.hover_after{
				display: block;
			}
			/*modify by pekey 20181114*/
			.numberPage_leftList a:hover img.hover_before{
				display: none;
			}
		
	/*銝剝����憛�*/
	.numberPage_middleArea{
		display: inline-block;
		vertical-align: middle;
		padding: 0px 8px;
	}
		.numberPage_middleList{
			display: inline-block;
			vertical-align: middle;
			padding: 0px 4px;
		}	
		/* �脫迫霈�敶�  20250422 start*/
		.numberPage_middleList a{
			display: block;
			text-decoration: none;
			width: 31px;
			border-radius: 100%;
			background-color: transparent;
			color: #808080;
			padding: 0;
			font-family: var(--foreign_font);
			display: flex;
			justify-content: center;
			align-items: center;
			aspect-ratio: 1;
			font-size: 1.25em;
		}
		/* �脫迫霈�敶� 20250422 end*/
			/*active*/
			.numberPage_middleList.active a{
				background-color:var(--primary_color);
				color: #fff;
			}
			/*hover*/
			.numberPage_middleList a:hover{
				background-color:var(--thir_color);
				color: #fff;
			}
	
	/*�喲����憛�*/	
	.numberPage_rightArea{
		display: inline-block;
		vertical-align: middle;
	}
		.numberPage_rightList{
			display: inline-block;
			vertical-align: middle;
		}
			.numberPage_rightList a{
				display: block;
				text-decoration: none;
				color: var(--primary_color);
			}

			.numberPage_rightList a:hover{
				color: var(--thir_color);
			}
			
			/*modify by pekey 20181114*/
			.numberPage_rightList a:hover img.hover_after{
				display: block;
			}
			/*modify by pekey 20181114*/
			.numberPage_rightList a:hover img.hover_before{
				display: none;
			}
		
		
	
@media (max-width: 640px){
	
		
		
	.numberPage_middleArea{
		padding: 0px;
	}
		.numberPage_middleList{
			padding: 0px;
		}
		
		
	
}



/*-------��蝐�------------------------------------------------------------------------*/
.tab_area {
	margin: 0px 0px 10px;
}
	.tabs_btn_now {
		transition:0.3s ease all;
		background:#595959;
		color:#fff;
		font-size:13px;
		line-height:39px;
		padding:0px 36px 0px 36px;
		text-align:center;
		display:none;
		position:relative;
	}
		.tabs_btn_now:hover {
			background:#00a0e9;
		}
		.tabs_btn_now_arrow {	
			position: absolute;
			border-top: solid 8px #004998;
			top: 17px;
			right: 20px;
			border-left: solid 5px rgba(255, 255, 255, 0);
			border-right: solid 5px rgba(255, 255, 255, 0);
		}
		
	.img-scroll { 
		height: 26px; 
		position:relative;
		background-color: transparent;
		margin: 0px 0px 10px;
		border-bottom: 1px solid #dcdcdc;
		padding: 0px 0px 10px;
	}
	
		.img-list { 
			position:relative; 
		}
			ul.tabs {
				margin:0; 
				padding:0; 
				list-style:none;
			}
				.tabs li { 
					line-height: 26px;
					float:left;
					position: relative;
					font-size:13px;
				}
					.tabs li a:hover {
						color: #0068b7;
					}
					.tabs a { 
						color: #555655;
						text-decoration:none;
						display:block;
						padding:0px 15px;
						transition:0.3s ease all;
						font-weight: bold;
						font-size: 15px;
						border-left: 1px solid #dcdcdc;
					}
					.tabs li.active {
						/*�嗅��璅∪�*/
					}
					.tabs li:nth-of-type(1) a{
						border-left: 0px; 
					}
						.tabs li.active a {
							color: #0068b7;
							font-size: 23px;
							background-color: transparent;
							
						}
		
		#tab1{}
		.tab_content{}

/*�Ｗ���折����蝐斤��蝬脩楊��*/
.p_tab_text_area {
	background:#fff;
	padding:10px;
}
					@media (max-width: 768px){
						.tabs a {
							padding: 0px 15px;
						}
					}
					@media (max-width:640px){
						.tabs li{
							width: 25%;
							text-align: center;
						}
						.tabs li.active a {
							font-size: 15px;
						}
					}
					@media (max-width:414px){
						.tabs li a{
							padding: 0px 7px;
						}
					}
					
					@media (max-width: 375px){
						/*��蝐�*/
						.tab_area {
							/*position:relative;*/
						}
							.tabs_btn_now {
								/*display:block;
								background-color: #eaeaea;
								color: #004998;
								font-weight: bold;
								font-size: 16px;
								line-height: 43px;
								border-top: 3px solid #0068b7;*/
							}
							
							.img-scroll {
								/*display:none;
								height:auto;
								position: absolute;
								width: 100%;
								z-index: 999;*/
							}
								.tabs li {
									/*float:none;
									text-align:center;*/
								}
								.tabs li.active:after {
									/*content:"";*/
								}
									
									.tabs li a{
										padding: 0px;
										font-size: 14px;
									}
									
									.tabs li.active a {
										font-size: 14px;
									}
					}



/*================================================================================================================================*/
/*-------���唳���----------------------------------------------------------------------------*/
/*================================================================================================================================*/



/*���唳��臬��銵�*/
.news_list_area{
	/*padding-top:20px;*/
}

.news_list_area.index{
}

	.nLA_list{
		
		position: relative;
		padding: 10px 0px 10px 100px;
		border-bottom: 1px dashed #ccc;
	}
	.news_list_area.index .nLA_list{
		padding: 10px 0px 10px 128px;
	}
	
	.nLA_list:first-child{
		padding: 20px 0px 10px 100px;
	}
	
	.news_list_area.index .nLA_list:first-child{
		padding: 10px 0px 10px 128px;
	}
	

	.nLA_list_date {
		position: absolute;
		left: 0px;
		color: #9a9a9a;
		font-size: 14px;
		line-height: 22px;
	}
	
	.news_list_area.index .nLA_list_date{
		left: 25px;
	}
	
	
	.nLA_list_tit {
	}
		.nLA_list_tit a{
			display:block;
			color:#000;
			font-size:15px;
			line-height:22px;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
			transition:0.3s ease all;
			text-decoration:none;
		}
		
		/*hover*/
		.nLA_list_tit a:hover{
			color: #0068b7;
			transition:0.3s ease all;
		}
					
@media (max-width:640px){

		.nLA_list{
			padding: 10px 0px;
		}
		.nLA_list:first-child {
			padding: 5px 0px 10px;
		}
		.news_list_area.index .nLA_list:first-child {
			padding: 10px 10px;
		}
		.nLA_list_date {
			position: static;
		}
		.news_list_area.index .nLA_list{
			padding: 10px 10px;
		}
		
}					

/*���唳��臬�折��璅�憿�*/
.newsInTit {
	padding-top: 22px;
}
	.nIT_time {
		font-size: 16px;
		display: inline-block;
		color: #7d7d7d;
		font-weight:bold;
		letter-spacing: 2px;
	}
	.nIT_tit {
		color:#0068b7;
		font-size:16px;
		line-height:24px;
		padding: 18px 0px 0px;
		font-weight: bold;
	}

/*��銝�銝���*/
.back {
	padding:50px 0px 0px;
}
	.back a {
		display: block;
		text-decoration:none;
		transition:0.3s ease all;
		margin: 0 auto;
		text-align: center;
		color: #fff;
		background: #0068b7;
		border-radius: 5px;
		font-size: 13px;
		line-height: 35px;
		width: 150px;
	}
		.back a:hover {
			opacity:0.7;
		}




/*-------------銝�頛�-------------*/
.right.none_left{
	width: 100%;
	float: none;
}
	.right.none_left .left_tit:after{
		display:none;
	}

/*/////////////////////////////////////////////////////////*/
/*-------獢�靘�撅�蝷箏��--------*/
/*/////////////////////////////////////////////////////////*/

ul.album_area {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px;
}

/* 獢�靘�撅�蝷榕��銵� */
ul.album_area li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	box-sizing: border-box;
	display: block;
	width: 25%;
	padding: 0 15px 30px;
}

.album_list {
	font-size: 16px;
	line-height: 1.5;
	/* background-color: var(--primary_color); */
	padding: 10px;
	transition: all .3s ease-in;
}
.circle_img{
	border: 1px solid var(--primary_color);
    /* border-radius: 50%; */
    padding: 10px;
	overflow: hidden;
	transition: all .3s ease-in;
	opacity: 1;
}
.album_list:hover .circle_img{
	/* background-color: #000; */
	opacity: .5;
}

.album_list a {
	display: block;
	text-decoration: none;
	color: var(--primary_color);
	word-wrap: break-word;
	word-break: break-all;
}

/* 獢�靘�撅�蝷榕��銵灶�� */
.album_img {
	box-sizing: border-box;
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	display: block;
	/* border-radius: 50%; */
}

.album_img img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	float: none;
	/* border-radius: 50%; */
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: all 0.3s ease-out;
}



/* 獢�靘�撅�蝷榕��銵灶璅�憿� */
ul.album_area h3.title {
	padding: 0;
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	font-weight: bold;
	color: #000;
	margin: 10px 0;
	transition: all .3s ease-in;
	text-align: center;
}
.album_list:hover h3.title{
	/* color: #fff; */
}
/* 獢�靘�撅�蝷榕��銵灶蝪∟膩 */
ul.album_area h4.album_brief {
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: inherit;
	font-weight: inherit;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .3s ease-in;
}
.album_list:hover  h4.album_brief{
	color: var(--primary_color);
}
@media(max-width:1440px){
	ul.album_area li {
		width: 33.3%;
	}
}

@media (max-width: 640px) {

	ul.album_area {
		margin: 0 -5px -20px;
	}

	/* 獢�靘�撅�蝷榕��銵� */
	ul.album_area li {
		width: 50%;
		padding: 0 5px 20px;
	}

	ul.album_area h3.title {
		margin: 5px 0;
	}

}






/*-------獢�靘�撅�蝷箏���折��--------*/
ul.album_area.album_area2 {}

ul.album_area.album_area2 h4.album_brief {
	margin-top: 15px;
	display: none;
}

ul.album_area.album_area2 .album_img {
	position: relative;
}

/* hover */
ul.album_area.album_area2 .album_img:before {
	position: absolute;
	font-family: "Material Icons";
    content: "\e8f4";
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0%) scale(0);
	color: #fff;
	font-size: 36px;
	z-index: 1;
	/* transition: 0.9s ease all; */
	opacity: 0;
}
ul.album_area.album_area2 .album_img:after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

ul.album_area.album_area2 .album_img:hover:before {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	transition: 0.9s ease all;
}
ul.album_area.album_area2 .album_img:hover:after {
	
	opacity: 1;
	transition: 0.9s ease all;
}

ul.album_area.album_area2 .album_list:hover img {
	/* opacity: 0.5; */
	filter: grayscale(0.7);
	/*�圈��*/
	transition: 0.3s ease all;
}


@media (max-width: 990px) {

	/* hover */
	ul.album_area.album_area2 .album_img:before {
		font-size: 12px;
	}

}

.text_area{
	line-height: 1.5;
	font-size: 1.25em;
}
/* 20250527 蝬脩楊������璅�撘�蝘駁�� by tom start */
/* .text_area img{
	width: 100%;
	height: auto;
} */
/* 20250527 蝬脩楊������璅�撘�蝘駁�� by tom end */


/*撟單�輻��*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (min-width: 541px) and  (max-width: 950px){
}


/*��璈���*/
/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------*/
@media (max-width: 540px){
}