/*产品*/
.container03 {
	padding: 1.75rem 0 1rem;
	overflow: hidden
}

.container03 ul {
	font-size: 0;
	margin: 0 -19px;
	margin-bottom: 1rem;
}

.container03 ul li {
	display: inline-block;
	width: 25%;
	padding: 0 19px;
	margin-bottom: 1.875rem;
	overflow: hidden;
}

.container03 ul li a {
	display: block;
	overflow: hidden
}

.container03 ul li a .img,
.container03 ul li a .img img {
	overflow: hidden;
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.container03 ul li a .con {
	background: #fff;
	padding: 2.2rem 1.75rem 1.75rem;
	text-align: center;
	position: relative;
	border: #eeeeee 1px solid;
	position: relative
}

.container03 ul li a .con:before {
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: #0869ac;
	transition: 1s;
	transform: translateY(102%);
}

.container03 ul li a .con h5 {
	font-size: 1.125rem;
	color: #000000;
	margin-bottom: 0.5rem;
	position: relative;
	transition: 0.6s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.container03 ul li a .con p {
	font-size: 14px;
	line-height: 24px;
	color: #737373;
	height: 44px;
	overflow: hidden;
	text-align: left;
	position: relative;
	transition: 0.6s
}

.container03 ul li a .con .icon {
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	left: 50%;
	margin-left: -20px;
	top: -20px;
	line-height: 40px;
	z-index: 1
}

.container03 ul li a .con .icon:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(16, 74, 158, 0.1);
	border-radius: 50%;
	transform: scale(1.5);
	transition: 0.6s
}

.container03 ul li a .con .icon:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #176abb;
	border-radius: 50%;
	transition: 0.6s
}

.container03 ul li a .con .icon span {
	font-size: 1.5rem;
	color: #fff;
	position: relative;
	z-index: 10;
	transition: 0.6s;
	display: inline-block;
}

.container03 .more {
	text-align: center
}

.container03 .more a {
	display: inline-block;
	width: 170px;
	height: 45px;
	line-height: 43px;
	border-radius: 10px;
	font-size: 16px;
	color: #373737;
	transition: 0.6s;
	border: #e5e5e5 1px solid;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.container03 .more a:before {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	top: 50%;
	margin-top: -90px;
	left: 50%;
	margin-left: -90px;
	background: #ef7600;
	transform: scale(0);
	transition: 0.6s;
	border-radius: 50%;
	opacity: 0
}

.container03 .more span {
	position: relative
}

@media(min-width: 768px) {
	.container03 ul li a:hover .con .icon:before {
		background: rgba(239, 118, 0, 0.1);
	}

	.container03 ul li a:hover .con .icon:after {
		background: #0869ac
	}

	.container03 ul li a:hover .con .icon span {
		transform: rotate(180deg);
	}

	.container03 ul li a:hover .con:before {
		transform: translateY(0);
		background: #176abb;
	}

	.container03 ul li a:hover .con h5 {
		color: #fff
	}

	.container03 ul li a:hover .con p {
		color: #fff
	}

	.container03 .more a:hover {
		border: #ef7600 1px solid;
		background: #ef7600;
		color: #fff
	}

	.container03 .more a:hover:before {
		transform: scale(1);
		opacity: 1
	}
}

@media(max-width: 768px) {
	.container03 ul {
		margin: 0 -7px;
		margin-bottom: 1rem;
	}

	.container03 ul li {
		width: 50%;
		padding: 0 7px;
		margin-bottom: 15px;
	}

	.container03 ul li a .con .icon {
		transform: scale(0.7);
	}


	.container03 ul li a .con {
		padding: 3rem 1rem 2rem;
	}

	.container03 .more a {
		width: 120px;
		font-size: 14px;
		height: 40px;
		line-height: 38px;
	}

	.container03 ul li a .con h5 {
		margin-bottom: 10px
	}

	.container03 ul li a .con p {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}

	.container03 ul li a .img,
	.container03 ul li a .img img {
		overflow: hidden;
		width: 100%;
		height: 130px;
		object-fit: cover;
	}
}