/*!
 * 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;
}

@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);
}

.top-header {
  background-color: #01579b;
}
.fs-table {
  display: flex;
  justify-content: center;
}
.fs-table .fs-table-left {
  margin-top: 56px;
}
.fs-table .fs-table-left li {
  font-size: 20px;
  height: 64px;
  color: #000d0d;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fs-table .fs-table-right .right-top {
  display: flex;
  margin-bottom: 9px;
  margin-left: 100px;
}
.fs-table .fs-table-right .right-top > li {
  height: 48px;
  background: #e1f4fe;
  border-radius: 6px;
  color: #01579b;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  padding: 0 31px;
}
.fs-table .fs-table-right .right-top li + li {
  margin-left: 25px;
}
.fs-table .fs-table-right .data-box li {
  display: flex;
  justify-content: flex-end;
  height: 56px;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 9px;
}
.fs-table .fs-table-right .data-box li .box-section {
  width: 160px;
  text-align: center;
}
.fs-table .fs-table-right .data-box li .box-section img {
  width: 40px;
  height: 46px;
}
.fs-table .fs-table-right .data-box li:nth-child(odd) {
  background-color: #01579b;
}
.fs-table .fs-table-right .data-box li:nth-child(even) {
  background-color: #38bbf7;
}
.pphzfs-box .content-box {
  min-width: 1580px !important;
}
.fangshi-list {
  display: flex;
}
.fangshi-list > img {
  width: 60px;
  height: 190px;
  align-self: flex-end;
}
.fangshi-box .fangshi-box-top {
  margin: 0 auto;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  font-size: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 70px;
  background-size: cover;
  background-position: top;
  background: url(./8f0850860eae94854bf1.png) no-repeat;
}
.fangshi-box .top-even {
  background: url(./a2f7b3cbc6a8723bc059.png) no-repeat;
}
.fangshi-box .box-content {
  width: 210px;
  height: 190px;
  background-color: #01579b;
  text-align: center;
  padding-top: 106px;
  border-radius: 20px 0px 20px 0px;
}
.fangshi-box .box-content h1 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
}
.fangshi-box .box-content a {
  color: #fff;
  font-size: 14px;
  display: block;
}
.fangshi-box .box-content-1 {
  border-radius: 10px 0px 10px 10px !important;
}
.fangshi-box .box-content-6 {
  border-radius: 10px 10px 10px 0px;
}
.fangshi-box .box-content-even {
  background: #38bbf7;
}
.hzys .content-box .hzys-main {
  width: 886px;
  height: 470px;
  margin: 0 auto;
  position: relative;
}
.hzys .content-box .hzys-main .hzys1-image {
  width: 585px;
  height: 365px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  margin-left: calc(50% - 585px / 2);
}
.hzys .content-box .hzys-main .hzys2-image {
  width: 886px;
  height: 470px;
  position: absolute;
  left: 0;
  top: 0;
}
.hzys .content-box .hzys-main .descript-left {
  position: absolute;
}
.hzys .content-box .hzys-main .descript-right {
  position: absolute;
}
.hzys .content-box .hzys-main .descript-right,
.hzys .content-box .hzys-main .descript-left {
  display: flex;
  align-items: center;
}
.hzys .content-box .hzys-main .descript-right .desc,
.hzys .content-box .hzys-main .descript-left .desc {
  display: flex;
  flex-direction: column;
}
.hzys .content-box .hzys-main .descript-right .desc h1,
.hzys .content-box .hzys-main .descript-left .desc h1 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #01579b;
  line-height: 60px;
  letter-spacing: 1.76px;
}
.hzys .content-box .hzys-main .descript-right .desc p,
.hzys .content-box .hzys-main .descript-left .desc p {
  width: 367px;
  height: 46px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #777777;
  line-height: 28px;
  letter-spacing: 1.44px;
}
.hzys .content-box .hzys-main .descript-right .qt-icon,
.hzys .content-box .hzys-main .descript-left .qt-icon {
  display: flex;
  align-items: center;
}
.hzfs {
  position: relative;
}
.hzfs .menu-list {
  position: absolute;
  left: 0;
  top: 217px;
}
.hzfs .menu-list li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
}
.hzfs .menu-list li .menu-item-box {
  width: 138px;
  height: 55px;
  background: rgba(1, 87, 155, 0.2);
  border-radius: 0px 12px 12px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #01579b;
  transition: all 0.2s linear;
}
.hzfs .menu-list li > img {
  width: 34px;
  height: 34px;
  display: none;
}
.hzfs .menu-list li:hover .menu-item-box,
.hzfs .menu-list .active .menu-item-box {
  background: #01579b;
  color: #fff;
}
.hzfs .menu-list li:hover > img,
.hzfs .menu-list .active > img {
  display: inline-block;
}
.an-li-01-item {
  display: flex;
  justify-content: center;
}
.an-li-01-item .desc > h1 {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  color: #01579b;
  line-height: 60px;
  letter-spacing: 1.76px;
}
.an-li-01-item .desc > .desc-list {
  width: 385px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #777777;
  line-height: 28px;
  letter-spacing: 1.44px;
}
.an-li-01-item .desc > .desc-list li {
  display: flex;
  align-items: center;
}
.an-li-01-item .desc > .desc-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #777777;
  display: block;
  border-radius: 50%;
  margin-right: 4px;
  align-self: flex-start;
  margin-top: 12.5px;
  flex-shrink: 0;
}
.an-li-01-item .desc > .desc-data {
  display: flex;
  text-align: center;
  margin-top: 40px;
}
.an-li-01-item .desc > .desc-data > li {
  margin-right: 24px;
}
.an-li-01-item .desc > .desc-data > li .su {
  height: 36px;
  background: #01579b;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  padding: 8px 14px;
}
.an-li-01-item .desc > .desc-data > li .tex {
  font-size: 16px;
  font-weight: 500;
  color: #01579b;
  margin-top: 5px;
}
.section-anli-0-left {
  padding-right: 0px;
}
.section-anli-0-left > img:nth-child(2) {
  position: relative;
  left: 46px;
  z-index: 8;
}
.section-anli-0-left > img:nth-child(1) {
  position: relative;
  left: 92px;
  z-index: 10;
}
.section-anli-0-right > img:nth-child(2) {
  position: relative;
  right: 46px;
  z-index: 8;
}
.section-anli-0-right > img:nth-child(3) {
  position: relative;
  right: 92px;
  z-index: 10;
}
.dt-left {
  position: relative;
  right: 100px;
}
.dt-left img {
  display: block;
  width: 618px;
  height: 522px;
}
.anli-02-container {
  display: flex;
  justify-content: center;
}
.anli-2-item-left,
.anli-2-item-right {
  display: flex;
}
.anli-2-item-left .desc > h1,
.anli-2-item-right .desc > h1 {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  color: #01579b;
  line-height: 60px;
  letter-spacing: 1.76px;
}
.anli-2-item-left .desc > .desc-list,
.anli-2-item-right .desc > .desc-list {
  width: 385px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #777777;
  line-height: 28px;
  letter-spacing: 1.44px;
  list-style-type: armenian;
}
.anli-2-item-left .desc > .desc-list li,
.anli-2-item-right .desc > .desc-list li {
  display: flex;
  align-items: center;
}
.anli-2-item-left .desc > .desc-list li::before,
.anli-2-item-right .desc > .desc-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #777777;
  display: block;
  border-radius: 50%;
  margin-right: 4px;
  align-self: flex-start;
  margin-top: 12.5px;
  flex-shrink: 0;
}
.anli-2-item-left .desc > .desc-data,
.anli-2-item-right .desc > .desc-data {
  display: flex;
  text-align: center;
  margin-top: 40px;
}
.anli-2-item-left .desc > .desc-data > li,
.anli-2-item-right .desc > .desc-data > li {
  margin-right: 24px;
}
.anli-2-item-left .desc > .desc-data > li .su,
.anli-2-item-right .desc > .desc-data > li .su {
  height: 36px;
  background: #01579b;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  padding: 8px 14px;
}
.anli-2-item-left .desc > .desc-data > li .tex,
.anli-2-item-right .desc > .desc-data > li .tex {
  font-size: 16px;
  font-weight: 500;
  color: #01579b;
  margin-top: 5px;
}
.anli-2-item-left > img,
.anli-2-item-right > img {
  width: 202px;
  height: 416px;
}
.anli-2-item-right {
  margin-left: 29px;
}
.section-ali-3-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-ali-3-container .an-list {
  align-self: flex-start;
  padding-top: 260px;
}
.section-ali-3-container .an-list h2 {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  color: #01579b;
  line-height: 60px;
  letter-spacing: 1.76px;
}
.section-ali-3-container .an-list > ul li {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #777777;
  line-height: 28px;
  letter-spacing: 1.44px;
  display: flex;
  align-items: center;
}
.section-ali-3-container .an-list > ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #777777;
  display: block;
  border-radius: 50%;
  margin-right: 4px;
  align-self: flex-start;
  margin-top: 12.5px;
  flex-shrink: 0;
}
.section-ali-3-container .anli-tu h1 {
  width: 200px;
  height: 36px;
  background: #01579b;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  margin-bottom: 29px;
}
.section-ali-3-container .anli-tu > img {
  width: 202px;
  height: 416px;
  display: inline-block;
}
.section-ali-3-container .anli-tu > p {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #777777;
  line-height: 28px;
  letter-spacing: 1.44px;
  text-align: center;
}
.section-ali-3-container .anli-tu + .anli-tu {
  margin-left: 28px;
}
.section-anli-4-container {
  display: flex;
  width: 940px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}
.section-anli-4-container .section-4-1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
}
.section-anli-4-container .section-4-1 .section-4-1-left {
  display: flex;
}
.section-anli-4-container .section-4-1 .section-4-1-right {
  display: flex;
  justify-content: flex-end;
}
.section-anli-4-container .section-4-1 .section-item {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  padding: 7px 10px;
  background: #01579b;
  border-radius: 6px;
}
.section-anli-4-container > img {
  height: 284px;
  width: 100%;
  display: block;
}
.section-anli-4-container .gong-neng {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 120px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #777777;
  letter-spacing: 1.44px;
  padding: 0 58px;
}
.section-anli-5-container {
  display: flex;
  justify-content: center;
}
.section-anli-5-container .desc > h1 {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  color: #01579b;
  line-height: 60px;
  letter-spacing: 1.76px;
}
.section-anli-5-container .desc > .desc-list {
  width: 385px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #777777;
  line-height: 28px;
  letter-spacing: 1.44px;
  list-style-type: armenian;
}
.section-anli-5-container .desc > .desc-list li {
  display: flex;
  align-items: center;
}
.section-anli-5-container .desc > .desc-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #777777;
  display: block;
  border-radius: 50%;
  margin-right: 4px;
  align-self: flex-start;
  margin-top: 12.5px;
  flex-shrink: 0;
}
.zfyxjjfa-container-02 {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.zfyxjjfa-container-02 .left h1 {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  color: #01579b;
  line-height: 60px;
  letter-spacing: 1.76px;
}
.zfyxjjfa-container-02 .left .desc li {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #777777;
  line-height: 28px;
  letter-spacing: 1.44px;
}
.zfyxjjfa-container-02 .left .desc li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #777777;
  display: block;
  border-radius: 50%;
  margin-right: 4px;
  align-self: flex-start;
  margin-top: 12.5px;
  flex-shrink: 0;
}
.zfyxjjfa-container-02 .left .tags {
  margin-top: 20px;
}
.zfyxjjfa-container-02 .left .tags li {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  background: #01579b;
  border-radius: 6px;
  display: inline-block;
  padding: 8px 12px;
  margin-right: 8px;
}
.zfyxjjfa-container-02 .right ul li:nth-child(odd) {
  display: flex;
  background-color: #01579b;
  border-radius: 41px;
  margin-bottom: 10px;
}
.zfyxjjfa-container-02 .right ul li:nth-child(odd) h1 {
  width: 82px;
  height: 82px;
  background-size: contain;
  background-position: center;
  background: url(./8f0850860eae94854bf1.png) no-repeat;
  background-size: 82px 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 1.44px;
}
.zfyxjjfa-container-02 .right ul li:nth-child(odd) h2 {
  display: flex;
  flex-wrap: wrap;
  width: 384px;
  height: 82px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #fffefe;
  line-height: 24px;
  letter-spacing: 1.28px;
  align-items: center;
  padding: 0 15px;
}
.zfyxjjfa-container-02 .right ul li:nth-child(even) {
  display: flex;
  background-color: #38bbf7;
  border-radius: 41px;
  margin-bottom: 10px;
}
.zfyxjjfa-container-02 .right ul li:nth-child(even) h1 {
  width: 82px;
  height: 82px;
  background-size: contain;
  background-position: center;
  background: url(./a2f7b3cbc6a8723bc059.png) no-repeat;
  background-size: 82px 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 1.44px;
}
.zfyxjjfa-container-02 .right ul li:nth-child(even) h2 {
  display: flex;
  flex-wrap: wrap;
  width: 384px;
  height: 82px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #fffefe;
  line-height: 24px;
  letter-spacing: 1.28px;
  align-items: center;
  padding: 0 15px;
}
.yyhzjjfa {
  padding-top: 30px;
  margin-bottom: 110px;
}
.yyhzjjfa .yyhzjjfa-container {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.yyhzjjfa .yyhzjjfa-container .yyhzjjfa-container-item {
  display: flex;
}
.yyhzjjfa .yyhzjjfa-container .yyhzjjfa-container-item .left {
  display: flex;
}
.yyhzjjfa .yyhzjjfa-container .yyhzjjfa-container-item .left li {
  display: flex;
  flex-direction: column;
}
.yyhzjjfa .yyhzjjfa-container .yyhzjjfa-container-item .left li > img {
  width: 202px;
  height: 416px;
}
.yyhzjjfa .yyhzjjfa-container .yyhzjjfa-container-item .left li > span {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #777777;
  line-height: 28px;
  letter-spacing: 1.44px;
  text-align: center;
  margin-top: 4px;
}
.yyhzjjfa .yyhzjjfa-container .yyhzjjfa-container-item .desc {
  width: 300px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 40px;
  margin-left: 105px;
}
.yyhzjjfa .yyhzjjfa-container .yyhzjjfa-container-item .desc > h1 {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #01579b;
  line-height: 50px;
  letter-spacing: 1.76px;
}
.yyhzjjfa .yyhzjjfa-container .yyhzjjfa-container-item .desc > .desc-list {
  width: 385px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #777777;
  line-height: 28px;
  letter-spacing: 1.44px;
}
.yyhzjjfa .yyhzjjfa-container .yyhzjjfa-container-item .desc > .desc-list li {
  display: flex;
  align-items: center;
}
.yyhzjjfa .yyhzjjfa-container .yyhzjjfa-container-item .desc > .desc-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #777777;
  display: block;
  border-radius: 50%;
  margin-right: 4px;
  align-self: flex-start;
  margin-top: 12.5px;
  flex-shrink: 0;
}
.yyhzjjfa .yyhzjjfa-container .yyhzjjfa-container-item .desc > .desc-data {
  display: flex;
  text-align: center;
  margin-top: 40px;
}
.yyhzjjfa .yyhzjjfa-container .yyhzjjfa-container-item .desc > .desc-data > li {
  margin-right: 24px;
}
.yyhzjjfa .yyhzjjfa-container .yyhzjjfa-container-item .desc > .desc-data > li .su {
  height: 36px;
  background: #01579b;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  padding: 8px 14px;
}
.yyhzjjfa .yyhzjjfa-container .yyhzjjfa-container-item .desc > .desc-data > li .tex {
  font-size: 16px;
  font-weight: 500;
  color: #01579b;
  margin-top: 5px;
}
.yyhzjjfa .yyhzjjfa-container .reverse {
  flex-direction: row-reverse;
  margin-top: 78px;
}
.yyhzjjfa .yyhzjjfa-container .reverse .desc {
  margin-left: 0;
  margin-right: 145px;
}
.yyhzjjfa .tag {
  margin-top: 16px;
  width: 12.75rem;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  background: #01579b;
  border-radius: 6px;
  padding: 8px 12px;
}


/*# sourceMappingURL=industry-solution.css.map*/