body,
html {
	margin: 0;
	padding: 0;
	font-family: bahnschrift, pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #1a1a1a;
}

@media all and (max-width:768px) {

	body,
	html {
		font-size: 15px;
		line-height: 25px;
	}
}

#content {
	overflow: visible !important;
}

body,
#page,
#content {
	overflow-x: hidden;
}

body.moveup {
	overflow: hidden;
}

a {
	color: #000;
	text-decoration: none;
	outline: 0 !important;
}

img {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

h1 {
	font-weight: 400;
	font-size: 36px;
}

h2 {
	font-weight: 400;
	font-size: 32px;
}

h3 {
	font-weight: 200;
	font-size: 18px;
}

::selection {
	background: #009fe8;
	/* WebKit/Blink Browsers */
}

::-moz-selection {
	background: #009fe8;
	/* Gecko Browsers */
}

.animateview {
	-webkit-transition: transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
	-o-transition: transform 0.8s, opacity 0.8s;
	-ms-transition: transform 0.8s, opacity 0.8s;
	-moz-transition: transform 0.8s, opacity 0.8s;
	opacity: 0;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0.208378, 0, 0, -0.173648, 0.984808, 0, 0, 90, 0, 1);
}

.animateview.visibile {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
	transform-origin: 50% 50% 0px;
}

.btn {
	display: block;
	font-size: 18px;
	line-height: 38px;
	width: 200px;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	margin: 2em auto;
}

.btn:hover {
	color: #555;
	background-color: #fff;
}

.clear {
	clear: both;
}

.load-more {
	padding: 40px 0;
	position: relative;
	text-align: center;
}

@media all and (max-width:1024px) {
	.load-more {
		padding: 2em 0;
	}
}

@media all and (max-width:768px) {
	.load-more {
		margin-top: 0;
	}
}

.load-more a,
.read-more a {
	position: relative;
	display: inline-block;
	color: #0124a4;
}

.load-more a:before,
.read-more a:before {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	left: 0;
	bottom: -1px;
	background: #1a1a1a;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	-ms-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
}

.load-more a:hover:before,
.read-more a:hover:before {
	width: 100%;
}

.loading-overlay {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	background: #fff;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.loading .loading-overlay {
	opacity: 1;
	z-index: 100000;
}

.loading-overlay img {
	width: auto;
	height: 170px;
}

.container-total {
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.loading .container-total {
	opacity: 0;
}

.vhcentered {
	text-align: center
}

.vhcentered:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.vhcentered-inside {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.inner-container {
	margin: 0 45px;
	height: 100%;
	position: relative;
}

.inner-container:after {
	display: block;
	content: "";
	clear: both;
}

.center {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

@media all and (max-width:1280px) {
	.center {
		width: calc(100% - 40px);
	}
}

@media all and (max-width:520px) {
	.center {
		width: calc(100% - 30px);
	}
}

@media all and (max-width:375px) {
	.center {
		width: calc(100% - 20px);
	}
}

.center:after {
	display: block;
	content: "";
	clear: both;
}

.grid {
	position: relative;
	height: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.col {
	width: 50%;
	position: relative;
	min-height: 100%;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.block-bg-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.block-bg-cover .element-cover {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	overflow: hidden;
	-webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}

a:hover .block-bg-cover .element-cover,
.block-bg-cover:hover .element-cover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.action {
	width: 100%;
	height: 130px;
	position: absolute;
	left: 0;
	bottom: 0;
}

div#page {
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	overflow: hidden;
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	-ms-transition: top 0.5s;
	-o-transition: top 0.5s;
	transition: top 0.5s;
	top: 0;
	background: #f3f3f3;
}

main#main {
	padding-top: 100px;
	min-height: 100vh;
}

@media all and (max-width:1024px) {
	main#main {
		padding-top: 60px;
		padding-bottom: 20px;
	}
}

.menu-header {
	padding: 15px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #0124a4;
	z-index: 10000000;
	width: 100%;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-ms-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

@media all and (max-width:1024px) {
	.menu-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.menu-header.fixed {
	position: fixed;
	top: 0px;
}

.menu-header.fixed.fixed-notvisible {
	top: -160px;
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	-ms-transition: top 0.5s;
	-o-transition: top 0.5s;
	transition: top 0.5s;
}

.menu-header.fixed.fixed-visible {
	top: 0;
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	-ms-transition: top 0.5s;
	-o-transition: top 0.5s;
	transition: top 0.5s;
}

.menu-header .logo {
	width: 120px;
	float: left;
}

@media all and (max-width:1024px) {
	.menu-header .logo {
		width: 70px;
	}
}

.menu-header .logo a {
	display: block;
	height: auto;
	width: 100%;
}

.menu-header .logo svg {
	display: block;
	height: auto;
	fill: #fff;
}

.menu-website {
	float: right;
}

@media all and (max-width:1024px) {
	.menu-website {
		display: none;
	}
}

.menu-mainmenu-container {
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

ul#menu-mainmenu {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#menu-mainmenu li {
	display: block;
	position: relative;
	margin-left: 25px;
	height: 70px;
	text-align: center;
	float: left;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

ul#menu-mainmenu li a {
	position: relative;
	display: block;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-size: 16px;
	line-height: 70px;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

ul#menu-mainmenu li:hover,
ul#menu-mainmenu li.active {}

ul#menu-mainmenu li:hover a,
ul#menu-mainmenu li.active a {
	color: rgba(255, 255, 255, 1);
}

ul#menu-mainmenu li a.has_item {
	padding-right: 25px;
}

ul#menu-mainmenu li a.has_item span {
	display: block;
	width: 25px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

ul#menu-mainmenu li a.has_item svg {
	display: block;
	width: 100%;
}

ul#menu-mainmenu li ul.menu-item {
	display: none;
	border: 0;
	margin: 0;
	padding: 10px;
	list-style: none;
	width: 120px;
	background-color: #0742e5;
	position: absolute;
	top: 120px;
	left: -28px;
	border-radius: 3px;
	background-image: url(../image/bg-line.svg);
	background-repeat: no-repeat;
	background-position: center top;
}

ul#menu-mainmenu li:hover ul.menu-item {
	display: block;
	top: 60px;
}

ul#menu-mainmenu li ul.menu-item li {
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0;
	text-align: left;
}

ul#menu-mainmenu li ul.menu-item li:last-child {
	border: none;
}

ul#menu-mainmenu li ul.menu-item li a {
	line-height: 34px;
}

.menu-mobile-icon {
	display: none;
}

@media all and (max-width:1024px) {
	.menu-mobile-icon {
		display: block;
		position: absolute;
		top: 5px;
		right: 0;
		width: 30px;
		height: 30px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		transform: translate(0, 0);
	}
}

.linea {
	width: 26px;
	height: 2px;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	right: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotate(0);
}

.linea1.linea {
	top: 9px;
}

.attivo .linea1.linea {
	transform: rotate(45deg);
	top: 12px;
}

.linea2.linea {
	top: 18px;
}

.attivo .linea2.linea {
	transform: rotate(-45deg);
	top: 12px;
}

.menu-website-mobile {
	display: none;
	position: fixed;
	top: 60px;
	right: 0px;
	width: 100%;
	height: calc(100vh - 80px);
	background: #0124a4;
	padding-top: 20px;
}

@media all and (max-width:1024px) {
	.menu-website-mobile {
		display: block;
		width: 60%;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		-o-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		-webkit-transition: -webkit-transform .2s ease-in-out;
		-o-transition: -o-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
	}

	.menu-mobile-out .menu-website-mobile {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@media all and (max-width:768px) {
	.menu-website-mobile {
		width: 100%;
	}
}

.menu-website-mobile ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-website-mobile ul li {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-website-mobile ul li:after {
	display: block;
	content: "";
	clear: both;
}

.menu-website-mobile ul a {
	display: block;
	font-size: 15px;
	line-height: 35px;
	padding-left: 40px;
	color: rgba(255, 255, 255, 0.8)
}

.menu-website-mobile ul a.hasitem {
	float: left;
	width: auto;
}

.menu-website-mobile ul ul {
	float: right;
	width: 70%;
}

.menu-website-mobile ul ul li {
	border-bottom: 0;
}

.menu-website-mobile ul ul a {
	font-size: 15px;
	line-height: 35px;
	color: rgba(255, 255, 255, 0.8);
	padding-left: 0;
}

@media all and (max-width:1024px) {
	#primary {
		-webkit-transition: -webkit-transform .2s ease-in-out;
		-o-transition: -o-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.menu-mobile-out #primary {
		-webkit-transform: translate3d(-60%, 0, 0);
		-ms-transform: translate3d(-60%, 0, 0);
		-o-transform: translate3d(-60%, 0, 0);
		transform: translate3d(-60%, 0, 0);
	}
}

@media all and (max-width:768px) {
	.menu-mobile-out #primary {
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		-o-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

footer {
	width: 100%;
	position: relative;
	font-size: 15px;
	line-height: 35px;
	padding: 40px 0;
	background: #1E1D1D;
	color: #f3f3f3;
}

@media all and (max-width:520px) {
	footer {
		padding: 20px 0;
	}
}

footer .copyright {
	margin: 20px auto;
	font-size: 12px;
	text-align: center;
}

@media all and (max-width:768px) {
	footer .copyright {
		margin: 20px auto;
		margin-left: 0;
		text-align: left;
	}
}
footer .copyright a {
margin-left:20px;
color: #fff;
}
footer .nav-bottom {
	width: 100%;
}

footer .nav-bottom:after {
	display: block;
	content: "";
	clear: both;
}

footer .nav-bottom h3 {
	margin: 0;
	font-size: 15px;
	color: #009fe8;
}

footer .nav-bottom .item {
	float: left;
	width: 33.33%;
	min-height: 10pc;
}

@media all and (max-width:520px) {
	footer .nav-bottom .item {
		float: none;
		width: 100%;
		margin: 20px 0;
		min-height: auto;
	}
}

footer .nav-bottom .item ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .nav-bottom li {
	display: block;
	font-size: 12px;
	line-height: 22px;
}

.pageHeader {
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	width: 100%;
	min-height: 50vh;
	color: #fff;
	margin-bottom: 40px;
	background-color: #000000;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

@media all and (max-width:768px) {
	.pageHeader {
		min-height: 40vh;
	}
}

.pageHeader h1 {
	margin-top: -5%;
	letter-spacing: 2px;
	color: #fff;
	z-index: 111;
	text-transform: uppercase;
}

.head {
	width: 100%;
	position: relative;
	padding: 4em 0 2em;
	margin-bottom: 3em;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

@media all and (max-width:1024px) {
	.head {
		padding: 3em 0 2em;
	}
}

.head:after {
	display: block;
	content: "";
	width: 50px;
	height: 4px;
	background: #0124a4;
	position: absolute;
	bottom: 0;
	left: auto;
}

.head h2 {
	margin: 0;
	padding: 0;
	font-size: 32px;
	z-index: 1;
	text-transform: uppercase;
	text-align: center;
	color: #0124a4;
}

@media all and (max-width:768px) {
	.head h2 {
		font-size: 24px;
	}
}

.start {
	position: relative;
	height: calc(100vh - 100px);
}

@media all and (max-width:768px) {
	.start {
		height: 70vh;
	}
}

.start .theme {
	height: 100%;
	z-index: 1;
}

.start .theme .swiper-slide {
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	zoom: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
}

.start .theme h1 {
	font-size: 88px;
	color: #fff;
	line-height: 88px;
	font-weight: 200;
}

.start .theme p {
	font-size: 58px;
	color: #fff;
	line-height: 78px;
}

.start .theme .info {
	position: relative;
	min-width: 50vw;
	max-width: 50vw;
	margin: -10% auto 0;
	transition: all 0.5s ease;
	z-index: 3;
}

@media all and (max-width:1024px) {
	.start .theme .info {
		min-width: 80vw;
		max-width: 80vw;
		margin: -10% auto 0;
	}
}

.start .theme video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	z-index: 2;
}

/* 进度条 */
video::-webkit-media-controls-timeline {
	display: none;
}

video::-webkit-media-controls-toggle-closed-captions-button {
	display: none;
}

.start .lets_go {
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 26px;
	z-index: 2;
	position: absolute;
	left: 50%;
	bottom: 100px;
	transform: translateX(-50%);
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;

}

@-webkit-keyframes pulse_orange {
	0% {
		-moz-transform: scale(0.96);
		-webkit-transform: scale(0.96);
		transform: scale(0.96);
	}

	70% {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		-moz-box-shadow: rgba(250, 153, 121, 0) 0 0 0 50px;
		-webkit-box-shadow: rgba(250, 153, 121, 0) 0 0 0 50px;
		box-shadow: rgba(250, 153, 121, 0) 0 0 0 50px;
	}

	100% {
		-moz-transform: scale(0.96);
		-webkit-transform: scale(0.96);
		transform: scale(0.96);
		-moz-box-shadow: rgba(250, 153, 121, 0) 0 0 0 0;
		-webkit-box-shadow: rgba(250, 153, 121, 0) 0 0 0 0;
		box-shadow: rgba(250, 153, 121, 0) 0 0 0 0;
	}
}

.start .lets_go:before {
	display: block;
	content: "";
	width: 2px;
	height: 400px;
	background: #fff;
	position: absolute;
	top: 50px;

}

@media all and (max-width:768px) {
	.start .lets_go:before {
		height: 300px;
	}
}

.start .lets_go::after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
	position: absolute;
	top: 450px;
	
	-moz-box-shadow: rgba(255, 255, 255, 0.5) 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
	-webkit-animation-name: pulse_orange;
	-moz-animation-name: pulse_orange;
	-ms-animation-name: pulse_orange;
	-o-animation-name: pulse_orange;
	animation-name: pulse_orange;
	-o-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-o-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-o-animation-delay: 0;
	-moz-animation-delay: 0;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-o-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-o-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@media all and (max-width:768px) {
	.start .lets_go::after {
		top: 350px;
	}
}

.start .lets_go span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #fff;
	position: absolute;
}

.start .lets_go span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 26px;
	transition-property: transform;
	will-change: transform;
	background: #fff;


	-moz-box-shadow: rgba(255, 255, 255, 0.5) 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
	-webkit-animation-name: pulse_orange;
	-moz-animation-name: pulse_orange;
	-ms-animation-name: pulse_orange;
	-o-animation-name: pulse_orange;
	animation-name: pulse_orange;
	-o-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-o-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-o-animation-delay: 0;
	-moz-animation-delay: 0;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	-o-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-o-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.start .lets_go:hover span:before {
	transform: scale(50px);
	background: #fff;
}

.fast_link {
	position: relative;
	background: #c2cde3;
	background-image: url(../image/icsbg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}

.fast_link h2 {
	display: block;
	width: 300px;
	line-height: 100px;
	text-align: center;
	margin-left: -150px;
	margin-top: -50px;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 58px;
	color: #000;
}

.fast_link ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}

.fast_link li {
	width: 50%;
	float: left;
	text-align: center;
}

.fast_link a {
	display: block;
	margin: 4em 8em;
	font-size: 18px;
}

@media all and (max-width:1024px) {
	.fast_link a {
		padding: 3em 4em 2em;
		margin: 3em 6em;
	}
}

@media all and (max-width:768px) {
	.fast_link a {
		padding: 2em 2em 2em;
		margin: 2em 2em;
	}
}

@media all and (max-width:768px) {
	.fast_link a {
		padding: 0.5em 1em 0.5em;
		margin: 3em 1em;
	}
}

.fast_link li:nth-child(2n+2) a {
	margin-right: 0;
}

.fast_link li:nth-child(2n+1) a {
	margin-left: 0;
}

.fast_link image {
	max-width: 100px;
}

.fast_link .st0 {
	fill: #1e2c59;
}

.fast_link .st1 {
	fill: #30b1d1;
}

.fast_link .st2 {
	fill: #fccb00;
}

.fast_link .block {
	fill: none;
}

.intro .center p {
	text-align: justify;
}

@media all and (max-width:1024px) and (min-width:769px) {
	.home_speaker .speaker:nth-child(n+9) {
		display: none;
	}
}

@media all and (max-width:768px) and (min-width:521px) {
	.home_speaker .speaker:nth-child(n+10) {
		display: none;
	}
}
.home_speaker .read-more {
	display: block;
	padding: 4em;
	text-align: center;
}
.fw-news-latest {
	text-align: center;
	padding-bottom: 80px;
	background-color: #fff;
}

@media all and (max-width:768px) {
	.fw-news-latest {
		padding-bottom: 20px;
	}
}

.fw-news-latest-grid {
	position: relative;
	widows: 100%;
	height: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

@media all and (max-width:1024px) {
	.fw-news-latest-grid {
		display: block;
	}
}

.fw-news-latest-cell {
	width: 50%;
	position: relative;
	min-height: 600px;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

@media all and (max-width:1024px) {
	.fw-news-latest-cell {
		width: 100%;
	}
}

@media all and (max-width:768px) {
	.fw-news-latest-cell {
		min-height: 400px;
	}
}

@media all and (max-width:520px) {
	.fw-news-latest-cell {
		min-height: 320px;
	}
}

.fw-news-latest-special {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.fw-news-latest-special .info {
	position: relative;
	z-index: 2;
}

.fw-news-latest-special h3 {
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
}

.fw-news-latest-special p {
	color: #fff;
	font-size: 15px;
}

.fw-news-latest-cell ul {
	padding: 0%;
	margin: 0;
	text-align: left;
	list-style: none;
	margin-left: 40px;
}

.fw-news-latest-cell ul li {
	margin-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0;
}

.fw-news-latest-cell ul li h3 {
	margin: 0;
}
.fw-news-latest-cell ul li time {
	color: #999;
}
.fw-news-latest-cell .read-more {
	display: block;
	text-align: right;
}

.fw-partners {
	padding-bottom: 40px;
}

.fw-partners .partner-list {
	width: 100%;
}

.fw-partners .partner-list dl {
	margin: 0;
	display: flex;
	background-color: #fff;
}

.fw-partners .partner-list dl:nth-child(2),
.fw-partners .partner-list dl:nth-child(3) {
	margin: 10px 0 0 0;
}

.fw-partners .partner-list dl:after {
	display: block;
	content: "";
	clear: both;
}

.fw-partners .partner-list dt {
	margin: 0;
	display: block;
	float: left;
	width: 120px;
	padding: 20px;
}

.fw-partners .partner-list dd {
	margin: 0;
	display: block;
	width: calc(100% - 160px);
}

.fw-partners .partner-list dd a {
	display: block;
	margin: 10px 20px 10px 0;
	width: calc(16.666% - 20px);
	float: left;
}

.fw-partners .partner-list dd a:nth-child(n+7) {
	margin-top: 0;
}

.home_speaker {
	background: #fff;
}

.pageMain {
	min-height: 50vh;
}

.pageMain aside.menu-child {
	display: block;
	padding: 0 0 30px;
	width: 220px;
	background-color: #0124a4;
	float: left;
	border-radius: 3px;
	position: -webkit-sticky;
	position: sticky;
	top: 200px;
	transition: top .8s ease-in-out;
	background-image: url(../image/bg-line.svg);
	background-position: center top;
	background-repeat: no-repeat;
}

@media all and (max-width:1024px) {
	.pageMain aside.menu-child {
		display: none;
	}
}

.pageMain aside.menu-child .title {
	position: relative;
	padding: 25px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.pageMain aside.menu-child .title span {
	display: block;
	width: 50px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.pageMain aside.menu-child .title svg {
	display: block;
	width: 20px;
}

.pageMain aside.menu-child ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pageMain aside.menu-child li {
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.pageMain aside.menu-child a {
	display: block;
	line-height: 40px;
	text-transform: capitalize;
	color: rgba(255, 255, 255, 0.8)
}

.pageMain aside.menu-child a:hover {
	color: rgba(255, 255, 255, 1)
}

.pageMain aside.menu-child a span {
	float: right;
}

.pageMain aside.menu-child .logo {
	background: #fff;
}

.pageMain .container {
	width: calc(100% - 260px);
	margin-bottom: 40px;
	float: right;
}

@media all and (max-width:1024px) {
	.pageMain .container {
		width: 100%;
	}
}

.pageMain .container .title {
	padding: 1em 0;
	font-size: 20px;
}

.pageMain .container .block-text {
	text-align: justify !important;
}

.err-sory {
	margin: 3em 0;
	text-align: center;
	font-size: 15px;
	padding: 3em 0;
	color: #999;
	background: #fff;
	border-radius: 3px;
}

.filter-tag {
	padding: 45px 0 30px 0;
	opacity: 1;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.filter-tag .single-filter {
	position: relative;
	cursor: pointer;
	vertical-align: bottom;
	-webkit-transition: margin-bottom 0.5s, opacity 0.5s;
	-moz-transition: margin-bottom 0.5s, opacity 0.5s;
	-ms-transition: margin-bottom 0.5s, opacity 0.5s;
	-o-transition: margin-bottom 0.5s, opacity 0.5s;
	transition: margin-bottom 0.5s, opacity 0.5s;
	opacity: 1;
	border-bottom: 1px solid transparent;
	display: inline-block;
	margin-right: 20px;
}

.filter-tag .single-filter span {
	padding-left: 5px;
}

.filter-tag .single-filter.attivo {
	border-bottom: 1px solid #1a1a1a;
}

.filter-tag .single-filter.attivo:hover {
	border-bottom: 1px solid transparent;
}

.agenda-list .agenda {
	margin-bottom: 40px;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.agenda-list .agenda:last-child {
	margin-bottom: 0;
}

.agenda-list .agenda .title {
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	color: #fff;
	padding: 0;
	background-color: #0124a4;
	text-transform: capitalize;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../image/bg-line.svg);
	background-size: 100% auto;
	border-radius: 3px;
}

.agenda-list .agenda .intro {
	padding: 2em;
}

@media all and (max-width:768px) {
	.agenda-list .agenda .intro {
		padding: 2em 1em;
	}
}

@media all and (max-width:520px) {
	.agenda-list .agenda .intro {
		padding: 1em 0;
	}
}

.agenda-list .agenda table {
	border: 1px solid #ccc;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
}

.agenda-list .agenda table tr:nth-child(2n) {
	background-color: #f5f5f5;
}

.agenda-list .agenda table tr:nth-child(2n+1) {
	background-color: #fff;
}

.agenda-list .agenda table td {
	border: 1px solid #ccc;
	margin: 0;
	padding: 20px;
}

@media all and (max-width:1024px) {
	.agenda-list .agenda table td {
		padding: 10px;
	}
}

.agenda-list .agenda table tr td:first-child {
	width: 80px;
	text-align: center;
	font-size: 12px;
}

@media all and (max-width:1024px) {
	.agenda-list .agenda table tr td:first-child {
		width: 50px;
	}
}

.speaker-list {
	width: 100%;
	position: relative;
}

.speaker-list a {
	color: #555;
	text-align: center;
}

.speaker-list:after {
	display: block;
	content: "";
	clear: both;
}

.speaker-list .speaker {
	width: calc(20% - 16px);
	margin-right: 20px;
	margin-bottom: 40px;
	float: left;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

@media all and (min-width:1025px) {
	.speaker-list .speaker:nth-child(5n+5) {
		margin-right: 0;
	}
}

@media all and (max-width:1024px) {
	.speaker-list .speaker {
		width: calc(25% - 15px);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.speaker-list .speaker:nth-child(4n+4) {
		margin-right: 0;
	}
}

@media all and (max-width:768px) {
	.speaker-list .speaker {
		width: calc(33.33% - 10px);
		margin-right: 15px;
		margin-bottom: 24px;
	}

	.speaker-list .speaker:nth-child(4n+4) {
		margin-right: 15px;
	}

	.speaker-list .speaker:nth-child(3n+3) {
		margin-right: 0;
	}
}

@media all and (max-width:520px) {
	.speaker-list .speaker {
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 20px;
	}

	.speaker-list .speaker:nth-child(3n+3) {
		margin-right: 10px;
	}

	.speaker-list .speaker:nth-child(2n+2) {
		margin-right: 0;
	}
}

@media all and (max-width:320px) {
	.speaker-list .speaker {
		width: 100%;
		margin-bottom: 20px;
	}

	.speaker-list .speaker:nth-child(2n+2) {
		margin-right: auto;
	}
}

.speaker-list .speaker.animateview:nth-child(2n) {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
}

.speaker-list .image-speaker {
	position: relative;
	width: 100%;
	padding-top: 100%;
	border-radius: 50%;
	background-image: url(../image/bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
}

.speaker-list .image-speaker img {
	display: block;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.speaker-list .title-speaker {
	font-size: 18px;
	padding: 20px 0 5px;
	text-align: center;
	font-weight: 600;
}

.speaker-list .intro-speaker {
	font-size: 12px;
	line-height: 16px;
	height: 3pc;
	padding: 0 10px 10px;
}

@media all and (max-width:520px) {
	.speaker-list .intro-speaker {
		display: none;
	}
}

.article-list {}

.article-list article {
	display: block;
	width: 100%;
	min-height: 280px;
	position: relative;
	margin: 2em 0;
	padding: 0;
	background: #fff;
	text-align: left;
}

.article-list article:after {
	display: block;
	content: "";
	clear: both;
}

.article-list article:hover {
	background: #fff;
}

.article-list article .visual {
	width: 40%;
	position: relative;
	float: left;
	z-index: 1;
}

@media all and (max-width:768px) {
	.article-list article .visual {
		width: 100%;
		height: auto;
		float: none;
	}
}

.article-list article .overview {
	width: 55%;
	padding: 2em 0;
	position: relative;
	float: right;
	text-transform: uppercase;
}

@media all and (max-width:768px) {
	.article-list article .overview {
		width: auto;
		padding: 1em 2em 2em;
		height: auto;
		float: none;
	}
}

.article-list article .overview h3 {
	margin: 2em 2em 2em 0;
	font-size: 20px;
}

@media all and (max-width:768px) {
	.article-list article .overview h3 {
		margin: 1em 0 1em 0;
	}
}

.article-list article .overview p {
	margin: 0 2em 0 0;
	font-size: 14px;
	color: #999;
	text-align: justify;
}

@media all and (max-width:768px) {
	.article-list article .overview p {
		margin: 0;
	}
}

.exhibitor-list {
	width: 100%;
}

.exhibitor-list article {
	display: block;
	width: 100%;
	position: relative;
	margin: 2em 0;
	padding: 0;
	background: #fff;
	text-align: left;
}

.exhibitor-list article:after {
	display: block;
	content: "";
	clear: both;
}

.exhibitor-list article:hover {
	background: #fff;
}

.exhibitor-list article .visual {
	width: 30%;
	height: 100%;
	position: relative;
	float: left;
	z-index: 1;
}

@media all and (max-width:768px) {
	.exhibitor-list article .visual {
		width: 100%;
		height: auto;
		float: none;
	}
}

.exhibitor-list article .overview {
	width: 60%;
	padding: 2em 0;
	position: relative;
	float: right;
	text-transform: uppercase;
}

@media all and (max-width:768px) {
	.exhibitor-list article .overview {
		width: auto;
		padding: 0 2em 2em;
		height: auto;
		float: none;
	}
}

.exhibitor-list article .overview h3 {
	margin: 2em 2em 1em 0;
	font-size: 20px;
	color: #0124a4;
}

@media all and (max-width:768px) {
	.exhibitor-list article .overview h3 {
		margin: 0 0 1em 0;
	}
}

.exhibitor-list article .overview p {
	margin: 0 2em 0 0;
	font-size: 14px;
	color: #666;
	text-align: justify;
}

@media all and (max-width:768px) {
	.exhibitor-list article .overview p {
		margin: 0;
	}
}

.block-text .title {
	text-align: center;
	padding: 0 !important;
	margin: 2em 0;
	color: #0124a4;
	font-size: 18px;
	line-height: 40px;
	border-bottom: 2px solid #0124a4
}

.block-text .content img {
	width: auto;
	max-width: 100%;
	margin: auto;
}

.block-text .content a {
	color: #1384CC
}