@charset "UTF-8";
.top-navbar {
	background-color: #384395;
}

.top-navbar .nav-item {
	color: #A0A0FF;
}

.top-navbar .nav-item.active {
	color: #FFFFFF;
}

.carousel-img {
	margin-top: 64px;
}

.about {
	width: 100%;
	height: 501px;
	position: relative;
	overflow: auto;
}

.about .back {
	width: 100%;
	display: flex;
	height: 501px;
}

.about .back .back-left {
	width: 50%;
	background-color: #F6F9FF;
	height: 501px;
}

.about .back .back-right {
	width: 50%;
	background-color: #D8E0EE;
	height: 501px;
}

.about .us {
	background-color: #F6F9FF;
	height: 501px;
}

.about .dev-process {
	background-color: #D8E0EE;
	height: 501px;
}

.enterprise p {
	text-indent: 2em;
}

.enterprise .nav-link {
	color: #0B1D30;
}

.enterprise .nav-link.active {
	color: #0049C7;
}

.market-back {
	background-color: #023894;
}

.market {
	padding-bottom: 146px;
	border-right: 3px solid #0049C7;
	position: relative;
	margin-left: -20px;
}

.market .nav-link {
	color: #B7B7B7;
	height: 42px;
	margin-top: -10px;
	margin-bottom: 20px;
}

.market .nav-link.active {
	color: #FFFFFF;
}

.market-mobile .nav-link {
	color: #B7B7B7;
	font-size: 14px;
}

.market-mobile .nav-link.active {
	color: #FFFFFF;
}

.market .dot {
	width: 12px;
	height: 26px;
	background-color: white;
	position: absolute;
	right: -8px;
	top: 0;
	border-radius: 30px;
}

.market-detail {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.location {
	background-image: url('https://img.ysccc.net/head-office/world.png');
	height: 707px;
}

.footer {
	background-color: #0B1D2F;
}

.footer .nav-item small {
	color: #A7AFBB;
}