.sec1{
	padding:11.5% 0 5.2%;
}
.sec1 .inner{
	width:91.25em;
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	flex-direction:row;
}
.sec1 .main-part{
	width:76%;
}

.sec1 .title{
	text-align:center;
}
.sec1 .title h1{
	font-size: 3em;
	line-height: 1.5;
}
.sec1 .title p{
	font-size: 1.25em;
	line-height: 1.8;
	color:#666;
	margin-top:1.6em;
}
.sec1 .title p span{
	margin:0 1.3em;
}
.sec1 .content{
	line-height:1.875;
	border-top:1px solid rgba(0, 0, 0, 0.2);
	border-bottom:1px solid rgba(0, 0, 0, 0.2);
	margin:2.95% 0;
	padding:5% 0;
}
.sec1 .content:last-child{
	border-bottom: 0 none;
	padding-bottom:0;
}
.sec1 .content *{
	font-size:inherit;
	color:inherit;
	line-height:inherit;
}
.sec1 .content img{
	max-width:100%;
}
.sec1 .relative-box{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
}
.sec1 .relative-box a{
	font-size: 1.125em;
	line-height: 1.333;
	color: #666;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	max-width:48%;
	transition:color 0.3s;
}
.sec1 .recommand-box{
	margin-top:3%;
}
.sec1 .recommand-box h3{
	font-size: 1.5em;
	line-height: 1.5;
	color: #333;
	margin-bottom: 0.5em;
}
.sec1 .recommand-box a{
	font-size: 1.125em;
	line-height: 1.8;
	color: #666;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	display: block;
	padding: 0.75em 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition:color 0.3s;
}
.sec1 .sticky-box{
	text-align:center;
	position:sticky;
	bottom:0;
	padding:1.5em 0;
	background-color:rgba(255, 255, 255, 0.7);
}
.sec1 .sticky-box h5{
	font-size:1.5em;
	color:var(--theme-blue);
	margin-bottom:0.5em;
}
.sec1 .sticky-box p{
	display:inline-block;
	margin-right:2em;
}
.sec1 .sticky-box p:last-child{
	margin-right:0;
}


.sec1 .side-part{
	width:21%;
	padding-top:6.625em;
}
.sec1 .side-part .side-box{
	margin-top:1.5em;
	background-color: #F0F9FF;
	box-shadow: 0px 0.25em 0.625em rgba(102, 102, 102, 0.2);
	border-radius: 0.625em;
	padding: 1.25em 0.625em 0.625em;
}
.sec1 .side-part .side-box .title{
	margin-bottom:1em;
}
.sec1 .side-part .side-box .title svg{
	width:1.375em;
	vertical-align:middle;
	margin-right:0.75em;
	fill:var(--theme-blue);
}
.sec1 .side-part .side-box .title h3{
	display:inline;
	vertical-align:middle;
	font-size:1.25em;
	color:var(--theme-blue);
}
.sec1 .side-part .contact-box ul{
	background-color: #fff;
	border-radius: 0.625em;
	padding:0 1em;
}
.sec1 .side-part .contact-box li{
	border-bottom:1px solid #d9d9d9;
	padding:0.875em 0;
	line-height:1.625;		
}
.sec1 .side-part .contact-box li:last-child{
	border-bottom:0 none;
}
.sec1 .side-part .contact-box h5{
	color:var(--theme-blue);
}
.sec1 .side-part .link-box{
	background-color: #fff;
	border-radius: 0.625em;
	padding:0 1em;
}
.sec1 .side-part .link-box a{
	border-bottom:1px solid #d9d9d9;
	display:block;
	line-height:1.5;
	padding:0.625em 0;
}
.sec1 .side-part .link-box a:last-child{
	border-bottom:0 none;
}
.sec1 .side-part .event-box li{
	margin-bottom:0.875em;
	border-radius:0.625em;
	overflow:hidden;
}
.sec1 .side-part .event-box li:last-child{
	margin-bottom:0;
}
.sec1 .side-part .event-box .text-box{
	font-size:1.125em;
	line-height:1.56;
	background-color:#fff;
	padding:0.67em 0.78em;
}
.sec1 .side-part .event-box .text-box h5{
	margin-bottom:0.278em;
}
.sec1 .side-part .event-box .text-box p{
	color:var(--theme-blue);
}
@media only screen and (min-width:1025px){
	.sec1 .relative-box a:hover{
		color:var(--theme-blue);
	}
	.sec1 .recommand-box a:hover{
		color:var(--theme-blue);
	}
	.sec1 .side-part .link-box a:hover{
		color:var(--theme-blue);
	}
}
@media only screen and (max-width:1024px){
	.sec1{
		padding:25% 0 15%;
	}
	.sec1 .inner{
		display:block;
	}
	.sec1 .title h1{
		font-size: 2.375em;
	}
	.sec1 .content{
		margin:7.5% 0;
		padding:7.5% 0;
		font-size:1.125em;
	}
	.sec1 .recommand-box{
		margin-top:10%;
	}
	.sec1 .main-part{
		width:100%;
	}
	.sec1 .side-part{
		display:none;
	}
}