<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 */
html,body,form,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,em,address,a,input,textarea,span,strong,img,blockquote,fieldset,div,label{margin:0px; padding:0px}

body{font-size:14px; line-height:180%; color:#333;font-family:\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,Arial,Helvetica,sans-serif;}
ul,ol,dl{list-style:none;}
input,textarea,select,button{font-size:18px;}
a{color:#333; text-decoration:none;-webkit-transform: translate(0px,0);-moz-transform:translate(50px,0);transform: translate(0px,0);transition:all .3s ease-in 0s;-webkit-transition:all .3s ease-in 0s;-moz-transition:all .3s ease-in 0s;}
a:hover{text-decoration:none;color:#91000b;}
a:link,a:visited{ color:#333;}
img{border:none;}
table{border-collapse:collapse;}
table,thead,tbody,tfoot,tr,td{margin:0px}
.clearfix{clear:both; height:0px; line-height:0px; font-size:0px; visibility:hidden;}
.right{ float:right;}
.left{ float:left;}
.clear{ clear:both;	}


body{}

h1,h2,h3,h4{}
h1{	font-size: 16px;color: #333;line-height: 30px;}/*首页标题*/
h2{font-size: 22px;line-height: 50px;color: #333;text-align: center;}/*文章标题*/
h2 i.iconfont{color: #88c507;font-size: 24px}
h3{font-size: 32px;text-align: center;line-height: 80px;} /*关于我们标题*/
h4{font-weight: bold;font-size: 30px;margin-bottom: 24px;}

.wrapper{
  width: 1024px;margin: 0 auto;
}
.mt10{
  margin-top: 10px;
}
.mt15{
  margin-top: 15px;
}
.mt20{
  margin-top: 20px;
}
.mt30{
  margin-top: 30px;
}

.mt50{
  margin-top: 50px;
}
.color20{
  color:#202020;
}
.color9{
  color:#999;
}
.colorred{
  color:#91000b;
}
.font12{
  font-size: 12px;
}
.font16{
  font-size: 16px;
}
.font18{
  font-size: 18px;
}
.font20{
  font-size: 20px;
}
.font24{
  font-size: 24px;
}

/*header*/
#header{
  width:100%; height:44px;padding: 10px 0;background: #fff;
}


/*footer----------------------------------*/
.footer{
  background: url(../images/foot.jpg);padding: 80px 0;font-size: 14px;width: 100%;margin-top: 60px;
}</pre></body></html>