
/*========================================================*/
/*-------首頁內容--------*/
/*========================================================*/









/*/////////////////////////////////////////////////////////*/
/*-------共用區塊--------*/
/*/////////////////////////////////////////////////////////*/


/*首頁內容區塊*/	
.mainContent{
	/* padding: 50px 0px; */
}



	/*----- 首頁標題1 -----*/
	.index_title {
		font-size: 2.8125em;
		font-weight: bold;
		color: #275576;
		line-height: 1.3;
		/* text-align: center; */
		margin-bottom: 110px;
	}	
		.index_title h2{	
			font-size: inherit;
			line-height: initial;
			padding: 0;
			margin: 0;
			display: inline-block;
			font-weight: inherit;
		}	
	





	
@media (max-width: 990px){
	
	.mainContent{	
		/* padding: 25px 0px;	 */
	}	




}
/*/////////////////////////////////////////////////////////*/
/*==========research==========*/
/*/////////////////////////////////////////////////////////*/
.index_researchBg{
background-image: url(../index/images/researchBg.png);
background-position: 50% 50%;
background-size: cover;
background-repeat: no-repeat;
padding: 70px 0;
}
.index_research_area{
	display: flex;
	justify-content: center;
	/* margin: 0 -70px; */
	flex-wrap: wrap;
	/* box-sizing: border-box; */
}

.index_research_list{
	width: 30%;
	padding: 0 3.5%;
	box-sizing: border-box;
}
.index_research_list a{
	text-decoration: none;
	display: block;
	color: #4F4F4F;
	background-color: #fff;
}
.index_research_img{
	position: relative;
	padding-top: 60%;
}
.index_research_img img{
	width:100% !important;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.line img{
	width: 65%;
	height: auto;
	object-fit: cover;
}
.index_research_info{
	padding: 30px 40px;
}
.index_research_title{
	font-size: 2.8125em;
	font-weight: 700;
	color: #004E98;
	margin-bottom: 10px;
	display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;

overflow : hidden;
}
.index_research_text{
	line-height: 1.5;
	display: -webkit-box;
	/*-webkit-line-clamp: 3;*/
	-webkit-box-orient: vertical;
	/*overflow : hidden;*/
}


@media(max-width:1440px){
	.index_research_list {
		width: 35%;
		padding: 0 3.5%;
	}
	.index_research_title {
		font-size: 2.25em;
		margin-bottom: 10px;
	}

}
@media(max-width:990px){
	.index_researchBg {
		padding: 50px 0;
	}
	.index_research_list {
		width: 45%;
		padding: 0 2.5%;
	}	
	.index_research_info {
		padding: 20px 30px;
	}
	.index_research_title {
		font-size: 1.5em;
		margin-bottom: 10px;
	}
}


@media(max-width:540px){
	.index_researchBg {
		padding: 25px 0;
	}	
	.index_research_list {
		width: 50%;
	}
	.index_research_info {
		padding: 20px 20px;
	}
}


/*/////////////////////////////////////////////////////////*/
/*==========index_introductionBg==========*/
/*/////////////////////////////////////////////////////////*/
.index_introduction_area{
	display: flex;
}
.index_introduction_left{
	width: 50%;
	position: relative;

	background-image: url(../index/images/introductionBg.png);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.index_introduction_left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.index_introduction_info{
	padding: 13% 15% 13% 16%;
	box-sizing: border-box;
	overflow: hidden;
	/* position: absolute;
	top: 0;
	left: 0; */
} 

.index_introduction_brief{
	font-size: 1.875em;
	font-weight: 700;
	color: #275576;
	margin-bottom: 30px;
	display: -webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient: vertical;

overflow : hidden;
line-height: 1.2;
}
.index_introduction_text{
	color: #4F4F4F;
	font-size: 1.25em;
	line-height: 1.625em;
	display: -webkit-box;
-webkit-line-clamp:5;
-webkit-box-orient: vertical;

overflow : hidden;
margin-bottom: 20px;
}

.index_introduction_right{
	width: 50%;
}
.index_introduction_right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_btn a{
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-decoration: none;
	color: #fff;
	background-color: #275576;
	width: 156px;
	height: 46px;
}
.index_btn a img{
	width: 26px;
	height: 26px;
	object-fit: cover;
	position: unset;
	z-index: 1;
}
@media(max-width:1440px){
	.index_title {
		font-size: 2.25em;
		margin-bottom: 50px;
	}	
}

@media(max-width:1200px){
	.index_introduction_info {
		padding: 13% 9% 13% 9%;
	}
}

@media(max-width:990px){
	.index_title {
		font-size: 1.5625em;
		margin-bottom: 25px;
	}
	.index_introduction_brief {
		font-size: 1.25em;
		margin-bottom: 25px;
	}		
}
@media(max-width:540px){
	.index_introduction_area{
		flex-direction: column;
	}
	.index_introduction_left{
		width: 100%;
	}
	.index_introduction_right {
		width: 100%;
		order: -1;
	}
}


/*/////////////////////////////////////////////////////////*/
/*==========index_newsBg==========*/
/*/////////////////////////////////////////////////////////*/
.index_newsBg{
	background-image: url(../index/images/newsBg.png);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.index_news_area{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.index_news_left{
	width: 40%;
	padding-left: 2%;
	box-sizing: border-box;
}
.index_news_left .index_title {
	color: #EBC700;
	margin-bottom: 90px;
}	
.index_news_left .index_introduction_brief{
	color: #fff;
	
}
.index_news_left .index_introduction_text{
	color: #fff;
}
.index_news_left .index_btn a{
    background-color: #EBC700;
	display: flex !important;
}
.index_introduction_date{
	color: #EBC700;
	font-size: 1.875em;
	font-weight: 700;
	margin-bottom: 20px;
}
.index_news_right{
	width: 60%;
	position: relative;
}
.index_news_rightIn{
	padding: 0 10%;
}
.index_news_right .swiper-slide a {
	display: block;
	position: relative;
	padding-top: 120%;

}

.index_news_right .swiper-slide a img{
	width:100% !important;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.main .swiper-button-prev, .main  .swiper-button-next {
   
    width: 35px;
    height: 35px;
    background-size: cover;
}
.main .index_news_rightIn .swiper-slide.swiper-slide-next a,
.main .index_news_rightIn .swiper-slide.swiper-slide-duplicate-prev a
 {
	position: relative;
	display: block;
}

.main .index_news_rightIn .swiper-slide a::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 19, 37, 0.50);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.main .index_news_rightIn .swiper-slide a.active::after {
   display: none;
}

@media(max-width:1440px){
	.index_news_left .index_title {
		margin-bottom: 30px;
		font-size: 2.25em;
	}
}

@media(max-width:990px){
	.index_introduction_date {
		font-size: 1.5em;
	}	
}

@media(max-width:540px){
	.index_news_area{
		flex-direction: column;
	}
	.index_news_left{
		width: 100%;
		padding-left: 0;
	}
	.index_news_right{
		width: 100%;
		order: -1;
	}
	.index_news_rightIn {
		padding: 10% 10%;
	}
	.index_news_left .index_introduction_info {
		padding: 0 9% 10% 9%;
	}
}