<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 akakaz */
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

div,strong,a,span,li {
	font-size: 14px;
}

img {
	border: none;
}

ul, li, ol {
	list-style: none;
}
i,em {font-style:normal;}
/* CSS Document */
/* 样式重置
-----------------------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}
/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* 兼容清除浮动和错位 */
a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ec3b02;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* 主体宽度设置
----------------------------------------------------------------------------------------------------*/
body {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	min-width: 1200px;
}
.box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.flex-between {
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content:space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.flex-around {
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-moz-justify-content:space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}
.flex-center {
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-center;
	-moz-justify-content:space-center;
	-ms-justify-content: space-center;
	-o-justify-content: space-center;
	justify-content: space-center;
}
.flex-wrap {
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
}
.ll {
	float: left;
}
.rr {
	float: right;
}
.scale {
	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); 
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.main {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: #fff;
}
body {
	padding: 0;
	background: url(../images/headbg.jpg) no-repeat top center;
}
/*公共头部样式*/
.head {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding:0;
}
.head .headtop {
	padding: 10px 0;
	overflow: hidden;
}
.head .headtop span,.head .headtop span font {
	font-size: 14px;
}
.head .logo {
	padding: 0;
	overflow: hidden;
	margin:15px auto 30px;
	text-align: center;
}
.head .logo img {
	max-width: 100%;
}
@keyframes tis2 {
	0%{
		transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		opacity: 0;
	}
	100% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}
}
@-webkit-keyframes tis2 {
	0%{
		transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		opacity: 0;
	}
	100% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		opacity: 1;
	}
}


/*导航*/
.nav {
	padding: 0;
	height:60px;
}
.nav li.navli {
	width: 11.1%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    position: relative;
}
.nav li.navli:first-child p{
	color: #00a73d;
}
.nav li.navli:after {
	content: "/";
	color: #033a17;
	font-size:16px;
	position: absolute;
	right: 0;
	top:0;
	line-height: 60px;
}
.nav li.navli:last-child:after {
	display: none;
}
.nav .navli a {display: block;}
.nav .navli p {
	color: #033a17;
	font-size: 16px;
	display: block;
}
.nav .navli p i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/home.png) no-repeat center;
	vertical-align: middle;
	margin-right: 5px;
}
.nav li:hover p {
	color: #033a17;
}
.nav .navli .child{
	display: none;
	width: 100%;
	position: absolute;
	top:60px;
	left:0;
	right: 0;
	z-index: 3;
}
.nav li .child li {
	padding: 0;
	background: #00b17d;
	line-height: 40px;
}
.nav li .child li a {
	display: block;
	font-size: 15px;
	color: #fff;
}
.nav .navli:hover p {color: #00a73d;}
.nav .navli:hover .child {display: block;}
.nav .child li:hover a {
	background: #008452;
	color: #fff;
}
/*公共栏目样式*/
.sidebar {
	padding:0;
	overflow: hidden;
	width: 265px;
	min-height: 20px;
	margin-right: 20px;
}
.sidebar .sidetop {
	padding: 0 12px 12px;
	overflow: hidden;
	border-top:2px solid #00a73d;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 17px;
}
.sidebar .xglist {
	padding: 0 12px 12px;
	overflow: hidden;
	border-top:2px solid #00a73d;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.sidetit {
	padding: 0;
	overflow: hidden;
}
.sidetit span {
	display: block;
	color: #202020;
	font-size: 20px;
	line-height: 60px;
	font-weight: bold;
	padding-left: 5px;
}
.sidebar .l-ul {
	padding:0;
	overflow: hidden;
}
.sidebar .l-ul li {
	line-height: 40px;
	margin: 0 auto 5px;
	text-align: center;
	border:2px solid #d3eddc;
}
.sidebar .l-ul li:last-child {
	margin: 0 auto;
}
.sidebar .l-ul li a{
	font-size: 15px;
	color: #222523;
	display: block;
	background: #eff6f2;
	font-weight: bold;
}
.sidebar .l-ul li:hover a {
	color: #fff;
	background: #00a73d;
}
.sidebar .xglist ul {
	padding: 0;
	overflow: hidden;
}
.sidebar .xglist ul li {
	padding: 0;
	overflow: hidden;
	line-height: 45px;
}
.sidebar .xglist ul li a {
	display: block;
	width: 100%;
}
.sidebar .xglist ul li h2 {
	color: #222523;
	font-size: 14px;
	line-height: 45px;
}
.sidebar .xglist ul li h2 i {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #00a73d;
	vertical-align: middle;
	margin-right: 15px;
}
.sidebar .xglist ul li:hover a h2 {
	color: #00a73d;
}
.no-goods,#infoImage {padding: 10px 0;overflow: hidden;text-align: center;}




/*友情链接*/
.link {padding: 25px 0;overflow: hidden;border-top:3px solid #01a769;}
.link .links{padding-left:100px;overflow: hidden;background: url(../images/links.png) no-repeat left center;min-height: 70px;}
.link .links a{ display:inline-block; margin:0 15px; font-size: 14px; line-height: 25px; color: #bababa;min-width: 14%;}
.link .links a:hover{ color: #01a769;}


/*底部公用样式*/
.footer{ background:#01a769;padding:35px 0;overflow: hidden;}
.footer .fnav {text-align: center;padding: 0;overflow: hidden;margin-bottom: 35px;color: #fff;font-size: 16px;}
.footer .fnav a {display: inline-block;color: #fff;font-size: 16px;line-height: 35px;padding: 0 20px;}
.footer .fnav a:hover {color: #00ffa0;}
.footer .copyright {padding: 0;overflow: hidden;text-align: center;}
.footer .copyright,.footer .copyright p,.footer .copyright  span,.footer .copyright a {color: #fff;font-size: 15px;line-height: 30px;}

/*右侧漂浮*/
.piaofu {
	width: 73px;
	height: 73px;
	position: fixed;
	top:45%;
	right: 10px;
	z-index: 1;
}
.piaofu a {
	display: block;
	width: 100%;
}
.piaofu a img {
	width: 73px;
	height: 73px;
}

</pre></body></html>