@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;
  }
}
.topMenu {
  background: url(../images/top_photo_index.jpg) no-repeat center top;
  background-size: auto 100%;
  min-height: 1042px;
}
.topMenu .logo {
  background: url(../images/logo_white.png) no-repeat;
}
.topMenu .menuList .item {
  color: #FFF;
}
.topMenu .menuList .item::after {
  background: url(../images/icon_top_menu_active_white.png) no-repeat;
}
.ywqjBox {
  margin-top: 60px;
}
.ywqjBox .ywqjCon .photo {
  background: url(../images/photo_ywqj.jpg) no-repeat center top;
  height: 674px;
}
.superBox {
  margin-top: 60px;
}
.superBox .superCon .list {
  margin: 50px auto 60px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.superBox .superCon .list .item {
  width: 380px;
  height: 520px;
  overflow: hidden;
  border-radius: 20px;
  border: solid 2px transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 10px #dddddd;
  padding: 20px;
  background: url(../images/bg_super_app_item.jpg) no-repeat 190px -70px #FFF;
  transition: 0.5s all;
}
.superBox .superCon .list .item:nth-of-type(2) {
  background: url(../images/bg_super_app_item.jpg) no-repeat 190px 400px #FFF;
}
.superBox .superCon .list .item:nth-of-type(2) .pic {
  order: 1;
  margin-top: 0;
}
.superBox .superCon .list .item:nth-of-type(2) .txtCon {
  order: 2;
}
.superBox .superCon .list .item:nth-of-type(2) .tit {
  margin-top: 70px;
}
.superBox .superCon .list .item:hover {
  border: solid 2px #75a4fd;
}
.superBox .superCon .list .item .tit {
  font-size: 30px;
  font-weight: 600;
  color: #1b436d;
  text-align: center;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
}
.superBox .superCon .list .item .tit::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  height: 5px;
  background-color: #0057e0;
  border-radius: 3px;
  transform: translateX(-50%);
}
.superBox .superCon .list .item .desc {
  font-size: 18px;
  text-align: center;
  margin: 20px auto 0;
  width: 200px;
}
.superBox .superCon .list .item .pic {
  width: 342px;
  height: 235px;
  border-radius: 20px;
  overflow: hidden;
  margin: 70px auto 0;
}
.superBox .superCon .list .item .pic img {
  width: 100%;
  height: 100%;
}
.businessBox {
  background-color: #edf0f6;
  overflow: hidden;
}
.businessBox .wrap {
  overflow: visible;
}
.businessBox .flowBox {
  width: 100%;
  max-width: 1920px;
  margin: 60px auto;
  overflow: hidden;
}
.businessBox .flowBox .line {
  margin-top: 20px;
  display: flex;
}
.businessBox .flowBox .line .item {
  display: block;
  width: 224px;
  height: 77px;
  margin-right: 15px;
  flex-shrink: 0;
}
.businessBox .flowBox .line:nth-child(1) {
  animation: scrollLeft 20s linear infinite;
}
.businessBox .flowBox .line:nth-child(2) {
  animation: scrollRight 20s linear infinite;
}
.businessBox .flowBox .line:nth-child(3) {
  animation: scrollLeft 20s linear infinite;
}
.businessBox .flowBox:hover .line {
  animation-play-state: paused;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.zxdtBox {
  margin-top: 60px;
}
.zxdtBox .zxdtSwiper {
  margin-top: 80px;
}
.zxdtBox .zxdtSwiper .swiper-wrapper {
  padding-bottom: 10px;
}
.zxdtBox .zxdtSwiper .swiper-slide {
  width: 385px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #FFF;
  box-shadow: 0 0 10px #f5f5f5;
  padding-bottom: 30px;
}
.zxdtBox .zxdtSwiper .swiper-slide .pic {
  height: 285px;
  position: relative;
}
.zxdtBox .zxdtSwiper .swiper-slide .pic::before {
  content: '';
  background: url(../images/mask_xwdt_item.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 21px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.zxdtBox .zxdtSwiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}
.zxdtBox .zxdtSwiper .swiper-slide .tit {
  padding: 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  margin-top: 20px;
}
.zxdtBox .zxdtSwiper .swiper-slide .tit a {
  font-size: 24px;
  color: #111f36;
  font-weight: 600;
}
.zxdtBox .zxdtSwiper .swiper-slide .desc {
  line-height: 1.6;
  font-size: 18px;
  padding: 0 20px;
  margin-top: 20px;
  text-align: justify;
  color: rgba(140, 144, 154, 0.8);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zxdtBox .zxdtSwiper .swiper-slide .detail {
  margin-top: 30px;
  padding: 0 20px;
}
.zxdtBox .zxdtSwiper .swiper-slide .detail a {
  width: 130px;
  height: 40px;
  border: solid 2px #dfe0e3;
  border-radius: 5px;
  color: #bbbdc2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zxdtBox .zxdtSwiper .swiper-slide .detail a:hover {
  border-color: #0e61ff;
  background-color: #0e61ff;
  color: #FFF;
}
.zxdtBox .zxdtSwiper .zxdt-prev,
.zxdtBox .zxdtSwiper .zxdt-next {
  width: 70px;
  height: 54px;
  border-radius: 26px;
  border: solid 1px #1d4ee4;
  background-color: #1d4ee4;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 62px;
  cursor: pointer;
}
.zxdtBox .zxdtSwiper .zxdt-prev.swiper-button-disabled,
.zxdtBox .zxdtSwiper .zxdt-next.swiper-button-disabled {
  background-color: #FFF;
  color: #1d4ee4;
  cursor: text;
}
.zxdtBox .zxdtSwiper .zxdt-prev {
  right: 80px;
}
.zxdtBox .zxdtSwiper .more {
  position: absolute;
  right: 170px;
  top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zxdtBox .zxdtSwiper .more::after {
  content: '+';
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #FFF;
  background-color: #4a4b4e;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
  line-height: 0.8;
  text-align: center;
}
.bannerFwsBox {
  width: 100%;
  max-width: 1920px;
  height: 213px;
  background: url(../images/banner_index_fws.jpg) no-repeat center top;
  margin: 60px auto 0;
}
.bannerFwsBox .wrap {
  height: 100%;
}
.bannerFwsBox a {
  width: 156px;
  height: 50px;
  color: #0041b4;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFF;
}
/* mobile */
@media (max-width: 750px) {
  .topMenu {
    background: url(../images/top_photo_index.jpg) no-repeat center top;
    background-size: 100% 100%;
    min-height: 5.73333333rem;
  }
  .topMenu .logo {
    background-size: 100% 100%;
  }
  .topMenu .menuToggle span {
    background-color: #FFF;
  }
  .topMenu .menuToggle.active span {
    background-color: #FFF;
  }
  .topMenu .menuList .item {
    color: #333;
  }
  .topMenu .menuList .item::after {
    background: url(../images/icon_top_menu_active_white.png) no-repeat;
  }
  .ywqjBox {
    margin-top: 0.8rem;
    padding: 0 0.4rem;
  }
  .ywqjBox .ywqjCon .photo {
    background-size: 100% auto;
    height: 5.33333333rem;
  }
  .superBox {
    margin-top: 0.8rem;
    padding: 0 0.4rem;
  }
  .superBox .superCon .list {
    margin: 0.66666667rem auto 0.8rem;
    flex-direction: column;
    padding: 0;
  }
  .superBox .superCon .list .item {
    width: 100%;
    height: 3.66666667rem;
    border-radius: 0.26666667rem;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: none;
    border: solid 1px #F2F2F2;
    padding: 0.26666667rem;
    background: url(../images/bg_super_app_item.jpg) no-repeat 190px -70px #FFF;
    transition: 0.5s all;
    margin-bottom: 0.26666667rem;
  }
  .superBox .superCon .list .item:last-child {
    margin-bottom: 0;
  }
  .superBox .superCon .list .item:nth-of-type(2) {
    background: url(../images/bg_super_app_item.jpg) no-repeat 190px 400px #FFF;
  }
  .superBox .superCon .list .item:nth-of-type(2) .pic {
    margin: 0 0.26666667rem 0 0;
  }
  .superBox .superCon .list .item:nth-of-type(2) .tit {
    margin-top: 0;
  }
  .superBox .superCon .list .item:hover {
    border: solid 2px #75a4fd;
  }
  .superBox .superCon .list .item .txtCon {
    flex: 1;
  }
  .superBox .superCon .list .item .tit {
    font-size: 0.48rem;
    padding-bottom: 0.26666667rem;
  }
  .superBox .superCon .list .item .tit::after {
    width: 0.4rem;
    height: 0.08rem;
    border-radius: 0.04rem;
  }
  .superBox .superCon .list .item .desc {
    font-size: 0.34666667rem;
    margin: 0.26666667rem auto 0;
    width: auto;
  }
  .superBox .superCon .list .item .pic {
    width: 4.53333333rem;
    height: 3.13333333rem;
    border-radius: 0.26666667rem;
    margin: 0 0 0 0.26666667rem;
  }
  .businessBox {
    padding: 0.8rem 0.4rem 0;
  }
  .businessBox .flowBox {
    margin: 0 auto 0.4rem;
  }
  .zxdtBox {
    margin-top: 0.8rem;
    padding: 0 0.4rem;
  }
  .zxdtBox .zxdtSwiper {
    margin-top: 0.53333333rem;
  }
  .zxdtBox .zxdtSwiper .swiper-wrapper {
    padding-bottom: 0.13333333rem;
  }
  .zxdtBox .zxdtSwiper .swiper-slide {
    width: 100%;
    border-radius: 0.26666667rem;
    box-shadow: 0 0 0.13333333rem #f5f5f5;
    padding-bottom: 0.4rem;
  }
  .zxdtBox .zxdtSwiper .swiper-slide .pic {
    height: 100%;
  }
  .zxdtBox .zxdtSwiper .swiper-slide .tit {
    padding: 0 0.26666667rem;
    margin-top: 0.26666667rem;
    line-height: 0;
  }
  .zxdtBox .zxdtSwiper .swiper-slide .tit a {
    font-size: 0.4rem;
    line-height: 1.5;
  }
  .zxdtBox .zxdtSwiper .swiper-slide .desc {
    font-size: 0.34666667rem;
    padding: 0 0.26666667rem;
    margin-top: 0.26666667rem;
  }
  .zxdtBox .zxdtSwiper .swiper-slide .detail {
    margin-top: 0.4rem;
    padding: 0 0.26666667rem;
  }
  .zxdtBox .zxdtSwiper .swiper-slide .detail a {
    width: 2.4rem;
    height: 0.66666667rem;
    font-size: 0.4rem;
  }
  .zxdtBox .zxdtSwiper .zxdt-prev,
  .zxdtBox .zxdtSwiper .zxdt-next {
    display: none;
  }
  .zxdtBox .zxdtSwiper .more {
    right: 0;
    top: 0.13333333rem;
    font-size: 0.4rem;
  }
  .zxdtBox .zxdtSwiper .more::after {
    width: 0.26666667rem;
    height: 0.26666667rem;
    font-size: 0.4rem;
    font-weight: 600;
    line-height: 0.2rem;
  }
  .bannerFwsBox {
    height: 1.6rem;
    background-size: auto 100%;
    margin: 0.8rem auto 0;
  }
  .bannerFwsBox a {
    width: 2.13333333rem;
    height: 0.66666667rem;
    font-size: 0.4rem;
    line-height: 0.66666667rem;
    border-radius: 0.33333333rem;
    right: 0.66666667rem;
  }
}
