.sec1{
	background-color: #f6f7f8;
}
.sec1 .inner{
	position: relative;
	padding: 3.59375% 0 2.65625%;
}
.sec1 .text-box{
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 68%;
	background-color: #fff;
	z-index: 1;
	padding: 3% 0;
}
.sec1 .text-box .coversquare{
	background-color: #fff;
	position: absolute;
	right: 100%;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.sec1 .text-box img{
	width: 15.966%;
	vertical-align: middle;
	margin-right: 4.622%;
}
.sec1 .text-box .inline-box{
	width: 73.529%;
	display: inline-block;
	vertical-align: middle;
}
.sec1 .text-box h1{
	font-size: 42px;
	color: #046ab1;
	font-weight: bold;
	margin-bottom: 3%;
}
.sec1 .text-box p{
	font-size: 16px;
	color: #333;
	line-height: 1.75;
	text-align: justify;
}
.sec1 li{
	background-color: #fff;
	margin-bottom: 1.786%;
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-moz-display: flex;
	-moz-align-items: stretch;
	-moz-justify-content: flex-start;
	-moz-flex-direction: row;
	-ms-display: flex;
	-ms-align-items: stretch;
	-ms-justify-content: flex-start;
	-ms-flex-direction: row;
	-o-display: flex;
	-o-align-items: stretch;
	-o-justify-content: flex-start;
	-o-flex-direction: row;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
}
.sec1 .img-box{
	width: 17.143%;
	margin-left: 1.214%;
	padding: 1.714% 0;
}
.sec1 .img-box img{
	width: 100%;
}
.sec1 .text{
	width: 66.143%;
	padding: 1.714% 3.357% 1.714% 3.714%;
}
.sec1 .text a{
	width: 100%;
	height: 100%;
	border-bottom: 1px solid rgba(191,191,191,0.15);
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	-moz-display: flex;
	-moz-align-items: flex-start;
	-moz-justify-content: center;
	-moz-flex-direction: column;
	-ms-display: flex;
	-ms-align-items: flex-start;
	-ms-justify-content: center;
	-ms-flex-direction: column;
	-o-display: flex;
	-o-align-items: flex-start;
	-o-justify-content: center;
	-o-flex-direction: column;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.sec1 .text h5{
	font-size: 24px;
	color: #046ab1;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 1.2em;
	margin-bottom: 1.693%;
}
.sec1 .text p{
	font-size: 16px;
	color: #999;
	line-height: 1.75;
	height: 5.25em;
}
.sec1 .btn-box{
	border-left: 4px solid #f6f7f8;
	width: 15.5%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: center;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec1 .btn-box .btn-more{
	font-size: 14px;
}




@media only screen and (max-width:1440px){


	.sec1 .text-box h1{
		font-size: 36px;
	}
	.sec1 .text-box p{
		font-size: 14px;
	}
	.sec1 .text h5{
		font-size: 21px;
	}
	.sec1 .text p{
		font-size: 14px;
	}
	.sec1 .btn-box .btn-more{
		font-size: 12px;
	}
}


@media only screen and (max-width:1024px){
	.sec1 .inner{
		padding: 1.5rem 0 1rem;
	}
	.sec1 .text-box{
		width: 100%;
		padding: 1rem 0;
	}
	.sec1 .text-box .inline-box{
		width: 74.79%;
	}
	.sec1 .text-box h1{
		font-size: 1.3125rem;
		margin-bottom: 0.5rem;
	}
	.sec1 .text-box p{
		font-size: 0.625rem;
		line-height: 1.5;
	}
	.sec1 li{
		margin-bottom: 0.75rem;
	}
	.sec1 .img-box{
		width: 25%;
	}
	.sec1 .text{
		width: 57.5%;
	}
	.sec1 .text a{
		border-bottom: 0 none;
	}
	.sec1 .text h5{
		font-size: 0.8125rem;
		margin-bottom: 0.25rem;
	}
	.sec1 .text p{
		font-size: 0.625rem;
		line-height: 1.5;
		height: 3em;
	}
	.sec1 .btn-box{
		border-left: 2px solid #f6f7f8;
		width: 15.5%;
	}
	.sec1 .btn-box .btn-more{
		font-size: 0.5rem;
	}
}