

@media(min-width:800px) {
		/* 宽度 */
	.ey_pro109 .box109 {
		width: 100%;
		margin: 0 auto;
	}
	/* 颜色 */
	.ey_pro109 {
		/* background: #eee;
		padding-top: 50px;
		padding-bottom: 20px; */
	}
	.ey_pro109 .title {
		width: 100%;
		height: 40px;
		line-height: 40px;
		/* border-bottom: 2px solid #618cef42; */
		margin-bottom: 15px;
	}
	.ey_pro109 .title a {
		float: right;
		font-size: 15px;
		color: #666666;
	}
	.ey_pro109 .title strong {
		display: inline-block;
		height: 40px;
		line-height: 40px;
		color: #fff;
		background: #618cef;
		padding: 0 20px;
		font-size: 18px;
		border-radius: 7px;
	}
	.ey_pro109 ul li {
		display: block;
		float: left;
		width: 23.5%;
		margin-right: 1.8%;
		background: #fff;
		/* padding: 2%; */
		box-sizing: border-box;
		transition: all .5s;
		box-shadow: 0 0 0.15rem #00000017;
		    border-radius: 10px;
			min-height: 450px;
	}
	.ey_pro109 ul li a.t {
		display: block;
		text-align: center;
		height: 50px;
		line-height: 70px;
		font-size: 23px;
		color: #618cef;
		font-weight: normal;
		padding: 0 20px;
/* 		    margin: 20px 0 0;
		    color: #618cef;
		    text-align: center;
		    font-size: 23px;
		    font-weight: normal;
		    white-space: nowrap;
		    overflow: hidden;
		    text-overflow: ellipsis; */
	}
	.ey_pro109 ul li p{
		    text-align: center;
		    font-size: 17px;
		    color: #333;
		    padding: 0 20px;
		    line-height: 30px;
	}
	.ey_pro109 ul li p:hover{
	    text-align: center;
	    font-size: 17px;
	    color: #618cef;
	    padding: 0 20px;
	    line-height: 30px;
	}
	.ey_pro109 ul li .pro_c a {
		display: block;
		float: right;
		width: 52px;
		height: 28px;
		line-height: 28px;
		text-align: center;
		color: #fff;
		background: #618cef;
		font-size: 15px;
		border-radius: 5px;
		margin-top: 10px;
	}
	.ey_pro109 ul li .pro_c p {
		font-size: 14px;
		color: #666666;
		line-height: 22px;
	}
	.ey_pro109 ul li a.t:hover {
		color: #618cef;
	}
	/* 颜色 end*/
	.ey_pro109 ul:after {
		content: "";
		display: block;
		height: 0px;
		visibility: hidden;
		clear: both;
	}
	.ey_pro109 .box109:after {
		content: "";
		display: block;
		height: 0px;
		visibility: hidden;
		clear: both;
	}
	.ey_pro109 .pro_box109 {
		margin-bottom: 100px;
	}
	.ey_pro109 ul li:last-child {
		margin-right: 0;
	}
	.ey_pro109 ul li .pic {
		display: contents;
		width: 100%;
		position: relative;
		padding-top: 100%;
		overflow: hidden;
	}
	.ey_pro109 ul li img {
		display: block;
		/* position: absolute; */
		width: 100%;
		min-height: auto;
		left: 0;
		top: 0;
		transition: all .5s;
		border-radius: 20px 20px 0 0;
	}
	.ey_pro109 ul li:hover {
		box-shadow: 0px 10px 15px rgb(35 33 33 / 10%);
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	.ey_pro109 ul li .pic:hover img {
		/* -webkit-transform: scale(1.12); */
		/* transform: scale(1.12); */
		margin-top: -5px;
	}
	}
	@media(max-width:800px) {
		/* 宽度 */
	.ey_pro109 .box109 {
		width: 96%;
		margin: 0 auto;
	}
	/* 颜色 */
	.ey_pro109 {
		/* background: #eee; */
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ey_pro109 .title {
		width: 100%;
		height: 35px;
		line-height: 35px;
	/* 	border-bottom: 2px solid #618cef; */
		margin-bottom: 15px;
	}
	.ey_pro109 .title a {
		float: right;
		font-size: 14px;
		color: #666666;
	}
	.ey_pro109 .title strong {
		display: inline-block;
		height: 35px;
		line-height: 35px;
		color: #fff;
		background: #618cef;
		padding: 0 15px;
		font-size: 16px;
		border-radius: 5px;
	}
	.ey_pro109 ul li {
		display: block;
		float: left;
		width: 49%;
		margin-right: 2%;
		background: #fff;
		padding: 0;
		box-sizing: border-box;
		transition: all .5s;
		margin-bottom: 10px;
		min-height: 315px;
		box-shadow: 0 0 0.15rem #00000017;
		    border-radius: 10px;
	}
	.ey_pro109 ul li p {
		    padding: 0 2%;
		    text-align: center;
		    font-size: 14px;
			margin-block-start: 5px;
			    margin-block-end: 0;
	}
	.ey_pro109 ul li a.t {
		display: block;
		text-align: center;
		font-size: 16px;
		color: #666666;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		    padding: 2% 0;
	}
	.ey_pro109 ul li a.t:hover {
		color: #618cef;
	}
	/* 颜色 end*/
	.ey_pro109 .box109:after {
		content: "";
		display: block;
		height: 0px;
		visibility: hidden;
		clear: both;
	}
	.ey_pro109 ul:after {
		content: "";
		display: block;
		height: 0px;
		visibility: hidden;
		clear: both;
	}
	.ey_pro109 .pro_box109 {
		margin-bottom: 0px;
	}
	.ey_pro109 ul li:nth-of-type(even) {
		margin-right: 0;
	}
	.ey_pro109 ul li .pic {
		/* display: block; */
		width: 100%;
		position: relative;
		padding-top: 100%;
		overflow: hidden;
		margin-bottom: 8px;
	}
	.ey_pro109 ul li img {
		/* display: block;
		position: absolute; */
		width: 100%;
		min-height: 100%;
		left: 0;
		top: 0;
		transition: all .5s;
	}
	.ey_pro109 ul li .pro_c a {
		display: none;
	}
	.ey_pro109 ul li .pro_c p {
		display: none;
	}
	.ey_pro109 ul li:hover {
		box-shadow: 0px 10px 15px rgba(0,0,0,.1);
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	.ey_pro109 ul li .pic:hover img {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

