body {
	padding-top: 4rem;
}

p {
	margin: 0;
}

img {
	width: 100%;
	display: block;
}

/* 选项样式 */
.product_content {
	padding: 2rem 0 2rem 0;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
	background-color: rgb(250, 250, 250);
}

.product_list {
	max-width: 1200px;
	margin: 0 auto;
}

.product_list_btn {
	width: 10rem;
	border: 1px solid #ebebeb;
	height: 2.5rem;
	text-align: center;
	position: relative;
	left: 50%;
	color: #888;
	transform: translateX(-50%);
	transition: all 0.2s;
	cursor: pointer;
}

.product_list_btn:hover {
	background: rgb(62, 136, 241);
	color: #fff;
}

.product_list_btn p {
	position: relative;
	margin: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.router-link-active {
	background: rgb(62, 136, 241);
	color: #fff;
}

.myTest {
	cursor: default;
	color: #fff;
}


/* 图片列表 */
.technology {
	min-height: 600px;
	background-color: rgb(250, 250, 250);
	overflow: hidden;
}

.technology_content {
	padding: 1.8rem;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid rgba(136, 136, 136, 0.3);
}

.technology_text {
	padding: .5rem;
	background-color: rgb(250, 250, 250);
	transition: all 0.2s;
}

.scuccess_card {
	border: 1px solid rgba(136, 136, 136, 0.3);
}

.scuccess_card:hover .technology_text {
	background-color: rgb(110, 184, 63);
}

.scuccess_card:hover .text1 {
	color: #fff;
}

.scuccess_card:hover .text2 {
	color: #fff;
}

.text1 {
	font-size: .8rem;
	color: #45b035;
}

.text2 {
	font-size: 1rem;
	font-weight: bold;
	color: #888;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.technology_content>div>div {
	margin-bottom: 1.8rem;
	padding: 0 .9rem;
}

#pages{
	margin: 0;
}
