<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.prolist {
}
.prolist h2 {
	display: block;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 30px;
}
.prolist h2 span {
	border-bottom: 4px solid #c7000a;
	font-size: 32px;
	width: 180px;
	display: block;
	height: 55px;
	line-height: 35px;
	text-align: center;
}
.prolist ul {
	display: block;
	width: 100%;
	overflow: hidden;
}
.prolist ul li {
	display: block;
	float: left;
	width: 372px;
	margin-right: 41px;
	text-align: center;
	height: 410px;
	margin-bottom: 50px;
}
.prolist ul li:nth-child(3n) {
	margin-right: 0px;
}
.prolist ul li img {
	display: block;
	width: 364px;
	height: 252px;
	padding: 3px;
	border: 1px solid #eee;
}
.prolist ul li span {
	display: block;
	width: 352px;
	height: 110px;
	background-color: #f4f4f4;
	padding: 20px 10px;
	font-size: 24px;
	color: #555;
	text-align: center;
}
.prolist ul li span em {
	display: block;
	width: 150px;
	font-style: normal;
	border: 2px solid #555;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 20px auto;
	font-size: 16px;
	color: #555;
}
.prolist ul li:hover img {
	border-color: #c7000a;
}
.prolist ul li:hover span {
	background-color: #c7000a;
	color: #fff;
}
.prolist ul li:hover span em {
	color: #fff;
	border-color: #fff;
}
/*详细页*/
.guide {
	display: block;
	border-bottom: #f0f0f0 1px solid;
	height: 45px;
	line-height: 45px;
	color: #666;
}
.proview .left {
	width: 650px;
	height: 450px;
	margin-top: 50px;
}
.proview .right {
	width: 488px;
	margin-top: 50px;
}
.proview .right h2 {
	display: block;
	font-size: 30px;
	font-weight: normal;
}
.proview .right .ys {
	font-size: 14px;
	margin-top: 12px;
	color: #E6946E;
	line-height: 24px;
	background: #FFF4EA;
	border-radius: 0 40px 0 0;
	padding: 20px;
}
.proview .right .pro_shuxing {
	padding: 20px 0px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	margin-top: 30px;
	overflow:hidden;
}
.proview .right .pro_shuxing .pm {
	line-height: 30px;
}
.proview .right .pro_shuxing .pm strong, .proview .right .pro_shuxing .pm span {
	font-size: 16px;
	color: #666;
}
.proview .right .pro_shuxing .pm span {
	font-size: 14px;
}
.proview .right .pro-tel {
	font-size: 20px;
	float: right;
	width: 100%;
	background: url(../img/pro_t.png) no-repeat left center;
	margin-top: 30px;
}
.proview .right .pro-tel p {
	font-size: 14px;
	padding-left: 17%
}
.proview .right .pro-tel a {
	color: #c7000a;
	font-size: 32px;
	font-weight: 600;
	padding-left: 17%;
}
.proview .xx h2 {
	width: 100%;
	margin-top: 50px;
}
.proview .xx h2 span {
	display: block;
	width: 390px;
	height: 84px;
	line-height: 120px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	background: url(../img/icon_pro.png) center 15px no-repeat #333;
	overflow: hidden;
}
.proview .xx, .proview .xx p {
	line-height: 32px;
	font-size: 16px;
}
</pre></body></html>