@charset "UTF-8";
/* 普通布局 */
.box{
	padding:0 6% 0 6%;	
	padding:36px 0 36px 0;
	justify-content:center;	
	height:auto;
}
.text-box{
	width:50%;
	margin:0 26px 0 26px;
	flex-direction:column;
	align-items: flex-start;
	font-size:20px;
	min-width:300px;
}
.img-box{
	flex-direction:column;
	justify-content:center;
	width:30vw;
	
	 
}
.img-box-center,.img-box img{
	/* width:720px;
	height:360px;
	 */
	width:100%;
	height:100%;
	object-fit:cover;
	/*18:9*/
}
.iframe-box{
	background-color:rgb(247,248,252,1);
	justify-content:center;
}


.content{
	margin:auto;
	width:92%;
	justify-content:space-between;
	padding:18px 0 18px 0;
	
}
.content-text{
	width:60%;
	margin:0 26px 0 26px;
	flex-direction:column;
	align-items: flex-start;
	font-size:20px;
	min-width:300px;
}
.content-text h2{
	color:#0299AC;
}
.content-text h3{
	color:#037383;
	text-indent: 1em;
}
.content-text p{
	color:#555;
	text-indent: 2em;
}
.content-img{
	width:40%;
	flex-direction:column;
	justify-content:center;
}
.iframe-footer{
	width:100%;
	position:relative;
	bottom:-100px;
}