<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  -webkit-tap-highlight-color: transparent;
}
.njz-xf-ljFont-title {
  font-size: 24px;
  margin-top: 35px;
}
.jzBusinessBox_in .list {
  margin-bottom: 40px;
}
.jzBusinessBox_in .list .imgs .imgsFix {
  padding-bottom: 55.176%;
}
/*honor start*/
.about_ry {
  width: 100%;
  height: auto;
  min-height: 370px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.about_ry_right {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 370px;
}
.about_ry_con_left {
  width: 54%;
  height: 100%;
  float: right;
  background-image: url(../image/crjz-website-horon-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 480px;
}
.about_ry_con_left img {
  max-width: calc(100% - 100px);
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: 240px;
  margin-left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
*.about_ry_con_left img.about_ry_con_leftimgon {
  opacity: 1;
}
.about_ry_con_right div {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333333;
  line-height: 48px;
  text-align: justify;
  font-style: normal;
}
.about_ry_con_right div span {
  font-family: D-DIN, D-DIN;
  margin-right: 27px;
  font-weight: bold;
  color: #666666;
}
.about_ry_con_right div.about_ry_con_righton,
.about_ry_con_right div:hover {
  font-weight: bold;
  font-size: 20px;
  color: #018E64;
  line-height: 48px;
}
.about_ry_menu {
  margin-top: 40px;
}
.about_ry_menu span {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #F99C34;
  cursor: pointer;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
  margin-right: 20px;
  margin-left: 0;
}
.about_ry_menu span i {
  font-size: 12px;
}
.about_ry_menu span.swiper-button-disabled {
  background: #ffffff;
  border: 1px solid #E8E8E8;
  cursor: default;
  color: #F99C34;
}
@media screen and (max-width: 900px) {
  .about_ry_con_left {
    width: 100%;
    height: 53vw;
    background-size: 100% auto;
    margin-bottom: 20px;
  }
  .about_ry_con_left img {
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    margin-top: 26.5vw;
  }
  .about_ry_menu {
    text-align: right;
  }
  .about_ry_menu span {
    margin-right: 0px;
    margin-left: 16px;
  }
  .about_ry_menu span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 32px;
  }
  .about_ry_con_right div span {
    margin-right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .about_ry_menu {
    margin-top: 20px;
  }
  .about_ry_con_right div {
    font-size: 14px;
    line-height: 38px;
  }
  .about_ry_con_right div.about_ry_con_righton,
  .about_ry_con_right div:hover {
    font-size: 14px;
    line-height: 38px;
  }
  .about_ry_con_right div span {
    margin-right: 8px;
  }
}
/*honor end*/
</pre></body></html>