.main{
	background-color: #f6f7f8;
	padding: 5.2% 0;
	font-size: 16px;
	color: #333;
	position: relative;
}
.section{
	position: relative;
}
.main h1{
	font-size: 2.625em;
	color: #046ab1;
	font-weight: bold;
	margin-bottom: 4%;
	padding-left: 3%;
}

.main .section h5{
	font-size: 1.25em;
	color: #046ab1;
	font-weight: bold;
	margin-bottom: 1.1em;
}
.main .section p{
	font-size: 1em;
	color: inherit;
	line-height: 1.75;
	text-align: justify;
	margin-bottom: 1.875em;
}
.main .section p:last-child{
	margin-bottom: 0;
}
.main .section p b.dot{
	display: inline-block;
	width: 1em;
	text-align: center;
}

.sec1{
	margin-bottom: 6.3%;
	background-color: #fff;
}
.sec1 .left{
	float: left;
	width: 49.643%;
	padding: 4.07% 3.857% 5% 2.857%;
}
.sec1 .right{
	float: right;
	width: 50%;
	margin-top: -8.57%;
}
.sec1 li{
	margin-bottom: 5.66%;
}
.sec1 li:last-child{
	margin-bottom: 0;
}
.detail2 .sec1 li p{
	margin-bottom: 1em;
}

.sec2{
	margin-bottom: 6.4%;
}
.detail2 .sec2{
	margin-bottom: 2.8125%;
}
.sec2 li{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec2 li:nth-child(odd){
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.sec2 li:nth-child(even){
	-webkit-flex-direction: row;
	flex-direction: row;
}
.detail2 .sec2 li:last-child{
	-webkit-display: block;
	display: block;
}
.sec2 li .text-box{
	width: 50%;
}
.sec2 li:nth-child(odd) .text-box{
	padding-left: 4.29%;
	padding-right: 2.86%;
}
.sec2 li:nth-child(even) .text-box{
	padding-left: 2.86%;
	padding-right: 4.29%;
}
.sec2 li .img-box{
	width: 50%;
}
@media only screen and (max-width:1440px){
	.main{
		font-size: 14px;
	}
}
@media only screen and (max-width:1024px){
	.main{
		padding: 2rem 0 2.5rem;
		font-size: 0.625rem;
	}
	.main h1{
		margin-bottom: 1.25rem;
		padding-left: 1rem;
		font-size: 1.3125rem;
	}

	.sec1{
		padding: 1.25rem 1rem;
		margin-bottom: 5%;
	}
	.sec1 .left{
		float: none;
		width: 100%;
		padding: 0;
	}
	.sec1 .right{
		float: none;
		width: 100%;
		margin-top: 1.5rem;
		padding: 0;
	}
	.sec1 li{
		margin-bottom: 0.5rem;
	}


	.detail2 .sec2{
		margin-bottom: 5%;
	}
	.sec2 li{
		-webkit-display: block;
		display: block;
		margin-bottom: 10%;
	}
	.sec2 li:last-child{
		margin-bottom: 0;
	}
	.sec2 li .text-box{
		width: 100%;
		margin-bottom: 5%;
	}
	.sec2 li:nth-child(odd) .text-box{
		padding-left: 0;
		padding-right: 0;
	}
	.sec2 li:nth-child(even) .text-box{
		padding-left: 0;
		padding-right: 0;
	}
	.sec2 li .img-box{
		width: 100%;
	}


}