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

/*产品展示*/
.main {
	padding-top:60px;
}
/*面包屑导航*/
.crumb {
	height: 60px;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 20px;
}
.crumb h1 {
	font-size: 24px;
	font-family: "微软雅黑";
	color: #333;
	line-height: 60px;
}
.crumb strong {
	font-size: 30px;
	font-family: "微软雅黑";
	color: #1857a4;	
}
.crumb span {
	display: block;
	line-height: 60px;
	height: 60px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
    float: right;
    text-align: right;
    padding-right: 20px;
}
.crumb span a {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
}

/*产品展示*/
.conright {
	width: 858px;
	float: right;
}
.prolist  {
	min-height: 609px;
	overflow: hidden;
}
.prolist ul {
	min-height: 609px;
    margin-bottom: 10px;
    overflow: hidden;
}
.prolist li {
	width: 268px;
	height: 250px;
	float: left;
	margin:0 9px 30px;
}
.prolist li p {
	width: 268px;
	height: 205px;
	background: #fff;
	display: table-cell !important;
	vertical-align: middle;
	text-align: center;
	line-height: 0;
}
.prolist li p img {
	max-width: 100%;
	max-height: 100%;
}
.prolist li span {
	width: 100%;
	height: 45px;
	background: #eaeaea;
	display: block;
	line-height: 45px;
	text-align: center;
	color: #333;
	font-size: 14px;
}
.prolist li:hover span{
	background: #2a905e;
	color: #fff;
}
/*产品详情*/
.proinfo {
	overflow: hidden;
	min-height: 300px;
}
.pthumb {
	height: 377px;
	padding: 35px 0;
}
.pthumb .pic-show {
	float: left;
	width: 500px;
	height: 377px;
	overflow: hidden;
	border:1px solid #c7c7c7;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.pthumb .pic-show img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}
.pthumb .ptcon {
	margin-left: 65px;
	width: 470px;
	height: 377px;
	overflow: hidden;
	float: left;
}
.pthumb .ptcon h1 {
	font-family: "微软雅黑";
	color: #333;
	font-size: 24px;
	line-height: 48px;
	border-bottom: 1px dashed #b8b8b8;
	margin-bottom: 10px;
}
.pthumb .ptcon p {
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: "微软雅黑";
	color: #666;
	font-size: 14px;
}
.pthumb .ptcon p strong {
	display: inline-block;
	width: 75px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 30px;
	color: #fff;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
}
.pthumb .ptcon p.odd strong {
	background: #2a905e;
}
.pthumb .ptcon p.even strong {
	background: #999;
}
.pthumb .ptcon dl {
	margin-top:25px;
	height: 35px;
	line-height: 35px;
}
.pthumb .ptcon dl dd {
	font-family: "微软雅黑";
	color: #fff;
	font-size: 14px;
	width: 183px;
	text-align: center;
}
.ptcon dl dd.ll{
	background: #2a905e;
}
.ptcon dl dd.rr {
	background: #00509b;
}
.ptcon dd a {
	display: block;
	font-family: "微软雅黑";
	color: #fff;
	font-size: 14px;
}
.ptcon dd.ll:hover  {
	background: #3276c9;
}
.ptcon dd.rr:hover  {
	background: #8fcf37;
}

/*产品详情介绍*/
.pcontent {
	min-height: 150px;
	padding-bottom: 20px;
	overflow: hidden;
}
.pcontent h1 {
	font-size: 14px;
	color: #999;
	height: 35px;
	line-height: 35px;
	font-family: "微软雅黑";
	font-weight: normal;
	padding-left: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.pcontent h1:after {
	content: "";
	width: 165px;
	height: 4px;
	background: #2a905e;
	position: absolute;
	bottom: -2px;
    left: 0;
}
.pcontent h1 strong {
	font-size: 18px;
	font-family: "微软雅黑";
	color: #2a905e;
}
.pcontent div {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	line-height: 35px;
}
/*产品相关推荐*/
.protj {
	height: 452px;
	overflow: hidden;
}
.protj .protit {
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #d3d3d3;
	font-family: "微软雅黑";
	color: #2a905e;
	font-size: 30px;
	margin-bottom:45px;
}
.protj ul {
	width: 1200px;
	height: 305px;
    float: left;
    margin: 0 5px 30px; 
}
.protj li {
	width: 268px;
	height: 250px;
	float: left;
	margin:0 9px 30px;
}
.protj li p {
	background: #fff;
	display: table-cell !important;
	vertical-align: middle;
	text-align: center;
	line-height: 0;
}
.protj li p img {
	max-width: 100%;
	max-height: 100%;
}
.protj li span {
	width: 100%;
	height: 45px;
	background: #eaeaea;
	display: block;
	line-height: 45px;
	text-align: center;
	color: #333;
	font-size: 14px;
}
.protj li:hover span{
	background: #2a905e;
	color: #fff;
}


/*新闻分类*/
.newnav {
	height: 45px;
	padding:30px 0;
}
.newnav ul li {
	width: 137px;
	height: 43px;
	line-height: 43px;
	border:1px solid #ddd;
	float: left;
	margin-right: 30px;
	text-align: center;
}
.newnav li a {
	font-family: "行业新闻";
	color: #333;
	font-size: 16px;
}
.newnav li:hover ,.newnav li.on {
	border:1px solid #2a905e;
	background: #2a905e;
}
.newnav li:hover a ,.newnav li.on a {
	color: #fff;
}
/*新闻列表*/
.newlist {
	width: 1200px;
	min-height: 710px;
	overflow: hidden;
}
.newlist ul {
	min-height: 710px;
	margin-bottom: 20px;
}
.newlist li {
	width: 1200px;
	height: 120px;
	padding: 13px 0;
	background: #f7f7f7;
	margin-bottom: 20px;
}
.newlist li .date {
	width: 170px;
	height: 70px;
	padding-top: 37px;
	float: left;
	margin-right: 65px;
	position: relative;
}
.newlist li .date:after {
	content: "";
	height: 70px;
	width: 1px;
	background: #d1d1d1;
	position: absolute;
	right:0;
	top:37px;
}
.newlist li .date h1 {
	font-family: "Arial";
	color: #9b9b9b;
	font-size: 36px;
	text-align: center;
	line-height: 35px;
}
.newlist li .date h2 {
	font-family: "Arial";
	color: #7d7d7d;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	font-weight: normal;
}
.newlist li .nthumb {
	width: 160px;
	height: 120px;
	overflow: hidden;
	margin-right: 35px;
}
.newlist li .nthumb img {
	width: auto;
	height: 100%;
	max-width: 160px;
	max-height: 120px;
}
.newlist li .newcon {
	width: 658px;
	height: 103px;
	float: left;
	padding-top: 10px;
}
.newlist li .newcon h1 {
	font-family: "微软雅黑";
	color: #333;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 10px;
}
.newlist li .newcon span {
	font-family: "微软雅黑";
	color: #333;
	font-size: 14px;
	line-height: 25px;
	display: block;
	height: 50px;
	overflow: hidden;
}
.newlist li:hover {
	background: #2a905e;
}
.newlist li:hover h1,.newlist li:hover h2,.newlist li:hover span {
	color: #fff;
}
/*单页*/
.content {
	min-height: 300px;
}
.pagecon {
	width: 1180px;
    min-height: 300px;
    margin: 0 auto;
}
.tit {
    font-size: 30px;
    font-family: "微软雅黑";
    color: #2a905e;
    display: block;
    text-align: center;
    line-height: 60px;
}
.info {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #333;
    display: block;
    text-align: right;
    line-height: 30px;
    margin-bottom: 15px;
}
.content, .content p,.content span  {
	font-family: "宋体";
	font-size: 14px;
	color: #666;
	line-height: 35px;
}
.content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin:0 auto;
}

/*关于我们*/
.aboutus {
	min-height: 300px;
	overflow: hidden;
	margin-bottom: 45px;
}
.aboutus img {
	max-width: 100%;
	display: block;
}
.aboutus div {
	width: 930px;
	min-height: 100px;
	padding:30px 135px;
	padding-bottom: 20px;
	background: #f0f0f0;
	padding-top: 30px;
	font-family: "微软雅黑";
	color: #333;
	font-size: 14px;
	line-height: 30px;
}
/*文化*/
.culture {
	width: 1200px;
	height: 300px;
	overflow: hidden;
	margin-bottom: 40px;
}
.culture ul li {
	width: 600px;
	height: 300px;
	overflow: hidden;
	float: left;
}
.culture ul li div {
	width: 300px;
	height: 300px;
	overflow: hidden;
	float: left;
}
.culture li h1 {
	font-family: "Times New Roman";
	color: #fff;
	font-size: 26px;
	padding-top: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.culture li h2 {
	font-family: "微软雅黑";
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 35px;
}
.culture li em {
	width: 73px;
	height: 1px;
	margin:10px auto;
	display: block;
	background: #fff;
}
.culture li p{
	width: 300px;
	height: 300px;
	float: left;
	overflow: hidden;
}
.culture li p img {
	width: 300px;
	height: 300px;
	display: block;
}
.culture li:hover img {
	transition: 1s;
	transform:scale(1.2,1.2); 
	-ms-transform:scale(1.2,1.2);  	/* IE 9 */
	-moz-transform:scale(1.2,1.2); 	/* Firefox */
	-webkit-transform:scale(1.2,1.2);  /* Safari å’Œ Chrome */
	-o-transform:scale(1.2,1.2); 
}


/*留言板*/
.m-form{line-height:29px;color:#555;}
.m-form legend{font-size:14px;font-weight:bold;}
.m-form form {float: left;}
.tips{float: right;margin-top: 50px;border: 1px solid #ccc;padding: 30px;}
.m-form .formitm{padding:20px 0 0;line-height:30px;}
.m-form .formitm.last{padding:10px 0;}
.m-form .formitm-1{padding-left:100px;}
.m-form .lab{float:left;width:90px;margin-right:-90px;text-align:right;font-weight:bold;}
.m-form .ipt{margin-left:100px; background:none;}
.m-form .ipt *{vertical-align:middle;height: 30px;}
.m-form .ipt a,.m-form .ipt a:hover{text-decoration:none;color:#fb5500;}
.m-form .ipt img{height:28px;margin:0 15px 0 5px;}
.m-form .ipt .domain{margin:0 0 0 5px;font-weight:bold;color:#777;}
.m-form .ipt p{height:22px;line-height:22px;color:#fb5500;}
.m-form .tip{padding-top:10px;color:#545454!important;}
.m-form .tip input{margin:0 5px 3px 0;}
.m-form .u-btn {width: 50px;height: 30px;background: #00a587;border: none;color: #fff;margin-right: 15px;outline: none;}

/* 上下篇*/
.n-p{padding:10px 0;border-bottom: 1px dotted #afafaf;font-family:"宋体";height: 25px;}
.n-p li{float: left;padding:0px 20px;max-width: 50%; line-height:24px; list-style:none}
.n-p li a:hover{ text-decoration:underline}
.n-p .p,.n-p .n{background: url(../images/icon.png) no-repeat;}
.n-p .p{background-position: 0px -332px;}
.n-p .n{background-position: 0px -313px;}
</pre></body></html>