.ET_main{
	margin-top: 35px;
}
.ET_main_mobile{
	display:none;
}
.page_top {
    margin-top: 30px;
    box-sizing: border-box;
    padding-top: 130px;
}
.page_top img {
    width: 100%;
}
.page_logo {
    display: none;
}
/* Layout container */
.container {
	width: 1200px;
	margin: 0 auto;
}

/* Header styles */




/* Page title section */
.page_top_mobile{
	display:none;
}
.discover_guide {
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	color: #333333;
	padding: 20px 0;
}
.container-title{
	width:670px;
	height:40px;
	margin:50px auto 60px;
}
.container-title img{
	width:100%;
	
}
.section-title{
	border-left:6px solid #12249c;
	padding-left:8px;
	height:39px;
	line-height:39px;
	color:#12249c;
	font-size:28px;
	margin-bottom:30px;
}
.about-contentAll{
	display:flex;
	justify-content:space-between;
}
.about-content{
	padding:24px 29px 0 29px;
	height:380px;
	width:593px;
	box-sizing:border-box;
	box-shadow: 0 0 15px #0a1b9820;
}
.ceremony-image{
	width:538px;
	height:262px;
}
.ceremony-image img{
	width:100%;
	height:100%;
}
.ceremony-word{
	height:87px;
	width:538px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.ceremony-word p{
	text-align:center;
	color:#02054c;
	font-size:24px;
	font-weight:700;
	line-height:30px
}
.about-contentAll{
	margin-bottom:50px;
}

.resources-grid{
	display:flex;
	justify-content:space-between;
	margin-bottom:56px;
}

.resource-item{
    width:388px;
	background:#12249d;
	height:453px;
	box-shadow: 0 0 15px #0a1b9820;
}
.resource-icon{
	width:100%;
	height:263px;
}
.resource-icon img{
	width:100%;
	height:100%;
}
.resource-item .summary{
	width:322px;
	margin-top:36px;
	border-top:1px solid #fff;
	margin:36px auto 0;
	height:152px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.resource-item .summary p{
	text-align:center;
	color:#fff;
	font-weight:700;
	font-size:20px;
	line-height:28px;
}
.event-content{
	display:flex;
	flex-wrap:wrap;
}
.event-content>a{
	margin-right:35px;
	margin-bottom:53px;
}
.event-content>a:nth-child(7n){
	margin-right:0!important;
}
.event-content .event-item{
	width:141px;
	box-shadow: 0 0 15px #0a1b9820;
}
.event-content .event-item img{
	width:141px;
}