@charset "utf-8";

.bannerDiv {
	position: relative;
	margin-top: 10px;
}

.bannerDiv a {
	display: block;
	width: 250px;
	height: auto;
}

.bannerDiv .imgBgDiv {
	width: 250px;
	height: 620px;
	background: RGBA(18, 56, 93, 0.4);
	position: absolute;
	top: 0;
	left: 0;
}

.bannerDiv .titleDiv {
	width: 250px;
	height: 42px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -21px;
}

.bannerDiv .titleDiv .title {
	height: 42px;
	color: white;
	font-size: 24px;
	font-family: 'Microsoft YaHei', '寰蒋闆呴粦';
	padding-bottom: 10px;
	border-bottom: 2px solid white;
	display: inline-block;
}

.bannerDiv .brandDiv {
	width: 250px;
	height: 30px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: 26px;
}

.bannerDiv .brandDiv span {
	height: 30px;
	color: white;
	font-size: 16px;
	font-family: 'Microsoft YaHei', '寰蒋闆呴粦';
	font-weight: bold;
	display: inline-block;
}

.bannerDiv .brandDiv span img {
	width: 30px;
	height: 30px;
}

.bannerDiv .describeDiv {
	width: 250px;
	height: 24px;
	text-align: center;
	position: absolute;
}

.word1 {
	bottom: 153px;
}

.word2 {
	bottom: 129px;
}

.word3 {
	bottom: 105px;
}

.bannerDiv .describeDiv span {
	color: white;
	font-size: 16px;
	font-family: 'Microsoft YaHei', '寰蒋闆呴粦';
}