.box {
	position: relative;
	margin-top: 100px;
	text-align: left;
}

.bucg-intro-title {
	position: absolute;
	top: 40px;
	left: 30px;
}

.bucg-intro-title-zh {
	font-size: 60px;
	font-weight: bold;
	color: #E7C342;
}

.bucg-intro-title-en {
	font-size: 36px;
	color: #616161;
}

.bucg-intro-content {
	display: flex;
	flex-direction: row;
	margin-top: 40px;
}

.bucg-desire {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding-top: 148px;
	margin-top: 113px;
	height: 517px;
	background-color: #FCFBFA;
}

.bucg-coo {
	/* position: absolute;
	top: 50px;
	left: 28px; */
	/* border: 1px solid #DCE0EB; */
	/* padding-top: 50px; */
	padding-left: 28px;
	padding-right: 28px;
}

.business-system {
	background: #013E92;
	margin-top: 84px;
	padding-bottom: 100px;
}

.system-intro {
	display: flex;
	margin-top: 67px;
}

/* 移动指示器到轮播外 */
.carousel-indicators {
	list-style: none;
	text-align: center;
	padding-left: 0;
	position: relative !important;
	bottom: -30px;
}

.carousel-indicators li {
	display: inline-block;
	width: 25px;
	height: 7px;
	text-indent: -999px;
	border-radius: 0;
	cursor: pointer;
	background-color: grey;
}

.carousel-indicators .active {
	background-color: #E7C342;
	width: 25px;
	height: 8px;
}

/* 修改导航栏字体颜色 */
.sh-nav-box .nav-pills > li > a {
    color: #B9B9B9; 
}
 .sh-nav-box .nav-pills > li > a:hover,
.sh-nav-box .nav-pills > li.active > a,
.sh-nav-box .nav-pills > li.active > a:hover,
.sh-nav-box .nav-pills > li.active > a:focus {
    color: #E7C342;
    background-color: #FFFFFF; 
		border-radius: 0;
}
.modal-dialog {
	width: 400px;
}

.bucg-login{
	background-color: #E7C342;
	color: #3D3D3D;
	margin: 0
}
.bucg-apply{
	background-color: white;
	color: #3D3D3D;
	margin: 0;
	margin-left: 50px;
}

.bucg-coo-en {
	position: absolute;
	top: 46px;
	left: 28px;
}