<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* 澶撮儴 */
.header {
  position: relative;
  z-index: 2;}

.header .header-top {
  height: 106px;
  background-color: #fff;}

.header .header-top &gt; .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;}

.header .header-top .search {
  width: 351px;
  height: 46px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e9f6ff), to(#ffffff));
  background-image: linear-gradient(0deg, #e9f6ff 0%, #ffffff 100%);
  -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 82, 190, 0.15);
          box-shadow: 0px 5px 18px 0px rgba(0, 82, 190, 0.15);
  border-radius: 23px;
  border: solid 3px rgba(144, 188, 255, 0.21);
  position: relative;
  overflow: hidden;}

.header .header-top .search input {
  height: 100%;
  width: 100%;
  padding-left: 24px;
  padding-right: 44px;
  font-size: 16px;
  line-height: 24px;
  color: #598dda;}

.header .header-top .search input::-webkit-input-placeholder {
  color: #598dda;}

.header .header-top .search input:-ms-input-placeholder {
  color: #598dda;}

.header .header-top .search input::-ms-input-placeholder {
  color: #598dda;}

.header .header-top .search input::placeholder {
  color: #598dda;}

.header .header-top .search button {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 100%;
  background: #fff url(../image/icon_search.jpg) center no-repeat;}

.header .menu {
  height: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);}

.header .menu .menu-list {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;}

.header .menu .menu-list .menu-item {
  position: relative;}

.header .menu .menu-list .menu-item &gt; a {
  display: block;
  line-height: 55px;
  height: 55px;
  font-size: 16px;
  color: #f5f5f5;
  position: relative;
  padding: 0 14px;}

.header .menu .menu-list .menu-item:hover &gt; a::after, .header .menu .menu-list .menu-item.active &gt; a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: -1px;
  left: 0;}

.header .menu .menu-list .menu-item .child-menu {
  margin-top: 2px;
  position: absolute;
  width: 120px;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  max-height: 0;
  /*display:none;*/
  overflow: auto;
  background-color: #fff;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  transition: max-height 0.5s;}

.header .menu .menu-list .menu-item .child-menu::-webkit-scrollbar {
  width: 4px;}

.header .menu .menu-list .menu-item .child-menu::-webkit-scrollbar-thumb {
  background: #95b6e7;}

.header .menu .menu-list .menu-item .child-menu .child-menu-item &gt; a {
  display: block;
  /* height: 30px; */
  /* line-height: 30px; */
  color: #333;
  padding: 0 11px;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  padding: 6px 0;
  text-align: center;
  }

.header .menu .menu-list .menu-item .child-menu .child-menu-item &gt; a.active, .header .menu .menu-list .menu-item .child-menu .child-menu-item &gt; a:hover {
  background-color: #eef3fb;
  color: #598dda;}

.header .menu .menu-list .menu-item:hover .child-menu {
  max-height: 491px;
  padding: 5px 0;}

/* banner */
.banner {
  margin-top: -56px;
  overflow: hidden;
  height: 411px;
  }

.banner a {
  display: block;
 width: 100%;}

.banner a img {
  width: 100%;
  -webkit-user-select: none;
  cursor: default;
  pointer-events: none;}

/* 鏂伴椈鍔ㄦ€� */
.dynamic-infos &gt; .container {
  margin-top: -79px;
  position: relative;
  z-index: 1;
  height: 591px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(17, 66, 152, 0.17);
          box-shadow: 0px 0px 26px 0px rgba(17, 66, 152, 0.17);
  border-radius: 8px;
  position: relative;
  padding: 20px;}

.dynamic-infos &gt; .container &gt; .l {
  width: 670px;}

.dynamic-infos &gt; .container &gt; .r {
  width: 466px;}

.news-dynamic .news-hd {
  line-height: 21px;}

.news-dynamic .news-hd .news-title {
  font-family: 'SourceHanSansCN-Bold';
  font-size: 22px;
  letter-spacing: 1px;
  color: #333;
  position: relative;
  padding-left: 17px;}

.news-dynamic .news-hd .news-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 18px;
  background-color: #598dda;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.07);}

.news-dynamic .news-hd a.r {
  font-size: 16px;
  letter-spacing: 1px;
  color: #999999;}

.news-dynamic .news {
  height: 377px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 19px;}

.news-dynamic .news a {
  display: block;
  height: 377px;}

.news-dynamic .news a &gt; img {
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
  cursor: default;
  pointer-events: none;}

.news-dynamic .news a .item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 46px;
  line-height: 46px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 8px 8px;
  padding-left: 21px;
  padding-right: 217px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;}

.news-dynamic .news .swiper-pagination {
  color: #fff;
  width: auto;
  left: auto;
  right: 22px;
  height: 46px;
  line-height: 46px;
  bottom: 0;
  font-family: 'D-DIN';
  font-size: 32px;}

.news-dynamic .news .swiper-pagination &gt; span {
  vertical-align: top;
  font-size: 32px;
  display: inline-block;
  margin: 0 -6px;}

.news-dynamic .news-list {
  margin-top: 12px;}

.news-dynamic .news-list .news-item {
  line-height: 42px;
  height: 42px;}

.news-dynamic .news-list .news-item a {
  display: block;
  padding-left: 25px;
  position: relative;
  height: 42px;}

.news-dynamic .news-list .news-item a::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2px;
  width: 5px;
  height: 5px;
  background-color: #598dda;
  border-radius: 50%;}

.news-dynamic .news-list .news-item a::after {
  width: 1px;
  height: 100%;
  position: absolute;
  content: '';
  background-color: #727272;
  top: 50%;
  opacity: 0.12;
  left: 4px;}

.news-dynamic .news-list .news-item a:hover .item-time,
.news-dynamic .news-list .news-item a:hover .item-name {
  color: #f9a21a;}

.news-dynamic .news-list .news-item a:hover::before {
  width: 9px;
  height: 9px;
  left: 0;
  background: url(../image/icon_news_list_point.jpg) center no-repeat;}

.news-dynamic .news-list .news-item .item-name {
  font-size: 14px;
  color: #333;
  width: 435px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}

.news-dynamic .news-list .news-item .item-time {
  font-size: 14px;
  color: #999;
  width: calc(100% - 435px);
  text-align: right;}

.news-dynamic .news-list .news-item:last-child &gt; a::after {
  display: none;}







/**/


.news-dynamic2 .news-list {
  margin-top: 12px;}

.news-dynamic2 .news-list .news-item {
  line-height: 42px;
  height: 42px;}

.news-dynamic2 .news-list .news-item a {
  display: block;
  padding-left: 25px;
  position: relative;
  height: 42px;}

.news-dynamic2 .news-list .news-item a::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2px;
  width: 5px;
  height: 5px;
  background-color: #598dda;
  border-radius: 50%;}

.news-dynamic2 .news-list .news-item a::after {
  width: 1px;
  height: 100%;
  position: absolute;
  content: '';
  background-color: #727272;
  top: 50%;
  opacity: 0.12;
  left: 4px;}

.news-dynamic2 .news-list .news-item a:hover .item-time,
.news-dynamic2 .news-list .news-item a:hover .item-name {
  color: #f9a21a;}

.news-dynamic2 .news-list .news-item a:hover::before {
  width: 9px;
  height: 9px;
  left: 0;
  background: url(../image/icon_news_list_point.jpg) center no-repeat;}

.news-dynamic2 .news-list .news-item .item-name {
  font-size: 14px;
  color: #333;
  width: 435px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}

.news-dynamic2 .news-list .news-item .item-time {
  font-size: 14px;
  color: #999;
  width: calc(100% - 435px);
  text-align: right;padding-right:20px;}

.news-dynamic2 .news-list .news-item:last-child &gt; a::after {
  display: none;}


/**/



.dynamic-infos .r .video {
  width: 466px;
  height: 297px;
  background-color: #020000;
  border-radius: 8px;
  overflow: hidden;}

.dynamic-infos .r .video video,
.dynamic-infos .r .video img {
  height: 100%;
  width: 100%;}

.dynamic-infos .r .platform-list {
  margin-top: 4px;}

.dynamic-infos .r .platform-list .platform-item {
  height: 105px;
  margin-top: 20px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(17, 66, 152, 0.13);
          box-shadow: 0px 4px 16px 0px rgba(17, 66, 152, 0.13);
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;}

.dynamic-infos .r .platform-list .platform-item &gt; a {
  display: block;
  height: 100%;
  text-align: right;
  padding: 28px 60px 0;}

.dynamic-infos .r .platform-list .platform-item .item-name {
  font-family: 'SourceHanSansCN-Bold';
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #374567;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}

.dynamic-infos .r .platform-list .platform-item .item-ename {
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #cdcecf;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}

.dynamic-infos .r .platform-list .platform-item:nth-child(1) &gt; a {
  background: url(../image/img_platform1.jpg) left -12px center no-repeat;}

.dynamic-infos .r .platform-list .platform-item:nth-child(2) &gt; a {
  background: url(../image/img_platform2.jpg) left -12px center no-repeat;}

.module-hd {
  text-align: center;
  padding-top: 60px;}

.module-hd .title {
  font-family: 'SourceHanSansCN-Medium';
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 2px;
  color: #333;}

.module-hd .introduce {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  color: #999999;
  line-height: 11px;
  margin-top: 20px;
  padding: 0 30px;
  position: relative;}

.module-hd .introduce &gt; span {
  font-family: 'SourceHanSansCN-Medium';
  font-size: 20px;
  letter-spacing: 2px;
  color: #598dda;}

.module-hd .introduce::after, .module-hd .introduce::before {
  width: 46px;
  height: 11px;
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);}

.module-hd .introduce::before {
  right: 100%;
  background: url(../image/img_introduce_left.jpg);}

.module-hd .introduce::after {
  left: 100%;
  background: url(../image/img_introduce_right.jpg);}

/* 涓氬姟鑼冨洿 */
.business-list {
  margin-top: 33px;
  margin-bottom: 80px;}

.business-item {
  width: 25%;
  height: 86px;
  background: url(../image/img_business.jpg) center no-repeat; 
  background-size: 100% 100%;
  position: relative;
  border: solid 1px #bad9ff;}

/*.business-item:hover {
  background-image: url("../image/img_business_h.jpg");background-size: 120% 120%;
  transition:0.6s;
}*/

.business-item:hover {
  background-image: url(../image/img_business_h.jpg);}

.business-item:hover .item-detail {
  width: 481px;
  padding: 0 26px;
  border: solid 1px #bad9ff;}

.business-item &gt; a {
  display: block;
  height: 100%;
  line-height: 86px;
  font-family: 'SourceHanSansCN-Bold';
  font-size: 22px;
  letter-spacing: 1px;
  color: #ffffff;
  padding-left: 98px;
  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-position: 30px center;
  background-repeat: no-repeat;}

.business-item .item-detail {
  width: 0;
  height: 257px;
  background: url(../image/img_business_detail.jpg) center no-repeat;
  border-left-width: 2px;
  border-right-width: 2px;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 20;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;}

.business-item .item-detail .detail-hd {
  width: 429px;
  font-family: 'Fontquan-XinYiGuanHeiTi2.0-Regular';
  margin-bottom: 28px;
  margin-top: 20px;}

.business-item .item-detail .detail-hd .detail-title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333;
  max-width: -webkit-calc(100% - 60px);
  max-width: -moz-calc(100% - 60px);
  max-width: calc(100% - 60px);
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;}

.business-item .item-detail .detail-hd a.r {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #598dda;}

.business-item .item-detail .detail-bd .detail-text {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #666;
  max-height: 140px;
  overflow: hidden;}

.business-item .item-detail .detail-bd {
  width: 429px;}

.business-item .item-detail .detail-bd .detail-text {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #666;
  height: 140px;
  overflow: hidden;}

.business-item .item-detail:nth-child(n + 9) {
  top: -172px;}

.business-item:nth-child(n + 5) .item-detail {
  top: -86px;}

/*.business-item:nth-child(n + 9) .item-detail {
  top: -172px;
}*/

.business-item:nth-child(n + 13) .item-detail {
  top: -172px;}

.business-item:nth-child(4n-1) .item-detail, .business-item:nth-child(4n) .item-detail {
  left: auto !important;
  right: 100% !important;}

/*
.business-list .item1 {
  background-image: url("../images/index/icon_business1.png");
}

.business-list .item2 {
  background-image: url("../images/index/icon_business2.png");
}

.business-list .item3 {
  background-image: url("../images/index/icon_business3.png");
}

.business-list .item4 {
  background-image: url("../images/index/icon_business4.png");
}

.business-list .item5 {
  background-image: url("../images/index/icon_business5.png");
}

.business-list .item6 {
  background-image: url("../images/index/icon_business6.png");
}

.business-list .item7 {
  background-image: url("../images/index/icon_business7.png");
}

.business-list .item8 {
  background-image: url("../images/index/icon_business8.png");
}

.business-list .item9 {
  background-image: url("../images/index/icon_business9.png");
}

.business-list .item10 {
  background-image: url("../images/index/icon_business10.png");
}

.business-list .item11 {
  background-image: url("../images/index/icon_business11.png");
}

.business-list .item12 {
  background-image: url("../images/index/icon_business12.png");
}

.business-list .item13 {
  background-image: url("../images/index/icon_business13.png");
}

.business-list .item14 {
  background-image: url("../images/index/icon_business14.png");
}

.business-list .item15 {
  background-image: url("../images/index/icon_business15.png");
}
*/

/* 骞垮憡 */
.advertisements {
  margin-bottom: 60px;}

#advertisements {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(17, 66, 152, 0.13);
          box-shadow: 0px 4px 16px 0px rgba(17, 66, 152, 0.13);}

#advertisements .swiper-slide {
  border-radius: 8px;
  overflow: hidden;}

#advertisements .swiper-pagination {
  font-size: 0;
  right: 9px;
  left: auto;
  width: auto;}

#advertisements .swiper-pagination &gt; span {
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  opacity: 0.36;
  margin: 0 1px 0 0;
  border-radius: 0;}

#advertisements .swiper-pagination &gt; span.swiper-pagination-bullet-active {
  opacity: 1;}

/* 閮ㄥ垎涓氱哗 */
.partial-performance {
  height: 574px;
  background: url(../image/img_partial_performance.jpg) center no-repeat;}

.partial-performance &gt; .container {
  position: relative;}

.partial-performance .module-hd .title,
.partial-performance .module-hd .introduce {
  color: #fff;}

.partial-performance .module-hd .introduce::before {
  background: url(../image/img_introduce_left2.jpg);}

.partial-performance .module-hd .introduce::after {
  background: url(../image/img_introduce_right2.jpg);}

#performance-prev,
#performance-next {
  width: 22px;
  height: 51px;
  position: absolute;
  top: 272px;
  cursor: pointer;}

#performance-prev {
  right: 100%;
  margin-right: 30px;
  background: url(../image/img_performance_prev.jpg) center no-repeat;}

#performance-next {
  left: 100%;
  margin-left: 30px;
  background: url(../image/img_performance_next.jpg) center no-repeat;}

.performance {
  margin-top: 56px;}

.performance .swiper-slide {
  text-align: center;
  height: 288px;
  color: #fff;
  margin-bottom: 35px;
  position: relative;}

.performance .swiper-slide .item-image {
  height: 179px;
  background-color: #375a9c;
  padding-top: 12px;}

.performance .swiper-slide .item-image &gt; img {
  height: 100%;
  width: 100%;}

.performance .swiper-slide .itme-name {
  padding: 16px 32px 36px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  height: 109px;
  overflow: hidden;
  background: url(../image/img_performance_name.jpg) center bottom no-repeat;
  background-size: 102% auto;}

.performance .swiper-slide::after {
  bottom: -24px;
  left: 50%;
  width: calc(100% + 44px);
  border-bottom: 1px dashed #fff;
  content: '';
  position: absolute;}

.performance .swiper-slide::before {
  width: 22px;
  height: 19px;
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -34px;
  background-color: #fff;
  background: url(../image/img_performance_point.jpg);}

.performance .swiper-slide:last-child::after {
  display: none;}

/* 鍏充簬閲嶅挩 */
.about-reconsultation {
  height: 596px;}

.about-reconsultation .module-hd {
  padding-top: 50px;
  margin-bottom: 49px;}

.company {
  width: 723px;
  height: 368px;}

.company &gt; img {
  width: 459px;
  height: 100%;}

/*.company:hover img {
    transform: scale(1.03);
}

.company img {
    transition: 1s;
}*/


.item-image:hover img {
    transform: scale(1.03);}

.item-image img {
    transition: 1s;}

.swiper-slide:hover img {
    transform: scale(1.03);}

.swiper-slide img {
    transition: 1s;}

.company .company-profile {
  padding: 0 28px;
  width: calc(100% - 459px);
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#f5f8fd));
  background: linear-gradient(to right, #fff 0%, #f5f8fd 100%);}

.company .company-profile .profile-hd {
  font-family: 'SourceHanSansCN-Medium';
  font-size: 20px;
  line-height: 24px;
  color: #333;
  padding-left: 18px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;}

.company .company-profile .profile-hd::before {
  width: 9px;
  height: 18px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #3661ae), to(#6994e1));
  background-image: linear-gradient(0deg, #3661ae 50%, #6994e1 100%);
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);}

.company .company-profile .profile-bd {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  max-height: 308px;
  overflow: hidden;}

.map {
  width: 435px;
  height: 368px;}

.map &gt; img {
  height: 100%;
  width: 100%;}</pre></body></html>