@font-face {
  font-family: "cktkingkongbold";
  src: url(./bb7f7eef4055b5a1aaa60476b7ebe574.woff2) format("woff2"), url(./cabca6dad83710b36febe9065dac4227.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
html {
  font-size: 12px;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
.content-box {
  min-width: 1240px;
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
.top-header {
  height: 70px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background-color: rgba(1, 87, 155, 0);
}
.top-header .top-header-content {
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-header .top-header-content .top-header-left {
  height: 100%;
  display: flex;
  align-items: center;
}
.top-header .top-header-content .top-header-right {
  height: 100%;
  display: flex;
}
.top-header .top-header-content .top-header-right > li {
  height: 100%;
  position: relative;
}
.top-header .top-header-content .top-header-right > li > a {
  padding: 0 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  transition: all 0.2s linear;
  height: 100%;
  display: flex;
  align-items: center;
}
.top-header .top-header-content .top-header-right > li > a::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-header .top-header-content .top-header-right > li:hover > a {
  background-color: rgba(255, 255, 255, 0.5);
}
.top-header .top-header-content .top-header-right > li:hover > a::after {
  background-color: #fff;
}
.top-header .top-header-content .top-header-right > li .header-popover {
  width: 100%;
  background-color: #01579b;
  position: relative;
  height: 0px;
  overflow: hidden;
  transition: all 0.2s linear;
}
.top-header .top-header-content .top-header-right > li .header-popover > li > a {
  color: #fff;
  display: flex;
  height: 50px;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
}
.top-header .top-header-content .top-header-right > li .header-popover > li:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.top-header .top-header-content .top-header-right > li:hover .header-popover {
  height: 200px;
}
.top-header .top-header-content .top-header-right > li .header-popover-product {
  width: 100%;
  background-color: #01579b;
  position: relative;
  height: 0px;
  overflow: hidden;
  transition: all 0.2s linear;
}
.top-header .top-header-content .top-header-right > li .header-popover-product > li > a {
  color: #fff;
  display: flex;
  height: 50px;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
  padding-top: 6px;
}
.top-header .top-header-content .top-header-right > li .header-popover-product > li:hover {
  background-color: rgba(255, 255, 255, 0.5);
  height: 60px;
}
.top-header .top-header-content .top-header-right > li:hover .header-popover-product {
  height: 60px;
}
.top-header .top-header-content .top-header-right .active > a {
  background-color: rgba(255, 255, 255, 0.5);
}
.top-header .top-header-content .top-header-right .active > a::after {
  background-color: #fff;
}
.footer {
  width: 100%;
  height: 410px;
  background: url(./336f7964927e7e5b1ac7.png) no-repeat;
  background-size: cover;
  background-position: top;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.footer .footer-top {
  height: 196px;
  flex: 1;
  padding-top: 87px;
}
.footer .footer-top .content-box {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.footer .footer-top .content-box .right nav {
  margin-bottom: 40px;
}
.footer .footer-top .content-box .right nav a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.footer .footer-top .content-box .right nav a + a {
  margin-left: 46px;
}
.footer .footer-top .content-box .right p {
  font-size: 15px;
  text-align: right;
  color: #fff;
  margin-top: 10px;
}
.footer .footer-bottom {
  border-top: 1px solid rgba(189, 189, 194, 0.2);
  height: 164px;
  flex-shrink: 0;
}
.footer .footer-bottom .content-box {
  height: 100%;
}
.footer .footer-bottom .content-box .bottom-text {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
.footer .footer-bottom .content-box .bottom-text .copyright {
  padding-bottom: 48px;
}
.footer .footer-bottom .content-box .bottom-text a {
  color: #fff;
  margin-left: 20px;
  padding-bottom: 48px;
}
.wrapper-title h1 {
  opacity: 0.1;
  font-size: 58px;
  font-weight: 500;
  text-align: left;
  color: #01579b;
  letter-spacing: 5.6px;
  text-align: center;
}
.wrapper-title h2 {
  font-size: 36px;
  font-weight: 500;
  text-align: left;
  color: #01579b;
  text-align: center;
  position: relative;
  letter-spacing: 3.6px;
  top: -36px;
}
.wrapper-title .wrapper-title-line {
  width: 132px;
  height: 4px;
  background: #01579b;
  position: relative;
  text-align: center;
  margin: 0 auto;
  top: -24px;
}
.wrapper-title .wrapper-title-line::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -3px;
  left: calc(50% - 2px);
  background-color: #01579b;
  transform: rotate(45deg);
}

/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
       # General elements
       # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}
details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item;
  /* Add the correct display in all browsers */
}
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none;
  /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}
pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}
/* # =================================================================
       # Forms
       # ================================================================= */
input {
  border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  /* color: inherit; */
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}
/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
       # Specify media element style
       # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
       # Accessibility
       # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled="true"] {
  cursor: default;
}

body {
  overflow-x: hidden;
}
.wrapper-title h1 {
  opacity: 0.1;
  font-size: 70px;
  font-weight: 500;
  text-align: left;
  color: #01579b;
  letter-spacing: 5.6px;
  text-align: center;
}
.wrapper-title h2 {
  font-size: 50px;
  font-weight: 500;
  text-align: left;
  color: #01579b;
  text-align: center;
  position: relative;
  top: -56px;
}
.wrapper-title .wrapper-title-line {
  width: 132px;
  height: 4px;
  background: #01579b;
  position: relative;
  text-align: center;
  margin: 0 auto;
  top: -40px;
}
.wrapper-title .wrapper-title-line::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -3px;
  left: calc(50% - 2px);
  background-color: #01579b;
  transform: rotate(45deg);
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
html,
body {
  position: relative;
  height: 100%;
  font-weight: 400;
}
body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000;
}
.content-box {
  margin: 0 auto;
  position: relative;
}
.top-banner {
  width: 100%;
  height: 3.333rem;
  position: relative;
}
.top-banner img {
  display: block;
  width: 100%;
  height: 3.9rem;
}
.top-banner-wrapper {
  position: absolute;
  width: 100%;
  top: 1.7rem;
  left: 0;
}
.top-banner-wrapper h1 {
  text-align: center;
  color: #fff;
  font-size: 0.38rem;
  margin-bottom: 0.25rem;
}
.top-banner-wrapper p {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1.21px;
}
.banner-title {
  transform: translateY(-3.75rem);
  opacity: 0;
  transition: all 0.6s ease;
}
.banner-slogen {
  transform: translateY(-0.875rem);
  opacity: 0;
  transition: all 0.6s ease;
}
.banner-title-active {
  transform: translateY(0px);
  opacity: 1;
}
.banner-slogen-active {
  transform: translateY(0px);
  opacity: 1;
}
.about-us {
  margin-left: 0.87rem;
  margin-right: 0.65rem;
  padding-top: 0.8rem !important;
  height: auto;
  display: flex;
}
.about-us-left {
  width: 66%;
  height: 1.9rem;
}
.about-us-left img {
  display: block;
  margin-top: 0.6rem;
  width: 84%;
  height: 95%;
}
.about-us-right {
  width: 34%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-us-right h1 {
  opacity: 0.5;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1.28px;
  padding-bottom: 6px;
  padding-top: 0.2rem;
}
.about-us-right h2 {
  font-size: 0.26rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 500;
  text-align: left;
  color: #01579b;
}
.about-us-line {
  margin-top: 10px;
  width: 1.05rem;
  height: 0.02rem;
  background: #01579b;
  position: relative;
}
.about-us-line::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -3px;
  left: calc(50% - 2px);
  background-color: #01579b;
  transform: rotate(45deg);
}
.about-us-right p {
  height: 138px;
  font-size: 17px;
  font-weight: 400;
  text-align: justifyLeft;
  color: #666666;
  line-height: 30px;
  /* line-height: 0.125rem; */
  letter-spacing: 2.2px;
  margin-top: 0.28rem;
}
.develop {
  padding-top: 160px;
  min-height: 880px;
  width: 100%;
  position: relative;
}
.develop::before {
  content: "";
  background: url(./b8ba5499c04e989a81ec.png) no-repeat;
  background-size: cover;
  background-position: top;
  opacity: 0.25;
  position: absolute;
  top: -80px;
  left: 0;
  bottom: 0;
  right: 0;
}
.develop .content-box h1 {
  opacity: 0.5;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1.28px;
}
.develop .content-box h2 {
  font-size: 0.26rem;
  font-family: Source Han Sans CN, Source Han Sans CN-Medium;
  font-weight: 500;
  text-align: left;
  color: #01579b;
  margin-top: 6px;
}
.develop-line {
  width: 1.03rem;
  height: 4px;
  background: #01579b;
  position: relative;
  margin-top: 0.05rem;
  margin-bottom: 0.35rem;
}
.develop-line::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -3px;
  left: calc(50% - 2px);
  background-color: #01579b;
  transform: rotate(45deg);
}
.wave_line_content {
  position: absolute;
  width: 690px;
  bottom: 0;
  right: 0;
}
.wave_line {
  width: 690px;
  height: 330px;
  margin-bottom: 30px;
  margin-left: 10px;
}
.time-list li {
  position: absolute;
  font-size: 17px;
  font-weight: 500;
  color: #a3a3a3;
}
.round {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #a1a1a1;
}
.round_line {
  width: 2px;
  height: 22px;
  border-left: 1px #a1a1a1 dashed;
  margin-left: 4px;
  margin-bottom: 12px;
}
.time-list .active {
  color: #01579b;
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.round.scale {
  animation: scaleUp 1s ease forwards;
}
.develop-button-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 20px;
  right: -0.15rem;
  user-select: none;
}
.develop-button-list .develop-button {
  width: 56px;
  height: 56px;
  cursor: pointer;
  margin-top: 16px;
}
.develop-content-right .develop-desc {
  margin-top: 10px;
  position: relative;
  height: 150px;
}
.develop-content-right .develop-desc li {
  height: 150px;
  font-size: 26px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  padding-left: 100px;
  max-width: 580px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(150px);
  opacity: 0;
  transition: all 0.6s ease;
}
.develop-content-right .develop-desc li:nth-of-type(1) {
  opacity: 1;
  transform: translateY(0);
}
.develop-years {
  position: relative;
}
.develop-years li {
  font-variant-ligatures: no-common-ligatures;
  margin-left: 176px;
  opacity: 0.73;
  font-weight: 700;
  color: #cdcdcf;
  font-family: "cktkingkongbold";
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 233px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(184px);
  opacity: 0;
  transition: transform 0.6s ease;
}
.develop-years li:nth-of-type(1) {
  opacity: 0.73;
  transform: translateY(0);
}
.develop-years .single {
  font-size: 177px;
  font-weight: 700;
  text-align: left;
  color: #cdcdcf;
  text-align: center;
}
.develop-years .dur {
  font-size: 78px;
  font-weight: 700;
  color: #cdcdcf;
  text-align: center;
}
.cooperate {
  margin-top: -310px;
  padding-top: 70px;
}
.cooperate .content-box {
  padding: 0 100px;
  padding: 0 0.2166rem;
  min-width: 1400px !important;
}
.cooperate-institution {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.cooperate-institution-hzjg {
  width: 214px;
  height: 109px;
  position: absolute;
  top: -155px;
  right: -0.4166rem;
}
.cooperate-institution .cooperate-institution-item {
  position: relative;
}
.cooperate-institution .cooperate-institution-item li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 2px 0px 9.4px 0.3px #ededed;
  margin-bottom: 19px;
  overflow: hidden;
}
.cooperate-institution .cooperate-institution-item li img {
  transition: all 0.8s linear;
}
.cooperate-institution .cooperate-institution-item li:hover img {
  transform-origin: center;
  /* 或使用 50% 50% */
  transform: scale(1.1);
}
.solution .content-box {
  height: 750px;
}
.solution-nav {
  display: flex;
  justify-content: space-between;
  width: 86%;
  margin-left: 7%;
}
.solution-nav .solution-nav-item {
  width: 1.458rem;
  min-width: 290px;
  height: 2.05rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.solution-nav .solution-nav-item .solution-nav-item-top {
  flex: 1;
  height: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.solution-nav .solution-nav-item .solution-nav-item-top img {
  transition: all 0.4s linear;
}
.solution-nav .solution-nav-item .solution-nav-item-bottom {
  height: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.solution-nav .solution-nav-item .solution-nav-item-bottom .solution-nav-item-bottom-mask {
  flex: 1;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.4s linear;
}
.solution-nav .solution-nav-item .solution-nav-item-bottom .solution-nav-item-bottom-content {
  height: 1rem;
  background-color: #01579b;
  transition: all 0.4s linear;
}
.solution-nav .solution-nav-item .solution-nav-item-bottom .solution-nav-item-bottom-content h2 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 0.28rem;
  font-weight: 400;
}
.solution-nav .solution-nav-item .solution-nav-item-bottom .solution-nav-item-bottom-content .desc {
  display: none;
  color: #fff;
  text-indent: 2em;
  padding-top: 10px;
  padding-left: 18px;
  padding-right: 10px;
  line-height: 2em;
}
.solution-nav .solution-nav-item .solution-nav-item-bottom .solution-nav-item-bottom-content .btn {
  width: 92px;
  height: 34px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0.17rem;
  left: calc(50% - 46px);
  border-radius: 4px;
  border: 1px solid #fff;
}
.solution-nav .solution-nav-item:hover .solution-nav-item-bottom {
  height: 100%;
}
.solution-nav .solution-nav-item:hover .solution-nav-item-bottom .solution-nav-item-bottom-mask {
  background-color: rgba(0, 0, 0, 0.4);
}
.solution-nav .solution-nav-item:hover .solution-nav-item-bottom .solution-nav-item-bottom-content {
  height: 1.3rem;
  background-color: #01579b;
  position: relative;
}
.solution-nav .solution-nav-item:hover .solution-nav-item-bottom .solution-nav-item-bottom-content h2 {
  display: none;
}
.solution-nav .solution-nav-item:hover .solution-nav-item-bottom .solution-nav-item-bottom-content .desc {
  display: block;
}
.solution {
  padding-top: 0.52rem;
}
.unhover-wraper {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.unhover-wraper h2 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 23px;
}
.unhover-wraper a {
  color: #fff;
  width: 92px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-nav .solution-nav-item .solution-nav-item-top img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer {
  width: 100%;
  height: 410px;
  background: url(./336f7964927e7e5b1ac7.png) no-repeat;
  background-size: cover;
  background-position: top;
  display: flex;
  flex-direction: column;
}
.footer .footer-top {
  height: 196px;
  flex: 1;
  padding-top: 87px;
}
.footer .footer-top .content-box {
  display: flex;
  justify-content: space-between;
}
.footer .footer-top .content-box .right nav {
  margin-bottom: 40px;
}
.footer .footer-top .content-box .right nav a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.footer .footer-top .content-box .right nav a + a {
  margin-left: 46px;
}
.footer .footer-top .content-box .right p {
  font-size: 15px;
  text-align: right;
  color: #fff;
  margin-top: 10px;
}
.footer .footer-bottom {
  border-top: 1px solid rgba(189, 189, 194, 0.2);
  height: 164px;
  flex-shrink: 0;
}
.footer .footer-bottom .content-box {
  height: 100%;
}
.footer .footer-bottom .content-box .bottom-text {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
.footer .footer-bottom .content-box .bottom-text .copyright {
  padding-bottom: 48px;
}
.footer .footer-bottom .content-box .bottom-text a {
  color: #fff;
  margin-left: 20px;
  padding-bottom: 48px;
}
.swiper {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.swiper-slide-content {
  display: flex;
  width: 50%;
  justify-content: space-between;
}
.swiper-slide .left {
  font-size: 177px;
  font-family: "cktkingkongbold";
  opacity: 0.73;
  font-weight: 700;
  color: #cdcdcf;
}
.swiper-slide .dur {
  font-size: 78px;
  display: flex;
}
.swiper-slide .right {
  margin-top: 100px;
  height: 150px;
  font-size: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  width: 320px;
  letter-spacing: 1.2px;
}
.develop-content-right-dur-line {
  position: absolute;
  right: 0;
  bottom: 0;
}
.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

.content-box {
  min-width: 1240px;
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 1480px) {
  .cooperate-institution {
    transform: scale(0.8);
  }
  .solution-nav .solution-nav-item .solution-nav-item-bottom .desc {
    line-height: 1.4em !important;
  }
}


/*# sourceMappingURL=index.css.map*/