
.banner_div{
	/* width: 100%; */
}
.banner_div>img{
	display: inline-block;
	width: 100%;
	min-height: 320px;
	object-fit: cover;
}

._title{
	padding-top: 83px;
	padding-bottom: 95px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
._title>span{
	color: #000000;
	font-size: 30px;
	padding: 0 51px;
	font-weight:500;
}
._title:before, ._title:after{
	content: ' ';
	display: inline-block;
	width: 47px;
	height: 3px;
	background-color: #CFCFCF;
}


.my_block_1 .my_content{
	border: 1px solid #B9B9B9;
	margin-bottom: 98px;
	padding: 60px 112px 80px;
}
.my_block_1 .my_content>div{
	width: 316px;
	max-width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #B9B9B9;
	text-align: center;
	font-size: 20px;
	color: #666666;
	line-height: 1.8;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.my_block_1 .my_content>div>font{
	display: inline-block;
	color: #006C8E;
	font-size: 24px;
	margin-bottom: 40px;
}
.my_block_1 .my_content>p{
	padding-left: 42px;
	font-size: 20px;
	color: #666666;
	line-height: 1.8;
	position: relative;
}
.my_block_1 .my_content>p:after{
	content: ' ';
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 10px;
	background-color: #006C8E;
	-moz-transform-origin: center center;
	-webkit-transform-origin: center center;
	-ms- transform-origin: center center;
	transform-origin: center center;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms- transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
	.my_block_1 .my_content{
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media screen and (max-width: 480px) {
	.my_block_1 .my_content{
		padding-left: 20px;
		padding-right: 20px;
	}
}

.my_block_2{
	background-color: #F7F8FA;
	padding-top: 48px;
	margin-bottom: 102px;
}
.my_block_2>.container>div{
	color: #1E1E1E;
	font-size: 24px;
	text-align: center;
	margin-bottom: 90px;
}
.my_block_2>.container>div>img{
	display: inline-block;
	width: 380px;
	margin-bottom: 48px;
}
@media screen and (max-width: 480px) {
	.my_block_2>.container>div>img{
		width: 100%;
	}
}