.el-form-item__error {
  white-space: normal !important
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
[hidden], template {
  display: none
}
.fadeUp {
  -webkit-animation: fadeUp .5s ease-in-out 1 both;
  animation: fadeUp .5s ease-in-out 1 both
}
.fadeIn {
  -webkit-animation: fadeIn 1s ease-in-out 1 both;
  animation: fadeIn 1s ease-in-out 1 both
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(60px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(60px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-60px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-60px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
@-webkit-keyframes fadeRightDown {
  0% {
    opacity: 0;
    transform: translateY(-60px) translateX(60px)
  }
  to {
    opacity: 1;
    transform: translateY(0) translateX(0)
  }
}
@keyframes fadeRightDown {
  0% {
    opacity: 0;
    transform: translateY(-60px) translateX(60px)
  }
  to {
    opacity: 1;
    transform: translateY(0) translateX(0)
  }
}
@-webkit-keyframes fadeLeftDown {
  0% {
    opacity: 0;
    transform: translateY(-60px) translateX(-60px)
  }
  to {
    opacity: 1;
    transform: translateY(0) translateX(0)
  }
}
@keyframes fadeLeftDown {
  0% {
    opacity: 0;
    transform: translateY(-60px) translateX(-60px)
  }
  to {
    opacity: 1;
    transform: translateY(0) translateX(0)
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
#app, body, html {
  height: 100%;
  width: 100%
}
#app .el-backtop, #app .el-calendar-table td.is-today {
  color: #dd4002
}
body {
  font-family: Microsoft YaHei, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Arial, sans-serif !important
}
@font-face {
  font-family: Agency FB;
  src: url(../fonts/AGENCYB.596e78c7.TTF)
}
.back_top {
  height: 100%;
  overflow: auto
}
.at_full {
  width: 100%;
  max-width: 1400px;
  min-width: 1000px;
}
.at_full, .at_full_12 {
  min-width: 1000px;
  margin: 0 auto
}
.at_full_12 {
  width: 90%;
  max-width: 1200px;
  height: auto
}
.h_full {
  height: 100%
}
.right_flex {
  display: flex;
  justify-content: flex-end
}
.flex_h {
  display: flex;
  justify-content: center
}
.de {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  overflow: hidden
}
.de img {
  width: 112px;
  height: 112px
}
.el-container {
  width: 100%;
  height: 100%
}
.el-header.nopd, .el-main.nopd {
  padding: 0
}
.has_fr {
  -webkit-animation: fadeDown 1s ease-in-out 1 both;
  animation: fadeDown 1s ease-in-out 1 both
}
.dx_r {
  -webkit-animation: fadeDown 1.6s ease-in-out both;
  animation: fadeDown 1.6s ease-in-out both
}
.dx_up {
  -webkit-animation: fadeUp 1s ease-in-out 1 both;
  animation: fadeUp 1s ease-in-out 1 both
}
.dx_in {
  -webkit-animation: fadeIn 1.5s ease-in-out 1 both;
  animation: fadeIn 1.5s ease-in-out 1 both
}
.dx_li {
  -webkit-animation: fadeLeftDown 1.6s ease-in-out both;
  animation: fadeLeftDown 1.6s ease-in-out both
}
.dx_ri {
  -webkit-animation: fadeRightDown 1.6s ease-in-out both;
  animation: fadeRightDown 1.6s ease-in-out both
}
.nav.el-menu .el-menu-item {
  font-size: 18px;
  font-weight: 400;
  padding: 0 1.6vw
}
.nav.el-menu .el-menu-item span.tips{color: #0398dd;  font-weight: 600}
.nav.en.el-menu .el-menu-item {
  font-size: 18px;
  font-weight: 400;
  padding: 0 1.4vw
}
.nav.el-menu.el-menu--horizontal {
  border-bottom: 0 solid #e6e6e6
}
.nav.el-menu .el-menu-item.is-active {
  color: #0398dd;
  font-weight: 600
}
.nav.el-menu.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: 0 solid #fff
}
.biaot {
  text-align: center;
    padding: 40px;
    margin-top: 0px;
    padding-bottom: 20px;
}
.biaot .h1 {
  text-align: center;
  font-size: 22px;
  letter-spacing: 2px;
  color: #999;
  line-height: 40px
}
.biaot .h2 {
  text-align: center;
  font-size: 46px;
  line-height: 50px;
  color: #000;
  font-weight: 600
}
.biaot .h2 span {
  color: #0398dd
}
.p_t_m {
  padding-top: 24px
}
.card {
  border: 1px solid #f7ebeb;
  border-radius: 8px;
  box-shadow: 2px 4px 4px hsla(0, 0%, 86.7%, .2196078431372549)
}
.line_h {
  line-height: 26px
}
.p-a-m.f-14.line_h {
  margin-bottom: 0;
  padding-bottom: 0
}
.right_d .flex-ai-c.jc-fe.p-v-mini.el-col {
  flex-direction: row-reverse;
  color: #fff
}
.card_link {
  border: 1px solid #f7ebeb;
  border-radius: 8px;
  box-shadow: 2px 4px 4px hsla(0, 0%, 86.7%, .2196078431372549);
  width: 100%;
  height: 120px;
  padding: 10px;
  text-align: center
}
.card_link.lx {
  height: auto
}
.card_link.lx img {
  width: 90%;
  margin: 0 auto
}
.ov_hid {
  overflow: hidden
}
.card_person {
  width: 100%;
  height: auto;
  padding: 10px 0;
  text-align: center
}
.card_person img {
    padding: 0px;
    height: 370px;
    width: 100%;
   margin-bottom: 10px;
    border: 1px #ddd solid;
}
.card_person:hover img{border: 1px #f90 solid;}
.card_person .name {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  height: 40px
}
.card_person p {
  line-height: 24px;
  color: #666;
  text-align: left;
  margin: 0
}
.card_yy {
  border: 1px solid #f7ebeb;
  border-radius: 8px;
  box-shadow: 2px 4px 4px hsla(0, 0%, 86.7%, .2196078431372549);
  width: 100%;
  height: 100%;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center
}
.card_yy .shuzi {
  height: 70px;
  width: 70px;
  font-size: 30px;
  color: #fff;
  background-color: #0398dd;
  border-radius: 100%;
  line-height: 70px;
  margin: 30px
}
.card_yy.he {
  height: 282px
}
.card_yy .shuzi2 {
  padding-top: 10px;
  height: 70px;
  width: 80px;
  font-size: 30px;
  color: #fff;
  background-color: #0398dd;
  border-radius: 12px;
  line-height: 70px;
  margin: 30px
}
.card_yy .name {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  height: 40px
}
.card_yy p {
  text-align: justify;
  line-height: 32px;
  color: #666;
  padding: 0 8px;
  margin: 0
}
.card_yy p.line {
  line-height: 24px;
  margin-top: 8px;
  padding-bottom: 2px
}
.card_yy p span {
  font-weight: 600;
  color: #000
}
.top_bj {
  background: #f2f1f6
}
.card_ly {
  box-shadow: 2px 4px 4px hsla(0, 0%, 86.7%, .2196078431372549);
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
  position: relative
}
.card_ly .yincang {
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 74px;
  background-color: rgba(0, 0, 0, .67);
  color: #fff;
  font-size: 16px;
  height: auto;
  z-index: 8;
  position: absolute;
  line-height: 24px;
  padding: 20px 14px;
  text-align: left
}
.card_ly:hover .yincang {
  display: block
}
.card_ly img {
  width: 100%;
  height: auto
}
.card_ly .fot_ht {
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 68px;
  color: #fff;
  font-size: 28px;
  line-height: 60px;
  background-color: rgba(0, 0, 0, .514);
  text-align: center;
  z-index: 7
}
.el-aside.ta-c.linebj img {
  width: 60%
}
@media only screen and (max-width:1000px) {
  body {
    width: 1000px
  }
  .at_full {
    max-width: 1200px
  }
  .at_full, .at_full_12 {
    width: 1000px;
    min-width: 1000px
  }
  .at_full_12 {
    max-width: 1000px
  }
}
.el-button.el-button--default.top_en {
  padding: 0 18px;
  font-size: 16px;
  line-height: 28px;
  margin-left: 12px;
  background-color: #eb5f60;
  color: #fff
}
.el-button.el-button--default.top_en:hover {
  background-color: #e01a1a
}
.duiqi {
  text-align: justify
}
.lingyu_sz {
  height: 60px;
  width: 60px;
  font-size: 30px;
  color: #0398dd;
  background-color: #fff;
  border-radius: 100%;
  line-height: 56px;
  margin: 4px;
  box-shadow: 0 6px 18px 0 rgba(0, 35, 90, .08), 0 0 2px 0 rgba(0, 35, 90, .06);
  text-align: center
}
.card_yyy h1 {
  width: 100%;
  text-align: right;
  font-size: 24px;
  height: 56px;
  line-height: 40px;
  margin: 0;
  padding-top: 14px
}
.card_yyy p {
  line-height: 32px;
  color: #666;
  padding: 0 8px;
  margin: 3px 0
}
.div04 {
  border-top: 1px solid #f2adac;
  border-radius: 24px 0 0 14px
}
.div01, .div04 {
  display: flex;
  justify-content: flex-end;
  border-left: 1px solid #f2adac
}
.div01 {
  border-bottom: 1px solid #f2adac;
  border-radius: 14px 0 0 24px
}
.div03 {
  border-top: 1px solid #f2adac
}
.div02, .div03 {
  display: flex;
  justify-content: flex-end;
  border-right: 1px solid #f2adac;
  border-radius: 0 24px 14px 0
}
.div02 {
  border-bottom: 1px solid #f2adac
}
.cee {
  width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 71px;
  color: #d80100;
  font-size: 26px;
  font-weight: 600
}
.card_yy p.newd {
  font-size: 15px;
  text-align: left;
  line-height: 24px
}
.card_yy.heg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 377px;
  height: auto;
  overflow: visible
}
.card_yy .namenew {
  font-size: 24px;
  font-weight: 600;
  min-height: 70px;
  height: auto;
  overflow: visible;
  margin-bottom: 2px
}
@media only screen and (max-width:1200px) {
  .nav.el-menu .el-menu-item {
    font-size: 18px;
    padding: 0 1.0vw
  }
  .nav.en.el-menu .el-menu-item {
    font-size: 15px;
    padding: 0 .5vw
  }
}
.c-blue {
  color: #309bff
}
.c-red {
  color: #0398dd
}
.c-green {
  color: #00e5ff
}
.c-green2 {
  color: #18ff7f
}
.c-light-text {
  color: #b9eeff
}
.c-black {
  color: #2f2f34
}
.c-grey {
  color: #8c8e92
}
.c-white {
  color: #fff
}
.c-orange {
  color: #ff8f31
}
.bg-grey {
  background: #eff1f6
}
.bg-blue {
  background: #3072ff
}
.bg-white {
  background-color: #fff
}
.top-blue {
  background: #0444ad
}
.bg-dark {
  background: #01131d
}
.f-12 {
  font-size: 12px
}
.f-13 {
  font-size: 13px
}
.f-14 {
  font-size: 14px
}
.f-16 {
  font-size: 16px
}
.f-20 {
  font-size: 20px
}
.f-22 {
  font-size: 22px
}
.f-24 {
  font-size: 24px
}
.f-26 {
  font-size: 26px
}
.f-28 {
  font-size: 28px
}
.f-32 {
  font-size: 32px
}
.f-30 {
  font-size: 30px
}
.f-36 {
  font-size: 36px
}
.f-w {
  font-weight: 700
}
.f-w4 {
  font-weight: 400
}
.f-w5 {
  font-weight: 500
}
.f-w6 {
  font-weight: 600
}
.f-w7 {
  font-weight: 700
}
.ta-l {
  text-align: left
}
.ta-c {
  text-align: center
}
.ta-r {
  text-align: right
}
.t-nowrap {
  white-space: nowrap
}
.b-a {
  border: 1px solid #f0f2f5
}
.b-r {
  border-right: 1px solid #f0f2f5
}
.b-l {
  border-left: 1px solid #f0f2f5
}
.b-t {
  border-top: 1px solid #f0f2f5
}
.b-b {
  border-bottom: 1px solid #f0f2f5
}
.br-8 {
  border-radius: 8px
}
.br-16 {
  border-radius: 16px
}
.br-50p {
  border-radius: 50%
}
.box-shadow {
  box-shadow: 0 0 12px 0 rgba(209, 213, 220, .34)
}
.border-box {
  box-sizing: border-box
}
.c-pointer {
  cursor: pointer
}
.overflow-auto {
  overflow: auto
}
.overflow-hidden, .text-ellipsis {
  overflow: hidden
}
.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap
}
.text-ellipsis-2 {
  white-space: normal;
  display: -webkit-boxt;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.relative {
  position: relative
}
.full-height {
  height: 100%
}
.full-box, .full-width {
  width: 100%
}
.full-box {
  height: 100%
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.absolute-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.flex-wrap {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start
}
.flex-between, .flex-between-c {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.flex-between-c {
  flex-direction: column
}
.flex-auto {
  flex: 0 0 auto
}
.d-flex-c {
  flex-direction: column
}
.d-flex, .d-flex-c {
  display: flex
}
.fw-w {
  flex-wrap: wrap
}
.flex-1 {
  flex: 1
}
.ai-c {
  align-items: center
}
.jc-fs {
  justify-content: flex-start
}
.jc-fe {
  justify-content: flex-end
}
.jc-c {
  justify-content: center
}
.jc-sb {
  justify-content: space-between
}
.jc-se {
  justify-content: space-evenly
}
.flex-0 {
  flex-grow: 0;
  flex-shrink: 0
}
.flex-ai-c {
  display: flex;
  align-items: center
}
.p-a-mini {
  padding: 10px
}
.p-v-mini {
  padding: 10px 0
}
.p-h-mini {
  padding: 0 10px
}
.p-l-mini {
  padding-left: 10px
}
.p-r-mini {
  padding-right: 10px
}
.p-t-mini {
  padding-top: 10px
}
.p-b-mini {
  padding-bottom: 10px
}
.p-a-s {
  padding: 20px
}
.p-v-s {
  padding: 20px 0
}
.p-h-s {
  padding: 0 20px
}
.p-l-s {
  padding-left: 20px
}
.p-r-s {
  padding-right: 20px
}
.p-t-s {
  padding-top: 20px
}
.p-b-s {
  padding-bottom: 20px
}
.p-a-m {
  padding: 32px
}
.p-v-m {
  padding: 32px 0
}
.p-h-m {
  padding: 0 32px
}
.p-l-m {
  padding-left: 32px
}
.p-r-m {
  padding-right: 32px
}
.p-t-m {
  padding-top: 32px
}
.p-b-m {
  padding-bottom: 32px
}
.p-a-l {
  padding: 40px
}
.p-v-l {
  padding: 40px 0
}
.p-h-l {
  padding: 0 40px
}
.p-l-l {
  padding-left: 40px
}
.p-r-l {
  padding-right: 40px
}
.p-t-l {
  padding-top: 40px
}
.p-b-l {
  padding-bottom: 40px
}
.m-a-mini {
  margin: 10px
}
.m-v-mini {
  margin: 10px 0
}
.m-h-mini {
  margin: 0 10px
}
.m-l-mini {
  margin-left: 10px
}
.m-r-mini {
  margin-right: 10px
}
.m-t-mini {
  margin-top: 10px
}
.m-b-mini {
  margin-bottom: 10px
}
.m-a-s {
  margin: 20px
}
.m-v-s {
  margin: 20px 0
}
.m-h-s {
  margin: 0 20px
}
.m-l-s {
  margin-left: 20px
}
.m-r-s {
  margin-right: 20px
}
.m-t-s {
  margin-top: 20px
}
.m-b-s {
  margin-bottom: 20px
}
.m-a-m {
  margin: 32px
}
.m-v-m {
  margin: 32px 0
}
.m-h-m {
  margin: 0 32px
}
.m-l-m {
  margin-left: 32px
}
.m-r-m {
  margin-right: 32px
}
.m-t-m {
  margin-top: 32px
}
.m-b-m {
  margin-bottom: 32px
}
.m-a-l {
  margin: 40px
}
.m-v-l {
  margin: 40px 0
}
.m-h-l {
  margin: 0 40px
}
.m-l-l {
  margin-left: 40px
}
.m-r-l {
  margin-right: 40px
}
.m-t-l {
  margin-top: 40px
}
.m-b-l {
  margin-bottom: 40px
}
.el-footer.vxe-modal-btn {
  background: #f2f8fe;
  margin-top: 6px
}
.el-footer.vxe-modal-btn .footer-query {
  text-align: center;
  padding: 6px
}
.header-title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  padding-left: 12px;
  width: auto;
  text-align: left;
  color: #2c3e50
}
.header-title:before {
  content: " ";
  width: 4px;
  height: 18px;
  background: #09f;
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 9
}
.bk-fieldset {
  padding: 18px 8px 0 !important;
  position: relative
}
.bk-fieldset .field-boder {
  border: 1px solid #dfdfdf;
  width: 100%;
  height: 100%
}
.bk-fieldset .field-boder .el-header.field-header {
  height: 32px !important;
  margin-top: -16px
}
.bk-fieldset .field-boder .el-header.field-header .legend {
  line-height: 32px;
  background: #fff;
  margin: 0 4px;
  display: inline-block;
  padding: 0 6px;
  font-size: 14px
}
.font-fb {
  font-family: Agency FB;
  letter-spacing: 1px
}
* {
  box-sizing: border-box
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: #fff
}
::-webkit-scrollbar-thumb { 
  background-color: rgba(0, 133, 204, .7);
  border: 3px solid transparent;
  border-radius: 2px
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 133, 204, .8)
}
.vxe-modal--wrapper .vxe-modal--content {
  white-space: unset !important
}
.my-chart-wrapper {
  width: 100%;
  height: 100%
}
.card-title-wrapper {
  background: linear-gradient(0deg, #01121f, #01233b 99%);
  height: 40px;
  border-bottom: 1px solid #063b50;
  position: relative
}
.card-title-wrapper:after {
  position: absolute;
  z-index: 1;
  content: "";
  left: 20px;
  bottom: 0;
  background: #1bcaf2;
  height: 1px;
  width: 32px
}
.card-title-wrapper .card-title {
  margin-left: 10px;
  -webkit-background-clip: text;
  background-clip: text;
  color: #06d2f9;
  font-size: 16px
}
.top_bj { background: rgb(242, 241, 246); }
.ind_src1_case { width: 100%; height: 320px; }
.logo_bj { position: relative; }
.logo_bj > img.bbj { display: block; width: 47%; max-width: none; position: absolute; left: 25%; top: 0px; z-index: 1; pointer-events: none; }
.ind_src1_text { width: 100%; padding: 0px; overflow: hidden; height: 100%; position: relative; }
.pub_title { line-height: 1; font-weight: 700; color: rgb(0, 0, 0); font-size: 20px; }
.ind_src1_case .ind_src1_text .pub_num_d_box > div { font-size: 0.16rem; }
.ind_src1_case .ind_src1_text .pub_num_d_box > div div { font-size: 0.4rem; margin-bottom: 0.2rem; }
.ind_src1_case .ind_src1_text .pub_num_d_box > div span { font-size: 0.6rem; }
.ind_banner_box .active .ind_src1_img_box { transform: none; }
.ind_banner_box .active .banner_text_img_box { display: block; }
.ind_banner_box .active .banner_img_box .xing_box image { transition: transform 1s ease-in-out 0.6s; transform: none; }
.ind_banner_box .active .banner_img_box .xing_box .di_img { transform: translate(12px, -12px); }
.ind_src1_case { position: relative; z-index: 3; display: flex; align-items: flex-start; }
.ind_src1_case .pro_img_box { width: 5.66%; cursor: pointer; }
.ind_src1_case .pro_img_box::before { margin-top: 125%; }
.ind_src1_case .ind_src1_n { line-height: 1; font-size: 49px; text-transform: uppercase; font-family: CgFuturaMaxiLt; color: rgb(72, 72, 72); position: absolute; white-space: nowrap; right: -8%; top: 31.722%; transform: rotate(-90deg); }
.ind_src1_case .ind_src1_n span { margin-left: 1em; color: #83cdef; font-family: CgFuturaMaxiBd; }
.ind_src1_case .ind_src1_text .pub_info { width: 92%; font-size: 16px; line-height: 26px; margin-top: 40px; }
.ind_src1_case .ind_src1_text .pub_info span { font-size: 0.24rem; font-weight: 700; vertical-align: baseline; color: rgb(0, 0, 0); }
@media (min-width: 1025px) {
  .ind_src1_case .ind_src1_text .pub_info span { line-height: 1.42; }
}
.ind_src1_case .ind_src1_text .ind_src1_tit_l { font-size: 40px; line-height: 1.5; color: rgb(0, 0, 0); margin-top: 40px; letter-spacing: 2px; }
.ind_src1_case .ind_src1_text > img { display: block; width: 100%; max-width: none; position: absolute; left: 10%; top: 10%; pointer-events: none; }
.ind_src1_case .ind_src1_text .ind_src1_h { margin-top: 1.4rem; color: rgb(51, 51, 51); font-weight: 700; line-height: 1; font-size: 0.18rem; }
.ind_src1_case .ind_src1_text .ind_src1_h span { font-size: 0.32rem; }
.ind_src1_case .ind_src1_text .pub_num_d_box { display: flex; margin-top: 0.7rem; }
.ind_src1_case .ind_src1_text .pub_num_d_box > div { width: 33.33%; font-size: 20px; line-height: 1.5; color: rgb(51, 51, 51); white-space: nowrap; display: grid; flex-direction: column; justify-content: left; align-items: flex-start; }
.ind_src1_case .ind_src1_text .pub_num_d_box > div div { line-height: 0.833; color: rgb(198, 28, 11); font-size: 30px; margin-bottom: 10px; }
.ind_src1_case .ind_src1_text .pub_num_d_box > div span { line-height: 0.833; color: rgb(198, 28, 11); font-size: 40px; font-family: CgFuturaMaxiBd; }
.wenhua { width: 100%; height: 580px; position: relative; }
.wenhua > img.lbj { display: block; width: 512px; height: 454px; max-width: none; position: absolute; left: 0px; top: 102px; z-index: 0; pointer-events: none; }
.el-main.tuandui_text { padding: 0px; margin: 0px; }
.tuandui_text p { margin: 12px 0px; padding: 0px; font-size: 16px; line-height: 26px; }
.tuandui_text p.index { text-indent: 38px; font-size: 18px; margin-bottom: 20px; line-height: 30px; }
.tuandui_text h1 { font-size: 18px; font-weight: 600; }