@import url("../../css/cms24.css"); 

.banner {
	hight: 0;
}

/*
.banner {
	margin: auto;
	width: 100%;
	background-color: #fff;
}
.banner img {
	width: 100%;
	max-width: 800px;
	hight: auto;
	object-fit: contain;
}
*/


header .title, .banner .title{
	position: relative;
	top: 15px;
	left: 15px;

	text-align: left;
	text-decoration: none;
	text-shadow: #555 0.2rem 0.2rem 0.2rem;

	max-width: 85%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

	color: #fff;
	font-size: 15px;
}