
/* banner */
.head{
	padding: 0;
}
.headBanner {
	text-align: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.tags-part {
    text-align: left;
    padding: 0 60px;
}
.Content {
	width: 100%;
	color: #FFFFFF;
	margin-top: 100px;
	text-align: center;
}
.Content h1 {
	font-weight: 400;
	font-size: 90px;
}
.Content h2 {
	font-size: 20px;
	font-weight: 100;
	padding: 25px 60px;
	line-height: 1.5;
}
.Content button {
	align-items: center;
	appearance: none;
	background-color: #fff;
	border-radius: 24px;
	border-style: none;
	box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
	box-sizing: border-box;
	color: #3c4043;
	cursor: pointer;
	display: inline-flex;
	fill: currentcolor;
	font-size: 16px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: .25px;
	line-height: normal;
	max-width: 100%;
	overflow: visible;
	padding: 10px;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	text-transform: none;
	transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	width: auto;
	will-change: transform,opacity;
	z-index: 0;
}
.Content button:hover {
	background: #F6F9FE;
  	color: #174ea6;
}
.Content button:active {
	box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  	outline: none;
}

/* relation */
.Relation{
	background: #f0f3f7;
	padding: 50px 150px;
}
.Relation h1{
	font-size: 30px;
	color: #000;
	text-align: center;
}
.Relation h2{
	font-size: 20px; 
	color: black; 
	font-weight: 500;
	border-left: 10px solid #2f488d; 
	padding: 5px 10px 5px 10px;
}
.Relation h2:hover{
	color: #2f488d;
}
.Relation p{
	font-size: 14px; 
	color: black;
}
.Relation span{
	font-size: 12px; 
	color: black;
	padding-bottom: 20px;
}
.Relation i{
	float: left; 
	font-size: 22px;
	padding-right: 10px;
	padding-top: 10px;
	color: #2f488d;
}
.Relation .img-box{
	padding: 0;
	object-fit: cover;
}
.Relation .img{
	height: 100%;
	width: 100%;
}
.RelationList{
	display: inline-block;
	padding: 0 15px;
	width: 100%;
	padding-bottom: 20px;
}
.Relation .Category{
	float: left;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-align: center;
	padding: 0 25px;
	padding-bottom: 10px;
	cursor: pointer;
}
.RelationList .active{
	border-bottom: 5px solid #428BFF;
}
.Relation .line{
	width: 100%;
	display: table;
	border-bottom: 1px solid;
	border-bottom: 1px solid #cccccc;
}
.Relation-box-list{
	display: inline-block;
}
.Relation-item{
	color: #000000;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 5px #e9e9e9;
	width: 100%;
	display: table;
	transition: transform 0.5s ease;
}
.Relation-item:hover {
	box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
	transform: scale(1.05);
}
.Relation .content{
	padding: 10px 20px;
}

/* tag-part */
.tagBtn {
	align-items: center;
	appearance: none;
	background-color: #fff;
	border-radius: 24px;
	border-style: none;
	box-sizing: border-box;
	color: #3c4043;
	cursor: pointer;
	display: inline-flex;
	fill: currentcolor;
	font-size: auto;
	font-weight: 500;
	justify-content: center;
	letter-spacing: .25px;
	line-height: normal;
	max-width: 100%;
	overflow: visible;
	padding: 8px;
	margin: 10px 5px;
	position: relative;
	text-align: center;
	text-transform: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	width: auto;
	z-index: 0;
}
.tagBtn:hover {
	background: #ffffff;
  	color: #174ea6;
	transform: scale(1.05) rotate(0deg);
}
.tagBtn:active {
  	outline: none;
}
.moreBtn{
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.langBtn {
	background-color: #fff;
	border: 0 solid #e2e8f0;
	border-radius: 1.5rem;
	box-sizing: border-box;
	color: #2f488d;
	cursor: pointer;
	margin: -25px 5px 0px 5px; 
	padding: 5px;
	text-align: center;
	float: right;
	font-weight: 300;
	transition: all .1s cubic-bezier(.4, 0, .2, 1);
	box-shadow: 5px 5px 5px rgba(166, 175, 195, 0.25);
}
.langBtn:hover {
	background-color: #1e293b;
	color: #fff;
}
.langContent {
	display: none;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.active {
	display: block;
	opacity: 1;
}
.lang-part{
	float: right; 
	padding: 10px;
}
.fadeIn {
animation: fadeIn 0.5s ease-in-out;
}

@media (max-width: 850px) {
    .tags-part {
        padding: 0 20px;
    }
    .tagBtn{
        padding: 5px;
        margin: 5px;
        font-size: 12px !important;
    }
    .Content h1 {
		font-size: 40px;
	}
	.Content h2 {
		font-size: 18px;
		padding: 30px;
	}
	.Content button{
		font-size: 16px;
	}
	.Relation h1{
		font-size: 24px;
	}
	.Relation h2{
		font-size: 18px;
	}
	.Relation p{
		font-size: 12px;
	}
	.Relation a{
		font-size: 16px;
	}
	.Relation span{
		font-size: 12px; 
		padding-top: 5px;
	}
	.Relation button{
		font-size: 16px; 
		margin-bottom: 20px;
	}
	.Relation .Category{
		font-size: 20px;
	}
	.Relation{
		padding: 30px 30px;
	}
}
@media (max-width: 600px) {
    .tags-part {
        padding: 0 20px;
    }
    .tagBtn{
        padding: 5px;
        margin: 5px;
        font-size: 12px !important;
    }
    .Content h1 {
		font-size: 30px;
	}
	.Content h2 {
		font-size: 14px;
		padding: 20px;
	}
	.Content button{
		font-size: 14px;
	}
	.Relation h1{
		font-size: 20px;
	}
	.Relation h2{
		font-size: 16px;
	}
	.Relation p{
		font-size: 12px;
	}
	.Relation a{
		font-size: 14px;
	}
	.Relation span{
		font-size: 12px; 
		padding-top: 5px;
	}
	.Relation button{
		font-size: 14px;
		margin-bottom: 10px; 
	}
	.Relation .Category{
		font-size: 18px;
	}
	.Relation{
		padding: 30px 30px;
	}
}
@media (max-width: 450px) {
    .tags-part {
        padding: 0 20px;
    }
    .tagBtn{
        padding: 5px;
        margin: 5px;
        font-size: 12px !important;
    }
    .Content h1 {
		font-size: 20px;
		margin: 0 0 10px 0;
	}
	.Content h2 {
		font-size: 10px;
		padding: 10px;
	}
	.Content button{
		font-size: 12px;
	}
	.Relation h1{
		font-size: 18px;
	}
	.Relation h2{
		font-size: 14px;
	}
	.Relation p{
		font-size: 12px;
	}
	.Relation a{
		font-size: 12px;
	}
	.Relation span{
		font-size: 12px; 
		padding-top: 5px;
	}
	.Relation button{
		font-size: 12px; 
		margin-bottom: 10px;
	}
	.Relation .Category{
		font-size: 16px;
	}
	.Relation{
		padding: 30px 30px;
	}
}
