.sec1{
	padding: 7.8125% 0 10.42%;/*150 0 200*/
	font-size: 16px;
}
.sec1 .inner{
	width: 1040px;
}
.sec1 .flex-box{
	-webkit-display: flex;
	-webkit-align-items: flex-end;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row;
}
.sec1 h3{
	font-size: 2em;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sec1 h4{
	font-size: 1.125em;
	color: #333;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	margin-left: 5%;
}
.sec1 h4 b{
	font-size: 1.333em;
	color: #0c67ba;
}
.sec1 h5{
	font-size: 1.375em;
	color: #333333;
	margin-bottom: 1em;
}
.sec1 p{
	font-size: 1.125em;
	color: #666;
	line-height: 2;
}
.sec1 p span{
	display: inline-block;
	vertical-align: middle;
	margin: 0 1em;
	width: 1px;
	height: 0.611em;
	background-color: #e5e5e5;	
}
.sec1 .line{
	width: 100%;
	height: 1px;
	background-color: #000;
	opacity: 0.1;
	margin: 3.46% 0 2.98%;/*36 0 31*/
}
.sec1 li{
	margin-bottom: 3.85%;/*40*/
}
.sec1 li:first-child{
	margin-bottom: 5.77%;/*60*/
}
.sec1 li:nth-last-child(2){
	margin-bottom: 5%;/*52*/
}
.sec1 li:last-child{
	margin-bottom: 0;
}
.sec1 li a{
	display: block;
	font-size: 1.125em;
	color: #fff;
	background-color: #0c67ba;
	width: 7.78em;
	height: 2.78em;
	line-height: 2.78;
	text-align: center;
}
@media only screen and (max-width:1366px){
	.sec1{
		font-size: 14px;
	}
}
@media only screen and (max-width:1024px){
	.sec1{
		padding: 10% 0 15%;/*150 0 200*/
		font-size: 0.625rem;
	}
	.sec1 p span:nth-child(3){
		display: none;
	}
}