<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*banner start*/
.column-banner.szrcp {
  height: 500px;
  background-image: url(../images/cpyfw/xnszr/banner.png);
}
.column-banner.szrhy{ background-image: url(../images/szr/banner.png);}
/*banner end*/
.layout {
  color: #000;
}
.layout .column-head {
  color: #333;
}
.owl-carousel.owlcarousel-arrow .owl-nav &gt; div {
  background: #1e549b;
  border-color: #409efb;
}
.owl-carousel.owlcarousel-arrow .owl-nav &gt; div i {
  color: #fff;
}
.owl-carousel.owlcarousel-arrow .owl-nav &gt; div:hover {
  background: #66aafb;
}
.owl-carousel.owlcarousel-arrow .owl-nav &gt; div.disabled {
  color: #fff;
  background: #66aafb;
  opacity: 0.65;
  cursor: not-allowed;
}
/*产品简介 start*/
.cpjj {
  padding-bottom: 0;
  background-image: url(../images/cpyfw/xnszr/cpjj_bg.png);
}
.cpjj .column-head {
  margin-bottom: 2%;
}
.cpjj .block-content {
  margin-bottom: 3%;
  font-size: 1em;
}
.cpjj .owlCarousel {
  margin-bottom: -15px;
}
.cpjj .owlCarousel .owl-carousel .item {
  text-align: center;
}
.cpjj .owlCarousel .owl-carousel .item dd {
  position: relative;
  display: inline-block;
}
.cpjj .owlCarousel .owl-carousel .item dd .tip {
  position: absolute;
  top: 8%;
  left: -85%;
  padding: 5%;
  color: #4372cd;
  text-align: left;
  box-sizing: content-box;
  background: url(../images/cpyfw/xnszr/cpjj_tip_bg.png) repeat;
  border: 1px solid #a3b1cc;
  border-radius: 0.25em;
  opacity: 0;
}
.cpjj .owlCarousel .owl-carousel .item dd .tip:after {
  position: absolute;
  right: 10%;
  bottom: -21px;
  content: "";
  width: 25px;
  height: 21px;
  background-repeat: no-repeat;
  background-image: url(../images/cpyfw/xnszr/cpjj_tip_arrow.png);
}
.cpjj .owlCarousel .owl-carousel .item dd .xnr img {
  width: auto;
  margin: 0 auto;
}
.cpjj .owlCarousel .owl-carousel .item:hover dd .tip {
  opacity: 1;
}
/*产品简介 end*/
/*产品功能 start*/
.cpgn .column-head {
  margin-bottom: 3%;
}
.cpgn ul {
  margin-top: -40px;
  margin-right: -20px;
  margin-left: -20px;
}
.cpgn ul li {
  float: left;
  width: 33.33333%;
}
.cpgn ul li .itembox {
  position: relative;
  margin: 40px 20px 0;
  padding: 8% 10% 0 0;
  min-height: 420px;
}
.cpgn ul li .itembox dl {
  position: absolute;
  top: 8%;
  right: 10%;
  bottom: 0;
  left: 0;
  z-index: 11;
  padding: 10%;
  background: url(../images/cpyfw/xnszr/cpgn_item_bg.png) no-repeat center top;
  background-size: 100% 100%;
  border: 1px solid #4d70f2;
  border-radius: 0.25em 1.25em 0.25em 0.25em;
}
.cpgn ul li .itembox dl dt {
  margin-bottom: 6%;
}
.cpgn ul li .itembox dl dt.caption {
  font-size: 1.25em;
  font-weight: bold;
}
.cpgn ul li .itembox dl dd p {
  line-height: 1.6em;
  padding-top: 6%;
}
.cpgn ul li .itembox:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 8%;
  left: 10%;
  content: "";
  background-color: #4d70f2;
  border-radius: 0.25em 1.25em 0.25em 0.25em;
  transition: all 300ms;
}
.cpgn ul li .itembox:hover dl {
  top: 0;
  bottom: 8%;
  margin-top: -20px;
}
.cpgn ul li .itembox:hover:before {
  top: 8%;
  bottom: 0;
}
/*产品功能 end*/
/*场景服务 start*/
.cjfw {
  background-image: url(../images/cpyfw/xnszr/cjfw_bg.png);
}
.cjfw .cjfw_slide .cjfw_hd {
  text-align: center;
  border-bottom: 1px solid #cedfeb;
}
.cjfw .cjfw_slide .cjfw_hd li {
  display: inline-block;
  margin-right: 3%;
  margin-bottom: -1px;
  margin-left: 3%;
  cursor: pointer;
}
.cjfw .cjfw_slide .cjfw_hd li span {
  position: relative;
  display: block;
  padding-bottom: 1.25em;
  font-size: 1.25em;
}
.cjfw .cjfw_slide .cjfw_hd li span:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  content: "";
  width: 0;
  margin: 0 auto;
  height: 3px;
  background-color: #0385ff;
  transition: all 300ms;
}
.cjfw .cjfw_slide .cjfw_hd li.on {
  font-weight: bold;
}
.cjfw .cjfw_slide .cjfw_hd li.on span:after {
  width: 100%;
}
.cjfw .cjfw_slide .cjfw_bd {
  padding-top: 3%;
}
.cjfw .cjfw_slide .cjfw_bd dl {
  position: relative;
  min-height: 360px;
}
.cjfw .cjfw_slide .cjfw_bd dl dt {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  display: table;
  vertical-align: middle;
}
.cjfw .cjfw_slide .cjfw_bd dl dt .place {
  position: relative;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.cjfw .cjfw_slide .cjfw_bd dl dt .place img {
  display: block;
  width: 100%;
}
.cjfw .cjfw_slide .cjfw_bd dl dd {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 62%;
  height: 100%;
  display: table;
  vertical-align: middle;
}
.cjfw .cjfw_slide .cjfw_bd dl dd .inline {
  position: relative;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.cjfw .cjfw_slide .cjfw_bd dl dd .inline p {
  position: relative;
  line-height: 1.6em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.875em;
  text-align: justify;
}
.cjfw .cjfw_slide .cjfw_bd dl dd .inline p::before {
  position: absolute;
  left: 0;
  top: 0.59375em;
  content: "";
  width: 0.3125em;
  height: 0.3125em;
  margin-top: 0.8em;
  background-color: #000;
  border-radius: 50%;
}
/*场景服务 end*/
/*应用场景 start*/
.yycj .layout {
  color: #fff;
}
.yycj .tab-menus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.yycj .tab-menus li {
  float: left;
  width: 20%;
  text-align: center;
}
.yycj .tab-menus li span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.875em;
  font-size: 1.25em;
  cursor: pointer;
}
.yycj .tab-menus li span:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #fff;
}
.yycj .tab-menus li.active span {
  font-weight: bold;
}
.yycj .tab-menus li.active span:after {
  content: "";
}
.yycj .tab-main {
  padding-top: 10%;
  padding-bottom: 5%;
}
.yycj .tab-main .owlCarousel {
  position: relative;
  width: 50%;
}
.yycj .tab-main .owlCarousel .owl-pages {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
}
.yycj .tab-main .owlCarousel .owl-pages span {
  display: inline-block;
  vertical-align: baseline;
  font-size: 1.25em;
}
.yycj .tab-main .owlCarousel .owl-pages span.owl-curpage {
  font-size: 1.75em;
  font-weight: bold;
}
.yycj .tab-main .owlCarousel .owl-pages span.split {
  padding-right: 3px;
  padding-left: 3px;
}
.yycj .tab-main .owlCarousel .owl-carousel .owl-item.active .item dt {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.yycj .tab-main .owlCarousel .owl-carousel .owl-item.active .item dd {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.yycj .tab-main .owlCarousel .owl-carousel .item dt {
  margin-bottom: 3%;
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.375em;
}
.yycj .tab-main .owlCarousel .owl-carousel .item dd {
  margin-bottom: 7%;
  line-height: 2.25em;
  text-align: justify;
}
.yycj .tab-main .owlCarousel .owl-carousel.owlcarousel-arrow .owl-nav {
  padding-top: 0.75em;
  text-align: right;
  border-top: 1px solid #7d7d7d;
}
.yycj .tab-main .owlCarousel .owl-carousel.owlcarousel-arrow .owl-nav &gt; div {
  position: relative !important;
  width: 32px !important;
  height: 32px !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  display: inline-block !important;
  margin-top: 0 !important;
  margin-left: 8px !important;
  background-color: #fff !important;
  border: none !important;
}
.yycj .tab-main .owlCarousel .owl-carousel.owlcarousel-arrow .owl-nav &gt; div i {
  font-size: 0.875em;
  color: #000;
}
/*应用场景 end*/
/*产品架构 start*/
.cpjg {
  background-color: #ebf5ff;
}
.cpjg .column-head {
  margin-bottom: 3%;
}
.cpjg .block-mode {
  text-align: center;
}
/*产品架构 end*/
/*成功案例 start*/
.cgal {
  background-image: url(../images/cpyfw/xnszr/cgal_bg.png);
}
.cgal .owlCarousel .owl-carousel .owl-item .item {
  background-image: url(../images/cpyfw/xnszr/cgal_item_bg1.png);
}
.cgal .owlCarousel .owl-carousel .owl-item:nth-child(even) .item {
  background-image: url(../images/cpyfw/xnszr/cgal_item_bg2.png);
}
.cgal .owlCarousel .owl-carousel .item {
  padding: 15% 5% 12%;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cgal .owlCarousel .owl-carousel .item dt {
  position: relative;
  width: 102px;
  height: 102px;
  line-height: 102px;
  margin: 0 auto 8%;
  text-align: center;
}
.cgal .owlCarousel .owl-carousel .item dt span {
  position: relative;
  z-index: 11;
  display: inline-block;
  font-size: 2.5em;
  font-weight: bold;
}
.cgal .owlCarousel .owl-carousel .item dt:after {
  position: absolute;
  top: 15%;
  right: 15%;
  bottom: 15%;
  left: 15%;
  z-index: 10;
  content: "";
  background-color: #3f70b8;
  border: 1px solid #50a1f6;
  transform: rotate(45deg);
}
.cgal .owlCarousel .owl-carousel .item dd {
  font-size: 1.375em;
  line-height: 1.375em;
  height: 4.125em;
  text-align: center;
}
.cgal .owlCarousel .owl-carousel .item dd a {
	color: #fff;
}
.cgal .owlCarousel .owl-carousel.owlcarousel-arrow .owl-nav {
  text-align: center;
}
.cgal .owlCarousel .owl-carousel.owlcarousel-arrow .owl-nav &gt; div {
  position: relative !important;
  top: auto;
  right: auto;
  left: auto;
  display: inline-block;
  margin: 2% 8px 0;
}
/*成功案例 end*/
@media (max-width: 1260px) {
  .cpjj .owlCarousel .owl-carousel .item dd {
    display: block;
    text-align: center;
  }
  .cpjj .owlCarousel .owl-carousel .item dd .tip {
    top: 15%;
    left: 0;
    padding: 3.5%;
  }
  .cpjj .owlCarousel .owl-carousel .item dd .xnr {
    display: inline-block;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .cjfw .cjfw_slide .cjfw_hd li span {
    font-size: 1.125em;
  }
  .cpgn ul {
    margin: -30px -15px 0;
  }
  .cpgn ul li .itembox {
    margin: 30px 15px 0;
    padding-top: 6%;
    padding-right: 8%;
  }
  .cpgn ul li .itembox:before {
    bottom: 6%;
    left: 8%;
  }
  .cpgn ul li .itembox dl {
    padding: 8% 6%;
    top: 6%;
    right: 8%;
  }
  .yycj .tab-menus li span {
    font-size: 1.125em;
  }
  .yycj .tab-main .owlCarousel {
    width: 80%;
  }
  .yycj .tab-main .owlCarousel .owl-carousel .item dt {
    font-size: 1.5em;
  }
  .cgal .owlCarousel .owl-carousel .item dt span {
    font-size: 2.25em;
  }
  .cgal .owlCarousel .owl-carousel .item dd {
    font-size: 1.125em;
  }
}
@media (max-width: 768px) {
  .cpgn ul li {
    width: 100%;
  }
  .cpgn ul li .itembox {
    min-height: auto;
  }
  .cpgn ul li .itembox dl {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto !important;
    left: auto;
    z-index: 11;
  }
  .cpgn ul li .itembox dl dt {
    margin-bottom: 4% !important;
  }
  .cpgn ul li .itembox dl dd p {
    padding-top: 4%;
  }
  .cpgn ul li .itembox:hover {
    padding-top: 0;
    padding-bottom: 6%;
  }
  .cpgn ul li .itembox:hover dl {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .cpjj .owl-carousel.owlcarousel-arrow .owl-nav &gt; div i {
    color: #4d70f2 !important;
  }
  .cjfw .cjfw_slide .cjfw_bd dl {
    min-height: auto;
  }
  .cjfw .cjfw_slide .cjfw_bd dl dt {
    position: static;
    display: block;
    width: auto;
    margin-bottom: 3%;
  }
  .cjfw .cjfw_slide .cjfw_bd dl dd {
    position: static;
    display: block;
    width: auto;
  }
  .yycj .column-head {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }
  .yycj .tab-menus {
    display: none;
  }
  .yycj .tab-main .owlCarousel {
    width: 100%;
  }
}
</pre></body></html>