@font-face {
	font-family: 'CenturyGothic';
	src: url('./fonts/CenturyGothicBd.otf');
	src: url('./fonts/CenturyGothicBd.otf?#iefix') format('embedded-opentype'),
		url('./fonts/CenturyGothicBd.otf') format('woff');
	font-weight: bold;
}

html,
body {
	font-family: 'CenturyGothic' !important;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	word-break: break-word;
	color: #232222;
}
.w-1440 {
	width: 1440px;
	margin: 0 auto;
}

.flex-center{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.mb-15{
	margin-bottom: 15px;
}
.pb-30{
	padding-bottom: 30px;
}
.support-v2{
	min-width: 1200px;
}
.support-banner{
	position: relative;
}
.support-banner-bg{
	width: 100%;
}
.support-banner-info{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.support-banner-info .support-title{
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 60px;
}
.support-info-list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.support-info-list .support-info-item{
	width: 280px;
	height: 280px;
	background: #FFFFFF;
	margin: 0 18px 24px;
	border-radius: 6px;
	box-shadow: 6px 8px 10px 3px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.support-info-list a.call-info{
	text-decoration: none;
	display: inline-block;
	text-align: center;
}
.support-info-list .call-info.active{
	display: none;
}
.support-info-list .call-icon,.call-icon img{
	width: 58px;
	height: 58px;
	margin: 0 auto;
}
.support-info-list .support-info-item .act-img{
	display: none;
	opacity: 0;
}
.support-info-list .support-info-item .support-info-name{
	text-align: center;
	margin-top: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.support-info-list .support-info-item:hover .call-info{
	display: none;
}
.support-info-list .support-info-item:hover .call-info.active{
	display: block;
}
.call-info.active .call-item{
	font-size: 18px;
	font-weight: bold;
	color: #00327D;
}
.support-info-list .support-info-item:hover .nor-img{
	display: none;
	opacity: 0;
}
.support-info-list .support-info-item:hover .act-img{
	display: block;
	opacity: 1;
}
.support-info-list .support-info-item:hover .support-info-name{
	color: #00327D;
}

.support-list{
	padding: 60px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.support-list a.support-item{
	text-decoration: none;
}
.support-list .support-item{
	width: 23%;
	margin: 0 1% 40px;
	text-align: center;
	color: #232222;
	font-size: 16px;
	font-weight: bold;
}
.support-list .support-item img{
	width: 84px;
	margin-bottom: 20px;
}


.footer-navbar {
    text-align: left;
    padding-bottom: 40px;
    font-size: 14px;
    font-weight: 400;
}
.footer-navbar a.footer-navbar-item {
    color: #232222;
    text-decoration: none;
}
.footer-navbar span.letterSpace {
    margin-left: 5px;
    margin-right: 5px;
}
.footer-navbar a.footer-navbar-item.last{
	color: #7C7C7C;
}

@media (max-width:1440px) {
	.w-1440 {
		width: 1200px;
		margin: 0 auto;
	}

}
