<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/bj.jpg);
	background-repeat: repeat-x;
	font-family: "微软雅黑";
	line-height:25px;
	}
	
p{line-height:25px;}	
.main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	float: left;
	height: 116px;
	width: 1000px;
}
.header h1 {
	float: left;
	height: 95px;
	width: 240px;
	margin-top: 15px;
}
.header h2 {
	float: right;
	height: 96px;
	width: 260px;
	margin-top: 12px;
}
.nav {
	float: left;
	height: 40px;
	width: 1000px;
}
.nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav li {
	float: left;
	height: 40px;
	width: 110px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	font-family: "微软雅黑";
}
.nav a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
}
.nav a:hover {
	background-color: #09a92e;
}

.menu li {
    display: block;
    float: left;
    position: relative;
	z-index:999;
}
.menu li:hover {
    background: #09a92e;
}
.submenu {
	height:0;
    left: 0;
    position: absolute;
    top: 100%;

    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}
.submenu li {
    background: #09a92e;

    opacity: 0;

    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}
.submenu li a:hover{background: #027242;}
.menu &gt; li:hover .submenu li, .menu &gt; li:focus .submenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.banner {
	height: 350px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}.newsnr {
	height: 185px;
	width: 485px;
	margin-left: 255px;
	float: left;
	display: inline;
}
.newsnr ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.newsnr a {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.newsnr a:hover {
	color: #000000;
	text-decoration: underline;
}
.cpbt {
	float: left;
	height: 95px;
	width: 1000px;
}
.cpnr {
	background-image: url(../images/cpnr.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 216px;
	width: 1000px;
}
.cpnrtu {
	float: right;
	height: 216px;
	width: 720px;
}
.cpnrtu1 {
	float: left;
	height: 203px;
	width: 207px;
	margin-top: 10px;
}
.cpnrtu1 a {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.cpnrtu1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.cpnrtu1 li {
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-top: 5px;
}
.cpnrtu1 img {
	border: 1px solid #e4e4e4;
}



.newsnr li {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/newsx.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	height: 32px;
	width: 425px;
	line-height: 27px;
	padding-left: 30px;
	display: inline;
}

.news {
	float: left;
	height: 100px;
	width: 1000px;
	margin-top: 10px;
	clear: both;
}
.news1 {
	background-image: url(../images/zx1.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 185px;
	width: 1000px;
}
.aboutbt {
	float: left;
	height: 122px;
	width: 1000px;
}
.aboutnr {
	float: left;
	height: 217px;
	width: 1000px;
	background-image: url(../images/zxj.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.abotu {
	float: left;
	height: 165px;
	width: 295px;
	margin-top: 30px;
	margin-left: 40px;
}
.abouwz {
	float: left;
	height: 165px;
	width: 600px;
	display: inline;
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 30px;
	margin-left: 40px;
}
.abouwz a {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	height: 108px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.footer1 {
	height: 108px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.foot1 {
	float: left;
	height: 25px;
	width: 1000px;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-top: 28px;
	
}
.foot1 a {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.foot2 a {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.foot2 {
	float: left;
	height: 25px;
	width: 1000px;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
}
.nyleft {
	float: left;
	width: 246px;
	border: 1px solid #0BC035;
	margin-top: 20px;
	margin-bottom: 20px;
}
.nyleftbt {
	background-image: url(../images/zbt.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 48px;
	width: 236px;
	margin-top: 5px;
	margin-left: 5px;
	display: inline;
}

.nyleftbt1 {
	background-image: url(../images/zbt.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 48px;
	width: 236px;
	margin-top: 20px;
	margin-left: 5px;
	display: inline;
}
.nyrightbt {
	background-image: url(../images/nybt.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 40px;
	width: 732px;
}
.nyrightbt h1 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 40px;
	width: 180px;
	font-family: "微软雅黑";
	line-height: 40px;
	text-align: center;
}
.nyrightnr {
	float: left;
	width: 730px;
}
.nynew {
	float: left;
	width: 730px;
}

.nyrightnr p {
	margin-left: 10px;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-right: 10px;
}

.nyrightnr a{
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}

.nyleftnr1 {
	display: inline;
	float: left;
	width: 236px;
	margin-left: 5px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
.nyleftnr1 p {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-bottom: 5px;
}
.nyleftnr1 a {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.nynew ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nynew_li1 {
	background-image: url(../images/gif-0315.gif);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 580px;
	background-position: left center;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 30px;
	display: inline;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 5px;
}
.nynew_li1 a {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.nynew_li2 {
	float: left;
	height: 30px;
	width: 70px;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 5px;
}
.fanye {
	float: left;
	height: 30px;
	width: 730px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.fanye a {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.nyright {
	float: left;
	width: 735px;
	display: inline;
	margin-top: 20px;
	margin-left: 15px;
}



.nyleftnr {
	display: inline;
	float: left;
	width: 236px;
	margin-left: 5px;
}
.nyleftnr ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nyleftnr li {
	background-image: url(../images/bt.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 185px;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-left: 10px;
	padding-left: 33px;
	display: inline;
	margin-top: 5px;
	margin-bottom: 5px;
}
.nyleftnr a {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}


.nyleftbt h1 {
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 48px;
	width: 100px;
	font-family: "微软雅黑";
	line-height: 48px;
	margin-left: 20px;
	display: inline;
}
.nyleftbt h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 48px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}



.nyleftbt1 h1 {
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 48px;
	width: 100px;
	font-family: "微软雅黑";
	line-height: 48px;
	margin-left: 20px;
	display: inline;
}
.nyleftbt1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 48px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.ncpnrtu1 {
	float: left;
	height: 203px;
	width: 207px;
	margin-top: 10px;
	margin-left: 25px;
	display: inline;
}
.ncpnrtu1 a {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.ncpnrtu1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.ncpnrtu1 li {
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-top: 5px;
}
.ncpnrtu1 img {
	border: 1px solid #e4e4e4;
}


#demo {
	overflow:hidden;
	width: 720px;
}
#demo img {

}
#indemo {
float: left;
width: 800%;
}
#demo1 {
float: left;
}
#demo2 {
float: left;
}


.zzy {
	float: left;
	width:695px;
	margin-right: 10px;
	margin-left: 10px;
	display: inline;

}
.zzy1 {
	float: left;
	width: 695px;
	margin-right: 10px;
	margin-left: 10px;
	display: inline;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: center;
	height: 30px;
}

.zzy2 {
	float: left;
	width:695px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	display: inline;
}
.zzy2 p{
	margin-right: 10px;
	font-size: 12px;

	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.zzy2 a{
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}


.zzy2 img{
max-width:650px;
}</pre></body></html>