<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.commonView {
  width: 89.583vw;
}
.banner_view {
  font-size: 0;
  position: relative;
}
.banner_view .bj {
  width: 100%;
}
.banner_view .banner_content {
  position: absolute;
  padding-left: 4%;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner_view .banner_content .title1 {
  font-size: 48px;
  font-family: 'Outliner';
  color: #ffffff;
  font-weight: bold;
  line-height: 1.345;
  text-align: left;
}
.banner_view .banner_content .title2 {
  font-size: 18px;
  font-family: 'Outliner';
  color: #f8bb5d;
  font-weight: bold;
  line-height: 1.667;
  margin-top: 24px;
}
.banner_view .banner_content .bar {
  width: 33px;
  height: 3px;
  background-color: #fff;
  margin-top: 28px;
}
.banner_view .banner_content .title3 {
  font-size: 14px;
  font-family: 'Outliner';
  color: #ffffff;
  line-height: 1.714;
  width: 35%;
  text-align: justify;
  margin-top: 14px;
}
.opt_links_view {
  border-bottom: 1px solid #f8f8f8;
}
.opt_links_view .commonView {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6.25vw;
}
.opt_links_view .left {
  display: flex;
  align-items: center;
  height: 100%;
}
.opt_links_view .left .item {
  height: 100%;
  font-size: 18px;
  font-family: 'Outliner';
  color: #666666;
  margin-right: 2.6vw;
  border-bottom: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.opt_links_view .left .item.active {
  border-bottom-color: #0cb518;
  font-size: 18px;
  font-family: 'Outliner';
  color: #0cb518;
}
.opt_links_view .right {
  font-size: 14px;
  font-family: 'Outliner';
  color: #999999;
  line-height: 4.613;
  display: flex;
  align-items: center;
}
.opt_links_view .right .message {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.opt_links_view .right .icon {
  height: 16px;
  margin-right: 15px;
}
.opt_links_value_view {
  font-size: 0;
}
.opt_links_value_view img {
  width: 100%;
}
.opt_links_value_view2 {
  padding-top: 4.895vw;
  padding-bottom: 5.4vw;
}
.applicationScenarios_view {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.applicationScenarios_view .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.applicationScenarios_view .list .li {
  width: 25%;
}
.applicationScenarios_view .list .li .item {
  width: 100%;
  height: 16.6vw;
  cursor: pointer;
}
.applicationScenarios_view .list .li .item1 {
  font-size: 0;
}
.applicationScenarios_view .list .li .item1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.applicationScenarios_view .list .li .item2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
}
.applicationScenarios_view .list .li .item2 .title1 {
  font-size: 24px;
  font-family: 'Outliner';
  color: #111111;
  text-align: center;
}
.applicationScenarios_view .list .li .item2 .title2 {
  font-size: 14px;
  font-family: 'Outliner';
  color: #666666;
  text-align: center;
}
.applicationScenarios_view .list .li .item2:hover {
  background-image: -moz-linear-gradient(90deg, #79d866 0%, #0cb518 100%);
  background-image: -webkit-linear-gradient(90deg, #79d866 0%, #0cb518 100%);
  background-image: -ms-linear-gradient(90deg, #79d866 0%, #0cb518 100%);
}
.applicationScenarios_view .list .li .item2:hover .title1,
.applicationScenarios_view .list .li .item2:hover .title2 {
  color: #fff;
}
.scene_view {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f8f8f8;
  padding-top: 4.895vw;
  padding-bottom: 5.4vw;
}
.scene_view .common_titles {
  margin-bottom: 0;
}
.scene_view .list {
  font-size: 0;
}
.scene_view .list img {
  width: 100%;
}
.flow_box_view {
  background-image: url('../img/118.png');
  background-size: 100% 100%;
  width: 100%;
  height: 46.25vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantage_view {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url('../img/99.png');
  background-size: 100% 100%;
  padding: 4.32vw 0;
}
.advantage_view .common_titles .text {
  color: #fff;
}
.advantage_view .list {
  display: flex;
  flex-wrap: wrap;
}
.advantage_view .list .item {
  padding: 2.9vw 0;
  margin-right: 30px;
  width: calc((100% - 1px - 30px * 3) / 4);
  margin-top: 30px;
  min-height: 260px;
  background-image: url('../img/227.png');
  background-size: 100% 100%;
  font-size: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (min-width: 1280.01px) {
  .advantage_view .list .item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.advantage_view .list .item .icon {
  height: 95px;
}
.advantage_view .list .item .title1 {
  font-size: 24px;
  font-family: 'Outliner';
  color: #111111;
  text-align: center;
  margin: 2vw 0 1vw;
}
.advantage_view .list .item .title2 {
  font-size: 14px;
  font-family: 'Outliner';
  color: #666666;
  line-height: 1.714;
  text-align: justify;
  width: 70%;
}
.advantage_view .list .item .bar {
  background-color: #0cb518;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5.416vw;
  height: 2px;
}
@media (min-width: 750.01px) and (max-width: 1280px) {
  .advantage_view .list .item {
    width: calc((100% - 1px - 30px * 2) / 3);
    margin-top: 4vw;
    margin-right: 30px;
  }
  .advantage_view .list .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .advantage_view .list .item:nth-of-type(-n+3) {
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  .advantage_view {
    padding: 5rem 0 6.5rem 0;
  }
  .advantage_view .list {
    justify-content: space-between;
  }
  .advantage_view .list .item {
    margin-right: 0;
    width: 21.25rem;
    height: 28.5rem;
    background: linear-gradient(0deg, #F9FFF8, #D8F1DA);
    border-radius: 0.625rem;
    margin-top: 0.75rem !important;
    padding: 4rem 1.875rem 0 1.875rem;
  }
  .advantage_view .list .item .icon {
    width: 6rem;
    height: 6rem;
  }
  .advantage_view .list .item .title1 {
    font-size: 1.875rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    margin: 3rem 0 1.5rem 0;
  }
  .advantage_view .list .item .title2 {
    width: 100%;
    font-size: 1.25rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 2.25rem;
  }
  .advantage_view .list .item .bar {
    width: 6.5rem;
    height: 2px;
    background: #0CB518;
  }
}
.const_view {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: 100% 100%;
  padding: 4.32vw 0;
}
.const_view .list {
  display: flex;
  flex-wrap: wrap;
}
.const_view .list .item {
  margin-right: 2.6vw;
  margin-top: 2.6vw;
  width: calc((100% - 2.6vw * 3) / 4);
  background-color: ;
  border-radius: 10px;
  background-color: #f8f8f8;
  padding: 2.396vw 2.34375vw;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
.const_view .list .item .index {
  font-size: 48px;
  font-family: 'Outliner';
  color: #0cb518;
  font-weight: bold;
}
.const_view .list .item .text_box {
  margin-top: 20px;
  height: 70px;
  overflow: hidden;
}
.const_view .list .item .text_box p {
  font-size: 18px;
  font-family: 'Outliner';
  color: #111111;
  line-height: 18px;
  margin-bottom: 8px;
}
.const_view .list .item .text_box p:last-child {
  margin-bottom: 0;
}
.const_view .list .item .bar {
  background-color: #0cb518;
  width: 32px;
  height: 2px;
  margin-top: 22px;
}
.const_view .list .item:nth-of-type(4n) {
  margin-right: 0;
}
.const_view .list .item:nth-child(-n + 4) {
  margin-top: 0;
}
@media (max-width: 1280px) {
  .commonView {
    width: 93.6%;
  }
  .banner_view .bj {
    display: none;
  }
  .banner_view .bj2 {
    display: block !important;
    width: 100%;
    min-height: 25rem;
  }
  .banner_view .banner_content {
    top: 9.375rem;
    left: 3rem;
    display: block;
    width: auto;
    height: auto;
    padding-left: 0;
  }
  .banner_view .banner_content .title1 {
    font-size: 3rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #ffffff;
    line-height: 3rem;
  }
  .banner_view .banner_content .title2 {
    font-size: 1.5rem !important;
    font-family: SourceHanSansCN !important;
    font-weight: bold !important;
    color: #f8bb5d !important;
    line-height: 2.25rem !important;
    margin-top: 1.375rem !important;
  }
  .banner_view .banner_content .title3 {
    display: none;
  }
  .banner_view .banner_content .bar {
    width: 4.5rem;
    height: 2px;
    background: #ffffff;
    margin-top: 2.875rem;
  }
  .opt_links_view .right {
    display: none;
  }
  .opt_links_view {
    border-width: 2px;
  }
  .opt_links_view .commonView {
    display: block !important;
    width: 100% !important;
    height: 6.375rem;
  }
  .opt_links_view .left {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .opt_links_view .left::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }
  .opt_links_view .left .item {
    font-size: 1.5rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    border-width: 2px;
    padding: 0 1.75rem;
  }
  .opt_links_view .left .item.active {
    font-size: 1.5rem;
  }
  .link_model {
    height: 6.5rem;
    position: relative;
    box-sizing: border-box;
  }
  .swiper_link {
    width: 85%;
    height: 100%;
  }
  .swiper_link a.item {
    width: auto;
    display: inline-block;
    height: 6.5rem;
    line-height: 6.5rem;
    text-align: center;
    font-size: 1.5rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    box-sizing: border-box;
  }
  .swiper-slide a.active {
    color: #0cb518 !important;
    border-bottom: 2px solid #0cb518;
  }
  /* .swiper_link .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image:url('../images/jt_prev.png');
    background-size: 0.75rem 0.75rem;
  } */
  .link_model .linkPrev,
  .link_model .linkNext {
    width: 3rem;
    height: 100%;
    color: #999;
    position: absolute;
    bottom: 0;
    z-index: 100;
  }
  .link_model .linkPrev {
    left: 0;
    background: url('../images/jt_next.png') center no-repeat;
    background-size: 3.125rem auto;
  }
  .link_model .linkNext {
    right: 0;
    background: url('../images/jt_prev.png') center no-repeat;
    background-size: 3.125rem auto;
  }
  .link_model .swiper-button-disabled {
    opacity: 0.3;
  }
  .applicationScenarios_view {
    padding: 5rem 0 6.5rem 0;
  }
  .applicationScenarios_view .list {
    flex-wrap: wrap;
  }
  .applicationScenarios_view .list .li {
    width: 50%;
  }
  .applicationScenarios_view .list .li .item {
    height: 16.3125rem;
  }
  .applicationScenarios_view .list .li .item2 .title1 {
    font-size: 1.875rem;
  }
  .applicationScenarios_view .list .li .item2 .title2 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
  }
  .const_view {
    padding: 5rem 0 2.5rem 0;
  }
  .const_view .list {
    justify-content: space-between;
  }
  .const_view .list .item {
    width: calc((100% - 1px - 2rem) / 2);
    height: 19.75rem;
    margin-right: 0 !important;
    margin-top: 1.5rem !important;
    padding: 3rem 0 3rem 3rem;
    position: relative;
  }
  .const_view .list .item:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .const_view .list .item .index {
    font-size: 3rem;
    line-height: 3rem;
  }
  .const_view .list .item .text_box {
    height: auto;
    margin-top: 2.5rem;
  }
  .const_view .list .item .text_box p {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .const_view .list .item .bar {
    width: 2rem;
    height: 2px;
    position: absolute;
    left: 3rem;
    bottom: 3rem;
  }
}
</pre></body></html>