<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 初始化开始 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { 
    margin: 0; 
    padding: 0; 
}
fieldset, img,input,button { 
    border: none; 
    padding: 0;
    margin: 0;
    outline-style: none; 
}
ul, ol { 
    list-style: none; 
}
input { 
    padding-top: 0; 
    padding-bottom: 0; 
    font-family: "SimSun","宋体",Microsoft YaHei;
}
select, input { 
    vertical-align: middle;
}
select, input, textarea { 
    font-size: 12px; margin: 0; 
}
textarea { 
    resize: none; 
} /*防止拖动*/
img {
    border: 0;	
    vertical-align: middle; 
}  /*  去掉图片低测默认的3像素空白缝隙*/
table { 
    border-collapse: collapse; 
}
body {
    color: #000;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    max-width: 640px;
    min-width: 320px;
	margin:0 auto;
    height: 100%;
    font-family: Microsoft YaHei
}
.clear:before,.clear:after {
   content: "";
   display: block;
   height: 0;
   visibility: hidden;
   clear: both;
}
.clear{
    *zoom: 1;/*IE/7/6*/
}
a {
    color:#666666; 
    text-decoration: none; 
}
h1,h2,h3,h4,h5,h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
s,i,em{
    font-style: normal;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size:12px;
}
a:hover, a:focus {
    color: #666666;
    text-decoration: none;
}

/*公共类*/
.w {
    width: 100%; margin:0 auto;
}
.w-f {
    width: 100%; margin:0 auto;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.al {
    text-align:left;
}
.ac {
    text-align:center;
}
.ar {
    text-align:right;
}
.hide {
    display:none;
}
.re{
    position: relative;
}
.ab{
    position: absolute;
}
.wh {
    width: 100%;
    height: auto;
    display: inline-block;
}

/**
 * 扩展
 */
a:hover,a:focus {
    background-color: transparent;
}
.hr {
    height: 7px;
    background-color: #f5f5f5;
}


/**
 * 头部+banner
 */
.header {
	height:58px;
	line-height:58px;
    background: linear-gradient(to right,#1dd35f,#78db3a);
    text-align: center;
	width: 100%;    
	position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#menu {
    color: #fff;
    padding-top: 15px;
    font-size: 25px;
    cursor: pointer;
}
i#menu{
	width:20%;
}
.header i{

}
.header &gt; span {
	width:80%;
    font-size: 26px;
    color: #fff;
    font-family: Microsoft YaHei;
    line-height: 58px;
}
.header &gt; span img{
	display:inline-block;
}

.header &gt; p {
	width:65%;
    font-size: 26px;
    color: #fff;
    font-family: Microsoft YaHei;
    line-height: 58px;
}
.header &gt; p img{
	display:inline-block;
}

.header &gt; .nav {
    width: 100%;
    z-index: 100;
    color: #fff;
    background: #25D45C;
    display: none;
}
.header &gt; .nav li {
    line-height: 30px;
}
.header &gt; .nav li &gt; i {
    font-size: 16px;
}
.header &gt; .nav a {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    font-family: Microsoft YaHei;
}
.nav {
	position:absolute;
	top:58px;
	z-index:999;
}
.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
    background-color: transparent;
}
.imain {
	margin-top:58px;
}
.iabout &gt; img {
    float: left;
    padding: 0 10px;
}
.currency-p {
    line-height: 50px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    color: #2bc965;
}
.currency-p &gt; span {
    display: inline-block;
    width: 5px;
    height: 28px;
    background-color: #2bc965;
    margin-right: 20px;
    line-height: 50px;
    vertical-align: middle;
}
.iabout &gt; div {
    text-indent: 28px;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    padding: 0 15px;
}


/**
 * 首页产品
 */

.ipro-lis {
    padding-top: 10px;
    overflow: hidden;
}
.ipro-lis li {
    padding-bottom: 20px;
}
.ipro-lis li a{
	display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ipro-lis li a img {
	display:inline;
}
.ipro-lis li p {
    font-size: 16px;
    padding: 5px 0;
}
/**
 * 首页新闻
 */
.inews-lis {
    overflow: hidden;
}
.inews-lis li {
    padding-left: 20px;
    color: #666;
    line-height: 44px;
    border-bottom: 1px solid #dadada;
}
.inews-lis li a {
	font-size: 16px;
    background: url(../images/d.png) 0 9px no-repeat;
    padding-left: 20px;
    display: block;
    height: 40px;
    overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.inews-lis li a span {
    display: inline-block;
    width: 8px;
    height: 12px;
    background: url(../images/lt.png) no-repeat;
    margin-top: 16px;
}
.inews-lis li p {
    padding-left: 20px;
}


.totop {
    height: 35px;
    background: linear-gradient(to right,#1dd35f,#78db3a);
}
.totop p {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding-right: 15px;
}
.totop p i {
    display: inline-block;
    width: 18px;
    height: 9px;
    background: url(../images/totop.png) no-repeat;
}

.footer {
    padding: 10px 0 75px;
    overflow: hidden;
}

.bottom-fiexd {
    position: fixed;
    bottom: 0;
    left: 0;
	z-index:999;
    width: 100%;
    height: 65px;
    background: linear-gradient(to right,#1ed35f,#78db3a);
}
.bottom-fiexd ul {
    overflow: hidden;
    padding-top: 10px;
}
.bottom-fiexd ul li {
    text-align: center;
}
.bottom-fiexd ul li i {
    font-size: 27px;
    color: #fff;
}
.bottom-fiexd ul li a {
    display: block;
    color: #fff;
}


.return {
    width: 2rem !important;
    height: 2rem;
    display: inline-block;
    line-height: 2rem;
    color: #fff;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    font-size: 1rem;
	margin: 18px 5px;
}

.news-con-title {
	font-size: 2.2rem;
	font-family: Microsoft YaHei;
	padding: 24px 0;
}
.news-con &gt; time {
	padding-left: 20px;
	color: #666666;
	line-height: 50px;
}
.news-con-main {
    color: #333;
    padding:0 15px;
    font-size: 18px;
    text-indent: 40px;
    line-height: 34px;
    padding-bottom: 30px;
}
.news-con-main img {
	display:block;
	max-width:100%;
	height:auto;
}
.tag p{
	line-height:30px;
}
.aside {
	padding-left: 15px;
}
.aside p {
	font-size: 14px;
	line-height: 40px;
}
.aside p &gt; i {
	margin-right: 10px;
}


/**
 * 分页
 */
.ipages {
    overflow: hidden;
    padding: 0 15px 30px;
    text-align: center;
    line-height: 44px;
}
.ipages &gt; button {
    width: 114px;
    height: 44px;
    border: 1px solid #23d45e;
    background: transparent;
    border-radius: 3px;
    font-size: 22px;
    color: #2EC967;
}
.ipages &gt; button:nth-child(1){

}



.pages { clear:both; color:#444;  margin:0 auto; text-align:center; margin-top:20px;}
.pages a{ color:#444;}
.pages a:visited { color:#444;}
.pages ul { list-style:none;}
.pages li  , .pages li :visited{margin-left:0px; display:inline-block; border:1px solid #CCC; padding:3px 5px;}
.pages li:active{ color:##444;}
.pages_solid{border:1px solid #000; background:#000; color:#fff;}

.pro_ar{padding:10px 0; margin:10px 0;}
.pro_ar th{text-align:left; font-size:14px;}</pre></body></html>