/******************** 头部信息-run ********************/
header .sitelogo {
	width: 5rem;
}

header .sitetext1 {
	letter-spacing: 0.2rem;
	color: #00b400;
	font-weight: bolder;
	font-size: x-large;
	font-family: sans-serif;
}

header .sitetext2 {
	letter-spacing: 0.1rem;
	color: dimgray;
	font-weight: bold;
	font-size: small;
	font-family: sans-serif;
}

/******************** 新闻动态-end ********************/
#m_contact .m_card {
	background-color: #9bcdff;
}

#m_contact .m_card h6 {
	font-weight: bold;
}

#m_contact .m_card p {
	font-size: small;
}

#m_contact .contact-form h6 {
	font-size: 1.2em;
	color: #292b2c;
	margin-bottom: 1.5em;
	letter-spacing: 1px;
	font-weight: 400;
}

#m_contact .contact-form input[type="text"],
#m_contact .contact-form input[type="email"],
#m_contact .contact-form textarea {
	outline: none;
	padding: 15px 15px;
	font-size: 14px;
	color: #777;
	background: #f7f7f7;
	width: 100%;
	letter-spacing: 1px;
	border: 1px solid #ebeeef;
	margin-top: 1em;
}

#m_contact .contact-form textarea {
	height: 16rem;
	resize: none;
}

#m_contact .contact-form input[type="button"],
#m_contact .contact-form input[type="reset"] {
	height: 3rem;
}

#m_contact .contact-form input[type="reset"] {
	font-size: small;
	color: white;
	background-color: #292b2c;
}

#m_contact .contact-form input[type="button"] {
	font-size: small;
	color: #292b2c;
	background-color: #9bcdff;
}

/******************** 底部信息-run ********************/
footer {
	padding: 5em 0 1.5rem 0;
	clear: bg-light;
	border-top: #000000 1px;
	color: #6c757d;
}

footer h3 {
	font-size: 1.3em;
	color: #000000;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

footer ul {
	padding-left: 0;
	list-style: none;
}

footer ul li {
	display: block;
	font-weight: 400;
	font-size: 0.9em;
	margin: 0.7em 0;
}

footer ul li.hd {
	color: #007800;
}

footer .info {
	padding: 3rem 0;
}

footer .copyright,
footer .toTop {
	line-height: 4rem;
}

footer .toTop:hover {
	cursor: pointer;
	color: #00A000;
}

/******************** 底部信息-end ********************/
.center-layer {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

svg:hover {
	fill: blue;
}

#testitems .m_card {
	width: 160px;
	height: 160px;
	margin:2rem auto;
	transition: all ease-in-out .5s;
}

#testitems .m_card:hover {
	cursor: pointer;
}

#testitems .m_card1 {
	background: url(../img/cell-w.png) no-repeat;
}

#testitems .m_card1:hover {
	background: url(../img/cell-g.png) no-repeat;
}

#testitems .m_card2 {
	background: url(../img/gear-w.png) no-repeat;
}

#testitems .m_card2:hover {
	background: url(../img/gear-g.png) no-repeat;
}

#testitems .m_card3 {
	background: url(../img/fire-w.png) no-repeat;
}

#testitems .m_card3:hover {
	background: url(../img/fire-g.png) no-repeat;
}
#testitems h2,
#testitems h3,
#testitems h4,
#testitems h5,
#testitems p {
	color: white;
}

#testitems .btn-more:hover {
	cursor: pointer;
	width: 10rem;
	border-radius: 6px;
}

#testitems .btn-more {
	width: 7.5rem;
	height: 1.75rem;
	margin: auto;
	line-height: 1.75rem;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 12px;
	transition: all ease-in-out .5s;
}

#m_advance .num:hover {
	cursor: pointer;
	transform: scale(1.2);
	transition: all ease-in-out .6s;
}

#m_advance .num {
	transform: scale(0.8);
	transition: all ease-in-out .6s;
}
hr{
	border: none;
	height:0.2rem;
	width: 18rem;
}