<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,:after,:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{font-size: 62.5% !important;}
html,body,div,p,strong,input,form,img,
h1,h2,h3,h4,h5,h6,ul,ol,li,
dl,dd,dt{margin: 0;padding: 0;vertical-align:middle;}
tbody,tr,td{margin:0;padding:0;}
ul,ol,li{list-style: none;}
i,em{font-style:normal;font-weight: normal;}
a{
	text-decoration: none;
    transition-duration: .5s;
    cursor: pointer;
	color: #333;
	blr: expression(this.onFocus=this.blur());
}
a:focus,a:hover{text-decoration:none;color: #333;}
input,button,textarea{ font-family: "Microsoft YaHei";border:0;}
/*æ¸…é™¤æµ®åŠ¨*/
.cle{clear:both;height:0;margin:0;padding:0;border:none; overflow:hidden;}
.clearfix:before,
.clearfix:after{display:table;content:"";visibility:hidden;height:0}
.clearfix:after{clear:both;}
.clearfix{zoom:1} /*IE &lt; 8*/
.tal{text-align:left;}
.tac{text-align:center;}
.tar{text-align:right;}
.text-nowrap{white-space: nowrap;}
.text-upper{text-transform: uppercase;}
.text-lower{text-transform: lowercase;}
.capitalize{text-transform: capitalize;}
.fl,.le{float:left;}
.fr,.ri{float:right;}
.por{position:relative;}
.poa{position:absolute;}
.row-fl{padding-left: 0;}
.row-fr{padding-right: 0;}
[class*=am-u-]+[class*=am-u-]:last-child{float: left;}
[class*='am-icon']{font-size: 1.6rem;}
[class*=am-u-]{padding: 0;}
.img100{display:inline-block;max-width:100%;height:auto}
.img-center{text-align: center;}
img{max-width:100%;}
.imgbox{
	/*éžIEçš„ä¸»æµæµè§ˆå™¨è¯†åˆ«çš„åž‚ç›´å±…ä¸­çš„æ–¹æ³•*/
	display: table-cell;
	vertical-align:middle;
	text-align: center;
	*display: block;
	*font-family:Arial;
}
.imgbox&gt;img{vertical-align:middle;display: inline-block;}
.pc{display: block;}
.webshow{ display: none; }
/*æ»šåŠ¨æ¡*/
@media screen and (max-width: 768px){
    /*ä»…ä½œç”¨äºŽwebkit*/
    body::-webkit-scrollbar {
        display: none;
    }
}
::-webkit-scrollbar{
	width: .6rem;
	height: 1rem;
	background: #d1d1d1;
}
::-webkit-scrollbar:horizontal {
	border-radius: 0 0 .5rem .5rem
}
::-webkit-scrollbar-thumb {
	/* border: 1px solid #D1D1D1; */
	/* border-radius: .5rem; */
	background: #858585;
	box-shadow: inset 0 0 0 1px #858585;
}
.m-nav-side::-webkit-scrollbar{
	width: 0;
}
/* ::-webkit-scrollbar-thumb:hover {
	background:#465267
} */
@media (min-width: 1260px){
	.container {
		width: 1230px;
	}
}
body {
	overflow-x: hidden;
	background: #fff;
	font-family: 'Microsoft YaHei', 'STHeiti Light', SimSun;
  	font-size: 13px;
	color: #333;
}
header{
	position: relative;
	z-index: 1;
}
header .logo{
	display: block;
	float: left;
	width: 20%;
	padding-top: 1px;
	text-align: center;
	position: relative;
}
header .logo img{
	position: absolute;
	left: 50%;
	margin-left: -85px;
}
nav{
	position: relative;
	width: 60%;
	float: left;
	background: #fff;
}
nav&gt;ul{
	background: #fff;
	position: relative;
}
nav&gt;ul&gt;li{
	position: relative;
	float: left;
	width: 12.5%;
  	padding: 30px 0;
	text-align: center;
}
nav&gt;ul&gt;li&gt;a{
	display: block;
	line-height: 35px;
	text-align: center;
}
nav&gt;ul&gt;li&gt;a:hover,
nav&gt;ul&gt;li&gt;a.jd{
	color: #016e45;
	font-weight: bold;
}
.navbtn{
	display: none;
}
/* nav&gt;ul&gt;li&gt;ul{
	margin-left: -25%;
	display: none!important;
	position: absolute;
	width: 150%;
	background: #fff;
	border-top: 1px solid #333;
	-moz-box-shadow:1px 1px 2px #333;
	-webkit-box-shadow:1px 1px 2px #333;
			box-shadow:1px 1px 2px #333;
}
nav&gt;ul&gt;li&gt;ul&gt;li{
	height: 40px;
}
nav&gt;ul&gt;li&gt;ul&gt;li&gt;a{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 40px;
	border-bottom: 1px solid #e6e6e6;
}
nav&gt;ul&gt;li&gt;ul&gt;li&gt;a:hover{
	color: #139d8f;
}
nav&gt;ul&gt;li:hover&gt;ul{
	display: block !important;
} */
.tel{
	float: left;
	width: 20%;
	text-align: center;
	color: #016e45;
	font-size: 20px;
	padding-top: 20px;
	font-weight: bold;
}
.vertical-align-middle{
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
}
.vertical-align:before{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: "";
}
@media only screen and (max-width: 1200px){
	header{position: fixed;width: 100%;background: #fff;z-index: 999;top: 0;border-bottom: 1px solid #eee;}
	header .navbtn{display: block;position: absolute;border: 1px solid #ddd;z-index: 2;padding: 9px 10px;right: 0;cursor: pointer;margin-right: 10px;margin-top: 12px;}
	header .navbtn i{margin-top: 4px;display: block;width: 22px;height: 2px;background: #888;}
	header .navbtn i:first-child{ margin-top: 0; }
	nav{ float: none; position: absolute; width: 100%;left: 0; display: none; height: auto;z-index: 9999;background: #fff;}
	nav&gt;ul{
		width: 100%;
	}
	nav&gt;ul&gt;li{ float: none; width: 100%; height: auto; padding: 0; }
	nav&gt;ul&gt;li&gt;a{ padding: 0; width: 100%; height: 36px; line-height: 36px; border-bottom: 1px solid #a3a3a3; }
	/* nav&gt;ul&gt;li&gt;a:hover,
	nav&gt;ul&gt;li&gt;a.jd{line-height: 35px;} */
	nav&gt;ul&gt;li:hover&gt;ul{display: none !important;}
}
@media only screen and (max-width: 768px){
    body{width: 100%;min-width: auto;}
    .pcshow{display: none;}
    .webshow{display: block;}
    header .logo{
		position: relative;
		width: 100%;
		z-index: 1;
		background: #016e45;
    }
    header .logo img{
		height: 60px;
		position: relative;
		left: 0;
		margin-left: 0;
	}
	/* nav{
		display: none;
		width: 100%;
		height: 320px;
		bottom: 0;
		left: inherit;
		right: 0;
		top: 95px;
		background: #2f2725;
	} */
	.tel{display: none;}
}
/*	Banner */
.banner{ position: relative; width: 100%; overflow: hidden; z-index: 0; }
.banner img{ padding: 0; margin: 0; }
.web-Slider img{width: 100%;}
/*	imgTbale */
.imgTable{
	display: table;
    height: 100%;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    background: #fff;
    -moz-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -ms-transition: all, 0.6s;
    transition: all, 0.6s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
/*.imgTable:hover {
    z-index: 20;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}*/
.imgTable span{
	display: block;
	height: 20rem;
    /*max-width: 20rem;*/
    margin: 0 auto;
}
.imgTable span img{
    max-height: 20rem;
    position: relative;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/**
 * MAIN CSS
 */
@media only screen and (max-width: 1200px){
}
@media only screen and (max-width: 768px){
}
/**
 * FOOTER CSS
 */
footer{
	padding-top: 35px;
	padding-bottom: 50px;
	color: #fff;
	background: #000;
}
footer a{
  	color: #fff;
}
.fnav a{
	display: inline-block;
	text-align: center;
	width: 14%;
	border-left: 1px solid #fff;
}
.fnav a:first-child{
	border-left: 0;
}
.fnav a:hover{
	color: #f1f1f1;
}
.fbox{
	padding-top: 60px;
}
.flogo{
	float: left;
}
.ftxt{
	float: left;
	width: 50%;
	margin-top: 15px;
	margin-left: 50px;
	padding-left: 50px;
	padding-right: 50px;
	border-left: 1px solid #fff;
}
.ftel{
	float: left;
	margin-top: 15px;
}
.ftel p{
	display: inline-block;
	font-size: 18px;
	margin-left: 15px;
}
.ftel span{
	display: block;
	font-size: 30px;
}
.fewm{
	float: right;
	text-align: center;
}
.fewm img{
	width: 120px;
	height: 120px;
}
.fewm p{
	line-height: 30px;
}
.copyright{
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	color: #585858;
	background: #000;
}
.copyright a{
	color: #585858;
}
.copyright span{
	display: inline-block;
	padding: 0 10px;
}
@media screen and (max-width: 1200px){
    .copyright .fl,
	.copyright .fr{
		width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width: 768px){
	footer{
		padding: 30px 0;
	}
	.fnav{
		display: none;
	}
	.fbox{
		padding-top: 0;
	}
	.flogo{
		display: none;
		float: none;
		width: 100%;
		text-align: center;
	}
	.ftxt{
		float: none;
		width: 100%;
		margin: 0;
		padding: 20px;
		border-left: 0;
	}
	.ftel{
		float: none;
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
	.ftel img{
		display: none;
	}
	.ftel p{
		margin-left: 0;
	}
	.fewm{
		float: none;
		width: 100%;
		padding: 20px 0;
	}
	.fewm img{
		width: 80px;
		height: 80px;
	}
}
/**
 * SUBMAIN CSS
 */
 .subbanner{
	position: relative;
	z-index: 0;
}
.subbanner img{
	position: relative;
	z-index: 1;
}
.subbanner .t{
	position: absolute;
	z-index: 2;
	top: 40%;
	left: 30%;
	color: #fff;
	font-size: 36px;
}
.subbanner .t::before,
.subbanner .t::after{
	position: absolute;
	content: "";
	display: block;
	width: 94%;
	height: 30px;
	left: 3%;
	border: 1px solid #fff;
}
.subbanner .t::before{
	top: -40%;
	border-bottom: 0;
}
.subbanner .t::after{
	border-top: 0;
}
.editor{
	font-size: 12px !important;
	padding: 2rem 0;
	line-height: 2 !important;
}
.editor img,
.mbArticleSharePic{
	max-width: 100% !important;
	height: auto !important;
}
@media only screen and (max-width: 768px){
	.subbanner .t{
		width: 100%;
		text-align: center;
		left: 0;
		font-size: 16px;
	}
	.subbanner .t::before, .subbanner .t::after{
		display: none;
		height: 18px;
	}
}
/* .editor h1,.editor h2,.editor h3,.editor h4,.editor h5,.editor h6{
} */
/*åˆ†é¡µ*/
.prevAndNext{
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}
.prevAndNext li{
	margin: 5px 10px;
	padding: 5px 0;
}
@media (min-width: 768px){
	.prevAndNext{
		padding: 0 30px;
	}
	.prevAndNext li.prev{
		float: left;
	}
	.prevAndNext li.next{
		float: right;
	}
}
.about{
	padding: 38px 0;
}
/**
 * PRODUCT CSS
 */
.productlist1{
	padding: 30px 0;
}
.productlist1 li{
	float: left;
	padding: 15px;
	width: 33.3%;
	text-align: center;
}
.productlist1 li a{
	display: block;
}
.productlist1 li .box{
	overflow: hidden;
}
.productlist1 li img{
	height: 238px;
	-moz-transition: all, 0.6s;
    -webkit-transition: all, 0.6s;
    -o-transition: all, 0.6s;
    -ms-transition: all, 0.6s;
    transition: all, 0.6s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.productlist1 li:hover img{
	-moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.productlist1 li span{
	font-size: 16px;
	line-height: 3;
}
.productlist1 li:hover span{
	font-weight: bold;
}
@media only screen and (max-width: 768px){
	.productlist1 li{
		width: 50%;
	}
	.productlist1 li img{
		height: 180px;
	}
	.productlist1 li span{
		font-size: 13px;
		line-height: 2;
	}
}
.showpro .title{ font-size: 24px;text-align: center;border-bottom: 1px dashed #f1f1f1;}
/* NEWSLIST CSS */
.shownews{
	padding: 30px 0;
}
.shownews .title{
	text-align: center;
	font-size: 1.5rem;
	line-height: 2;
}
.shownews .infos{
	text-align: center;
	padding: .5rem 0;
	border-bottom: 1px dashed #c7c7c7;
}
.shownews .pics{ padding: 30px 0; }
@media only screen and (max-width: 768px){
	.newslist .items{width: 100%;padding: 1rem 0;}
	.newslist .items a{ display: flex; }
	/* .newslist .items img{ flex: 1; width: 100px; height: 120px; } */
	.newslist .items .text{ width: auto; flex: 2; padding-right: 0; padding-left: 10px; }
	.newslist .items .text h5{ padding: 10px 0; font-size: 1.5rem; line-height: 20px; font-weight: bold; overflow: hidden; }
	.newslist .items .text .desc{ padding: 0; height: auto; overflow: hidden; font-size: 1.2rem; line-height: 2; }
	.newslist .items .text .time{text-align: right;font-size: 1.2rem;}
}
.blocks,
[class*="blocks-"] {
  padding: 0;
  margin: 0;
  margin-right: -15px;
  margin-left: -15px;
  list-style: none;
}
.blocks:before,
[class*="blocks-"]:before,
.blocks:after,
[class*="blocks-"]:after {
  display: table;
  content: " ";
}
.blocks:after,
[class*="blocks-"]:after {
  clear: both;
}
.blocks &gt; li,
[class*="blocks-"] &gt; li {
  position: relative;
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 22px;
}
.blocks.no-space,
[class*="blocks-"].no-space {
  margin: 0;
}
.blocks.no-space &gt; li,
[class*="blocks-"].no-space &gt; li {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.blocks-2 &gt; li:nth-child(2n+3),
.blocks-3 &gt; li:nth-child(3n+4),
.blocks-4 &gt; li:nth-child(4n+5),
.blocks-5 &gt; li:nth-child(5n+6),
.blocks-6 &gt; li:nth-child(6n+7),
.block-first {
  clear: both;
}
.blocks-100 &gt; li {
  width: 100%;
}
.blocks-2 &gt; li {
  width: 50%;
}
.blocks-3 &gt; li {
  width: 33.33333333%;
}
.blocks-4 &gt; li {
  width: 25%;
}
.blocks-5 &gt; li {
  width: 20%;
}
.blocks-6 &gt; li {
  width: 16.66666667%;
}
@media (min-width: 480px) {
  .blocks-xs-100 &gt; li {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .blocks-xs-2 &gt; li {
    width: 50%;
  }
}
@media (min-width: 480px) {
  .blocks-xs-3 &gt; li {
    width: 33.33333333%;
  }
}
@media (min-width: 480px) {
  .blocks-xs-4 &gt; li {
    width: 25%;
  }
}
@media (min-width: 480px) {
  .blocks-xs-5 &gt; li {
    width: 20%;
  }
}
@media (min-width: 480px) {
  .blocks-xs-6 &gt; li {
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .blocks-sm-100 &gt; li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .blocks-sm-2 &gt; li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .blocks-sm-3 &gt; li {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .blocks-sm-4 &gt; li {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .blocks-sm-5 &gt; li {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .blocks-sm-6 &gt; li {
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .blocks-md-100 &gt; li {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .blocks-md-2 &gt; li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blocks-md-3 &gt; li {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .blocks-md-4 &gt; li {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .blocks-md-5 &gt; li {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .blocks-md-6 &gt; li {
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .blocks-lg-100 &gt; li {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .blocks-lg-2 &gt; li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .blocks-lg-3 &gt; li {
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .blocks-lg-4 &gt; li {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .blocks-lg-5 &gt; li {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .blocks-lg-6 &gt; li {
    width: 16.66666667%;
  }
}
@media (min-width: 1600px) {
  .blocks-xlg-100 &gt; li {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .blocks-xlg-2 &gt; li {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .blocks-xlg-3 &gt; li {
    width: 33.33333333%;
  }
}
@media (min-width: 1600px) {
  .blocks-xlg-4 &gt; li {
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .blocks-xlg-5 &gt; li {
    width: 20%;
  }
}
@media (min-width: 1600px) {
  .blocks-xlg-6 &gt; li {
    width: 16.66666667%;
  }
}</pre></body></html>