<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-box {
  width: 1244px;
  margin: 20px auto;
}
/* .main-box .swiper-item {
} */
.main-box .swiper-item .swiper {
  width: 100%;
  height: 290px;
  background: #fff;
  border-radius: 15px;
}  
.contact-box {
  display:  flex;

}
.contact-box-rt {
  width: 270px;
  height: 364px;
  background: #fff;
  border-radius: 10px;
  padding-top: 15px;
  margin-right: 10px
}
.contact-box-nav li{
 width: 247px;
 height: 70px;
 background:#fafafa;
 border-radius: 10px;
 text-align: center;
 line-height: 70px;
 margin: 10px auto;
 color: #7d7d7d;
}
.contact-box-nav li a{
  display: block;
}
.contact-box-nav li.active {
 background: url('../images/xzc.png') no-repeat left top;
 color: #fff;
}
.contact-box-nav li a {
 color: #7d7d7d;
 font-size: 18px;
}
.contact-box-nav li.active a {
 color: #fff;
}
.contact-box-lf {
 flex: 1;
 padding: 17px 41px 34px;
 background: #fff;
 border-radius: 10px;
 height: auto;
}
.contact-box-lf .title {
 line-height: 68px;
 color: #00ab57;
 border-bottom: 3px solid #00ab57;
 font-size: 26px;
 font-weight: bold;
 margin-bottom: 20px;
}
.contact-box-lf p {
 line-height: 30px;
}
.contact-box-lf .p1 {
text-indent: 28px;
color: #949494;
line-height: 30px;
margin-bottom: 20px;
}
.contact-box-lf .p2 {
 margin-bottom: 20px;
}
.contact-box-lf .p3 {
 text-indent: 28px;
}

/* ç½‘ç«™åœ°å›¾ */
.map-nav li{
  width: 100%;
  height: 198px;
  background: url('../images/jxtp.png') no-repeat left top;
  margin-top: 17px;
  display: flex;
  align-items: center;
}
.jisao {
  text-align: center;
  width: 175px;
}
.jisao .tips {
  color: #666;
  font-size: 20px;
  margin-top: 14px;
  font-weight: bold;
}
.map-type {
  display: flex;
  width: 686px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.map-type a {
  display: block;
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border: 2px solid #e7e7e7;
  border-radius: 5px;
  color: #727272;
  margin-right: 10px;
  margin-bottom: 10px;
}
.map-type a:nth-of-type(4n) {
  margin-right: 0;
}
.map-type a:hover {
  color: #00a14f;
  border-color: #00a14f;
  background: #f1fff8;
}
</pre></body></html>