.solution {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.solution_class{
    display: flex;
    flex-direction: column;
}
.solution_class>span{
    width: 399px;
    height: 122px;
    /* font-family: FZLTXHK; */
	font-size: 66px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    line-height: 122px;
    margin-top: 60px;
}
.solution_class:hover > span {
    box-shadow: 0px 0px 5px 1px dimgrey;
}
.edu>span{
    background-image: linear-gradient(
		#19b9df, 
		#19b9df), 
	linear-gradient(
		#19b9df, 
		#19b9df);
	background-blend-mode: normal, 
		normal;
}
.med>span{
    background-image: linear-gradient(
		#1b75bb, 
		#1b75bb), 
	linear-gradient(
		#1b75bb, 
		#1b75bb);
	background-blend-mode: normal, 
		normal;
}
.mee>span{
    background-image: linear-gradient(
		#00a69c, 
		#00a69c), 
	linear-gradient(
		#00a69c, 
		#00a69c);
	background-blend-mode: normal, 
		normal;
}
.solution_class>ul{
    width: 1366px;
}
.solution_class>ul>li{
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    margin-top: 80px;
    opacity: 0.9;
}
.solution_class>ul>li>img{
    /* opacity: 0.7; */
}
.solution_class>ul>li>span{
    /* font-family: FZLTZHUNHK--GBK1-0; */
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #0c0342;
    cursor: default;
}
.solution_class>ul>li:hover{
    opacity: 1;
    text-shadow: 1px 0px 1px;
    transition: 0.3s ease;
}