<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 */

body,
html {
  width: 100%;
  height: 100%;
}

body,
html,
div {
  margin: 0;
  padding: 0;
  border: 0;
}

body,
html,
div,
a,
p,
span,
ul,
li,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: 14px "微软雅黑";
  color: #555;
  list-style: none;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  outline: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}

textarea {
  resize: none;
}

textarea:-webkit-autofill {
  box-shadow: 0 0 0px 100px white inset;
  -webkit-box-shadow: 0 0 0px 100px white inset;
}

input {
  border-radius: 0px;
  outline: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea,
button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 100px white inset;
  -webkit-box-shadow: 0 0 0px 100px white inset;
}

@font-face {
  font-family: "PINGFANG";
  src: url(fonts/PINGFANG-MEDIUM.TTF);
  font-style: normal;
}

/* 清除浮动 */
.clear:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clear {
  zoom: 1;
}

/* headerTop */
.headerTop {
  height: 40px;
  background-color: #363636;
}

.topMain {
  width: 1200px;
  margin: 0 auto;
}

.headerTop .topLeft {
  float: left;
  color: #a8a8a8;
  font-size: 14px;
  line-height: 40px;
}

.topRight {
  float: right;
}

.topRight li {
  float: left;
}

.topRight li.topCenter {
  line-height: 40px;
  color: #a8a8a8;
  font-size: 14px;
  margin: 0 20px;
}

.topRight li a {
  line-height: 40px;
  color: #a8a8a8;
  font-size: 14px;
}

/* header */
.header {
  width: 100%;
  height: 128px;
  background-color: #ffffff;
}

.header_main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 40px;
}

.header_left {
  float: left;
}

.header_left .logo {
  float: left;
  width: 66px;
  height: 66px;
  margin-right: 14px;
}

.header_left .logo_desc {
  float: left;
  background-size: 20px 53px;
  margin-left: 4px;
}

.header_left .logo_desc p:nth-child(1) {
  color: #000000;
  font-size: 38px;
  font-weight: bold;
}

.header_left .logo_desc p:nth-child(2) {
  color: #bebebe;
  font-size: 12px;
}

.header_tight {
  float: right;
}

.header_tight .header_phone {
  float: left;
  width: 52px;
  height: 44px;
  margin: 4px 4px 0 0;
}

.header_tight .header_phones {
  float: left;
}

.header_tight .header_phones p:nth-child(1) {
  color: #262626;
  font-size: 18px;
}

.header_tight .header_phones p:nth-child(2) {
  color: #03b853;
  font-family: Impact;
  font-size: 30px;
}

/* nav */
.nav {
  height: 50px;
  background-color: #03b853;
}

.navMain {
  width: 1200px;
  margin: 0 auto;
}

.navMain ul li {
  float: left;
}

.navMain ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 171px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  background: url(../images/navLine.png) no-repeat right center;
}

.navMain ul li a.none {
  background-image: none;
}

.navMain ul li.on a {
  background: #bec500;
  background-image: none;
}

.navMain ul li:hover a {
  background: #bec500;
  background-image: none;
}


/* footer */
.footer {
  width: 100%;
  background: #2E2E2E;
  padding: 40px 0 30px 0;
}
.footerMain{
  width: 1200px;
  margin: 0 auto;
}
.footerLeft{
  float: left;
}
.footerNav li{
  float: left;
  margin-right: 20px;
}
.footerNav li a{
  color: #ffffff;
  font-size: 16px;
}
.footerUl{
  margin-top: 40px;
}
.footerUl li{
  margin-bottom: 20px;
}
.footerUl li,.footerUl li p{
  color: #afafaf;
  font-size: 14px;
}
.footerUl li p{
  float: left;
}
.footerUl .checkMap{
  float: left;
}
.footerUl .checkMap img{
  float: left;
  margin: 4px 8px 0 10px;
}
.footerRight{
  float: right;
}
.footerRight&gt;div{
  float: left;
}
.weChat{
  margin-right: 20px;
}
.weChat .contactBtn{
  width: 181px;
  margin-bottom: 50px;
}
.weChat a{
  display: block;
  width: 124px;
  height: 30px;
  background: #03b853;
  padding: 10px 0 0 20px;  
  float: right;
}
.weChat a img{
  float: left;
  margin-right: 8px;
}
.weChat a p{
  color: #ffffff;
  font-size: 16px;
  float: left;
}
.weChat&gt;p{
  width: 181px;
  color: #ffffff;
  font-size: 14px;
  text-align: right;
}
.weChat p.phoneNum{
  font-size: 24px;
}
.footerRight .code p{
  color: #737373;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
footer{
  color: #737373;
  font-size: 14px;
  border-top: 1px solid #4c4c4c;
  text-align: center;
  line-height: 50px;
  background: #2E2E2E;
}


/* right */


.client-2 {
  position: fixed;
  right: -170px;
  top: 50%;
  z-index: 900;
}

.client-2 li a {
  text-decoration: none;
}

.client-2 li {
  margin-top: 1px;
  clear: both;
  height: 71px;
  position: relative;
}

.client-2 li i {
  background: url(../images/fx.png) no-repeat;
  display: block;
  width: 30px;
  height: 27px;
  margin: 0px auto;
  text-align: center;
}

.client-2 li p {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.client-2 .my-kefu-qq i {
  background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
  background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
  background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
  background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
  background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
  display: none;
}

.client-2 .my-kefu-ftop i {
  width: 33px;
  height: 35px;
  background-position: -27px -51px;
}

.client-2 .my-kefu-left {
  float: left;
  width: 77px;
  height: 47px;
  position: relative;
}

.client-2 .my-kefu-tel-right {
  font-size: 16px;
  color: #fff;
  float: left;
  height: 24px;
  line-height: 22px;
  padding: 0 15px;
  border-left: 1px solid #fff;
  margin-top: 14px;
}

.client-2 .my-kefu-right {
  width: 20px;
}

.client-2 .my-kefu-tel-main {
  background: #03b853;
  color: #fff;
  height: 56px;
  width: 247px;
  padding: 9px 0 6px;
  float: left;
}

.client-2 .my-kefu-main {
  background: #03b853;
  width: 97px;
  height: 56px;
  position: relative;
  padding: 9px 0 6px;
  float: left;
}

.client-2 .my-kefu-weixin-pic {
  position: absolute;
  left: -130px;
  top: -24px;
  display: none;
  z-index: 333;
}

.my-kefu-weixin-pic img {
  width: 115px;
  height: 115px;
}

.newsDateBot{width:100%; height:auto; overflow:hidden; margin:0 auto;margin-top:50px; border-top: 1px #bdbdbd dashed;}
.newsDateBot div{ height:auto; overflow:hidden; margin-top: 30px;}
.newsDateBot div a{font-size: 14px;color: #666;}
.newsDateBot div a:hover{color:#03b853;}
.newsDateBot div span{font-size: 14px;color: #000;}
.newsDateBot .on1{ float: left; }
.newsDateBot .on2{ float: right; }</pre></body></html>