@charset "utf-8";
/* Reset & Adaptive Styles */
/* Color Variables */
/* unit of mobile */
/* Viewport Settings */
@viewport {
  width: device-width;
  zoom: 1;
}
@-ms-viewport {
  width: device-width;
}
/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #333;
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
/* Lists */
ol,
ul {
  list-style: none;
}
/* Links */
a {
  background-color: transparent;
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #bd1a2d;
}
/* Embedded content */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}
/* Forms */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  outline: none;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
  cursor: pointer;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Responsive Media */
video,
iframe,
embed,
object {
  max-width: 800px;
  width: 100%;
}
/* Selection */
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
/* Container */
.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.topMenu .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
}
.topMenu .logo {
  width: 181px;
  height: 71px;
  flex-shrink: 0;
  background: url(../images/logo.png) no-repeat;
  background-size: 100% 100%;
}
.topMenu .menuToggle {
  display: none;
}
.topMenu .menuList {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.topMenu .menuList .item {
  font-size: 18px;
  margin-right: 30px;
  position: relative;
  line-height: 1;
  color: #333;
}
.topMenu .menuList .item:last-child {
  margin-right: 0;
  padding: 5px 10px;
  background-color: #396af7;
  color: #FFF;
  border-radius: 20px;
  font-size: 16px;
  margin-top: -5px;
}
.topMenu .menuList .item::after {
  content: '';
  background: url(../images/icon_top_menu_active.png) no-repeat;
  background-size: 100% 100%;
  width: 23px;
  height: 11px;
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s all;
}
.topMenu .menuList .item:hover::after {
  opacity: 1;
}
.topMenu .menuList .item:hover:last-child {
  color: #FFF;
}
.topMenu .menuList .item:hover:last-child::after {
  opacity: 0;
}
.topMenu .menuList .item.active::after {
  opacity: 1;
}
.topMenu .menuList .item.active:last-child {
  color: #FFF;
}
.topMenu .menuList .item.active:last-child::after {
  opacity: 0;
}
.titleBox {
  display: flex;
  align-items: baseline;
  position: relative;
  padding-bottom: 20px;
}
.titleBox::before {
  content: '';
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background-color: #0057e0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.titleBox h2 {
  font-size: 38px;
  font-weight: 600;
  color: #001633;
  margin-right: 20px;
}
.titleBox h3 {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 22, 51, 0.2);
  text-transform: uppercase;
}
.footer {
  height: 90px;
  background-color: #edf0f6;
}
.footer .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer p {
  text-align: center;
  color: #606e8c;
}
.navigationBox {
  background-color: #edf0f6;
  padding: 25px 0;
  border-bottom: solid 1px #dbe1e8;
}
.navigationBox .wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
}
.navigationBox .wrap .left {
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.navigationBox .wrap .left .logo {
  width: 176px;
  height: 45px;
}
.navigationBox .wrap .left .logo img {
  width: 100%;
  height: 100%;
}
.navigationBox .wrap .left .ewmBox {
  display: flex;
  margin-top: 30px;
}
.navigationBox .wrap .left .ewmBox .ewm {
  width: 80px;
  height: 80px;
  border: solid 5px #FFF;
  flex-shrink: 0;
  margin-right: 20px;
}
.navigationBox .wrap .left .ewmBox .ewm img {
  width: 100%;
  height: 100%;
}
.navigationBox .wrap .left .ewmBox .funBox {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #606e8c;
}
.navigationBox .wrap .left .ewmBox .funBox .line:last-child {
  margin-top: 10px;
}
.navigationBox .wrap .left .ewmBox .funBox .line span {
  margin-right: 10px;
}
.navigationBox .wrap .right {
  width: 500px;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.navigationBox .wrap .right .itemBox {
  display: flex;
  flex-direction: column;
}
.navigationBox .wrap .right .itemBox .tit {
  font-size: 18px;
  font-weight: 600;
  color: #040816;
  margin-bottom: 20px;
}
.navigationBox .wrap .right .itemBox .item {
  font-size: 16px;
  color: #606e8c;
  line-height: 1;
  margin-bottom: 20px;
}
/* Consultation Modal */
.consultation-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.consultation {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 850px;
  background-color: #FFF;
  border-radius: 20px;
  padding: 40px 40px 40px 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: none;
  overflow: hidden;
}
.consultation .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  transition: background-color 0.3s ease;
}
.consultation .close-btn::before,
.consultation .close-btn::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #999;
}
.consultation .close-btn::before {
  transform: rotate(45deg);
}
.consultation .close-btn::after {
  transform: rotate(-45deg);
}
.consultation .close-btn:hover {
  background-color: #e0e0e0;
}
.consultation .close-btn:hover::before,
.consultation .close-btn:hover::after {
  background-color: #666;
}
.consultation .titleBox {
  text-align: center;
  margin-bottom: 30px;
}
.consultation .titleBox h2 {
  font-size: 28px;
  font-weight: 600;
  color: #163b78;
  margin-bottom: 10px;
}
.consultation .titleBox .desc {
  font-size: 14px;
  color: #999;
}
.consultation .consulForm .line {
  margin-bottom: 20px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.consultation .consulForm .line .item {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.consultation .consulForm .line .item:first-child {
  padding-right: 30px;
}
.consultation .consulForm .line .item:last-child {
  padding-left: 30px;
}
.consultation .consulForm .line .item:only-child {
  width: 100%;
  padding: 0;
}
.consultation .consulForm .line .item .tit {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}
.consultation .consulForm .line .item .tit span {
  color: #f00;
  margin-right: 4px;
}
.consultation .consulForm .line .item .con input,
.consultation .consulForm .line .item .con textarea,
.consultation .consulForm .line .item .con select {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
.consultation .consulForm .line .item .con input:focus,
.consultation .consulForm .line .item .con textarea:focus,
.consultation .consulForm .line .item .con select:focus {
  border-color: #396af7;
}
.consultation .consulForm .line .item .con textarea {
  height: 120px;
  padding: 12px 16px;
  resize: none;
  font-family: inherit;
}
.consultation .consulForm .line .item .multi-select {
  position: relative;
  width: 100%;
}
.consultation .consulForm .line .item .multi-select__trigger {
  width: 100%;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  color: #333;
  line-height: 46px;
  cursor: pointer;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
  user-select: none;
  background-color: #fff;
}
.consultation .consulForm .line .item .multi-select__trigger::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #999;
  pointer-events: none;
}
.consultation .consulForm .line .item .multi-select__trigger:focus,
.consultation .consulForm .line .item .multi-select__trigger.is-open {
  border-color: #396af7;
}
.consultation .consulForm .line .item .multi-select__dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
}
.consultation .consulForm .line .item .multi-select__dropdown.is-open {
  display: block;
}
.consultation .consulForm .line .item .multi-select__option {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.consultation .consulForm .line .item .multi-select__option input[type="checkbox"] {
  margin-right: 10px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.consultation .consulForm .line .item .multi-select__option span {
  font-size: 14px;
  color: #333;
}
.consultation .consulForm .line .item .multi-select__option:hover {
  background-color: #f5f5f5;
}
.consultation .consulForm .line .item .multi-select__option input[type="checkbox"]:checked + span {
  color: #396af7;
  font-weight: 500;
}
.consultation .consulForm .line .item .btn {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #396af7;
  color: #FFF;
  border-radius: 8px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.consultation .consulForm .line .item .btn:hover {
  background-color: #2a52d4;
}
/* mobile */
@media (max-width: 750px) {
  html {
    font-size: 10vw;
  }
  body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  .topMenu {
    padding: 0 0.4rem;
    position: relative;
  }
  .topMenu .wrap {
    height: 1.46666667rem;
  }
  .topMenu .logo {
    width: 2.41333333rem;
    height: 0.94666667rem;
  }
  .topMenu .menuOverlay {
    position: fixed;
    top: 1.46666667rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .topMenu .menuOverlay.active {
    opacity: 1;
    visibility: visible;
  }
  .topMenu .menuToggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0;
    cursor: pointer;
    z-index: 101;
    position: relative;
  }
  .topMenu .menuToggle span {
    width: 100%;
    height: 0.06666667rem;
    background-color: #004d9e;
    border-radius: 0.06666667rem;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center center;
    position: absolute;
  }
  .topMenu .menuToggle span:nth-child(1) {
    top: 0.26666667rem;
  }
  .topMenu .menuToggle span:nth-child(2) {
    top: 0.4rem;
  }
  .topMenu .menuToggle span:nth-child(3) {
    top: 0.53333333rem;
  }
  .topMenu .menuToggle.active span {
    background-color: #004d9e;
  }
  .topMenu .menuToggle.active span:nth-child(1) {
    top: 0.4rem;
    transform: rotate(45deg);
  }
  .topMenu .menuToggle.active span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
  }
  .topMenu .menuToggle.active span:nth-child(3) {
    top: 0.4rem;
    transform: rotate(-45deg);
  }
  .topMenu .menuList {
    position: fixed;
    top: 1.46666667rem;
    left: 0;
    right: 0;
    background-color: #FFF;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0.4rem 0;
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
    box-shadow: 0 0.26666667rem 0.66666667rem rgba(0, 0, 0, 0.15);
  }
  .topMenu .menuList.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .topMenu .menuList .item {
    color: #333;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 0.42666667rem;
    padding: 0.4rem 0.53333333rem;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
  }
  .topMenu .menuList .item:hover {
    background-color: #f8f9fa;
  }
  .topMenu .menuList .item:active {
    background-color: #e9ecef;
  }
  .topMenu .menuList .item::after {
    display: none;
  }
  .topMenu .menuList .item:last-child {
    margin-right: 0;
    padding: 0.26666667rem 0.53333333rem;
    background-color: #396af7;
    color: #FFF;
    border-radius: 0.26666667rem;
    font-size: 0.37333333rem;
    margin-top: 0.26666667rem;
    margin-bottom: 0.13333333rem;
    font-weight: 500;
    border: none;
    justify-content: center;
  }
  .topMenu .menuList .item:last-child:hover {
    background-color: #2a52d4;
  }
  .topMenu .menuList .item:last-child:active {
    background-color: #1e3d8f;
  }
  .topMenu .menuList .item.active {
    color: #396af7;
    font-weight: 600;
    background-color: #f0f7ff;
  }
  .titleBox {
    padding-bottom: 0.26666667rem;
  }
  .titleBox::before {
    width: 0.53333333rem;
    height: 0.08rem;
    border-radius: 0.04rem;
  }
  .titleBox h2 {
    font-size: 0.50666667rem;
    margin-right: 0.26666667rem;
  }
  .titleBox h3 {
    font-size: 0.34666667rem;
  }
  .footer {
    width: 100%;
    height: auto;
    font-size: 0.34666667rem;
    padding: 0.4rem 0.53333333rem;
  }
  .navigationBox {
    padding: 0.33333333rem 0;
  }
  .navigationBox .wrap {
    padding: 0 0.4rem;
  }
  .navigationBox .wrap .left {
    width: 100%;
    font-size: 0.34666667rem;
  }
  .navigationBox .wrap .left .logo {
    display: none;
  }
  .navigationBox .wrap .left .ewmBox {
    margin-top: 0;
  }
  .navigationBox .wrap .left .ewmBox .ewm {
    width: 1.06666667rem;
    height: 1.06666667rem;
    margin-right: 0.26666667rem;
  }
  .navigationBox .wrap .left .ewmBox .funBox {
    height: 1.06666667rem;
  }
  .navigationBox .wrap .left .ewmBox .funBox .line:last-child {
    margin-top: 0;
  }
  .navigationBox .wrap .right {
    display: none;
  }
  .consultation {
    width: 8rem;
    height: auto;
    border-radius: 0.26666667rem;
    padding: 0.53333333rem;
    box-shadow: 0 0.13333333rem 0.53333333rem rgba(0, 0, 0, 0.15);
  }
  .consultation .close-btn {
    top: 0.26666667rem;
    right: 0.26666667rem;
    width: 0.53333333rem;
    height: 0.53333333rem;
  }
  .consultation .titleBox {
    margin-bottom: 0.4rem;
    flex-direction: column;
  }
  .consultation .titleBox::before {
    display: none;
  }
  .consultation .titleBox h2 {
    font-size: 0.42666667rem;
  }
  .consultation .titleBox .desc {
    font-size: 0.34666667rem;
  }
  .consultation .consulForm .line {
    margin-bottom: 0.26666667rem;
  }
  .consultation .consulForm .line .item:first-child {
    padding-right: 0.4rem;
  }
  .consultation .consulForm .line .item:last-child {
    padding-left: 0;
  }
  .consultation .consulForm .line .item .tit {
    font-size: 0.34666667rem;
    margin-bottom: 0.13333333rem;
  }
  .consultation .consulForm .line .item .con {
    line-height: 0;
  }
  .consultation .consulForm .line .item .con input,
  .consultation .consulForm .line .item .con textarea,
  .consultation .consulForm .line .item .con select {
    height: 0.66666667rem;
    padding: 0 0.26666667rem;
    font-size: 0.34666667rem;
  }
  .consultation .consulForm .line .item .con textarea {
    height: 1.6rem;
    padding: 0.16rem 0.21333333rem;
  }
  .consultation .consulForm .line .item input::placeholder {
    font-size: 0.32rem;
  }
  .consultation .consulForm .line .item .multi-select__trigger {
    height: auto;
    padding: 0 0.26666667rem;
    font-size: 0.34666667rem;
    line-height: 0.61333333rem;
  }
  .consultation .consulForm .line .item .multi-select__trigger::after {
    right: 0.26666667rem;
  }
  .consultation .consulForm .line .item .btn {
    height: 0.66666667rem;
    line-height: 0.66666667rem;
    font-size: 0.4rem;
  }
}
.titleText {
  font-size: 34px;
  color: #163b78;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  margin: 0;
}
.ywjsBox {
  margin-top: 60px;
}
.ywjsBox .titleBox {
  padding-bottom: 0;
}
.ywjsBox .titleBox::before {
  display: none;
}
.ywjsBox .titleBox h2 {
  font-size: 34px;
  color: #163b78;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  margin: 0;
}
.ywjsBox .ywjsCon {
  padding: 34px 38px;
  border: 1px solid rgba(126, 178, 255, 0.2);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 50px rgba(62, 122, 214, 0.08);
  backdrop-filter: blur(10px);
  overflow: hidden;
  margin-top: 50px;
}
.ywjsBox .ywjsCon .intro {
  line-height: 2;
  color: #4b6285;
}
.ywjsBox .ywjsCon .video {
  width: 800px;
  margin: 30px auto 0;
}
.ywjsBox .ywjsCon .video video {
  width: 100%;
}
.yycjBox {
  margin-top: 60px;
}
.yycjBox .titleBox {
  padding-bottom: 0;
}
.yycjBox .titleBox::before {
  display: none;
}
.yycjBox .titleBox h2 {
  font-size: 34px;
  color: #163b78;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  margin: 0;
}
.yycjBox .yycjCon {
  margin-top: 50px;
}
.yycjBox .yycjCon .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yycjBox .yycjCon .list .item {
  width: 290px;
  height: 250px;
  background-color: #FFF;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 15px;
  position: relative;
}
.yycjBox .yycjCon .list .item .icon {
  display: flex;
  justify-content: center;
}
.yycjBox .yycjCon .list .item .icon img {
  width: 172px;
}
.yycjBox .yycjCon .list .item .tit {
  text-align: center;
  padding: 0 20px;
}
.dxalBox {
  margin-top: 60px;
  margin-bottom: 60px;
}
.dxalBox .titleBox {
  padding-bottom: 0;
}
.dxalBox .titleBox::before {
  display: none;
}
.dxalBox .titleBox h2 {
  font-size: 34px;
  color: #163b78;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  margin: 0;
}
.dxalBox .dxalCon {
  margin-top: 50px;
}
.dxalBox .dxalCon .dxalSwiper .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.dxalBox .dxalCon .dxalSwiper .swiper-slide .pic {
  padding: 20px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(233, 244, 255, 0.95) 100%);
  border: 1px solid rgba(119, 175, 255, 0.18);
  box-shadow: 0 0 10px rgba(53, 113, 207, 0.1);
  margin-right: 20px;
}
.dxalBox .dxalCon .dxalSwiper .swiper-slide .pic img {
  border-radius: 28px;
}
.dxalBox .dxalCon .dxalSwiper .swiper-slide .txtCon .tit {
  font-size: 22px;
  color: #163b78;
  line-height: 1.5;
}
.dxalBox .dxalCon .dxalSwiper .swiper-slide .txtCon .tit a {
  color: #163b78;
}
.dxalBox .dxalCon .dxalSwiper .swiper-slide .txtCon .desc {
  margin-top: 20px;
  line-height: 2;
  color: #4b6285;
  text-align: justify;
}
.dxalBox .dxalCon .dxalSwiper .dxal-pagination {
  text-align: center;
  margin-top: 20px;
}
/* 医疗 */
.smartHealthcare {
  background-color: #f8fbff;
}
.smartHealthcare .topPhoto {
  background: url('../images/healthcare/top_photo.jpg') no-repeat center top;
  background-size: auto 100%;
  height: 560px;
}
.smartHealthcare .yycjBox .yycjCon .list .item {
  width: 270px;
  height: 200px;
}
.smartHealthcare .yycjBox .yycjCon .list .item .icon {
  width: 100%;
  height: 100%;
}
.smartHealthcare .yycjBox .yycjCon .list .item .icon img {
  width: 100%;
  height: 100%;
}
.smartHealthcare .yycjBox .yycjCon .list .item .tit {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  font-size: 20px;
  color: #FFF;
  font-weight: 600;
  text-align: left;
}
/* 交通 */
.smartMobility {
  background-color: #f8fbff;
}
.smartMobility .topPhoto {
  background: url('../images/smartMobility/top_photo.jpg') no-repeat center top;
  background-size: auto 100%;
  height: 560px;
}
.smartMobility .videoSwiper {
  margin-top: 30px;
}
.smartMobility .videoSwiper .swiper-slide {
  width: 800px;
  height: 450px;
}
.smartMobility .videoSwiper .swiper-slide video {
  width: 100%;
  height: 100%;
}
.smartMobility .yycjBox .yycjCon .list .item {
  display: block;
  position: relative;
}
.smartMobility .yycjBox .yycjCon .list .item .icon {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.smartMobility .yycjBox .yycjCon .list .item .icon img {
  width: 100%;
  min-height: 100%;
  display: block;
}
.smartMobility .yycjBox .yycjCon .list .item .tit {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  padding: 0 10px;
  z-index: 1;
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
  color: #ffffff;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
  text-align: left;
}
.smartMobility .yycjBox .yycjCon .list .item:hover .icon {
  transform: scale(1.1);
}
.smartMobility .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic {
  width: 640px;
  height: 458px;
  flex-shrink: 0;
}
.smartMobility .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic img {
  border-radius: 28px;
  height: 100%;
  width: 100%;
}
.smartMobility .dxalBox .dxalCon .dxalSwiper .swiper-slide .txtCon {
  flex: 1;
}
/* 政务 */
.smartBusiness {
  background-color: #f8fbff;
}
.smartBusiness .topPhoto {
  background: url('../images/smartBusiness/top_photo.jpg') no-repeat center top;
  background-size: auto 100%;
  height: 579px;
}
.smartBusiness .yycjBox {
  max-width: 1920px;
  margin: 60px auto 0;
}
.smartBusiness .yycjBox .yycjCon .yycjSwiper .swiper-slide {
  width: 656px;
  height: 368px;
}
.smartBusiness .yycjBox .yycjCon .yycjSwiper .swiper-slide .item {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.smartBusiness .yycjBox .yycjCon .yycjSwiper .swiper-slide .item .pic {
  width: 100%;
  height: 100%;
}
.smartBusiness .yycjBox .yycjCon .yycjSwiper .swiper-slide .item .pic img {
  width: 100%;
  height: 100%;
}
.smartBusiness .yycjBox .yycjCon .yycjSwiper .swiper-slide .item .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 90px;
}
.smartBusiness .yycjBox .yycjCon .yycjSwiper .swiper-slide .item .tit::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: linear-gradient(to top, #004eff, rgba(0, 78, 255, 0));
  height: 100%;
  width: 100%;
}
.smartBusiness .yycjBox .yycjCon .yycjSwiper .swiper-slide .item .tit span {
  display: block;
  font-size: 32px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  height: 100%;
  width: 100%;
  line-height: 90px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.smartBusiness .dxalBox .dxalCon .dxalSwiper .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.smartBusiness .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic {
  width: 640px;
  height: 458px;
  flex-shrink: 0;
}
.smartBusiness .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic img {
  height: 100%;
  width: 100%;
}
/* 数据运营 */
.dataOperation {
  background-color: #f8fbff;
}
.dataOperation .topPhoto {
  background: url('../images/dataOperation/top_photo_sjyy.jpg') no-repeat center top;
  background-size: auto 100%;
  height: 561px;
}
.dataOperation .yycjBox .yycjCon .list .item {
  width: 380px;
  height: 170px;
  position: relative;
  border: solid 1px #e4f0ff;
  margin-bottom: 10px;
}
.dataOperation .yycjBox .yycjCon .list .item .icon {
  width: 100%;
  height: 100%;
}
.dataOperation .yycjBox .yycjCon .list .item .icon img {
  width: 100%;
  height: 100%;
}
.dataOperation .yycjBox .yycjCon .list .item .mask {
  width: 100%;
  height: 60px;
  background: linear-gradient(to top, #2d63e9, rgba(45, 99, 233, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.dataOperation .yycjBox .yycjCon .list .item .tit {
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataOperation .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic {
  width: 640px;
  height: 458px;
  flex-shrink: 0;
}
.dataOperation .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic img {
  height: 100%;
  width: 100%;
}
/* 慧眼 */
.insight {
  background-color: #f8fbff;
}
.insight .topPhoto {
  background: url('../images/insight/top_photo_hy.jpg') no-repeat center top;
  background-size: auto 100%;
  height: 555px;
}
.insight .ywjsBox {
  margin-top: 60px;
}
.insight .ywjsBox .titleBox {
  padding-bottom: 0;
}
.insight .ywjsBox .titleBox::before {
  display: none;
}
.insight .ywjsBox .titleBox h2 {
  font-size: 34px;
  color: #163b78;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  margin: 0;
}
.insight .ywjsBox .conBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.insight .ywjsBox .conBox .left {
  flex: 1;
}
.insight .ywjsBox .conBox .left p {
  color: #495770;
  text-align: justify;
  margin-top: 20px;
}
.insight .ywjsBox .conBox .right {
  flex-shrink: 0;
  width: 420px;
  height: 200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 20px;
}
.insight .ywjsBox .conBox .right .item {
  width: 200px;
  height: 90px;
  border: solid 1px #e0eaff;
  border-radius: 20px;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.insight .ywjsBox .conBox .right .item:nth-of-type(1) {
  margin-right: 20px;
}
.insight .ywjsBox .conBox .right .item:nth-of-type(3) {
  margin-right: 20px;
}
.insight .ywjsBox .conBox .right .item .icon {
  width: 50px;
  height: 51px;
  margin-right: 10px;
}
.insight .ywjsBox .conBox .right .item .icon img {
  width: 100%;
  height: 100%;
}
.insight .ywjsBox .conBox .right .item .tit {
  color: #495770;
  line-height: 1;
}
.insight .introVideo {
  margin-top: 60px;
  margin-bottom: 60px;
}
.insight .introVideo .titleBox {
  padding-bottom: 0;
}
.insight .introVideo .titleBox::before {
  display: none;
}
.insight .introVideo .titleBox h2 {
  font-size: 34px;
  color: #163b78;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  margin: 0;
}
.insight .introVideo .conBox {
  margin-top: 30px;
}
.insight .introVideo .conBox video {
  width: 100%;
  max-width: 100%;
}
/* 行业级可进化智能体 */
.ai {
  background-color: #f8fbff;
}
.ai .topPhoto {
  background: url('../images/ai/top_photo_znt.jpg') no-repeat center top;
  background-size: auto 100%;
  height: 560px;
}
.ai .ywjsBox .ywjsCon .imgBox {
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(233, 244, 255, 0.95) 100%);
  border: 1px solid rgba(119, 175, 255, 0.18);
  box-shadow: 0 18px 48px rgba(53, 113, 207, 0.1);
  margin-top: 30px;
}
.ai .yycjBox .yycjCon .yycjSwiper .swiper-slide {
  width: 100%;
  height: 680px;
}
.ai .yycjBox .yycjCon .yycjSwiper .swiper-slide .item {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.ai .yycjBox .yycjCon .yycjSwiper .swiper-slide .item .pic {
  width: 100%;
  height: 100%;
}
.ai .yycjBox .yycjCon .yycjSwiper .swiper-slide .item .pic img {
  width: 100%;
  height: 100%;
}
.ai .yycjBox .yycjCon .yycjSwiper .swiper-slide .item .tit {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 2;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.22);
  pointer-events: none;
}
.ai .yycjBox .yycjCon .yycjSwiper .swiper-slide .item .desc {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 28px;
  color: #FFF;
}
.ai .yycjBox .yycjCon .yycjSwiper .yycj-pagination {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.ai .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic {
  width: 640px;
  height: 335px;
  flex-shrink: 0;
}
.ai .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic img {
  height: 100%;
  width: 100%;
}
/* 城市治理 */
.smartGovernance {
  background-color: #f8fbff;
}
.smartGovernance .topPhoto {
  background: url('../images/smartGovernance/top_photo.jpg') no-repeat center top;
  background-size: auto 100%;
  height: 561px;
}
.smartGovernance .yycjBox .yycjCon .list .item {
  width: 224px;
  height: 171px;
  position: relative;
  border: solid 1px #e4f0ff;
}
.smartGovernance .yycjBox .yycjCon .list .item .icon {
  width: 100%;
  height: 100%;
}
.smartGovernance .yycjBox .yycjCon .list .item .icon img {
  width: 100%;
  height: 100%;
}
.smartGovernance .yycjBox .yycjCon .list .item .mask {
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, #2d63e9, rgba(45, 99, 233, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.smartGovernance .yycjBox .yycjCon .list .item .tit {
  width: 100%;
  height: 40px;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.smartGovernance .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic {
  width: 640px;
  padding: 20px;
  flex-shrink: 0;
}
.smartGovernance .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic img {
  width: 100%;
}
/* 数企通 */
.digitalEnterprise {
  background-color: #f8fbff;
}
.digitalEnterprise .topPhoto {
  background: url('../images/digitalEnterprise/top_photo.jpg') no-repeat center top;
  background-size: auto 100%;
  height: 660px;
}
.digitalEnterprise .yycjBox .yycjCon .yycj-prev,
.digitalEnterprise .yycjBox .yycjCon .yycj-next {
  width: 70px;
  height: 54px;
  border-radius: 26px;
  border: solid 1px #1d4ee4;
  background: url(../images/digitalEnterprise/icon_slide_arrow_white.png) no-repeat center center #1d4ee4;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.digitalEnterprise .yycjBox .yycjCon .yycj-prev.swiper-button-disabled,
.digitalEnterprise .yycjBox .yycjCon .yycj-next.swiper-button-disabled {
  background: url(../images/digitalEnterprise/icon_slide_arrow_blue.png) no-repeat center center #FFF;
  cursor: text;
}
.digitalEnterprise .yycjBox .yycjCon .yycj-prev {
  right: 80px;
  transform: rotate(180deg);
}
.digitalEnterprise .yycjBox .yycjCon .yycjSwiper .swiper-slide {
  width: 290px;
  height: 250px;
  margin: 0 10px 20px 0;
}
.digitalEnterprise .yycjBox .yycjCon .yycjSwiper .swiper-slide .item {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.digitalEnterprise .yycjBox .yycjCon .yycjSwiper .swiper-slide .item .pic {
  width: 100%;
  height: 100%;
}
.digitalEnterprise .yycjBox .yycjCon .yycjSwiper .swiper-slide .item .pic img {
  width: 100%;
  height: 100%;
}
.digitalEnterprise .yycjBox .yycjCon .yycjSwiper .swiper-slide .item .mask {
  width: 100%;
  height: 60px;
  background: linear-gradient(to top, #2d63e9, rgba(45, 99, 233, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.digitalEnterprise .yycjBox .yycjCon .yycjSwiper .swiper-slide .item .tit {
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
.digitalEnterprise .cxcxBox {
  margin-top: 60px;
  margin-bottom: 60px;
}
.digitalEnterprise .cxcxBox .titleBox {
  padding-bottom: 0;
}
.digitalEnterprise .cxcxBox .titleBox::before {
  display: none;
}
.digitalEnterprise .cxcxBox .titleBox h2 {
  font-size: 34px;
  color: #163b78;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  margin: 0;
}
.digitalEnterprise .cxcxBox .cxcxCon {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.digitalEnterprise .cxcxBox .cxcxCon .cxcxLeft {
  width: 417px;
  height: 592px;
  background: url(../images/digitalEnterprise/bg_left_cxcx.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
}
.digitalEnterprise .cxcxBox .cxcxCon .cxcxLeft .txt {
  font-size: 22px;
  line-height: 2;
  position: absolute;
  left: 50px;
  top: 120px;
  width: 310px;
}
.digitalEnterprise .cxcxBox .cxcxCon .cxcxLeft .tit {
  font-size: 40px;
  color: #0351f8;
  font-weight: 600;
  position: absolute;
  left: 50px;
  top: 240px;
}
.digitalEnterprise .cxcxBox .cxcxCon .cxcxLeft .desc {
  font-size: 22px;
  line-height: 2;
  position: absolute;
  left: 50px;
  top: 320px;
  width: 310px;
}
.digitalEnterprise .cxcxBox .cxcxCon .cxcxRight {
  flex: 1;
}
.digitalEnterprise .cxcxBox .cxcxCon .cxcxRight .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.digitalEnterprise .cxcxBox .cxcxCon .cxcxRight .list .item {
  display: block;
  width: 366px;
  height: 182px;
  background-color: #FFF;
  border-radius: 15px;
  box-shadow: 0 0 5px #deebff;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 20px;
}
.digitalEnterprise .cxcxBox .cxcxCon .cxcxRight .list .item .titLine {
  display: flex;
  align-items: center;
}
.digitalEnterprise .cxcxBox .cxcxCon .cxcxRight .list .item .titLine .icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  margin-right: 10px;
}
.digitalEnterprise .cxcxBox .cxcxCon .cxcxRight .list .item .titLine .icon img {
  width: 100%;
  height: 100%;
}
.digitalEnterprise .cxcxBox .cxcxCon .cxcxRight .list .item .titLine .tit {
  font-size: 24px;
  font-weight: 600;
  color: #1d4ee4;
}
.digitalEnterprise .cxcxBox .cxcxCon .cxcxRight .list .item .desc {
  font-size: 20px;
  color: #163b78;
  line-height: 1.4;
  margin-top: 10px;
}
.digitalEnterprise .cxcxBox .cxcxCon .cxcxRight .list .item .desc span {
  color: #2d62e6;
  font-size: 26px;
}
/* 泛安全 */
.panSecurity {
  background-color: #f8fbff;
}
.panSecurity .topPhoto {
  background: url('../images/panSecurity/top_photo.jpg') no-repeat center top;
  background-size: auto 100%;
  height: 561px;
}
.panSecurity .yycjBox .yycjCon .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.panSecurity .yycjBox .yycjCon .list .item {
  width: 284px;
  height: 170px;
  background-color: #FFF;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: solid 1px #e4f0ff;
  margin-bottom: 10px;
}
.panSecurity .yycjBox .yycjCon .list .item .icon {
  width: 100%;
  height: 100%;
}
.panSecurity .yycjBox .yycjCon .list .item .icon img {
  width: 100%;
  height: 100%;
}
.panSecurity .yycjBox .yycjCon .list .item .mask {
  width: 100%;
  height: 50px;
  background: linear-gradient(to top, #2d63e9, rgba(45, 99, 233, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.panSecurity .yycjBox .yycjCon .list .item .tit {
  width: 100%;
  height: 40px;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}
.panSecurity .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic {
  width: 640px;
  padding: 20px;
  flex-shrink: 0;
}
.panSecurity .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic img {
  width: 100%;
}
/* 法眸 */
.legalGaze {
  background-color: #f8fbff;
}
.legalGaze .topPhoto {
  background: url('../images/legalGaze/top_photo.jpg') no-repeat center top;
  background-size: auto 100%;
  height: 637px;
}
.legalGaze .ywjsBox .ywjsCon .pic {
  width: 800px;
  margin: 30px auto 0;
}
.legalGaze .ywjsBox .ywjsCon .pic img {
  width: 100%;
}
.legalGaze .yycjBox .yycjCon .list .item {
  width: 389px;
  height: 335px;
  position: relative;
  border: solid 1px #e4f0ff;
  margin-bottom: 10px;
}
.legalGaze .yycjBox .yycjCon .list .item .icon {
  width: 100%;
  height: 100%;
}
.legalGaze .yycjBox .yycjCon .list .item .icon img {
  width: 100%;
  height: 100%;
}
.legalGaze .yycjBox .yycjCon .list .item .mask {
  width: 100%;
  height: 60px;
  background: linear-gradient(to top, #2d63e9, rgba(45, 99, 233, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.legalGaze .yycjBox .yycjCon .list .item .tit {
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.legalGaze .cxcxBox {
  margin-top: 60px;
  margin-bottom: 60px;
}
.legalGaze .cxcxBox .titleBox {
  padding-bottom: 0;
}
.legalGaze .cxcxBox .titleBox::before {
  display: none;
}
.legalGaze .cxcxBox .titleBox h2 {
  font-size: 34px;
  color: #163b78;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  margin: 0;
}
.legalGaze .cxcxBox .cxcxCon {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.legalGaze .cxcxBox .cxcxCon .cxcxLeft {
  width: 645px;
  height: 330px;
  background-color: #FFF;
  box-shadow: 0 0 5px #deebff;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 20px;
  padding: 20px;
}
.legalGaze .cxcxBox .cxcxCon .cxcxLeft .topLine {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.legalGaze .cxcxBox .cxcxCon .cxcxLeft .topLine .icon {
  width: 83px;
  height: 83px;
  flex-shrink: 0;
  margin-right: 20px;
}
.legalGaze .cxcxBox .cxcxCon .cxcxLeft .topLine .txt {
  font-size: 20px;
  color: #163b78;
  flex: 1;
}
.legalGaze .cxcxBox .cxcxCon .cxcxLeft .desc {
  font-size: 20px;
  color: #163b78;
  padding: 0 10px;
  text-align: justify;
}
.legalGaze .cxcxBox .cxcxCon .cxcxLeft .desc span {
  color: #1b62f0;
}
.legalGaze .cxcxBox .cxcxCon .cxcxLeft .desc p {
  margin-top: 10px;
}
.legalGaze .cxcxBox .cxcxCon .cxcxRight {
  flex: 1;
}
.legalGaze .cxcxBox .cxcxCon .cxcxRight .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.legalGaze .cxcxBox .cxcxCon .cxcxRight .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 262px;
  height: 158px;
  background-color: #FFF;
  border-radius: 15px;
  box-shadow: 0 0 5px #deebff;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 15px;
}
.legalGaze .cxcxBox .cxcxCon .cxcxRight .list .item:nth-child(2n) {
  margin-right: 0;
}
.legalGaze .cxcxBox .cxcxCon .cxcxRight .list .item .icon {
  width: 75px;
  height: 75px;
  flex-shrink: 0;
  margin-right: 10px;
}
.legalGaze .cxcxBox .cxcxCon .cxcxRight .list .item .txtCon {
  flex: 1;
}
.legalGaze .cxcxBox .cxcxCon .cxcxRight .list .item .txtCon .tit {
  font-size: 20px;
  color: #1b62f0;
  line-height: 1;
}
.legalGaze .cxcxBox .cxcxCon .cxcxRight .list .item .txtCon .desc {
  font-size: 18px;
  color: #163b78;
  margin-top: 10px;
}
.legalGaze .cxcxBox .cxcxCon .cxcxRight .list .item .txtCon .desc span {
  font-size: 28px;
  color: #1b62f0;
}
/* 街区智能体 */
.blockAgent {
  background-color: #f8fbff;
}
.blockAgent .topPhoto {
  background: url('../images/blockAgent/top_photo.jpg') no-repeat center top;
  background-size: auto 100%;
  height: 614px;
}
.blockAgent .ywjsBox .ywjsCon .ywjsSwiper {
  margin-top: 30px;
}
.blockAgent .ywjsBox .ywjsCon .ywjsSwiper .swiper-slide {
  width: 806px;
  height: 454px;
}
.blockAgent .ywjsBox .ywjsCon .ywjsSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.blockAgent .ywjsBox .ywjsCon .ywjsSwiper .ywjs-pagination {
  text-align: center;
}
.blockAgent .yycjBox .yycjCon .list .item {
  width: 223px;
  height: 170px;
  position: relative;
  border: solid 1px #e4f0ff;
  margin-bottom: 10px;
}
.blockAgent .yycjBox .yycjCon .list .item .icon {
  width: 100%;
  height: 100%;
}
.blockAgent .yycjBox .yycjCon .list .item .icon img {
  width: 100%;
  height: 100%;
}
.blockAgent .yycjBox .yycjCon .list .item .mask {
  width: 100%;
  height: 60px;
  background: linear-gradient(to top, #2d63e9, rgba(45, 99, 233, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.blockAgent .yycjBox .yycjCon .list .item .tit {
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blockAgent .cxcxBox {
  margin-top: 60px;
  margin-bottom: 60px;
}
.blockAgent .cxcxBox .titleBox {
  padding-bottom: 0;
}
.blockAgent .cxcxBox .titleBox::before {
  display: none;
}
.blockAgent .cxcxBox .titleBox h2 {
  font-size: 34px;
  color: #163b78;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  margin: 0;
}
.blockAgent .cxcxBox .cxcxCon {
  margin-top: 50px;
}
.blockAgent .cxcxBox .cxcxCon .list {
  display: flex;
  justify-content: space-between;
}
.blockAgent .cxcxBox .cxcxCon .list .item {
  display: block;
  width: 282px;
  height: 328px;
  background-color: #FFF;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
}
.blockAgent .cxcxBox .cxcxCon .list .item .icon {
  width: 101px;
  height: 101px;
  margin: 0 auto;
}
.blockAgent .cxcxBox .cxcxCon .list .item .icon img {
  width: 100%;
  height: 100%;
}
.blockAgent .cxcxBox .cxcxCon .list .item .tit {
  font-size: 40px;
  color: #0452f8;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 100px;
  margin-top: 20px;
}
.blockAgent .cxcxBox .cxcxCon .list .item .tit p {
  line-height: 1;
  width: 100%;
}
.blockAgent .cxcxBox .cxcxCon .list .item .tit::after {
  content: '';
  width: 46px;
  height: 5px;
  background-color: #0452f8;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.blockAgent .cxcxBox .cxcxCon .list .item .tit span {
  color: #333;
  font-size: 18px;
}
.blockAgent .cxcxBox .cxcxCon .list .item .desc {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
/* 信控智能体 */
.signalControl {
  background-color: #f8fbff;
}
.signalControl .topPhoto {
  background: url('../images/signalControl/top_photo.jpg') no-repeat center top;
  background-size: auto 100%;
  height: 561px;
}
.signalControl .yycjBox .yycjCon .list {
  justify-content: flex-start;
}
.signalControl .yycjBox .yycjCon .list .item {
  width: 380px;
  height: 170px;
  position: relative;
  border: solid 1px #e4f0ff;
  margin-bottom: 30px;
  margin-right: 30px;
}
.signalControl .yycjBox .yycjCon .list .item:nth-child(3n) {
  margin-right: 0;
}
.signalControl .yycjBox .yycjCon .list .item .icon {
  width: 100%;
  height: 100%;
}
.signalControl .yycjBox .yycjCon .list .item .icon img {
  width: 100%;
  height: 100%;
}
.signalControl .yycjBox .yycjCon .list .item .mask {
  width: 100%;
  height: 60px;
  background: linear-gradient(to top, #2d63e9, rgba(45, 99, 233, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.signalControl .yycjBox .yycjCon .list .item .tit {
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signalControl .cxcxBox {
  margin-top: 60px;
  margin-bottom: 60px;
}
.signalControl .cxcxBox .titleBox {
  padding-bottom: 0;
}
.signalControl .cxcxBox .titleBox::before {
  display: none;
}
.signalControl .cxcxBox .titleBox h2 {
  font-size: 34px;
  color: #163b78;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  margin: 0;
}
.signalControl .cxcxBox .cxcxCon {
  margin-top: 50px;
}
.signalControl .cxcxBox .cxcxCon .list {
  display: flex;
  justify-content: space-between;
}
.signalControl .cxcxBox .cxcxCon .list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 285px;
  height: 150px;
  background-color: #FFF;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
}
.signalControl .cxcxBox .cxcxCon .list .item .icon {
  width: 48px;
  height: 48px;
  background: url(../images/signalControl/bg_icon_cxcx.png) no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.signalControl .cxcxBox .cxcxCon .list .item .icon img {
  width: 50%;
  height: 50%;
}
.signalControl .cxcxBox .cxcxCon .list .item .txtCon {
  flex: 1;
}
.signalControl .cxcxBox .cxcxCon .list .item .txtCon .tit {
  font-size: 18px;
  color: #163b78;
}
.signalControl .cxcxBox .cxcxCon .list .item .txtCon .tit span {
  color: #0951eb;
  font-size: 20px;
}
.signalControl .cxcxBox .cxcxCon .list .item .txtCon .desc {
  font-size: 18px;
  color: #163b78;
  margin-top: 10px;
}
.signalControl .cxcxBox .cxcxCon .list .item .txtCon .desc span {
  color: #0951eb;
  font-size: 20px;
}
/* 数字医生助手 */
.digitalDoctor {
  background-color: #f8fbff;
}
.digitalDoctor .topPhoto {
  background: url('../images/digitalDoctor/top_photo.jpg') no-repeat center top;
  background-size: auto 100%;
  height: 561px;
}
.digitalDoctor .yycjBox .yycjCon .list .item {
  width: 380px;
  height: 170px;
  position: relative;
  border: solid 1px #e4f0ff;
  margin-bottom: 30px;
}
.digitalDoctor .yycjBox .yycjCon .list .item .icon {
  width: 100%;
  height: 100%;
}
.digitalDoctor .yycjBox .yycjCon .list .item .icon img {
  width: 100%;
  height: 100%;
}
.digitalDoctor .yycjBox .yycjCon .list .item .mask {
  width: 100%;
  height: 60px;
  background: linear-gradient(to top, #2d63e9, rgba(45, 99, 233, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.digitalDoctor .yycjBox .yycjCon .list .item .tit {
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.digitalDoctor .cxcxBox {
  margin-top: 60px;
  margin-bottom: 60px;
}
.digitalDoctor .cxcxBox .titleBox {
  padding-bottom: 0;
}
.digitalDoctor .cxcxBox .titleBox::before {
  display: none;
}
.digitalDoctor .cxcxBox .titleBox h2 {
  font-size: 34px;
  color: #163b78;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  width: 100%;
  margin: 0;
}
.digitalDoctor .cxcxBox .cxcxCon {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.digitalDoctor .cxcxBox .cxcxCon .cxcxLeft {
  width: 640px;
  height: 460px;
  border: solid 1px #e8f2ff;
  border-radius: 20px;
  background-color: #FFF;
  padding: 20px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  margin-right: 20px;
  box-shadow: 0 0 5px #cfdeff;
  display: flex;
  align-items: center;
}
.digitalDoctor .cxcxBox .cxcxCon .cxcxLeft .videoBox {
  width: 100%;
  height: 330px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.digitalDoctor .cxcxBox .cxcxCon .cxcxRight {
  flex: 1;
}
.digitalDoctor .cxcxBox .cxcxCon .cxcxRight .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.digitalDoctor .cxcxBox .cxcxCon .cxcxRight .list .item {
  width: 255px;
  height: 220px;
  background-color: #FFF;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 0 5px #cfdeff;
  margin-bottom: 20px;
}
.digitalDoctor .cxcxBox .cxcxCon .cxcxRight .list .item .titleLine {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.digitalDoctor .cxcxBox .cxcxCon .cxcxRight .list .item .titleLine .icon {
  width: 48px;
  height: 48px;
  background: url(../images/signalControl/bg_icon_cxcx.png) no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.digitalDoctor .cxcxBox .cxcxCon .cxcxRight .list .item .titleLine .icon img {
  width: 50%;
  height: 50%;
}
.digitalDoctor .cxcxBox .cxcxCon .cxcxRight .list .item .titleLine .tit {
  flex: 1;
  font-size: 20px;
  color: #0951eb;
  font-weight: 600;
  line-height: 1.2;
}
.digitalDoctor .cxcxBox .cxcxCon .cxcxRight .list .item .desc {
  margin-top: 10px;
  font-size: 18px;
  color: #163b78;
  text-align: justify;
}
.digitalDoctor .cxcxBox .cxcxCon .cxcxRight .list .item .desc span {
  color: #0951eb;
}
/* mobile */
@media (max-width: 750px) {
  .titleText {
    font-size: 0.42666667rem;
  }
  .ywjsBox {
    margin-top: 0.8rem;
    padding: 0 0.4rem;
  }
  .ywjsBox .ywjsCon {
    padding: 0.4rem;
    border-radius: 0.32rem;
    box-shadow: 0 0.26666667rem 0.66666667rem rgba(62, 122, 214, 0.08);
    margin-top: 0.66666667rem;
    font-size: 0.4rem;
  }
  .ywjsBox .ywjsCon .video {
    width: 100%;
    margin: 0.4rem auto 0;
  }
  .yycjBox {
    margin-top: 0.8rem;
    padding: 0 0.4rem;
  }
  .yycjBox .yycjCon {
    margin-top: 0.66666667rem;
  }
  .yycjBox .yycjCon .list .item {
    width: 4.26666667rem;
    height: 3.46666667rem;
    border-radius: 0.26666667rem;
    margin-bottom: 0.26666667rem;
  }
  .yycjBox .yycjCon .list .item .icon img {
    width: 100%;
  }
  .yycjBox .yycjCon .list .item .tit {
    padding: 0 0.26666667rem;
    font-size: 0.4rem;
  }
  .dxalBox {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    padding: 0 0.4rem;
  }
  .dxalBox .dxalCon {
    margin-top: 0.66666667rem;
  }
  .dxalBox .dxalCon .dxalSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
  }
  .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic {
    padding: 0.26666667rem;
    border-radius: 0.37333333rem;
    margin-right: 0.26666667rem;
  }
  .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic img {
    border-radius: 0.37333333rem;
  }
  .dxalBox .dxalCon .dxalSwiper .swiper-slide .txtCon {
    margin-top: 0.4rem;
  }
  .dxalBox .dxalCon .dxalSwiper .swiper-slide .txtCon .tit {
    font-size: 0.4rem;
  }
  .dxalBox .dxalCon .dxalSwiper .swiper-slide .txtCon .desc {
    font-size: 0.34666667rem;
    margin-top: 0.26666667rem;
  }
  .dxalBox .dxalCon .dxalSwiper .dxal-pagination {
    margin-top: 0;
    line-height: 0;
  }
  /* 医疗 */
  .smartHealthcare .topPhoto {
    height: 7.46666667rem;
  }
  .smartHealthcare .yycjBox .yycjCon .list .item {
    width: 4.26666667rem;
    height: 2.66666667rem;
  }
  .smartHealthcare .yycjBox .yycjCon .list .item .tit {
    top: 0.4rem;
    padding: 0 0.26666667rem;
    font-size: 0.4rem;
  }
  /* 交通 */
  .smartMobility .topPhoto {
    height: 7.46666667rem;
  }
  .smartMobility .videoSwiper {
    margin-top: 0.4rem;
  }
  .smartMobility .videoSwiper .swiper-slide {
    width: 100%;
    height: 4.66666667rem;
  }
  .smartMobility .yycjBox .yycjCon .list .item .tit {
    top: 0.26666667rem;
    padding: 0 0.13333333rem;
    font-size: 0.4rem;
    text-shadow: 0 0.05333333rem 0.24rem rgba(0, 0, 0, 0.18);
  }
  .smartMobility .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic {
    width: 100%;
    height: 6.10666667rem;
  }
  .smartMobility .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic img {
    border-radius: 0.4rem;
  }
  /* 政务 */
  .smartBusiness .topPhoto {
    height: 7.72rem;
  }
  .smartBusiness .yycjBox {
    margin: 0.8rem auto 0;
  }
  .smartBusiness .yycjBox .yycjCon .yycjSwiper .swiper-slide {
    width: 100%;
    height: 4.90666667rem;
  }
  .smartBusiness .yycjBox .yycjCon .yycjSwiper .swiper-slide .item {
    border-radius: 0.26666667rem;
  }
  .smartBusiness .yycjBox .yycjCon .yycjSwiper .swiper-slide .item .tit {
    height: 1.2rem;
  }
  .smartBusiness .yycjBox .yycjCon .yycjSwiper .swiper-slide .item .tit span {
    font-size: 0.4rem;
    line-height: 1.2rem;
  }
  .smartBusiness .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic {
    width: 100%;
    height: 6.10666667rem;
  }
  /* 数据运营 */
  .dataOperation .topPhoto {
    height: 7.48rem;
  }
  .dataOperation .yycjBox .yycjCon .list .item {
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .dataOperation .yycjBox .yycjCon .list .item .pic img {
    width: 100%;
    height: 100%;
  }
  .dataOperation .yycjBox .yycjCon .list .item .mask {
    height: 0.8rem;
  }
  .dataOperation .yycjBox .yycjCon .list .item .tit {
    height: 0.8rem;
    font-size: 0.4rem;
    padding: 0 0.26666667rem;
  }
  .dataOperation .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic {
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  .dataOperation .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic img {
    height: 100%;
    width: 100%;
  }
  /* 慧眼 */
  .insight .topPhoto {
    height: 4.26666667rem;
  }
  .insight .ywjsBox {
    margin-top: 0.8rem;
  }
  .insight .ywjsBox .conBox {
    margin-top: 0.53333333rem;
    flex-direction: column;
  }
  .insight .ywjsBox .conBox .left p {
    margin-top: 0.26666667rem;
    font-size: 0.4rem;
    text-align: justify;
  }
  .insight .ywjsBox .conBox .right {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0.4rem;
  }
  .insight .ywjsBox .conBox .right .item {
    width: 4.26666667rem;
    height: 2.4rem;
    border-radius: 0.26666667rem;
    margin-bottom: 0.26666667rem;
  }
  .insight .ywjsBox .conBox .right .item .icon {
    width: 1.06666667rem;
    height: 1.06666667rem;
    margin-right: 0.26666667rem;
    line-height: 0;
  }
  .insight .ywjsBox .conBox .right .item .tit {
    font-size: 0.4rem;
  }
  .insight .introVideo {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    padding: 0 0.4rem;
  }
  .insight .introVideo .conBox {
    margin-top: 0.4rem;
  }
  /* 行业级可进化智能体 */
  .ai .topPhoto {
    height: 5.46666667rem;
  }
  .ai .ywjsBox .ywjsCon .imgBox {
    padding: 0.24rem;
    border-radius: 0.37333333rem;
    box-shadow: 0 0.24rem 0.64rem rgba(53, 113, 207, 0.1);
    margin-top: 0.4rem;
  }
  .ai .yycjBox .yycjCon .yycjSwiper .swiper-slide {
    height: auto;
  }
  .ai .yycjBox .yycjCon .yycjSwiper .swiper-slide .item {
    border-radius: 0.26666667rem;
  }
  .ai .yycjBox .yycjCon .yycjSwiper .swiper-slide .item .tit {
    top: 0.26666667rem;
    left: 0.26666667rem;
    font-size: 0.48rem;
  }
  .ai .yycjBox .yycjCon .yycjSwiper .swiper-slide .item .desc {
    padding: 0.4rem;
    font-size: 0.4rem;
  }
  .ai .yycjBox .yycjCon .yycjSwiper .yycj-pagination {
    height: 0.8rem;
    line-height: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ai .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic {
    width: 100%;
    height: auto;
  }
  /* 城市治理 */
  .smartGovernance .topPhoto {
    height: 7.46666667rem;
  }
  .smartGovernance .yycjBox .yycjCon .list .item {
    width: 4.53333333rem;
    height: 3.46666667rem;
  }
  .smartGovernance .yycjBox .yycjCon .list .item .mask {
    height: 0.8rem;
  }
  .smartGovernance .yycjBox .yycjCon .list .item .tit {
    height: 0.66666667rem;
    font-size: 0.4rem;
    padding: 0 0.26666667rem;
  }
  .smartGovernance .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic {
    width: 100%;
    padding: 0.26666667rem;
  }
  /* 数企通 */
  .digitalEnterprise .topPhoto {
    height: 5.8rem;
  }
  .digitalEnterprise .yycjBox .yycjCon .yycj-prev,
  .digitalEnterprise .yycjBox .yycjCon .yycj-next {
    display: none;
  }
  .digitalEnterprise .yycjBox .yycjCon .yycjSwiper .swiper-slide {
    width: 4.53333333rem;
    height: 4rem;
    margin: 0 0.13333333rem 0.26666667rem 0;
  }
  .digitalEnterprise .yycjBox .yycjCon .yycjSwiper .swiper-slide .item {
    border-radius: 0.26666667rem;
  }
  .digitalEnterprise .yycjBox .yycjCon .yycjSwiper .swiper-slide .item .mask {
    height: 1.06666667rem;
  }
  .digitalEnterprise .yycjBox .yycjCon .yycjSwiper .swiper-slide .item .tit {
    height: 1.06666667rem;
    font-size: 0.4rem;
    padding: 0 0.26666667rem;
  }
  .digitalEnterprise .cxcxBox {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    padding: 0 0.4rem;
  }
  .digitalEnterprise .cxcxBox .cxcxCon {
    margin-top: 0.66666667rem;
    flex-direction: column;
  }
  .digitalEnterprise .cxcxBox .cxcxCon .cxcxLeft {
    width: 100%;
    height: 13.33333333rem;
    border-radius: 0.26666667rem;
    margin-right: 0.26666667rem;
  }
  .digitalEnterprise .cxcxBox .cxcxCon .cxcxLeft .txt {
    font-size: 0.4rem;
    left: 1.33333333rem;
    top: 3.2rem;
    width: 6rem;
  }
  .digitalEnterprise .cxcxBox .cxcxCon .cxcxLeft .tit {
    font-size: 0.66666667rem;
    left: 1.33333333rem;
    top: 5.2rem;
  }
  .digitalEnterprise .cxcxBox .cxcxCon .cxcxLeft .desc {
    font-size: 0.4rem;
    left: 1.33333333rem;
    top: 6.66666667rem;
    width: 6rem;
  }
  .digitalEnterprise .cxcxBox .cxcxCon .cxcxRight {
    margin-top: 0.4rem;
  }
  .digitalEnterprise .cxcxBox .cxcxCon .cxcxRight .list .item {
    width: 4.26666667rem;
    height: 2.66666667rem;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.13333333rem #deebff;
    margin-right: 0;
    margin-bottom: 0.26666667rem;
    padding: 0.26666667rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .digitalEnterprise .cxcxBox .cxcxCon .cxcxRight .list .item .titLine .icon {
    width: 0.93333333rem;
    height: 0.93333333rem;
    margin-right: 0.13333333rem;
    line-height: 0;
  }
  .digitalEnterprise .cxcxBox .cxcxCon .cxcxRight .list .item .titLine .tit {
    font-size: 0.37333333rem;
  }
  .digitalEnterprise .cxcxBox .cxcxCon .cxcxRight .list .item .desc {
    font-size: 0.32rem;
    margin-top: 0.13333333rem;
  }
  .digitalEnterprise .cxcxBox .cxcxCon .cxcxRight .list .item .desc span {
    font-size: 0.32rem;
  }
  /* 泛安全 */
  .panSecurity .topPhoto {
    height: 7.46666667rem;
  }
  .panSecurity .yycjBox .yycjCon .list .item {
    width: 4.53333333rem;
    height: 2.4rem;
    border-radius: 0.26666667rem;
    margin-bottom: 0.26666667rem;
  }
  .panSecurity .yycjBox .yycjCon .list .item .mask {
    height: 0.8rem;
  }
  .panSecurity .yycjBox .yycjCon .list .item .tit {
    height: 0.66666667rem;
    font-size: 0.4rem;
    padding: 0 0.26666667rem;
  }
  .panSecurity .dxalBox .dxalCon .dxalSwiper .swiper-slide .pic {
    width: 100%;
    padding: 0.26666667rem;
  }
  /* 法眸 */
  .legalGaze .topPhoto {
    height: 8.49333333rem;
  }
  .legalGaze .ywjsBox .ywjsCon .pic {
    width: 100%;
    margin: 0.4rem auto 0;
  }
  .legalGaze .yycjBox .yycjCon .list .item {
    width: 100%;
    height: auto;
    margin-bottom: 0.26666667rem;
  }
  .legalGaze .yycjBox .yycjCon .list .item .mask {
    height: 1.2rem;
  }
  .legalGaze .yycjBox .yycjCon .list .item .tit {
    height: 1.2rem;
    font-size: 0.4rem;
    padding: 0 0.26666667rem;
  }
  .legalGaze .cxcxBox {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    padding: 0 0.4rem;
  }
  .legalGaze .cxcxBox .cxcxCon {
    margin-top: 0.66666667rem;
    flex-direction: column;
  }
  .legalGaze .cxcxBox .cxcxCon .cxcxLeft {
    width: 100%;
    height: auto;
    box-shadow: 0 0 0.13333333rem #deebff;
    border-radius: 0.26666667rem;
    margin-right: 0;
    padding: 0.4rem;
  }
  .legalGaze .cxcxBox .cxcxCon .cxcxLeft .topLine .icon {
    width: 1.06666667rem;
    height: 1.06666667rem;
    margin-right: 0.26666667rem;
    line-height: 0;
  }
  .legalGaze .cxcxBox .cxcxCon .cxcxLeft .topLine .txt {
    font-size: 0.42666667rem;
  }
  .legalGaze .cxcxBox .cxcxCon .cxcxLeft .desc {
    font-size: 0.37333333rem;
    padding: 0 0.13333333rem;
  }
  .legalGaze .cxcxBox .cxcxCon .cxcxLeft .desc p {
    margin-top: 0.26666667rem;
  }
  .legalGaze .cxcxBox .cxcxCon .cxcxRight {
    margin-top: 0.4rem;
  }
  .legalGaze .cxcxBox .cxcxCon .cxcxRight .list .item {
    width: 4.4rem;
    height: 2.4rem;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.06666667rem #deebff;
    margin-right: 0;
    margin-bottom: 0.4rem;
    padding: 0.26666667rem;
  }
  .legalGaze .cxcxBox .cxcxCon .cxcxRight .list .item .icon {
    width: 1.06666667rem;
    height: 1.06666667rem;
    margin-right: 0.13333333rem;
    line-height: 0;
  }
  .legalGaze .cxcxBox .cxcxCon .cxcxRight .list .item .txtCon .tit {
    font-size: 0.37333333rem;
  }
  .legalGaze .cxcxBox .cxcxCon .cxcxRight .list .item .txtCon .desc {
    font-size: 0.34666667rem;
    margin-top: 0.13333333rem;
  }
  .legalGaze .cxcxBox .cxcxCon .cxcxRight .list .item .txtCon .desc span {
    font-size: 0.34666667rem;
  }
  /* 街区智能体 */
  .blockAgent .topPhoto {
    height: 6.18666667rem;
  }
  .blockAgent .ywjsBox .ywjsCon .ywjsSwiper {
    margin-top: 0.4rem;
  }
  .blockAgent .ywjsBox .ywjsCon .ywjsSwiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .blockAgent .yycjBox .yycjCon .list .item {
    width: 4.4rem;
    height: 2.4rem;
    margin-bottom: 0.4rem;
  }
  .blockAgent .yycjBox .yycjCon .list .item .mask {
    height: 0.8rem;
  }
  .blockAgent .yycjBox .yycjCon .list .item .tit {
    height: 0.8rem;
    font-size: 0.4rem;
    padding: 0 0.26666667rem;
  }
  .blockAgent .cxcxBox {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    padding: 0 0.4rem;
  }
  .blockAgent .cxcxBox .cxcxCon {
    margin-top: 0.66666667rem;
  }
  .blockAgent .cxcxBox .cxcxCon .list {
    flex-wrap: wrap;
  }
  .blockAgent .cxcxBox .cxcxCon .list .item {
    display: block;
    width: 4.4rem;
    height: 4.37333333rem;
    border-radius: 0.26666667rem;
    padding: 0.26666667rem;
    margin-bottom: 0.4rem;
  }
  .blockAgent .cxcxBox .cxcxCon .list .item .icon {
    width: 1.33333333rem;
    height: 1.33333333rem;
  }
  .blockAgent .cxcxBox .cxcxCon .list .item .tit {
    font-size: 0.53333333rem;
    padding-bottom: 0.26666667rem;
    min-height: 1.33333333rem;
    margin-top: 0.26666667rem;
  }
  .blockAgent .cxcxBox .cxcxCon .list .item .tit::after {
    width: 0.66666667rem;
    height: 0.08rem;
  }
  .blockAgent .cxcxBox .cxcxCon .list .item .tit span {
    font-size: 0.37333333rem;
  }
  .blockAgent .cxcxBox .cxcxCon .list .item .desc {
    font-size: 0.37333333rem;
    margin-top: 0.26666667rem;
  }
  /* 信控智能体 */
  .signalControl .topPhoto {
    height: 7.46666667rem;
  }
  .signalControl .yycjBox .yycjCon .list .item {
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
    margin-right: 0;
  }
  .signalControl .yycjBox .yycjCon .list .item .mask {
    height: 0.8rem;
  }
  .signalControl .yycjBox .yycjCon .list .item .tit {
    height: 0.8rem;
    font-size: 0.4rem;
    padding: 0 0.26666667rem;
  }
  .signalControl .cxcxBox {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    padding: 0 0.4rem;
  }
  .signalControl .cxcxBox .cxcxCon {
    margin-top: 0.66666667rem;
  }
  .signalControl .cxcxBox .cxcxCon .list {
    flex-wrap: wrap;
  }
  .signalControl .cxcxBox .cxcxCon .list .item {
    width: 4.4rem;
    height: 2.66666667rem;
    border-radius: 0.26666667rem;
    padding: 0.26666667rem;
    margin-bottom: 0.4rem;
  }
  .signalControl .cxcxBox .cxcxCon .list .item .icon {
    width: 0.66666667rem;
    height: 0.66666667rem;
    margin-right: 0.2rem;
    line-height: 0;
  }
  .signalControl .cxcxBox .cxcxCon .list .item .txtCon .tit {
    font-size: 0.32rem;
  }
  .signalControl .cxcxBox .cxcxCon .list .item .txtCon .tit span {
    font-size: 0.34666667rem;
  }
  .signalControl .cxcxBox .cxcxCon .list .item .txtCon .desc {
    font-size: 0.32rem;
    margin-top: 0.13333333rem;
  }
  .signalControl .cxcxBox .cxcxCon .list .item .txtCon .desc span {
    font-size: 0.34666667rem;
  }
  /* 数字医生助手 */
  .digitalDoctor .topPhoto {
    height: 5.46666667rem;
  }
  .digitalDoctor .yycjBox .yycjCon .list .item {
    width: 100%;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .digitalDoctor .yycjBox .yycjCon .list .item .mask {
    height: 0.8rem;
  }
  .digitalDoctor .yycjBox .yycjCon .list .item .tit {
    height: 0.8rem;
    font-size: 0.4rem;
    padding: 0 0.26666667rem;
  }
  .digitalDoctor .cxcxBox {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    padding: 0 0.4rem;
  }
  .digitalDoctor .cxcxBox .cxcxCon {
    margin-top: 0.66666667rem;
    flex-wrap: wrap;
  }
  .digitalDoctor .cxcxBox .cxcxCon .cxcxLeft {
    width: 100%;
    height: auto;
    border-radius: 0.26666667rem;
    padding: 0.26666667rem;
    margin-right: 0;
    box-shadow: 0 0 0.06666667rem #cfdeff;
  }
  .digitalDoctor .cxcxBox .cxcxCon .cxcxLeft .videoBox {
    height: 4.66666667rem;
    border-radius: 0.26666667rem;
  }
  .digitalDoctor .cxcxBox .cxcxCon .cxcxRight {
    margin-top: 0.4rem;
  }
  .digitalDoctor .cxcxBox .cxcxCon .cxcxRight .list .item {
    width: 4.4rem;
    height: 3.33333333rem;
    border-radius: 0.13333333rem;
    padding: 0.26666667rem;
    box-shadow: 0 0 0.06666667rem #cfdeff;
    margin-bottom: 0.4rem;
  }
  .digitalDoctor .cxcxBox .cxcxCon .cxcxRight .list .item .titleLine .icon {
    width: 0.64rem;
    height: 0.64rem;
    margin-right: 0.2rem;
    line-height: 0;
  }
  .digitalDoctor .cxcxBox .cxcxCon .cxcxRight .list .item .titleLine .tit {
    font-size: 0.4rem;
  }
  .digitalDoctor .cxcxBox .cxcxCon .cxcxRight .list .item .desc {
    margin-top: 0.13333333rem;
    font-size: 0.32rem;
  }
}
