/* banner */
.swiper-slide a{
    display: block;
    position: relative;
    padding-top: 39.01%;
}

.swiper-slide a img {
    width:100%;
    height:auto;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    float: none;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: all 0.3s ease-out;						
}

@media (max-width: 990px){
	/* banner */
.swiper-slide a{

    /* padding-top: 155%; *//* 20250730蝘駁�斗��璈��� by tom */
}
}
/*/////////////////////////////////////////////////////////*/
/*-------擐���_���唳��臬��憛�--------*/
/*/////////////////////////////////////////////////////////*/
.magazine_in{
	padding-bottom: 25px;
}
.index_MagazineBg{
	display: block;
	padding-top: 45px;
}
.index_MagazineBg .wrap{
	position: relative;
}

/* 撟單�輸��憪�����頛芣�� */
.index_MagazineMobileBg{
	display: none;
	padding-top: 45px;
}
	.index_MagazineListArea{
		/* display: flex;
		flex-direction: row;
		flex-wrap: wrap; */
		/* margin: 0 -15px; */
		padding: 25px 0;
	}

	.right .index_MagazineListArea {
		padding: unset;
	}


		.index_MagazineList{
			float: left;
			width: 33%;
			box-sizing: border-box;
			padding: 0 0px 45px 0px;
		}
			.index_MagazineListIn{

			}
			

			.index_MagazineListIn a:hover{
				text-decoration: none;
			}

				/* ���� */
				.index_MegazineImg{
					width: 100%;
				}
					/* 20250521 ����憭批��箏� by tom start */				
					.index_MegazineImg a{
						display: block;
						position: relative;
						padding-top: 66%;
					}
									
						.index_MegazineImg img{
							width:100%;
							height:auto;
							transition: all 0.3s ease-out;
							position: absolute;
							top: 0;
							left: 0;
							bottom: 0;
							right: 0;
							float: none;
							width: 100% !important;
							height: 100% !important;
							object-fit: cover;
							transition: all 0.3s ease-out;

						}
					/* 20250521 ����憭批��箏� by tom end */

				/* 璅�憿� */
				.index_MegazineTit{
					padding: 15px 0 0;
				}
					.index_MegazineTit a {
						display: block;
						font-size: 1.375em;
						line-height: normal;
						color: #000;
						font-weight: bold;
						padding-top: 0;
					}

					.index_MegazineTit a:hover {
						color: #A0A0A0 !important;
						text-decoration: none !important;
					}

				/* 蝪∟膩 */
				.index_MegazineText {
					font-size: .9375em;
					line-height: normal;
					color: #333;
					padding: 15px 0 0;
				}

				/* �交��+���� */
				.index_MegazineDate{
					font-size: 1.1875em;
					color: #B5B5B5;
					padding: 15px 0 0;
				}

				/* �亦���游� */
				.index_MegazineButton {
					padding: 15px 0 0;
					width: 100%;
				}
					.index_MegazineButton a {
						display: block;
						text-align: center;
						font-size: 1em;
						font-weight: bold;
						color: #ffffff;
						background-color: #000000;
						padding: 12.5px 10px;

						-webkit-transition: all .3s;
						-o-transition: all .3s;
						transition: all .3s;
					}

					.index_MegazineButton a:hover {
						background: #A0A0A0;

						-webkit-transition: all .3s;
						-o-transition: all .3s;
						transition: all .3s;
					}


				
@media (max-width:990px){
	.index_MagazineBg{
		/* display: none; */
	}
	
	/* 撟單�輸��憪�����頛芣�� */
	.index_MagazineMobileBg{
		display: block;
	}
	
	.index_MagazineListArea {
		position: relative;
		margin: 0px;
		/* height: 300px; */
	}

	.index_MagazineList{
		width: 100%;
		padding: 0 0 45px;
	}

	.index_MagazineListIn a img {
		width: 100%;
		/* height: 200px;
		object-fit: cover; */
	}
	.index_MegazineDate {
		/* font-size: 16px; */
		text-align: right;
	}
	/* 頛芣�剔悌�剜見撘� */
	.index_MagazineMobileBg .swiper-button-prev{
		position: absolute;
		top: 34%;
		/* modify by david 20220919 start */
    	/* left: 0.6%; */
		left: 0;
		/* modify by david 20220919 end */
		margin: 0px;
		/* z-index: 10;
		cursor: pointer; */
		width: 15px;
		height: 22px;
		background-size: 15px;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	} 
	.index_MagazineMobileBg .swiper-button-next {
		position: absolute;
		top: 34%;
		/* modify by david 20220919 start */
    	/* right: 0.6%; */
		right: 0;
		/* modify by david 20220919 end */
		margin: 0px;
		/* z-index: 10;
		cursor: pointer; */
		width: 15px;
		height: 22px;
		background-size: 15px;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.index_MagazineMobileBg .swiper-button-prev{
		display: block;		
		background-image: url(../images/chevron-left.svg);
	}
	.index_MagazineMobileBg .swiper-button-next{	
		display: block;			
		background-image: url(../images/chevron-right.svg);
	}
}




/*------------------擐������唳���------------------*/

.index_newsBg{
	padding: 50px 0px 50px;
}

	.index_newsBg > .wrap {
		position: relative;
	}
	
		.index_moreBtn{
			position: absolute;
			right: 0px;
			top: 0px;
		}
			.index_moreBtn a{
				color: #555655;
				text-decoration: none;
				display: block;
				padding: 13px 10px;
				height: 42px;
				font-size: 1.1875em;
				text-align: center;
				box-sizing: border-box;
				font-weight:  bold;
				transition: 0.3s ease all;
			}
			/*hover*/
			.index_moreBtn a:hover{
				color: #0068b7;
				transition: 0.3s ease all;
			}
	
	
						
						
						


@media (max-width: 990px){
	.index_moreBtn{
		right: 20px;
	}
}



@media (max-width: 640px){

.index_newsBg{
	padding: 50px 0px 50px;
}

	.index_moreBtn{
		position: static;
		padding: 15px 0px 0px;
		margin: 0px auto;
	}
		.index_moreBtn a{
			color: #a7a7a7;
			border: 1px solid #dcdcdc;
		}
}

/*/////////////////////////////////////////////////////////*/
/*-------擐���_��閮���憛�--------*/
/*/////////////////////////////////////////////////////////*/
.event_in{
	padding-bottom: 25px;
}
.index_eventBg{
	display: block;
	padding-top: 45px;
}

/* 撟單�輸��憪�����頛芣�� */
.index_eventMobileBg{
	display: none;
	padding-top: 45px;
}
	.index_eventListArea{
		/* display: flex;
		flex-direction: row;
		flex-wrap: wrap; */
		margin: 0 -15px;
		padding: 25px 0;
	}

	.right .index_eventListArea {
		padding: unset;
	}


		.index_eventList{
			float: left;
			width: 25%;
			box-sizing: border-box;
			padding: 0 15px 45px 15px;
		}
			.index_eventListIn{

			}
			

			.index_eventListIn a:hover{
				text-decoration: none;
			}

				/* ���� */
				.index_eventImg{
					width: 100%;
				}
					/* 20250521 ����憭批��箏� by tom start */				
					.index_eventImg a{
						display: block;
						position: relative;
						padding-top: 66%;
					}
									
						.index_eventImg img{
							width:100%;
							height:auto;
							transition: all 0.3s ease-out;
							position: absolute;
							top: 0;
							left: 0;
							bottom: 0;
							right: 0;
							float: none;
							width: 100% !important;
							height: 100% !important;
							object-fit: cover;
							transition: all 0.3s ease-out;
						}
					/* 20250521 ����憭批��箏� by tom end */

				/* 璅�憿� */
				.index_eventTit{
					padding: 15px 0 0;
				}
					.index_eventTit a {
						display: block;
						font-size: 1.375em;
						line-height: normal;
						color: #000;
						font-weight: bold;
					}

					.index_eventTit a:hover {
						color: #A0A0A0 !important;
						text-decoration: none !important;
					}

				/* 蝪∟膩 */
				.index_eventText {
					font-size: .9375em;
					line-height: normal;
					color: #333;
					padding: 15px 0 0;
				}

				/* �交��+���� */
				.index_eventDate{
					font-size: 1.1875em;
					color: #B5B5B5;
					padding: 15px 0 0;
				}

				/* �亦���游� */
				.index_eventButton {
					padding: 15px 0 0;
					width: 100%;
				}
					.index_eventButton a {
						display: block;
						text-align: center;
						font-size: 1em;
						font-weight: bold;
						color: #ffffff;
						background-color: #000000;
						padding: 12.5px 10px;

						-webkit-transition: all .3s;
						-o-transition: all .3s;
						transition: all .3s;
					}

					.index_eventButton a:hover {
						background: #A0A0A0;

						-webkit-transition: all .3s;
						-o-transition: all .3s;
						transition: all .3s;
					}


				
@media (max-width:990px){
	.index_eventBg{
		/* display: none; */
	}
	
	/* 撟單�輸��憪�����頛芣�� */
	.index_eventMobileBg{
		display: block;
	}
	
	.index_eventListArea {
		position: relative;
		margin: 0px;
		/* height: 300px; */
	}

	.index_eventList{
		width: 100%;
		padding: 0 0 45px;
	}

	.index_eventListIn a img {
		width: 100%;
		/* height: 200px;
		object-fit: cover; */
	}
	.index_eventDate {
		/* font-size: 16px; */
		text-align: right;
	}
	/* 頛芣�剔悌�剜見撘� */
	.index_eventMobileBg .swiper-button-prev{
		position: absolute;
		top: 34%;
		/* modify by david 20220919 start */
    	/* left: 0.6%; */
		left: 0;
		/* modify by david 20220919 end */
		margin: 0px;
		/* z-index: 10;
		cursor: pointer; */
		width: 15px;
		height: 22px;
		background-size: 15px;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	} 
	.index_eventMobileBg .swiper-button-next {
		position: absolute;
		top: 34%;
		/* modify by david 20220919 start */
    	/* right: 0.6%; */
		right: 0;
		/* modify by david 20220919 end */
		margin: 0px;
		/* z-index: 10;
		cursor: pointer; */
		width: 15px;
		height: 22px;
		background-size: 15px;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.index_eventMobileBg .swiper-button-prev{
		display: block;		
		background-image: url(../images/chevron-left.svg);
	}
	.index_eventMobileBg .swiper-button-next{	
		display: block;			
		background-image: url(../images/chevron-right.svg);
	}
}

/* 頛芣�剝�暺�隤踵�� start */
.swiper_control{
	position: absolute;
	width: 100%;
	max-width: 300px;
	height: auto;
	top: 6.1%;
	right: 3%;
	
}
.htmlFontSizeC .swiper_control{
	right: 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) { 
	.swiper_control{

		top: 8%;
		
		
	}
}
@media (max-width: 990px){
	.swiper_control{
		display: none;
		
	}
}
/* 頛芣�剝�暺�隤踵�� end */