@charset "UTF-8";
/* 公共 */
.inside-body {
  padding: 3.15rem 0 5rem;
}

.inside-lv3box {
  padding: 4.9rem 0 0;
}
.inside-lv3box .inside-swiper1 {
  margin: 0;
}

.about-heading_h2 {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.3125em;
  color: #333;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.modal-video .modal-close {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  background: #D9D9D9;
  cursor: pointer;
  position: absolute;
  right: unset;
  left: -webkit-calc(100% + 2px);
  left: calc(100% + 2px);
  top: 0;
  z-index: 1200;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: none;
  -webkit-transform: none;
}
.modal-video .modal-close .bi {
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  background: url("/img/static/common/close-white.svg") no-repeat center center;
  background-size: contain;
}

.fadeInLeft2,
.fadeInRight2 {
  opacity: 1;
  visibility: visible;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

.modal-pdfview {
  background: rgba(0, 0, 0, 0.7);
}
.modal-pdfview .modal-dialog {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-pdfview .modal-content {
  width: 85vw;
  max-width: 1400px;
}
.modal-pdfview img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  object-position: center center;
  display: block;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .modal-video .modal-close:hover {
    background-color: #0052B7;
  }
}
@media (max-width: 991.98px) {
  .inside-body {
    padding: 1.2rem 0;
  }
  .inside-lv3box {
    padding: 1rem 0 0;
  }
  .about-heading_h2 {
    font-size: 0.54rem;
    line-height: 1em;
    margin-bottom: 0.44rem;
  }
  .modal-video .modal-dialog {
    padding: 0 0.5rem;
  }
  .modal-video .modal-content {
    padding: 0;
  }
  .modal-video .modal-close {
    width: 0.8rem;
    height: 0.8rem;
    left: unset;
    right: 0;
    top: -0.9rem;
  }
  .modal-video .modal-close .bi {
    width: 0.3rem;
    height: 0.3rem;
  }
}
/* 关于浙商 */
.about-introd-doc {
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #333;
  height: 15rem;
  overflow: hidden;
  text-align: justify;
}
.about-introd-doc .doc {
  text-indent: 2em;
  overflow: hidden;
}
.about-introd-doc p {
  margin-bottom: 1.5rem;
}
.about-introd-doc p:last-child {
  margin-bottom: 0;
}
.about-introd-doc span {
  color: #0052b7;
}

.about-introd-tool {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  margin: 1.1rem 0 0;
}
.about-introd-tool .handle {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  border-bottom: solid 1px #677283;
  font-size: 0.8rem;
  color: #677283;
  line-height: 1.75rem;
  cursor: pointer;
}
.about-introd-tool .handle .bi {
  width: 0.7rem;
  display: block;
  fill: currentColor;
  color: inherit;
  margin-left: 0.5rem;
}
.about-introd-tool .btn-introd_close {
  display: none;
}
.about-introd-tool .btn-introd_close .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.about-data-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 4rem -3.25rem -3rem;
}

.about-data-rowitem {
  padding: 0 3.25rem;
  margin-bottom: 3rem;
  position: relative;
}
.about-data-rowitem::after {
  content: "";
  display: block;
  width: 1px;
  height: 4rem;
  background: #DCDCDC;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.about-data-rowitem:nth-child(3n+3)::after {
  display: none;
}

.about-dataitem {
  height: 100%;
  position: relative;
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #666;
  text-align: center;
}
.about-dataitem .databox {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 0.7rem;
  font-size: 2.5rem;
  line-height: 1.32em;
  color: #0052B7;
  font-weight: bold;
}
.about-dataitem .databox .unit {
  margin-left: 0.3em;
}
.about-dataitem .desc {
  min-height: 3rem;
}

.about-media-wrap {
  width: 100%;
  position: relative;
  padding: 39.29% 0 0;
  overflow: hidden;
  margin: 4rem 0 0;
}
.about-media-wrap.media-playing .about-media-layer1 {
  display: block;
}
.about-media-wrap.media-playing .about-media-layer2 {
  display: none;
}

.about-media-layer1 {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-media-layer1 .video-js {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-media-layer1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.about-media-layer2 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.about-media-layer2 .imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.about-media-layer2 .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.about-media-layer2 .st-body {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.about-media-layer2 .box {
  width: 100%;
  text-align: center;
  position: relative;
}
.about-media-layer2 .btn-title {
  font-size: 1.6em;
  line-height: 1.31;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1em;
}
.about-media-layer2 .btn-play {
  width: 3.5rem;
  height: 3.5rem;
  display: block;
  background: url("/img/static/common/play-arrow.svg") no-repeat center #fff;
  background-size: 0.8rem;
  border-radius: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .about-introd-tool .handle:hover {
    color: #0052b7;
    border-color: #0052b7;
  }
  .about-dataitem .desc br {
    display: none;
  }
  .about-media-layer2:hover .imgs {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
  }
}
@media screen and (max-width: 991.98px) {
  .about-introd-doc {
    font-size: 0.3rem;
    line-height: 0.56rem;
    height: 10.08rem;
  }
  .about-introd-doc p {
    margin-bottom: 0.5rem;
  }
  .about-introd-tool {
    margin: 0.22rem 0 0;
  }
  .about-introd-tool .handle {
    font-size: 0.28rem;
    line-height: 0.68rem;
  }
  .about-introd-tool .handle .bi {
    width: 0.24rem;
    height: 0.24rem;
    margin-left: 0.2rem;
  }
  .about-data-row {
    margin: 0;
  }
  .about-data-rowitem {
    padding: 0;
    margin: 1rem 0 0;
  }
  .about-data-rowitem::after {
    display: none;
  }
  .about-dataitem {
    margin: 0;
    height: auto;
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .about-dataitem .databox {
    font-size: 0.6rem;
    line-height: 0.7rem;
    margin-bottom: 0.3rem;
  }
  .about-dataitem .desc {
    min-height: 0;
  }
  .about-media-wrap {
    width: 100vw;
    margin: 1.2rem -0.5rem 0;
    padding: 66.67% 0 0;
  }
  .about-media-layer2 .btn-title {
    font-size: 0.54rem;
    line-height: 0.54rem;
    font-weight: normal;
    margin-bottom: 0.6rem;
  }
  .about-media-layer2 .btn-play {
    width: 1rem;
    height: 1rem;
    background-size: 0.22rem;
  }
  body.is-safari .about-introd-doc {
    height: 10rem;
  }
}
/* 公司领导 */
.leader-list {
  margin: 0 -1.25rem -2rem;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.leader-list .item {
  padding: 0 1.25rem;
  margin-bottom: 2rem;
}
.leader-list .box {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.leader-list .item-imgs {
  width: 100%;
  padding: 104.6% 0 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.leader-list .item-imgs .imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
}
.leader-list .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  left: 0;
  top: 0;
}
.leader-list .item-body {
  width: 100%;
  height: 7.5rem;
  display: block;
  background: #f7f7f7;
  position: relative;
  padding: 1.5rem;
}
.leader-list .item-name {
  width: 100%;
  font-size: 1rem;
  line-height: 1em;
  color: #0052b7;
  margin-bottom: 0.65rem;
}
.leader-list .item-post {
  font-size: 0.8rem;
  line-height: 1.875em;
  color: #6c757d;
}
.leader-list .item-imgs2,
.leader-list .item-desc,
.leader-list .item-tool {
  display: none !important;
}

.modal-leader {
  background: #fff;
  z-index: 2000;
}
.modal-leader .modal-dialog {
  width: 100%;
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
  transform: none !important;
  -webkit-transform: none !important;
}
.modal-leader .modal-content {
  width: 100%;
  position: relative;
  padding: 2.5rem 0;
}
.modal-leader.show .mdlead-detbox .item-imgs,
.modal-leader.show .mdlead-detbox .item-body {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.mdlead-detbox {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.mdlead-detbox .item-imgs {
  -webkit-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 410px;
  margin: 0 3rem 0 0;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.mdlead-detbox .item-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.mdlead-detbox .item-body {
  -webkit-flex: 1;
          flex: 1;
  padding: 1.5rem 0 2.25rem;
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.mdlead-detbox .item-name {
  font-size: 2.3rem;
  line-height: 1em;
  color: #0052b7;
  font-weight: bold;
  margin-bottom: 1.3rem;
}
.mdlead-detbox .item-post {
  font-size: 1.2rem;
  line-height: 1.25em;
  color: #222;
}
.mdlead-detbox .item-desc {
  font-size: 0.9rem;
  line-height: 2em;
  color: #6c757d;
  margin: 1.4rem 0 0;
  min-height: 8em;
}
.mdlead-detbox .item-imgs2 {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0.5rem 0 0;
}
.mdlead-detbox .item-imgs2 .imgs {
  -webkit-flex: none;
          flex: none;
  width: 77%;
  max-width: 5.32rem;
  display: block;
}
.mdlead-detbox .item-imgs2 img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.mdlead-detbox .item-tool {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  margin: 3.5rem 0 0;
}
.mdlead-detbox .item-tool .btn {
  -webkit-flex: none;
          flex: none;
  width: 10rem;
}

@media screen and (min-width: 992px) {
  .leader-list .box:hover .item-imgs .imgs {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform-origin: center top;
    -webkit-transform-origin: center top;
  }
}
@media screen and (max-width: 991.98px) {
  .leader-list {
    margin: 0;
  }
  .leader-list .item {
    padding: 0;
    margin: 0 0 0.4rem;
  }
  .leader-list .item:last-child {
    margin: 0;
  }
  .leader-list .box {
    display: -webkit-flex;
    display: flex;
    height: 3.8rem;
    -webkit-align-items: stretch;
            align-items: stretch;
    background: #f7f7f7;
  }
  .leader-list .item-imgs {
    width: 3.25rem;
    max-width: 3.25rem;
    -webkit-flex: 0 0 47%;
            flex: 0 0 47%;
    height: 100%;
    padding: 0;
  }
  .leader-list .item-body {
    -webkit-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0.58rem 0.4rem;
  }
  .leader-list .item-name {
    font-size: 0.36rem;
    margin-bottom: 0.14rem;
  }
  .leader-list .item-post {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .modal-leader {
    z-index: 190;
  }
  .modal-leader .modal-content {
    padding: 2.2rem 0 1.4rem;
  }
  .mdlead-detbox {
    display: block;
  }
  .mdlead-detbox .item-imgs {
    display: none;
  }
  .mdlead-detbox .item-body {
    padding: 0;
  }
  .mdlead-detbox .item-name {
    font-size: 0.54rem;
    color: #282c2e;
    margin-bottom: 0.28rem;
  }
  .mdlead-detbox .item-post {
    font-size: 0.3rem;
    line-height: 0.5rem;
    font-weight: bold;
    color: #282c2e;
  }
  .mdlead-detbox .item-desc {
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin-top: 0.36rem;
    min-height: 0;
  }
  .mdlead-detbox .item-tool {
    margin: 0.8rem 0 0;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .mdlead-detbox .item-tool .btn {
    width: 3rem;
  }
}
/* 企业标识 */
.identify-main .inside-body {
  background: url("/img/static/inside/id-bg.jpg") no-repeat center bottom #fff;
  background-size: 100% auto;
  padding: 0;
}
.identify-main .inside-column .item a {
  color: #fff;
}
.identify-main .inside-column .item::before {
  color: #fff;
}

.identify-box {
  padding: 2.65rem 0 8.75rem;
}
.identify-box .about-heading_h2 {
  margin-bottom: 3rem;
}

.identify-body {
  width: 100%;
  min-height: 23.2rem;
  position: relative;
}

.identify-icobox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 1.6rem;
  z-index: 10;
}
.identify-icobox .icobox {
  width: 28.6%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.identify-icobox .ico {
  width: 100%;
  padding: 100% 0 0;
  border: solid 1px #DCDCDC;
  border-radius: 100%;
  position: relative;
  background: -webkit-linear-gradient(top, #FAFAFA 0%, #F3F3F3 100%);
  background: linear-gradient(180deg, #FAFAFA 0%, #F3F3F3 100%);
}
.identify-icobox img {
  width: 65%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.indentify-list {
  z-index: 5;
  margin: 0 0 -4rem;
}

.indentify-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin-bottom: 4rem;
}
.indentify-item .item-box {
  width: 64.3%;
  position: relative;
}
.indentify-item .item-head {
  width: 100%;
  position: relative;
  padding: 0 0 1rem;
  border-bottom: solid 1px #DCDCDC;
  margin-bottom: 1.5rem;
}
.indentify-item .item-head::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: #DCDCDC;
  position: absolute;
}
.indentify-item .item-tit {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #0052B7;
}
.indentify-item .item-doc {
  font-size: 0.8rem;
  line-height: 1.875em;
  color: #333;
}

@media (min-width: 992px) {
  .indentify-item:nth-child(odd) .item-tit {
    text-align: right;
  }
  .indentify-item:nth-child(even) {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
  .indentify-item:nth-child(1) .item-head::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    left: 100%;
    top: 100%;
  }
  .indentify-item:nth-child(2) .item-head::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    right: 100%;
    top: 100%;
  }
  .indentify-item:nth-child(3) .item-head::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    left: 100%;
    top: 100%;
  }
  .indentify-item:nth-child(4) .item-head::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    right: 100%;
    top: 100%;
  }
  .indentify-item .item-doc {
    min-height: 11.25em;
  }
}
@media (max-width: 991.98px) {
  .identify-main .inside-body {
    background-image: url("/img/static/inside/id-bg_m.webp");
  }
  .identify-body {
    min-height: 0;
    overflow: hidden;
  }
  .identify-box {
    padding: 0.8rem 0 2.7rem;
  }
  .identify-box .about-heading_h2 {
    margin-bottom: 0.5rem;
  }
  .identify-icobox {
    top: 0;
    position: relative;
  }
  .identify-icobox .icobox {
    width: 61.54%;
    max-width: 4rem;
    margin: 0 auto;
    position: static;
    transform: none;
    -webkit-transform: none;
  }
  .identify-icobox .ico {
    background: #fff;
    z-index: 10;
  }
  .identify-icobox::before {
    content: "";
    display: block;
    width: 50vw;
    height: 1px;
    background: #DCDCDC;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
  }
  .identify-icobox::after {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    background: #DCDCDC;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
  }
  .indentify-list {
    margin: 0;
    position: relative;
  }
  .indentify-item {
    margin: 0;
    position: relative;
    z-index: 5;
  }
  .indentify-item .item-box {
    width: 100%;
  }
  .indentify-item .item-head {
    padding: 0.8rem 0 0.4rem 0.3rem;
    margin: 0;
  }
  .indentify-item .item-head::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #DCDCDC;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .indentify-item .item-head::after {
    display: none;
  }
  .indentify-item .item-tit {
    font-size: 0.36rem;
    line-height: 1em;
  }
  .indentify-item .item-body {
    padding: 0.4rem 0 0 0.3rem;
    position: relative;
  }
  .indentify-item .item-body::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #DCDCDC;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .indentify-item .item-doc {
    font-size: 0.28rem;
    line-height: 0.48rem;
    min-height: 0;
  }
  .indentify-item:last-child .item-body::before {
    display: none;
  }
}
/* 企业文化 */
.culture-main .inside-body {
  padding: 0;
}
.culture-main .inside-swiper1 {
  margin-bottom: 0;
}

.cult-box {
  width: 100%;
  position: relative;
  background: url("/img/static/inside/cult-bg.webp") no-repeat center top #EAF5FF;
  background-size: cover;
}

.cult-body {
  padding: 7rem 0 4rem;
}

.cult-flex {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative;
}

.cult-flex-left {
  -webkit-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 625px;
  padding: 11rem 0 0;
}

.cult-left-cn {
  font-size: 2.8rem;
  line-height: 1.25em;
  background: -webkit-linear-gradient(355deg, #63CEDD 2%, #0052B7 54.41%);
  background: linear-gradient(95deg, #63CEDD 2%, #0052B7 54.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cult-left-cn p:nth-child(2) {
  font-size: 0.857em;
}

.cult-left-en {
  max-width: 91.36%;
  font-family: "Arial";
  font-size: 1rem;
  line-height: 1.5em;
  color: #999;
  margin: 1em 0 0;
}

.cult-flex-right {
  -webkit-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 606px;
  margin: 0 0 0 auto;
  position: relative;
}

.cult-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-bottom: 2.3rem;
  cursor: pointer;
}
.cult-item:last-child {
  margin-bottom: 0;
}
.cult-item .item-ico {
  -webkit-flex: none;
          flex: none;
  margin: 0 1.8rem 0 0;
  width: 1.5rem;
}
.cult-item .item-ico img {
  width: 100%;
  display: block;
}
.cult-item .item-body {
  -webkit-flex: 1;
          flex: 1;
  position: relative;
  padding: 0 0 -webkit-calc(1rem + 4px);
  padding: 0 0 calc(1rem + 4px);
}
.cult-item .item-body::after {
  content: "";
  display: block;
  width: 3rem;
  height: 4px;
  background: #0052B7;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.15;
}
.cult-item .item-title {
  font-size: 1.2rem;
  line-height: 1.25em;
  color: #333333;
}
.cult-item .item-desc {
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #666;
  margin: 4px 0 0;
}
.cult-item .item-html {
  display: none !important;
}

.modal-cultbox {
  background: #fff;
}
.modal-cultbox .modal-content {
  padding: 8.5rem 0 5rem;
}
.modal-cultbox.show .modal-cult-imgs,
.modal-cultbox.show .modal-cult-body {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.modal-cult-flex {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

.modal-cult-imgs {
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.modal-cult-imgs img {
  width: 100%;
  display: block;
  position: relative;
}
.modal-cult-imgs.web {
  -webkit-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 410px;
  margin: 0 3rem 0 0;
}
.modal-cult-imgs.app {
  width: 77%;
  width: 100%;
  max-width: 5.4rem;
  margin: 0.8rem auto 0;
}

.modal-cult-body {
  -webkit-flex: 1;
          flex: 1;
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.modal-cult-head {
  padding: 1.2rem 0 2rem;
  border-bottom: solid 1px #DCDCDC;
  margin-bottom: 2rem;
  color: #0052B7;
}
.modal-cult-head .title {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: bold;
}
.modal-cult-head .desc {
  font-size: 1.2rem;
  line-height: 1.25em;
  margin-top: 1rem;
}

.modal-cult-doc {
  font-size: 0.8rem;
  line-height: 1.875em;
  color: #333;
  min-height: 7.5em;
}
.modal-cult-doc h1,
.modal-cult-doc h2,
.modal-cult-doc h3,
.modal-cult-doc h4,
.modal-cult-doc h5 {
  font-size: 1.5em;
  color: #24B0CD;
  margin: 2rem 0 0.75rem;
}
.modal-cult-doc p {
  text-indent: 2em;
}
.modal-cult-doc > *:first-child {
  margin-top: 0;
}
.modal-cult-doc > *:last-child {
  margin-bottom: 0;
}

.modal-cult-tool {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  margin-top: 4rem;
}

@media (min-width: 992px) {
  .cult-item:hover .item-title,
  .cult-item:hover .item-desc {
    color: #0052B7;
  }
  .modal-cult-tool .btn {
    width: 11.65rem;
  }
}
@media (max-width: 991.98px) {
  .cult-box {
    background: url("/img/static/inside/cult-bg-app1.webp") no-repeat center top, url("/img/static/inside/cult-bg-app2.webp") no-repeat center bottom;
    background-size: 100% auto, 100% auto;
  }
  .cult-body {
    padding: 2.6rem 0 5.8rem;
  }
  .cult-flex {
    display: block;
  }
  .cult-flex-left {
    -webkit-flex: none;
            flex: none;
    max-width: none;
    padding: 0;
    margin: 0 0 1.8rem;
  }
  .cult-left-cn {
    font-size: 0.56rem;
    line-height: 0.7rem;
  }
  .cult-left-cn p:nth-child(2) {
    font-size: 0.48rem;
  }
  .cult-left-en {
    max-width: 65%;
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin: 0.3rem 0 0;
  }
  .cult-flex-right {
    -webkit-flex: none;
            flex: none;
    max-width: none;
  }
  .cult-item {
    margin-bottom: 0.6rem;
  }
  .cult-item .item-ico {
    width: 0.3rem;
    margin: 0 0.36rem 0 0;
  }
  .cult-item .item-body {
    padding: 0 0 -webkit-calc(0.3rem + 2px);
    padding: 0 0 calc(0.3rem + 2px);
  }
  .cult-item .item-body::after {
    height: 2px;
    width: 100%;
  }
  .cult-item .item-title {
    font-size: 0.36rem;
    line-height: 1em;
  }
  .cult-item .item-desc {
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin: 0.2rem 0 0;
  }
  .modal-cultbox .modal-content {
    padding: 1rem 0;
  }
  .modal-cult-flex {
    display: block;
  }
  .modal-cult-head {
    padding: 0 0 0.8rem;
    margin-bottom: 0.8rem;
  }
  .modal-cult-head .title {
    font-size: 0.54rem;
    line-height: 1em;
  }
  .modal-cult-head .desc {
    font-size: 0.36rem;
    line-height: 0.48rem;
    margin: 0.4rem 0 0;
  }
  .modal-cult-doc {
    font-size: 0.3rem;
    line-height: 0.56rem;
    min-height: 0;
  }
  .modal-cult-doc h1,
  .modal-cult-doc h2,
  .modal-cult-doc h3,
  .modal-cult-doc h4,
  .modal-cult-doc h5 {
    font-size: 0.36rem;
    line-height: 0.48rem;
    margin: 0.6rem 0 0.4rem;
  }
  .modal-cult-tool {
    margin: 0.8rem 0 0;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .modal-cult-tool .btn {
    width: 4.24rem;
  }
}
/* 资质荣誉 */
.honor-main .inside-body {
  background: url("/img/static/inside/honor-bg1.webp") no-repeat center top, url("/img/static/inside/honor-bg2.webp") no-repeat center bottom;
  background-size: 100% auto, 100% auto;
  background-color: #fff;
  padding: 0;
}

#modalHonorView {
  z-index: 100000;
  padding: 10px;
  background: #fff;
}
#modalHonorView img {
  max-width: 500px;
  display: block;
}

.modal-bigimg_app .modal-dialog {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0 0.3rem;
}
.modal-bigimg_app .modal-content {
  padding: 0.8rem 0.3rem 0.5rem;
  background: #fff;
  width: 100%;
  max-height: 90vh;
}
.modal-bigimg_app .modal-close {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  background: url("/img/static/common/close.svg") no-repeat center center;
  background-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.modal-bigimg_app .title {
  font-size: 0.4rem;
  line-height: 0.6rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.modal-bigimg_app .title::after {
  content: "";
  width: 2.67em;
  height: 1px;
  display: block;
  background-color: #0052b7;
  position: absolute;
  left: 0;
  bottom: 0;
}
.modal-bigimg_app .imgs {
  width: 100%;
  position: relative;
}
.modal-bigimg_app .imgs img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto !important;
}

.honor-box {
  padding: 5rem 0;
}

.honor-swipbox {
  width: 100%;
  height: 13.5rem;
  height: 15rem;
  display: block;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.3);
  padding: 0 3rem;
  margin-bottom: 5rem;
}

.honor-swip {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.honor-swip .slide-box {
  width: 100%;
  height: 100%;
  height: 90%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
.honor-swip .slide-ico {
  margin: 0 0 0.9rem;
}
.honor-swip .slide-ico img {
  max-width: 100%;
  height: 3.5rem;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: relative;
}
.honor-swip .slide-title {
  width: 72%;
  max-width: 230px;
  position: relative;
  padding: 0 0 -webkit-calc(1.25rem + 5px);
  padding: 0 0 calc(1.25rem + 5px);
  text-align: center;
  font-size: 0.9rem;
  font-size: 0.8rem;
  line-height: 1.3rem;
  color: #333;
}
.honor-swip .slide-title::after {
  content: "";
  display: block;
  width: 2rem;
  height: 5px;
  background: #0052b7;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.honor-swip .slide-title span {
  display: block;
  width: 100%;
  height: 2.6rem;
  overflow: hidden;
}
.honor-swip .swiper-pagination {
  bottom: 1em;
}
.honor-swip .swiper-pagination-bullet {
  background: #d9d9d9;
  width: 0.5em;
  height: 0.5em;
  margin: 0 5px;
}
.honor-swip .swiper-pagination-bullet-active {
  background: #0052B7;
}

.honor-ctrl {
  width: 3rem;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 20;
  color: #999;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
.honor-ctrl svg,
.honor-ctrl .bi {
  width: 1.65rem;
  height: 3.2rem;
  display: block;
}
.honor-ctrl.prev {
  left: 0;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.honor-ctrl.next {
  right: 0;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.honor-ctrl.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.honor-year-swipbox {
  width: 100%;
  position: relative;
  padding: 0 3.25rem;
  margin-bottom: 4rem;
}
.honor-year-swipbox::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #DCDCDC;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
}

.honor-year-swip {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 1.25em;
  color: #000;
  z-index: 10;
}
.honor-year-swip a {
  width: 100%;
  height: 2.85rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
  position: relative;
}
.honor-year-swip a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #333;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.honor-year-swip .is-active {
  color: #0052b7;
  font-size: 1.6rem;
  line-height: 1em;
}
.honor-year-swip .is-active a::before {
  background: #0052b7;
}

.honor-year-ctrl {
  width: 30px;
  height: 16px;
  display: block;
  color: #0052b7;
  cursor: pointer;
  position: absolute;
  top: 6px;
  z-index: 12;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.honor-year-ctrl svg,
.honor-year-ctrl .bi {
  width: 100%;
  height: 100%;
  display: block;
}
.honor-year-ctrl.prev {
  left: 0;
}
.honor-year-ctrl.next {
  right: 0;
}
.honor-year-ctrl.is-disabled {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.honor-year-detbox {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}

.honor-year-detlist {
  width: 70%;
  max-width: 720px;
  position: relative;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #333;
  min-height: 23.5rem;
}
.honor-year-detlist .detitem {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.honor-year-detlist .detitem .doc p {
  padding-bottom: 1.2rem;
  border-left: 1px solid #0052b7;
}
.honor-year-detlist .detitem .doc p:last-child {
  margin-bottom: 0;
}
.honor-year-detlist .detitem:first-child .doc:first-child {
  position: relative;
}
.honor-year-detlist .detitem:first-child .doc:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.honor-year-detlist .detitem:last-child .doc p:last-child {
  position: relative;
}
.honor-year-detlist .detitem:last-child .doc p:last-child::before {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background: #0052b7;
  border-radius: 100%;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.honor-year-detlist .detitem p {
  position: relative;
  padding-left: 2.25em;
}
.honor-year-detlist .detitem p::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 3rem;
  left: -2.25em;
  left: 0;
  top: -webkit-calc((0.5rem - 11px) / 2);
  top: calc((0.5rem - 11px) / 2);
  top: -webkit-calc((1.1rem - 11px) / 2);
  top: calc((1.1rem - 11px) / 2);
  z-index: 5;
  border: solid 1px #0052b7;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.honor-year-detlist .detitem p::before {
  content: "";
  display: block;
  width: 1px;
  background: #0052b7;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
.honor-year-detlist .detitem p:last-child {
  padding-bottom: 2.7em;
}
.honor-year-detlist .detitem p:last-child::before {
  display: none;
}
.honor-year-detlist .detitem:first-child .item-body::before {
  top: 6px;
}
.honor-year-detlist .detitem:last-child {
  margin-bottom: 0;
}
.honor-year-detlist .detitem:last-child .item-body::before {
  height: 5px;
  bottom: unset;
}
.honor-year-detlist .detitem:last-child .doc p:last-child {
  border-left: 0;
}
.honor-year-detlist .item-month {
  -webkit-flex: none;
          flex: none;
  width: 3.5rem;
  position: relative;
}
.honor-year-detlist .item-body {
  padding: 0 0 0rem 0rem;
  position: relative;
  z-index: 4;
}

@media (min-width: 768px) {
  .honor-swip .swiper-slide {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .honor-ctrl:not(.swiper-button-disabled):hover {
    color: #0052b7;
  }
  .honor-swip .slide-box:hover .slide-title {
    color: #0052b7;
  }
  .honor-year-swip .swiper-slide:hover {
    color: #0052b7;
  }
  .honor-year-swip .swiper-slide:hover a {
    color: inherit;
  }
  .honor-year-swip .swiper-slide:hover a::before {
    background: #0052b7;
  }
}
@media (min-width: 1200px) {
  .honor-swip .swiper-slide {
    width: 25%;
  }
}
@media (max-width: 991.98px) {
  .honor-main .inside-body {
    background-image: url("/img/static/inside/honor-bg1_m.webp"), url("/img/static/inside/honor-bg2_m.webp");
  }
  .honor-box {
    padding: 1rem 0 1.2rem;
  }
  .honor-swipbox {
    height: 4rem;
    padding: 0;
    margin-bottom: 1rem;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
  }
  .honor-swip .slide-ico {
    margin: 0 0 0.3rem;
  }
  .honor-swip .slide-ico img {
    height: 1.4rem;
  }
  .honor-swip .slide-title {
    width: 61.54%;
    max-width: 4rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
    padding: 0 0 -webkit-calc(0.26rem + 3px);
    padding: 0 0 calc(0.26rem + 3px);
  }
  .honor-swip .slide-title span {
    height: 1rem;
  }
  .honor-swip .slide-title::after {
    height: 3px;
    width: 1rem;
  }
  .honor-ctrl {
    width: 0.63rem;
  }
  .honor-ctrl svg,
  .honor-ctrl .bi {
    width: 0.33rem;
    height: 0.64rem;
  }
  .honor-year-swipbox {
    margin-bottom: 0.8rem;
    padding: 0;
  }
  .honor-year-swipbox::before {
    top: 3px;
  }
  .honor-year-swip {
    font-size: 0.28rem;
    line-height: 0.3rem;
  }
  .honor-year-swip a {
    height: 0.76rem;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .honor-year-swip a::before {
    width: 8px;
    height: 8px;
  }
  .honor-year-swip .is-active {
    font-size: 0.36rem;
    color: #0052b7 !important;
  }
  .honor-year-swip .is-active a {
    color: #0052b7 !important;
  }
  .honor-year-ctrl {
    width: 30px;
    height: 14px;
    top: 4px;
  }
  .honor-year-detlist {
    width: 100%;
    max-width: none;
    font-size: 0.3rem;
    line-height: 0.5rem;
    min-height: 5rem;
  }
  .honor-year-detlist .detitem {
    margin: 0;
  }
  .honor-year-detlist .detitem::after {
    width: 8px;
    height: 8px;
    left: 0.94rem;
    top: -webkit-calc((0.5rem - 8px) / 2);
    top: calc((0.5rem - 8px) / 2);
  }
  .honor-year-detlist .detitem:first-child .item-body::before {
    top: 0.2rem;
  }
  .honor-year-detlist .detitem:last-child .item-body::before {
    height: 0.2rem;
  }
  .honor-year-detlist .detitem p::after {
    left: 0;
    top: -webkit-calc((0.5rem - 11px) / 2);
    top: calc((0.5rem - 11px) / 2);
  }
  .honor-year-detlist .detitem .doc p {
    padding-bottom: 0.5rem;
  }
  .honor-year-detlist .detitem .doc p:last-child {
    padding-bottom: 0.77rem;
  }
  .honor-year-detlist .item-month {
    width: 0.94rem;
  }
  .honor-year-detlist .item-body {
    padding: 0 0 0rem 0.28rem;
  }
}
/* 大事记 */
.history-main {
  background: url("/img/static/inside/hist-bg.jpg") no-repeat center bottom #fff;
  background-size: 100% auto;
}
.history-main .inside-body {
  padding: 4.6rem 0 8.1rem;
}
.history-main .st-header {
  margin-bottom: 2.5rem;
}
.history-main .st-heading {
  color: #0052b7;
}

.hist-box {
  width: 100%;
  height: 34rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
          align-items: stretch;
  position: relative;
  background: url("/img/static/inside/hist-bg3.jpg") no-repeat left top #fff;
  background-size: cover;
  overflow: hidden;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.hist-body {
  -webkit-flex: 1;
          flex: 1;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 3.9rem 2.75rem 3rem;
}

.hist-item {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}
.hist-item.show .hist-item-head {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}
.hist-item.show .hist-item-body {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.hist-item.active {
  display: block;
}

.hist-item-head {
  height: 7.5rem;
  font-size: 2.4rem;
  line-height: 1em;
  font-weight: bold;
  color: #0052b7;
  padding: 2.75rem 0 2.3rem;
  position: relative;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.hist-item-body {
  width: 100%;
  height: -webkit-calc(100% - 7.5rem);
  height: calc(100% - 7.5rem);
  display: block;
  overflow: hidden;
  position: relative;
  overflow-y: auto;
  padding: 0 1.1rem 0 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-overflow-scrolling: touch;
}
.hist-item-body::-webkit-scrollbar {
  width: 2px;
}
.hist-item-body::-webkit-scrollbar-track {
  background: none;
}
.hist-item-body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
}

.hist-sitem {
  margin-bottom: 1.4rem;
}
.hist-sitem:last-child {
  margin-bottom: 0;
}
.hist-sitem .sitem-date {
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #6c757d;
  font-weight: bold;
  margin-bottom: 5px;
}
.hist-sitem .sitem-doc {
  font-size: 0.8rem;
  line-height: 1.75em;
  color: #323232;
}

.hist-aside {
  -webkit-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 500px;
  height: 100%;
  position: relative;
  background: url("/img/static/inside/hist-bg2.jpg") no-repeat center center;
  background-size: cover;
  padding: 4rem 0 0 2.5rem;
}

.hist-aside-head {
  margin-bottom: 2.9rem;
}
.hist-aside-head .ico {
  display: block;
}
.hist-aside-head .ico img {
  height: 5.75rem;
  display: block;
}
.hist-aside-head .word {
  font-size: 0.8rem;
  line-height: 1.875em;
  color: #00baff;
  margin-top: 1.65rem;
}

.hist-year-item {
  width: 100%;
  position: relative;
}
.hist-year-item .item-head {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  margin-bottom: 0.4rem;
  cursor: pointer;
}
.hist-year-item .item-title {
  -webkit-flex: 0 0 9.5rem;
          flex: 0 0 9.5rem;
  max-width: 9.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
.hist-year-item .item-line {
  -webkit-flex: 1;
          flex: 1;
  width: -webkit-calc(100% - 9.5rem);
  width: calc(100% - 9.5rem);
  height: 4px;
  display: block;
  background: #1eb6ee;
  position: relative;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: left center !important;
          transform-origin: left center !important;
  opacity: 0;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
.hist-year-item .item-body {
  width: 100%;
  display: none;
  position: relative;
  margin-bottom: 1rem;
}
.hist-year-item .yearlist {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.45rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  font-weight: bold;
}
.hist-year-item .yearlist li {
  padding: 0 0.45rem;
}
.hist-year-item .yearlist li.active {
  color: #00baff;
}
.hist-year-item .yearlist a {
  color: inherit;
  display: block;
}
.hist-year-item.show .item-title {
  color: #fff;
}
.hist-year-item.show .item-line {
  opacity: 1;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.hist-year-item.active .item-body {
  display: block;
}

.htyear-swip-wrap {
  width: 100vw;
  height: 1rem;
  display: block;
  background: #fff;
  border-bottom: solid 1px #dcdcdc;
  position: relative;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.htyear-swip {
  width: 100%;
  height: 100%;
  position: relative;
}
.htyear-swip .swiper-slide {
  width: auto;
  white-space: nowrap;
}
.htyear-swip a {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  padding: 0.35rem 0;
  position: relative;
  font-size: 0.28rem;
  line-height: 1em;
  color: #333333;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.htyear-swip a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #0052b7;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
.htyear-swip .active a {
  color: #0052b7;
  font-size: 0.36rem;
}
.htyear-swip .active a::after {
  width: 100%;
  opacity: 1;
}

.htyear-swip-ctrl {
  width: 0.5rem;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.htyear-swip-ctrl .bi {
  width: 0.26rem;
  height: 0.26rem;
  display: block;
  color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
  .hist-year-item .item-head:hover .item-title {
    color: #fff;
  }
  .hist-item-body {
    overflow: hidden;
  }
}
@media screen and (max-width: 991.98px) {
  .history-main {
    background-image: url("/img/static/inside/hist-bg_m.jpg");
  }
  .history-main .inside-body {
    padding: 0 0 2rem;
  }
  .hist-box {
    height: 13.34rem;
    background-image: url("/img/static/inside/hist-bg3_m.jpg");
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  }
  .hist-aside {
    display: none !important;
  }
  .hist-body {
    padding: 0 0.28rem 0 0.5rem;
  }
  .hist-item-head {
    padding: 0.9rem 0 0.44rem;
    font-size: 0.6rem;
    height: 1.94rem;
  }
  .hist-item-body {
    height: -webkit-calc(100% - 1.94rem - 0.88rem);
    height: calc(100% - 1.94rem - 0.88rem);
    padding: 0 0.32rem 0 0;
  }
  .hist-sitem {
    margin-bottom: 0.48rem;
  }
  .hist-sitem .sitem-date {
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #222222;
    margin-bottom: 0.1rem;
  }
  .hist-sitem .sitem-doc {
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #222;
  }
  body.is-ios.is-wx .hist-item-body {
    height: -webkit-calc(100% - 1.94rem - 1.2rem);
    height: calc(100% - 1.94rem - 1.2rem);
  }
  body.is-safari .hist-item-body {
    height: -webkit-calc(100% - 1.94rem - 0.9rem);
    height: calc(100% - 1.94rem - 0.9rem);
  }
}
/* 组织架构 */
.org-main .inside-body {
  padding: 0;
}
.org-main .about-heading_h2 {
  margin-bottom: 2.85rem;
}

.org-box {
  padding: 2.65rem 0 5rem;
}

.org-imgs {
  width: 100%;
  position: relative;
}
.org-imgs img {
  max-width: 100%;
  display: block;
  height: auto !important;
  margin: 0 auto;
}

.org-bubox {
  width: 100%;
  position: relative;
  padding: 2rem 2rem 3rem;
  background: #F5F5F5;
  margin: 2rem 0 0;
}
.org-bubox::before {
  content: "";
  display: block;
  width: 1px;
  height: 4rem;
  background: #999999;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.org-bulist {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative;
}
.org-bulist::before {
  content: "";
  display: block;
  height: 1px;
  background: #999;
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: 0;
}

.org-buitem {
  width: 3rem;
  padding: 2.2rem 0 0;
  position: relative;
}
.org-buitem::before {
  content: "";
  display: block;
  width: 1px;
  height: 2.2rem;
  background: #999;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.org-buitem::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border: solid 1px #0052B7;
  position: absolute;
  left: 50%;
  top: 2.2rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 100%;
}

.org-buitem-lvtit {
  width: 100%;
  height: 11rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 1rem 0 0;
  background: #0574BC;
  color: #fff;
  font-size: 0.8rem;
  line-height: 0.9rem;
  cursor: pointer;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.org-buitem-lvtit span {
  width: 1.1em;
  text-align: center;
  display: block;
}

.org-buitem-sublist {
  display: none;
}

.modal-bubox {
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden !important;
}
.modal-bubox .modal-dialog {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-bubox .modal-content {
  width: 85vw;
  max-width: 1400px;
  position: relative;
}
.modal-bubox .modal-close {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  background: #D9D9D9;
  cursor: pointer;
  position: absolute;
  right: unset;
  left: -webkit-calc(100% + 2px);
  left: calc(100% + 2px);
  top: 0;
  z-index: 1200;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.modal-bubox .modal-close .bi {
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  background: url("/img/static/common/close-white.svg") no-repeat center center;
  background-size: contain;
}
.modal-bubox .modal-body {
  width: 100%;
  min-height: 25rem;
  background: #fff;
  padding: 3.125rem 3.5rem;
}

.modal-bubox-lvtit {
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #0052B7;
}

.modal-bubox-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 0.8rem;
  line-height: 1.25em;
  color: #333;
}
.modal-bubox-list li {
  max-width: 20%;
  -webkit-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 0 1em;
  position: relative;
  margin-top: 2rem;
}
.modal-bubox-list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #24B0CD;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -webkit-calc((1.25em - 6px) / 2);
  top: calc((1.25em - 6px) / 2);
}

@media (min-width: 992px) {
  .org-buitem-lvtit:hover {
    background: #0EB2DB;
  }
  .modal-bubox .modal-close:hover {
    background-color: #0052B7;
  }
}
@media (max-width: 991.98px) {
  .org-main .about-heading_h2 {
    margin-bottom: 0.58rem;
  }
  .org-box {
    padding: 0.8rem 0 1.55rem;
  }
  .org-bubox {
    margin: 0;
    padding: 0.35rem;
  }
  .org-bubox::before {
    display: none;
  }
  .org-bulist {
    width: auto;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin: 0 -0.1rem -0.35rem;
  }
  .org-bulist::before {
    display: none;
  }
  .org-buitem {
    width: 16.66;
    -webkit-flex: 0 0 16.66%;
            flex: 0 0 16.66%;
    max-width: 16.66%;
    padding: 0 0.1rem;
    margin-bottom: 0.35rem;
  }
  .org-buitem::before, .org-buitem::after {
    display: none;
  }
  .org-buitem-lvtit {
    width: 100%;
    height: 3rem;
    font-size: 0.26rem;
    line-height: 1em;
    padding: 0.3rem 0 0;
  }
  .modal-bubox .modal-dialog {
    padding: 0 0.5rem;
  }
  .modal-bubox .modal-content {
    width: 100%;
  }
  .modal-bubox .modal-close {
    width: 0.8rem;
    height: 0.8rem;
    left: unset;
    right: 0;
    top: -0.9rem;
  }
  .modal-bubox .modal-close .bi {
    width: 0.3rem;
    height: 0.3rem;
  }
  .modal-bubox .modal-body {
    min-height: 0;
    padding: 0.8rem 0.5rem;
  }
  .modal-bubox-lvtit {
    font-size: 0.54rem;
    line-height: 1em;
    margin-bottom: 0.6rem;
  }
  .modal-bubox-list {
    margin: -0.26rem 0 0;
    font-size: 0.28rem;
    line-height: 1.5em;
  }
  .modal-bubox-list li {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.22rem;
    margin: 0.26rem 0 0;
  }
}
/* 公司司歌 */
.p-song .inside-column .item::before {
  color: #333;
}
.p-song .inside-column .item a {
  color: #333;
}

.song-doc {
  font-size: 0.8rem;
  line-height: 1.875em;
  color: #333;
  text-align: center;
}
.song-doc span {
  font-weight: bold;
}

.song-imgs {
  opacity: 0 !important;
  width: 100%;
  position: relative;
  margin: 3.65rem 0 0;
  margin: -4.9rem 0 0;
}
.song-imgs img {
  width: 100%;
  display: block;
}

.song-bot {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
  left: -3rem;
  margin-top: 2.5rem;
}

.song-tool {
  padding: 0rem;
  position: relative;
}
.song-tool::after {
  content: "";
  display: block;
  width: 1px;
  height: 2rem;
  background: rgba(0, 82, 183, 0.39);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.song-tool .box {
  padding: 0 3rem 0;
  text-align: center;
  cursor: pointer;
}
.song-tool .imgs {
  width: 100%;
  position: relative;
}
.song-tool .imgs img {
  display: block;
  object-fit: contain;
  object-position: center center;
  margin: 0 auto;
}
.song-tool .imgs.web img {
  width: 100%;
  height: 2.1rem;
}
.song-tool .imgs.app img {
  width: 1.2rem;
  height: 1.2rem;
}
.song-tool .title {
  font-size: 0.7rem;
  line-height: 1rem;
  color: #0052B7;
  margin: 0.5rem 0 0;
  white-space: nowrap;
}
.song-tool:last-child::after {
  display: none;
}

@keyframes playFlv {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes playFlv {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.song-audio .box-playing {
  display: none;
}
.song-audio .media,
.song-audio .audiojs,
.song-audio audio {
  display: none;
}
.song-audio.is-playing .box-playing {
  display: block;
}
.song-audio.is-playing .box-playing .imgs {
  animation: playFlv 1s linear infinite both;
  -webkit-animation: playFlv 1s linear infinite both;
}
.song-audio.is-playing .box-pause {
  display: none;
}

@media (min-width: 992px) {
  .song-tool .box:hover .title {
    color: #0052b7;
  }
}
@media (max-width: 991.98px) {
  .song-main .inside-body {
    background-image: url("/img/static/inside/song-bg-new-m.webp");
  }
  .song-doc {
    font-size: 0.3rem;
    line-height: 0.56rem;
    text-align: left;
  }
  .song-imgs {
    width: 100vw;
    margin: 1rem -0.5rem 0;
    margin: -2rem -0.5rem 0;
  }
  .song-bot {
    margin: 1.2rem 0 0;
    padding: 0 0.45rem;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .song-tool {
    padding: 0;
    -webkit-flex: none;
            flex: none;
  }
  .song-tool::after {
    display: none;
  }
  .song-tool .box {
    width: auto;
  }
  .song-tool .title {
    font-size: 0.28rem;
    line-height: 1em;
    margin: 0.3rem 0 0;
  }
}
.p-leader .inside-lv3box {
  padding: 0;
}
.p-leader .inside-swiper1 {
  margin: 0 0 3em;
}

@media (max-width: 991.98px) {
  .p-leader .inside-swiper1 {
    margin: 0 0 0.6rem;
  }
  .honor-year-detlist .detitem:last-child .doc p:last-child::before,
  .honor-year-detlist .detitem:first-child .doc:first-child::after {
    height: 10px;
    border-radius: 0 !important;
  }
}
.inside-swiper {
  opacity: 1;
  margin: 0 0 3em;
}
.inside-swiper .swiper-slide {
  width: 33.33%;
}

.song-box {
  padding: 6.5em 0 6em 0;
  position: relative;
}
.song-box .op {
  position: absolute;
  content: "";
  height: -webkit-calc(100% + 2.6em + 0rem);
  height: calc(100% + 2.6em + 0rem);
  width: 100%;
  background: url("/img/static/songbg.webp") no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
.song-box .box1 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.song-box .box-l {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: baseline;
          align-items: baseline;
  width: 47.4285714286%;
  padding-top: 1.2em;
  position: sticky;
  top: 6.5em;
}
.song-box .box-r {
  -webkit-flex: 1;
          flex: 1;
  padding: 0 0 0 4.5em;
}

.song-pu {
  width: 100%;
}
.song-pu img {
  width: 100%;
  box-shadow: 0px 10px 20px 0px rgba(5, 46, 74, 0.08);
}

.song-h2 {
  background: -webkit-linear-gradient(95deg, #63CEDD 2%, #0052B7 54.41%);
  background: -webkit-linear-gradient(355deg, #63CEDD 2%, #0052B7 54.41%);
  background: linear-gradient(95deg, #63CEDD 2%, #0052B7 54.41%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 2.4em;
  line-height: 1.4583333333em;
  font-weight: 500;
  margin-bottom: 0.625em;
}

.song-desc {
  font-size: 0.8em;
  line-height: 1.875em;
  color: #333;
}
.song-desc p {
  margin-bottom: 0.625em;
}
.song-desc p:last-child {
  margin-bottom: 0;
}
.song-desc p span {
  font-weight: bold;
}

.p-song .main-box {
  overflow-x: visible;
}
.p-song .inside-body {
  padding: 0;
}

@media (min-width: 992px) {
  .song-box .op {
    background: none;
    overflow: hidden;
  }
  .song-box .op .op1 {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(/img/static/songbg.webp) no-repeat bottom;
    background-size: cover;
  }
}
@media (max-width: 991.98px) {
  .op1 {
    display: none;
  }
  .song-box .box1 {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .song-box .op {
    background: url(/img/static/songbg-app.webp) no-repeat bottom center;
    background-size: 100% auto;
  }
  .p-song .inside-body {
    padding-top: 0;
  }
  .song-box {
    padding-top: 0.8rem;
  }
  .song-box .box-r {
    padding: 1rem 0 0;
  }
  .song-box .box-l {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    -webkit-align-items: center;
            align-items: center;
  }
  .song-h2 {
    font-size: 0.54rem;
    line-height: 0.54rem;
    margin-bottom: 0.44rem;
  }
  .song-desc {
    font-size: 0.3rem;
    line-height: 0.56rem;
    color: #333;
  }
  .song-bot {
    margin-left: 0;
    left: 0;
  }
  .song-tool .box {
    padding: 0 0 0;
  }
  .song-bot {
    margin-top: 1rem;
  }
}