/* Content */
.ad_content {
	position: relative;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	/*width: 100vw;
	height: 100vh;
	min-height: 500px;*/
    width:100%;
    height:155px;
	padding-left: 150px;
}

.js .ad_content {
	overflow: hidden;
}


.ad_content--c3 {
	color: #ef9b28;
    background: #d30302 url(/img/2021ad02.jpg) no-repeat center left;
    background-size: cover;
}


/* Text styles */
.ad_title {
	margin: 0;
	font-size: 2.2vw;
    font-weight:700;
	position: relative;
    font-family:'Microsoft YaHei';
}

.ad_title--centered {
	width: 100%;
	text-align: center;
}

.js .ad_title--centered {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ad_title--right {
	width: 100%;
	text-align: right;
}

.js .ad_title--right {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}



[class*="letter"] {
	display: block;
	position: relative;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	white-space: pre;
}


/* Slideshow */
.slideshow,
.ad_slide {
	position: relative;
	width: 100%;
	height: 100%;
    
}

.ad_slide {
	padding: 0 6vw;
}

.js .ad_slide {	
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	align-items: center;
    justify-content:center
}

.js .ad_slide:not(.slide--current) {
	position: absolute;
	top: 0;
	pointer-events: none;
	opacity: 0;
}


