#Pages {
  padding: 40px 0; }

.page-link {
  line-height: 38px;
  display: inline-block;
  min-width: 40px;
  margin: 0 4px;
  padding: 0 15px;
  text-align: center;
  color: #333;
  border: 1px solid #D9D9D9;
  border-radius: 5px; }

.nul {
  padding-left: 0; }
  .nul li {
    padding-bottom: 40px;
    list-style: none;
    border-bottom: 1px solid #E6E6E6; }
    .nul li + li {
      padding-top: 40px; }
  .nul .scaleImg .overflowHide {
    width: 420px;
    height: 220px; }
  .nul .scaleImg .bgImg {
    overflow: hidden;
    width: 100%;
    height: 100%; }
    .nul .scaleImg .bgImg img {
      width: 100%;
      height: 100%;
      transition: all 0.36s ease-in-out;
      object-fit: cover; }
  .nul .scaleImg .nRx {
    width: calc(100% - 420px); }
    .nul .scaleImg .nRx strong {
      font-size: 26px;
      font-weight: normal;
      line-height: 50px;
      display: block;
      height: 50px; }
    .nul .scaleImg .nRx p {
      font-size: 16px;
      font-weight: normal;
      line-height: 36px;
      display: block;
      display: -webkit-box;
      overflow: hidden;
      height: 72px;
      margin-top: 17px;
      margin-bottom: 0;
      color: #333;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    .nul .scaleImg .nRx .nfns {
      font-size: 18px;
      line-height: 34px;
      height: 34px;
      margin-top: 20px;
      color: #808080; }
    .nul .scaleImg .nRx .nfns_s2 {
      font-size: 14px;
      display: inline-block;
      margin: 0 30px; }
    .nul .scaleImg .nRx .nfns_s3 {
      color: var(--bs-primary); }
  .nul .scaleImg:hover .bgImg img {
    transform: scale(1.06); }
  .nul .scaleImg:hover .nRx strong {
    color: var(--bs-primary); }

.banner {
  position: relative; }

.ban_textBox {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff; }
  .ban_textBox .text_ch {
    font-size: 46px;
    font-weight: 700; }
  .ban_textBox .text_en {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8); }

.ban_btn {
  font-size: 22px;
  line-height: 48px;
  position: absolute;
  z-index: 9;
  bottom: 80px;
  left: 50%;
  display: block;
  height: 48px;
  padding: 0 32px;
  cursor: pointer;
  transform: translate(-50%);
  color: #fff;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px); }
  .ban_btn:hover {
    background-color: var(--bs-primary);
    color: #fff; }

.lay-nav {
  background-color: #f5f5f5; }
  .lay-nav .container {
    position: relative; }
    .lay-nav .container span {
      display: block;
      width: 100%;
      height: 100%;
      background-color: var(--bs-primary);
      position: absolute;
      top: 0;
      left: 0;
      transform: translateX(-100%); }
    .lay-nav .container a {
      font-size: 16px;
      display: inline-block;
      height: 56px;
      border-bottom: 2px solid transparent;
      line-height: 56px; }
      .lay-nav .container a + a {
        margin-left: 30px; }
      .lay-nav .container a.on {
        border-color: var(--bs-primary);
        color: var(--bs-primary); }

.lay-breadcrumb {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 20px;
  list-style: none;
  color: rgba(0, 0, 0, 0.45);
  -webkit-font-feature-settings: "tnum", "tnum";
  font-feature-settings: "tnum", "tnum"; }
  .lay-breadcrumb:after {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 20px;
    content: "";
    background-color: #e8ecf3; }
  .lay-breadcrumb span a {
    font-size: inherit;
    color: var(--bs-primary); }
  .lay-breadcrumb i {
    margin: 0 8px; }

.main_body {
  padding-top: 60px; }

.sideNav {
  position: relative;
  width: 100%; }
  .sideNav:before {
    position: absolute;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    content: "";
    border-left: 1px solid rgba(51, 51, 51, 0.2); }
  .sideNav dd a {
    font-size: 18px;
    line-height: 68px;
    position: relative;
    display: block;
    width: 280px;
    height: 68px;
    padding: 0 0 0 65px;
    text-align: left;
    color: #555c66; }
    .sideNav dd a:before {
      position: absolute;
      top: 0;
      left: -1px;
      display: block;
      width: 5px;
      height: 100%;
      content: "";
      background-color: transparent; }
    .sideNav dd a:hover {
      color: var(--bs-primary); }
    .sideNav dd a.on {
      font-weight: bolder;
      background-color: rgba(224, 229, 240, 0.39); }
      .sideNav dd a.on:before {
        background-color: var(--bs-primary); }

.project-right-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #555c66; }
.project-right .project-list {
  margin-top: 38px;
  padding-left: 0; }
  .project-right .project-list li {
    list-style: none;
    border-bottom: 1px solid #e0e5f0;
    padding: 20px 0 24px; }
    .project-right .project-list li .cm-name {
      font-size: 18px;
      font-weight: 500;
      display: flex;
      align-items: center;
      color: #555c66; }
      .project-right .project-list li .cm-name .cm-icon {
        display: inline-block;
        width: 44px;
        height: 44px;
        margin-right: 10px;
        background: no-repeat 0;
        background-size: contain; }
    .project-right .project-list li .cm-desc {
      font-weight: 400;
      line-height: 24px;
      position: relative;
      margin-top: 18px;
      padding-left: 10px;
      color: #798093; }
      .project-right .project-list li .cm-desc:before {
        position: absolute;
        top: 4px;
        left: 0;
        display: inline-block;
        width: 2px;
        height: 16px;
        content: " ";
        background: #006aff; }
    .project-right .project-list li .cm-view {
      margin: 40px 0 0 9px; }
      .project-right .project-list li .cm-view a {
        color: #006aff;
        display: inline-block;
        vertical-align: middle; }
        .project-right .project-list li .cm-view a .anticon {
          font-size: 14px;
          margin-left: 7px;
          display: inherit;
          line-height: 1; }
        .project-right .project-list li .cm-view a + a {
          margin-left: 30px;
          font-weight: bold; }
        .project-right .project-list li .cm-view a svg {
          width: 16px;
          height: 16px; }
        .project-right .project-list li .cm-view a:hover {
          text-decoration: underline; }
    .project-right .project-list li:hover {
      background: rgba(224, 229, 240, 0.39);
      border-bottom: 1px solid rgba(224, 229, 240, 0.39); }
      .project-right .project-list li:hover .cm-name {
        color: #006aff; }

.main_body .cm-title, .main_body .detail-box h2, .detail-box .main_body h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  color: #555c66;
  padding-bottom: 30px; }

.detail-box {
  margin-bottom: 60px; }
  .detail-box h1, .detail-box h2, .detail-box h3, .detail-box h4, .detail-box h5, .detail-box h6 {
    color: #555c66;
    margin: 0; }
  .detail-box h2 + div, .detail-box .cm-content {
    text-align: justify;
    color: #798093;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 60px; }
  .detail-box table {
    max-width: 100%;
    width: 100%; }
    .detail-box table tr td + td {
      padding-left: 15px; }
    .detail-box table img {
      width: 100%;
      max-width: 100%; }

.detail-right .more_Link .cm-content {
  display: block;
  color: #555c66;
  margin-bottom: 24px; }
  .detail-right .more_Link .cm-content .cm-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .detail-right .more_Link .cm-content .cm-desc {
    font-size: 14px;
    font-weight: 400;
    color: #798093;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
.detail-right .more-btn-container {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: var(--bs-primary);
  line-height: 20px; }
  .detail-right .more-btn-container svg {
    margin-left: 6px;
    font-size: 10px; }

.itemWarp {
  width: 100%;
  margin: 136px auto 180px; }

.itemWarp .item-tit, .commonTitle .item-tit {
  margin: 0 0 56px 0; }
  .itemWarp .item-tit h3, .commonTitle .item-tit h3 {
    font-size: 28px;
    line-height: 36px;
    margin: 0;
    text-align: center;
    color: #000; }
  .itemWarp .item-tit .tit-en, .commonTitle .item-tit .tit-en {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    opacity: .3;
    color: #1f3858; }

.item1 .item1-cont {
  position: relative;
  z-index: 0; }
  .item1 .item1-cont-item {
    display: flex;
    margin-bottom: 10px; }
    .item1 .item1-cont-item:last-child {
      margin-bottom: 0; }
  .item1 .item1-cont .item1-cont-li {
    position: relative;
    height: 364px;
    margin-right: 10px;
    cursor: pointer;
    background-position: 50%;
    background-size: cover; }
    .item1 .item1-cont .item1-cont-li:last-child {
      margin-right: 0; }
    .item1 .item1-cont .item1-cont-li .item1-cont-li-titBox {
      line-height: 60px;
      position: absolute;
      bottom: 0;
      left: 0;
      box-sizing: border-box;
      width: 100%;
      height: 60px;
      padding: 0 20px;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.3); }
    .item1 .item1-cont .item1-cont-li .tit1 {
      font-size: 26px;
      float: left; }
    .item1 .item1-cont .item1-cont-li .tit2 {
      font-size: 16px;
      float: right; }
    .item1 .item1-cont .item1-cont-li .textBox {
      box-sizing: border-box;
      height: 100%;
      padding: 0 20px;
      color: #000;
      background-color: #f4f4f4; }
    .item1 .item1-cont .item1-cont-li .text1 {
      font-size: 26px;
      float: left; }
    .item1 .item1-cont .item1-cont-li .text2 {
      font-size: 16px;
      float: right;
      color: #aaa; }
  .item1 .item1-cont ._3RQkMn68D5l8t71-4CQbMr {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 688px;
    background: #fff; }
    .item1 .item1-cont ._3RQkMn68D5l8t71-4CQbMr ._1OClFIAQx6AgEGmrhxdm3 {
      overflow: hidden;
      width: 820px;
      height: 460px;
      margin: 114px 0 0 0;
      border-radius: 10px; }
    .item1 .item1-cont ._3RQkMn68D5l8t71-4CQbMr ._3arNFNqNuWzMam9aNBJiXC {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: flex;
      overflow: hidden;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      width: 520px;
      border-radius: 10px; }
      .item1 .item1-cont ._3RQkMn68D5l8t71-4CQbMr ._3arNFNqNuWzMam9aNBJiXC ._2EQni1xWDxGE6pz2fD70PW {
        position: relative;
        display: flex;
        overflow: hidden;
        flex-direction: column;
        box-sizing: border-box;
        width: 100%;
        padding: 40px 30px 40px 40px;
        border-radius: 10px;
        background: #f6f6f6; }
        .item1 .item1-cont ._3RQkMn68D5l8t71-4CQbMr ._3arNFNqNuWzMam9aNBJiXC ._2EQni1xWDxGE6pz2fD70PW ._2QCrKfRYsaGnJd2aG33hq0 {
          position: absolute;
          top: 20px;
          right: 20px;
          height: 20px; }
          .item1 .item1-cont ._3RQkMn68D5l8t71-4CQbMr ._3arNFNqNuWzMam9aNBJiXC ._2EQni1xWDxGE6pz2fD70PW ._2QCrKfRYsaGnJd2aG33hq0 .next-icon {
            font-size: 22px;
            cursor: pointer;
            color: rgba(0, 0, 0, 0.5); }
        .item1 .item1-cont ._3RQkMn68D5l8t71-4CQbMr ._3arNFNqNuWzMam9aNBJiXC ._2EQni1xWDxGE6pz2fD70PW .wilEoGWLaay0Bt--qjzhT {
          overflow: hidden;
          max-height: 90px;
          margin: 0 0 20px 0; }
          .item1 .item1-cont ._3RQkMn68D5l8t71-4CQbMr ._3arNFNqNuWzMam9aNBJiXC ._2EQni1xWDxGE6pz2fD70PW .wilEoGWLaay0Bt--qjzhT img {
            height: 100%; }
        .item1 .item1-cont ._3RQkMn68D5l8t71-4CQbMr ._3arNFNqNuWzMam9aNBJiXC ._2EQni1xWDxGE6pz2fD70PW h4 {
          font-size: 28px;
          margin: 0 40px 12px 0;
          color: #000; }
        .item1 .item1-cont ._3RQkMn68D5l8t71-4CQbMr ._3arNFNqNuWzMam9aNBJiXC ._2EQni1xWDxGE6pz2fD70PW ._2wdTggYCmMyoV_HGpsEaYN {
          font-size: 20px;
          line-height: 38px;
          overflow-y: auto;
          height: auto;
          margin: 0 40px 8px 0;
          color: #000; }
        .item1 .item1-cont ._3RQkMn68D5l8t71-4CQbMr ._3arNFNqNuWzMam9aNBJiXC ._2EQni1xWDxGE6pz2fD70PW ._1KAupsOAJbOAfjiQ0e92gN {
          font-family: PingFangSC-Regular;
          font-size: 20px;
          line-height: 38px;
          letter-spacing: 0;
          opacity: .6;
          color: #000; }

.item2 .slick-list {
  height: 410px; }
  .item2 .slick-list .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .item2 .slick-list .swiper-slide .img {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      width: 900px;
      height: 100%;
      border-radius: 10px; }
      .item2 .slick-list .swiper-slide .img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .item2 .slick-list .swiper-slide .text {
      position: relative;
      z-index: 0;
      width: 485px;
      margin: 0 16px 0 0;
      padding: 40px 32px;
      border-radius: 10px;
      background: #f6f6f6; }
      .item2 .slick-list .swiper-slide .text div {
        font-size: 20px;
        line-height: 30px;
        overflow: hidden;
        overflow-y: auto;
        max-height: 200px;
        color: rgba(0, 0, 0, 0.4); }
      .item2 .slick-list .swiper-slide .text:before {
        position: absolute;
        top: -16px;
        right: 47px;
        width: 36px;
        height: 34px;
        content: "";
        background: url(../images/icon-dou1.png) no-repeat 0 0;
        background-size: 100% 100%; }
.item2 .slick-dots {
  position: relative;
  display: flex;
  height: 70px;
  margin-top: 40px; }
  .item2 .slick-dots:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    content: "";
    background: #f6f6f6; }
  .item2 .slick-dots .swiper-slide {
    font-size: 21px;
    padding: 20px 0;
    cursor: pointer;
    text-align: center;
    color: #a2a2a2; }
    .item2 .slick-dots .swiper-slide.active {
      font-size: 24px;
      position: relative;
      color: var(--bs-primary); }
      .item2 .slick-dots .swiper-slide.active:before {
        position: absolute;
        top: -5px;
        left: 0;
        width: 100%;
        height: 9px;
        content: "";
        background: var(--bs-primary); }

.item3 .item3-li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 36px; }
  .item3 .item3-li .item3-li-text {
    position: relative;
    box-sizing: border-box;
    width: 330px;
    padding: 24px;
    border-radius: 10px;
    background: #f6f6f6; }
    .item3 .item3-li .item3-li-text:before {
      position: absolute;
      top: -20px;
      right: 47px;
      left: 24px;
      display: none;
      width: 36px;
      height: 34px;
      content: "";
      transform: rotateY(180deg);
      background: url(../images/icon-dou1.png) no-repeat 0 0;
      background-size: 100% 100%; }
    .item3 .item3-li .item3-li-text h4 {
      font-size: 22px;
      line-height: 24px;
      margin: 0 0 24px 0;
      color: #000; }
    .item3 .item3-li .item3-li-text p {
      font-size: 16px;
      line-height: 24px;
      margin: 0;
      opacity: .4;
      color: #000; }
  .item3 .item3-li:first-child .item3-li-text:first-child:before {
    display: block; }
  .item3 .item3-li:nth-child(3n) .item3-li-text:last-child:before {
    right: 24px;
    left: auto;
    display: block;
    transform: none; }
.item3 .img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 430px;
  height: 420px;
  margin: -210px 0 0 -215px; }

.item4 .slick-list {
  height: 410px; }
  .item4 .slick-list .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .item4 .slick-list .swiper-slide .text {
      position: relative;
      z-index: 0;
      width: 410px;
      margin: 0 16px 0 24px; }
      .item4 .slick-list .swiper-slide .text div {
        font-size: 20px;
        line-height: 38px;
        overflow: hidden;
        color: rgba(0, 0, 0, 0.6); }
      .item4 .slick-list .swiper-slide .text:before {
        position: absolute;
        top: -74px;
        left: 0;
        width: 36px;
        height: 34px;
        content: "";
        transform: rotateY(180deg);
        background: url(../images/icon-dou1.png) no-repeat 0 0;
        background-size: 100% 100%; }
    .item4 .slick-list .swiper-slide .img {
      position: absolute;
      top: 0;
      right: 0;
      overflow: hidden;
      width: 660px;
      height: 400px;
      border-radius: 15px; }
      .item4 .slick-list .swiper-slide .img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
.item4 .slick-dots {
  position: relative;
  display: flex;
  height: 70px;
  margin-top: 40px; }
  .item4 .slick-dots:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    content: "";
    background: #f6f6f6; }
  .item4 .slick-dots .swiper-slide {
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
    color: #a2a2a2; }
    .item4 .slick-dots .swiper-slide.active {
      font-size: 24px;
      position: relative;
      color: var(--bs-primary); }
      .item4 .slick-dots .swiper-slide.active:before {
        position: absolute;
        top: -5px;
        left: 0;
        width: 100%;
        height: 9px;
        content: "";
        background: var(--bs-primary); }

.down-list .wp-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px 40px 0;
  border: 1px solid rgba(121, 128, 147, 0.6);
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 7, 81, 0.12); }
  .down-list .wp-wrap + .wp-wrap {
    margin-top: 30px; }
  .down-list .wp-wrap .wp-item {
    display: flex;
    width: 100%;
    min-height: 310px;
    margin-bottom: 48px; }
    .down-list .wp-wrap .wp-item .wp-img {
      width: 230px;
      height: 310px;
      margin-right: 38px; }
    .down-list .wp-wrap .wp-item .wp-item-right {
      position: relative;
      flex: 1;
      margin-top: 12px; }
      .down-list .wp-wrap .wp-item .wp-item-right .wp-name {
        font-size: 24px;
        font-weight: 500;
        line-height: 33px;
        margin-bottom: 14px;
        color: #555c66; }
      .down-list .wp-wrap .wp-item .wp-item-right .wp-desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        padding-left: 11px;
        color: #555c66; }
      .down-list .wp-wrap .wp-item .wp-item-right .wp-fixed {
        position: absolute;
        bottom: 24px;
        left: 11px; }
        .down-list .wp-wrap .wp-item .wp-item-right .wp-fixed .wp-author {
          margin-bottom: 8px; }
  .down-list .wp-wrap .wp-switch {
    position: absolute;
    right: 40px;
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .down-list .wp-wrap .wp-switch .c-arrow-top {
      display: inline-block;
      width: 10px;
      height: 5px;
      margin-left: 9px;
      background: url(../images/arrow-top.png) no-repeat;
      background-size: contain; }
  .down-list .wp-wrap .wp-footer {
    width: 832px;
    margin-bottom: 40px; }
    .down-list .wp-wrap .wp-footer .wp-title {
      font-size: 24px;
      font-weight: 500;
      line-height: 33px;
      margin-bottom: 24px;
      color: #555c66; }
    .down-list .wp-wrap .wp-footer .wp-paperDesc {
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      margin-bottom: 16px;
      color: #555c66; }

.wp-wrap .wp-item .wp-item-right .wp-fixed .wp-author, .wp-wrap .wp-item .wp-item-right .wp-fixed .wp-time, .wp-wrap .wp-switch {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #555c66; }

.wp-wrap .wp-footer .wp-simpleDesc .wp-p-item, .wp-wrap .wp-footer .wp-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #555c66; }

.articleCont .articleTit {
  font-size: 26px;
  line-height: 1.5; }
.articleCont .articleTime {
  font-size: 15px;
  color: #838095;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 58px; }
  .articleCont .articleTime span {
    display: inline-block;
    vertical-align: middle; }
    .articleCont .articleTime span + span {
      margin-left: 20px; }
.articleCont .articleContent {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  width: 100%;
  overflow: hidden;
  color: #333;
  padding-bottom: 120px; }
  .articleCont .articleContent p {
    text-indent: 2em; }
    .articleCont .articleContent p img {
      margin-left: -2em; }

.hotList {
  width: 100%; }
  .hotList .hotTit {
    font-size: 22px;
    line-height: 1;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: rgba(224, 229, 240, 0.3);
    padding: 15px; }
    .hotList .hotTit i {
      display: inline-block;
      vertical-align: middle;
      font-size: 20px;
      color: var(--bs-danger); }
  .hotList ul {
    padding: 0;
    border: 1px solid #e0e5f0; }
    .hotList ul li {
      padding: 15px;
      cursor: pointer; }
      .hotList ul li + li {
        border-top: 1px solid #e0e5f0; }
      .hotList ul li .hotImg {
        overflow: hidden;
        display: none; }
      .hotList ul li .tit {
        font-size: 16px;
        line-height: 1.5;
        color: #333;
        transition: padding-top .36s; }
      .hotList ul li .time {
        display: none;
        overflow: hidden;
        font-size: 14px;
        color: #A7A6A6;
        padding-top: 18px;
        line-height: 1; }
        .hotList ul li .time span {
          padding-right: 15px; }
      .hotList ul li:nth-of-type(1) .hotImg, .hotList ul li:nth-of-type(1) .time {
        display: block; }
      .hotList ul li.on .tit {
        color: var(--bs-primary);
        padding-top: 12px; }

.aboutCont {
  padding-bottom: 70px;
  background: url("../images/lay-about.png") no-repeat left bottom; }
  .aboutCont .cont {
    padding-top: 40px; }
    .aboutCont .cont p {
      font-size: 22px;
      line-height: 1.8;
      color: #696868;
      text-indent: 2em;
      text-align: justify; }

.ptCont {
  background: url("../images/lay-pt.jpg") no-repeat center;
  height: 1052px;
  padding-top: 80px; }
  .ptCont .pointBox {
    margin-top: 100px;
    height: 420px; }
    .ptCont .pointBox .item {
      position: absolute; }
      .ptCont .pointBox .item .cont {
        position: absolute;
        width: 100%;
        height: 100%;
        padding-left: 28px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        left: 0;
        bottom: 0; }
        .ptCont .pointBox .item .cont .tit {
          font-size: 28px;
          line-height: 36px;
          color: #fff;
          font-weight: bold; }
        .ptCont .pointBox .item .cont .more {
          font-size: 18px;
          color: #fff;
          line-height: 1;
          padding-top: 12px;
          display: inline-block;
          cursor: pointer; }
      .ptCont .pointBox .item1 {
        right: 65px;
        top: 0; }
      .ptCont .pointBox .item2 {
        top: 102px;
        left: 0; }
        .ptCont .pointBox .item2 .cont {
          padding-top: 28px;
          padding-left: 20px; }
      .ptCont .pointBox .item3 {
        bottom: 0;
        left: 470px; }

.honorCont {
  padding-bottom: 70px; }
  .honorCont .cmTit {
    padding-bottom: 50px; }
  .honorCont .nums {
    text-align: center; }
    .honorCont .nums .item {
      display: inline-block; }
      .honorCont .nums .item + .item {
        margin-left: 60px; }
      .honorCont .nums .item span {
        font-size: 50px;
        line-height: 1;
        display: block;
        position: relative;
        font-weight: bold;
        color: var(--bs-primary); }
        .honorCont .nums .item span:after {
          content: '+';
          font-style: normal;
          font-size: 30px;
          opacity: .8;
          vertical-align: top;
          position: absolute;
          top: 0;
          color: #333;
          font-weight: normal; }
      .honorCont .nums .item p {
        font-size: 15px;
        line-height: 1;
        padding-top: 10px;
        opacity: .8; }
  .honorCont #certify {
    position: relative;
    width: 100%; }
    .honorCont #certify .swiper-container {
      padding: 60px 0; }
      .honorCont #certify .swiper-container .swiper-slide {
        width: 580px;
        background: #fff;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); }
        .honorCont #certify .swiper-container .swiper-slide img {
          display: block;
          width: 100%; }
        .honorCont #certify .swiper-container .swiper-slide p {
          line-height: 98px;
          padding-top: 0;
          text-align: center;
          color: #333;
          font-size: 22px;
          margin: 0; }
    .honorCont #certify .swiper-pagination {
      width: 100%;
      position: unset; }
      .honorCont #certify .swiper-pagination span {
        margin: 0 5px;
        border: 2px solid var(--bs-primary);
        background-color: transparent;
        width: 15px;
        height: 15px;
        opacity: 1; }
        .honorCont #certify .swiper-pagination span.swiper-pagination-bullet-active {
          background-color: var(--bs-primary); }
    .honorCont #certify .swiper-button-prev, .honorCont #certify .swiper-button-next {
      left: -30px;
      width: 46px;
      height: 46px;
      background-position: 0 0;
      background-size: 100%;
      border: 2px solid #cccccc;
      border-radius: 100%;
      color: #ccc;
      outline: none;
      transform: translate(-100%, -50%); }
      .honorCont #certify .swiper-button-prev:after, .honorCont #certify .swiper-button-next:after {
        font-size: 22px;
        color: inherit; }
      .honorCont #certify .swiper-button-prev:hover, .honorCont #certify .swiper-button-next:hover {
        color: var(--bs-primary);
        border-color: var(--bs-primary); }
    .honorCont #certify .swiper-button-next {
      right: -30px;
      left: unset;
      transform: translate(100%, -50%); }

.contactCont {
  padding-bottom: 80px; }

.contactWarp {
  position: relative; }
  .contactWarp .map {
    width: 100%;
    height: 500px;
    position: relative;
    background: #f9f9f9; }
  .contactWarp .mapBox {
    width: 350px;
    height: auto;
    background: #fff;
    position: absolute;
    right: 40px;
    top: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    border-radius: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    .contactWarp .mapBox .infos {
      width: 100%;
      height: auto;
      position: relative; }
      .contactWarp .mapBox .infos ul li {
        width: 100%;
        height: auto;
        position: relative;
        display: flex;
        justify-content: space-between;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 20px; }
        .contactWarp .mapBox .infos ul li:last-child {
          padding-bottom: 0;
          border-bottom: none;
          margin-bottom: 0; }
        .contactWarp .mapBox .infos ul li .icon {
          width: 30px;
          height: 30px;
          line-height: 40px;
          text-align: center;
          font-size: 28px; }
          .contactWarp .mapBox .infos ul li .icon img {
            vertical-align: top; }
        .contactWarp .mapBox .infos ul li .info {
          width: calc(100% - 40px); }
          .contactWarp .mapBox .infos ul li .info .b {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 5px; }
          .contactWarp .mapBox .infos ul li .info .p {
            line-height: 1.7; }

.job-item-wrap {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 70px; }
  .job-item-wrap .job-item {
    width: 100%;
    background: #fff;
    border: 1px solid #e0e5f0;
    padding: 30px;
    transition: border .36s; }
    .job-item-wrap .job-item + .job-item {
      margin-top: 20px; }
    .job-item-wrap .job-item:hover {
      border-color: var(--bs-primary); }
  .job-item-wrap .jobName {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px; }
    .job-item-wrap .jobName .job-title {
      font-size: 24px; }
    .job-item-wrap .jobName .job-time {
      font-size: 16px;
      color: #333;
      opacity: .5; }
  .job-item-wrap .jobCondition {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .job-item-wrap .jobCondition .desc {
      font-size: 18px;
      color: #74778B; }
  .job-item-wrap .jobText {
    padding-top: 30px;
    display: none; }
    .job-item-wrap .jobText:before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #333;
      opacity: .2; }
    .job-item-wrap .jobText .tit {
      font-size: 18px;
      font-weight: bold;
      padding: 24px 0 12px; }
    .job-item-wrap .jobText .content {
      padding-top: 12px;
      line-height: 1.75;
      font-size: 14px;
      opacity: .8; }
      .job-item-wrap .jobText .content:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #333;
        opacity: .2;
        margin-top: 24px; }
      .job-item-wrap .jobText .content:nth-last-of-type(1):after {
        content: unset; }

#talentDetail_body {
  padding-top: 0; }

.jobDetail #jobTop {
  border-top: 1px solid #e0e5f0;
  padding-bottom: 30px;
  padding-top: 30px;
  position: fixed;
  z-index: 333;
  width: 100%;
  background-color: #fff; }
  .jobDetail #jobTop .jobName {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px; }
    .jobDetail #jobTop .jobName .job-title {
      font-size: 24px; }
    .jobDetail #jobTop .jobName .job-time {
      font-size: 16px;
      color: #333;
      opacity: .5; }
  .jobDetail #jobTop .jobCondition {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .jobDetail #jobTop .jobCondition .desc {
      font-size: 18px;
      color: #74778B; }
.jobDetail .detailCont {
  padding: 50px 0;
  background-color: #f7f7f7; }
  .jobDetail .detailCont .jobText {
    background-color: #fff;
    padding: 30px;
    padding-top: 0; }
    .jobDetail .detailCont .jobText .tit {
      font-size: 22px;
      font-weight: bold;
      padding: 30px 0 15px; }
    .jobDetail .detailCont .jobText .content {
      padding-top: 12px;
      line-height: 1.75;
      font-size: 16px;
      opacity: .8; }
      .jobDetail .detailCont .jobText .content:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #333;
        opacity: .2;
        margin-top: 30px; }
      .jobDetail .detailCont .jobText .content:nth-last-of-type(1):after {
        content: unset; }

.jobHot {
  background-color: #fff; }
  .jobHot ul {
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
    .jobHot ul li {
      border: none !important;
      padding-bottom: 0 !important;
      padding-top: 24px !important; }
      .jobHot ul li .name {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 8px; }
      .jobHot ul li .desc {
        opacity: .8;
        margin-bottom: 0; }
      .jobHot ul li a {
        display: block;
        width: 100%;
        border-top: 1px solid #e0e5f0;
        margin-top: 24px; }
      .jobHot ul li:nth-last-of-type(1) a {
        border-top: 1px solid transparent; }
      .jobHot ul li:hover {
        background-color: rgba(13, 110, 253, 0.06); }

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