<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;*/
  font-weight: 400;
  vertical-align: baseline;
}

.service .content {
  width: 1200px;
  margin: 0 auto;
}

.service .bannerWrapper {
  width: 100%;
  min-width: 1200px;
  height: 450px;
  background: url(../../assets/banner4.jpg) no-repeat center;
}

.service .showWrapper {
  padding: 50px 0 60px;
  color: #666;
}

.service .showWrapper .showList {
  width: 1010px;
  height: 198px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.service .showWrapper .showList .showItem {
  width: 280px;
  height: 198px;
  text-align: center;
}

.service .showWrapper .showList .showItem span {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px;
}

.service .showWrapper .showList .showItem span img {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-top: 30px;
}

.service .showWrapper .showList .showItem h3 {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 15px;
}

.service .showWrapper .showList .showItem p {
  line-height: 19px;
  text-align: center;
}

.service .pageWrapper {
    /*padding: 100px 0;*/
    background-color: #f2f2f2;
}

.service .pageWrapper .nav {
  width: 1200px;
  height: 60px;
}

.service .pageWrapper .nav li {
  display: inline-block;
  width: 370px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #e4e4e4;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}

.service .pageWrapper .nav li.layui-this {
  background-color: #fff !important;
}

.service .pageWrapper .contain {
  padding: 100px 90px;
  background-color: #fff;
}

.service .pageWrapper .contain .page3 .dif {
  color: #f30;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 30px;
}

.service .pageWrapper .contain .page3 table {
  width: 1020px;
}

.service .pageWrapper .contain .page3 table tr {
  width: 1020px;
}

.service .pageWrapper .contain .page3 table tr td {
  border: 1px solid #ccc;
  padding: 50px;
  text-align: center;
}


.page .title {
  font-size: 30px;
  line-height: 40px;
  color: #519c1f;
  margin-bottom: 30px;
}

.page .dec {
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #666;
  margin-bottom: 40px;
}

.page h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 56px;
  color: #519c1f;
  position: relative;
}

.page h4:after {
  content: '';
  display: block;
  width: 20px;
  height: 6px;
  background-color: #519c1f;
  position: absolute;
  top: 46px;
}

.page .p {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
}

.page .service {
  margin-top: 60px;
}

.page .service .serviceList {
  height: 286px;
  position: relative;
  padding-top: 3px;
  margin-bottom: 60px;
}

.page .service .serviceList .serviceItem .div {
  margin-bottom: 30px;
}

.page .service .serviceList .serviceItem .div:last-of-type {
  margin-bottom: 0;
}

.page .service .serviceList .serviceItem .div h5 {
  line-height: 19px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.page .service .serviceList .abs {
  width: 314px;
  height: 182px;
  position: absolute;
  top: 18px;
  right: 108px;
  color: #fff;
  background-color: #ff9c4e;
  padding: 18px 37px;
}

.page .service .serviceList .abs .absH5,
.page .service .serviceList .abs .absP {
  margin-bottom: 30px;
}

.page .service .serviceList .abs .absH5 h5,
.page .service .serviceList .abs .absP h5 {
  line-height: 19px;
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
}

.page .service .serviceList .abs .btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background-color: #57c560;
  position: absolute;
  right: 0;
  bottom: -40px;
  cursor: pointer;
}

.page .service .serviceList .abs .btn div {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 16px;
  padding-top: 20px;
}

.page .pro p {
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 40px;
}</pre></body></html>