


/* �刻�Ｗ�撖砍漲憭扳��991��嚗�憟��券��鋆∠���孵�璅�撘� */ 
@media screen and (min-width: 991px) {

    .right_contentBg{
        padding-top: 0;
    }

}




/* =============================================== */
/* �貊倏璅∠���銵� */
/* =============================================== */


.photo_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	align-items: center;
	margin: 0 auto;
	/* gap: 20px; */
	row-gap: 1.25rem; /*20px*/
	margin:0 -0.625rem;  /*0 -10px*/
}

.photo_list {
	/* padding: 0 10px; */
	width: 33.3%;
	transform: translateY(0);
	transition: all .2s ease-in;
	/* flex: 1; */
	padding: 0 0.625rem;  /*10px*/
}

.photo_list:hover {
	transform: translateY(-20px);
	
}

a.photo_list_in {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	overflow: hidden;
	background: #fff;
	display: block;
	color: #000;
	text-decoration: none;
	transition: all .2s ease-in;
	border-radius: 10px;
}

.photo_info {
	/* padding: 20px 20px 30px; */

	padding: clamp(0.6452rem, 1.0417vw, 1.2500rem); /* ��撠��� 10.32px��憭批�蝝� 1.0417vw����憭批�� 20.00px */
	/* padding-bottom:clamp(0.9678rem, 1.5625vw, 1.8750rem);    ��撠��� 15.48px��憭批�蝝� 1.5625vw����憭批�� 30.00px */
	/* height: 40%; */
	/* background-color: none; */
	transition: all .2s ease-in;
}

.photo_list:hover .photo_info {
	/* background-color: var(--primary_color); */
	transition: all .1s ease-in;
	
}

.photo_list:hover .photo_list_in {
	color: #fff;
	transition: all .1s ease-in;
	box-shadow: 0px 15px 20px -10px rgba(35, 31, 32, 0.25), 0px 22px 25px -10px rgba(35, 31, 32, 0.2);
}

.photo_top{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: start;
	gap: .625rem;
	margin-bottom: 10px;
}
.photo_title {
    font-weight: 700;
    margin-bottom: 0;
    overflow: hidden;
    line-height: 1.5;
    font-size: calc(24 / 16 * 1rem);
    color: #231F20;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    box-sizing: border-box;
}


.photo_number {
	content: "01";
    /* position: absolute;
    top: 50%; */
    /* transform: translate(-31px, -50%); */
    font-size: calc(16 / 16* 1rem);
    line-height: 1.5;
    font-weight: 700;
    color:var(--primary_color);
    font-family: var(--foreign_font);
    /*font-display: swap;*/

	display: none;
}

.photo_img {
	/* height: 60%; */
	position: relative;
	padding-top: 60%;
	overflow: hidden;
}

.photo_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transform: scale(1);
	transition: all .2s ease-in;
}

.photo_list:hover .photo_img img {
	transform: scale(1.2);
}


.photo_description {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	/* font-size: 14px; */
	line-height: 1.5;
	font-size: .875rem; /*14px*/
    
    color: #474843;
    margin-bottom: 0;
	min-height: 5.25rem;
	/*padding-left: clamp(1.2258rem, 1.9792vw, 2.3750rem);*/ /* ��撠��� 19.61px��憭批�蝝� 1.9792vw����憭批�� 38.00px */
}
.photo_list:first-of-type .photo_description {
	/*padding-left: clamp(1.0646rem, 1.7188vw, 2.0625rem);*/ /* ��撠��� 17.03px��憭批�蝝� 1.7188vw����憭批�� 33.00px */
}














@media(max-width:1440px) {

	.photo_info {
		padding: clamp(0.4839rem, 0.7813vw, 0.9375rem); /* ��撠��� 7.74px��憭批�蝝� 0.7813vw����憭批�� 15px */

	}
}

/* @media(max-width:1200px) {

	.index_serviceBg {
		position: unset;
		transform: translate(0, 0);
	}

	.index_serviceBg .wrap {
		width: 90%;
	}

	.index_serviceBg .index_title2 {
		display: block;
	}

} */

@media(max-width:990px) {

	/* .index_middle_Bg a {
		position: relative;
		display: block;
		padding-top: 90%;
	} 


	.index_serviceBg {
		margin:  clamp(2.5807rem, 4.1667vw, 5rem) 0; 
		padding: 0;
	}
	.index_serviceBg .wrap {
		width: 90%;
	}
	.index_serviceBg .index_title2{
		text-align: center;
		margin-bottom:  clamp(1.7743rem, 2.8646vw, 3.4375rem); 
	}
	.index_serviceBg .index_title2 .title_en {
		font-size: clamp(1.5000rem, 1.4583vw, 1.7500rem); 
	}
	.index_serviceBg .index_title2 .title {
		font-weight: 700;
		line-height: inherit;
	}*/

}





@media(max-width:640px) {

	/* .index_serviceBg {
	}

		.index_serviceBg .wrap {
			width: 90%;
		} */

			.photo_area {
				/* display: block; */
				margin: 0;
				padding: 0;
				gap: 1.5625rem; /*25px*/
			}

				.photo_list {
					border-radius: 10px;
					padding: 0;
					width: 100%;
					height: auto;
					/* margin: 25px 0; */
					box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
				}

				.photo_img {
					/* height: 50%; */
					/* padding-top: 50%; */
				}


}


@media(max-width:540px){

	.index_serviceBg {
		/*margin-top:clamp(2.5807rem, 4.1667vw, 5.0000rem);*/ /* ��撠��� 41.29px��憭批�蝝� 4.1667vw����憭批�� 80px */
	}

}





















/* =============================================== */
/* ���唳��珞�折�� */
/* =============================================== */


.inbanner2{

}

	.inbanner2 .inbanner_sub_title{
		font-size: 1rem;
		line-height: 1;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: .625rem; /*10px*/
	}
		.inbanner2 .inbanner_sub_title .tag{
			padding: 2px 10px;
			font-size: inherit;
			line-height: 1.5;
			font-weight: 500;
			color: #fff;
			background-color: var(--second_color);
			border-radius: 13px;
			font-family: var(--foreign_font);
			display: inline-flex;
		}
		.inbanner2 .inbanner_sub_title p{
			font-size: inherit;
			line-height: inherit;
			color: #474843;
			font-family: var(--foreign_font);
			font-weight: 500;
		}
		.inbanner2 .inbanner_title {
			line-height: 1.2;
			font-size: clamp(1rem, 1.6667vw, 2rem); /* 摮�擃� ��撠��� 16.00px��憭批�蝝� 1.6667vw����憭批�� 32.00px */
		}

		/* 蝬脤����璅�撘� */
		.text_area{
			margin-bottom: 50px;
		}





