

hr {
	background-color: white;
	height: 2px;
	border: 0;
}

.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0; // remove the gap so it doesn't close
}

#banner {
	height: 430px;
	width: 100%;
	//background-image: url('images/china_sm.jpg');
	background-image: url('images/bg_1.jpg');
	padding: 50px;
	background-size: cover;
}

#title {
	margin-left: 10px;
	margin-top: 10px;
	color: #fff;
	font-size: 50px;
	font-weight: 900;
}

.slogan {
	margin-left: 10px;
	margin-top: 40px;
	color: black;
	font-size: 20px;
	font-weight: 900;
}

#slogan {
	width: 30%
}

@media only screen and (max-width: 1000px),
only screen and (max-device-width: 1000px) {
	#banner {
		padding: 5px;
	}
	#title {
		font-size: 30px;
		font-weight: 900;
		text-align: center;
	}
	#slogan {
		width: 90%;
		font-size: 20px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}
	#sloganch {
		font-size: 15px;
		font-weight: 300;
	}
}

.col-md-3 {
	display: inline-block;
	margin-left: -4px;
}

.col-md-3 img {
	width: 100%;
	height: auto;
}

.carousel-indicators li {
	background-color: red;
}

.carousel-indicators {
	bottom: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-color: red;
}

#demo {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}

#slideitem {
	color: #52637d;
	font-size: 20px;
}

@media only screen and (max-width: 1000px),
only screen and (max-device-width: 1000px) {
	#demo {
		width: 80%;
		margin: 0 auto;
	}
	#slideitem {
		color: #52637d;
		font-size: 15px;
	}
	#imageitem {
		width: 30%;
	}
}


