.page {
    margin-top: -50px;
}

/* .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal
   */
.mySwiper .swiper-pagination1 {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
}

.mySwiper .swiper-pagination1 span {
    opacity: 0.3 !important;
    margin: 0 10px !important;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ba1912;
    cursor: pointer;
}

.mySwiper .swiper-pagination1 span.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.page_banner {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.page_banner .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page_banner .pic i {
    width: 100%;
    height: 100%;
}

.page_banner .pic i.mobile {
    display: none;
}

.page_banner .pos {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
}

.page_banner .pos b {
    font-size: 36px;
    font-weight: bold;
}

.page_banner .add {
    position: absolute;
    left: 0;
    bottom: 70px;
    margin-top: 0;
    width: 100%;
    color: #fff;
}

.page_banner .add a {
    color: #fff;
}

.page_banner .add a.one {
    background-image: url(../images/icon/i104s.png);
}

/*面包屑*/
.add {
    display: flex;
    align-items: center;
    margin-top: 40px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.add a {
    float: left;
    color: #666;
}

.add a.one {
    width: 30px;
    height: 30px;
    background: url(../images/icon/i104.png) left center no-repeat;
    background-size: 20px auto;
}

.add a:hover {
    color: #ba1912;
}

.add i {
    float: left;
    margin: 0 10px;
}

.pageNav {
    margin-top: -40px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

@media (min-width: 1201px) {
    .pageNav .swiper-wrapper {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

.pageNav .swiper-slide {
    position: relative;
    justify-content: center;
    padding: 30px 58px;
    width: auto;
    line-height: 30px;
    font-size: 18px;
    color: #333;
}

.pageNav .swiper-slide::before {
    transition: all 0.5s;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #e5e5e5;
    content: " ";
}

.pageNav .swiper-slide:last-child::before {
    display: none;
}

.pageNav .swiper-slide.cur,
.pageNav .swiper-slide:hover {
    color: #ba1912;
    font-weight: bold;
}

.pageNavLie .pageNav {
    margin-top: -90px;
}

.pageNavLie .pageNav .swiper-slide {
    box-sizing: border-box;
    padding: 30px 0;
    width: 20%;
    border-top: #eee 1px solid;
    border-right: #eee 1px solid;
}

.pageNavLie .pageNav .swiper-slide:nth-child(1),
.pageNavLie .pageNav .swiper-slide:nth-child(2),
.pageNavLie .pageNav .swiper-slide:nth-child(3),
.pageNavLie .pageNav .swiper-slide:nth-child(4),
.pageNavLie .pageNav .swiper-slide:nth-child(5) {
    border-top: none;
}

.pageNavLie .pageNav .swiper-slide:nth-child(5n) {
    border-right: none;
}

.pageNavLie .pageNav .swiper-slide::before {
    display: none;
}

.pageNavThree {
    margin-top: 10px;
}

@media (min-width: 1201px) {
    .pageNavThree .swiper-wrapper {
        justify-content: center;
        align-items: center;
    }
}

.pageNavThree .swiper-slide {
    position: relative;
    margin: 0 2.3%;
    padding: 20px 0;
    width: auto;
    line-height: 30px;
    font-size: 18px;
    color: #333;
}

.pageNavThree .swiper-slide::before {
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0px;
    height: 2px;
    background: #ba1912;
    content: " ";
}

.pageNavThree .swiper-slide.cur,
.pageNavThree .swiper-slide:hover {
    color: #ba1912;
    font-weight: bold;
}

.pageNavThree .swiper-slide.cur::before,
.pageNavThree .swiper-slide:hover::before {
    transition: all 0.5s;
    width: 100%;
}

@media (max-width: 1200px) {
    .page {
        margin-top: -0.9rem;
    }

    .mySwiper .swiper-pagination1 {
        margin-top: 0;
    }

    .mySwiper .swiper-pagination1 span {
        margin: 0 0.35rem !important;
        width: 0.34rem;
        height: 0.34rem;
    }

    .page_banner {
        height: 9.94rem;
    }

    .page_banner .pic i.pc {
        display: none;
    }

    .page_banner .pic i.mobile {
        display: block;
    }

    .page_banner .pos b {
        font-size: 0.8rem;
    }

    .page_banner .add {
        bottom: 1.4rem;
    }

    /*面包屑*/
    .add {
        margin-top: 0.9rem;
        line-height: 0.7rem;
        font-size: 0.48rem;
    }

    .add a.one {
        width: 0.75rem;
        height: 0.7rem;
        background-size: 0.51rem auto;
    }

    .add i {
        margin: 0 0.15rem;
    }

    .pageNav {
        margin-top: -0.9rem;
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
    }

    .pageNav .swiper-slide {
        justify-content: center;
        padding: 0.6rem 0.8rem;
        line-height: 0.6rem;
        font-size: 0.52rem;
    }

    .pageNav .swiper-slide::before {
        height: 0.5rem;
    }

    .pageNavLie .pageNav {
        margin-top: -0.9rem;
    }

    .pageNavLie .pageNav .swiper-slide {
        padding: 0.6rem 0.6rem;
        width: auto;
        border: none;
    }

    .pageNavLie .pageNav .swiper-slide::before {
        display: block;
    }

    .pageNavLie .pageNav .swiper-slide:last-child::before {
        display: none;
    }

    .pageNavThree {
        margin: 0.4rem 0 0 4%;
        width: 96%;
    }

    .pageNavThree .swiper-slide {
        margin: 0 0.4rem;
        padding: 0.4rem 0;
        width: auto;
        line-height: 0.5rem;
        font-size: 0.48rem;
    }
}

/*===== 搜索结果页 =====*/
.results {
    padding-top: 101px;
    padding-bottom: 150px;
}

.results .results_t {
    padding-top: 60px;
}

.results .results_t input {
    width: calc(100% - 22px);
    height: 70px;
    border-bottom: 1px solid #ba1912;
    padding-left: 22px;
    font-size: 18px;
    color: #333;
}

.results .results_t p {
    font-size: 16px;
    color: #333333;
    padding: 42px 0;
}

.results .results_t p i {
    color: #ba1912;
    display: inline-block;
}

.results .searchBoxs {
    position: relative;
}

.results .searchBoxs em {
    width: 35px;
    height: 70px;
    background: url(../images/icon/i22.png) center no-repeat;
    position: absolute;
    top: 0;
    right: 25px;
    cursor: pointer;
}

.results .results_con {
    padding: 52px 0 40px;
}

.results .results_con a {
    display: block;
    margin-bottom: 60px;
}

.results .results_con a h5 {
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    transition-duration: 0.5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.results .results_con a h5 span {
    display: inline;
}

.results .results_con a h6 {
    margin: 20px 0;
}

.results .results_con a h6 em {
    font-size: 16px;
    color: #b5b5b5;
    float: left;
    font-weight: 400;
}

.results .results_con a h6 em:nth-child(1) {
    margin-right: 24px;
}

.results .results_con a p {
    font-size: 14px;
    color: #5f636a;
    line-height: 1.7;
    transition-duration: 0.5s;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.results .results_con a p span {
    display: inline;
}

.results .results_con a i {
    color: #ba1912;
}

.results .results_con a:hover h5 {
    color: #ba1912;
}

.results .results_con a:hover p {
    color: #333333;
}

@media (max-width: 1200px) {
    .results {
        box-sizing: border-box;
        padding: 2rem 0 1.8rem;
        min-height: 80vh;
    }

    .results .results_t {
        padding-top: 0.8rem;
    }

    .results .results_t input {
        width: calc(100% - 3.18rem);
        height: 1.6rem;
        font-size: 0.56rem;
        padding: 0 2.3rem 0 0.88rem;
    }

    .results .results_t p {
        font-size: 0.52rem;
        padding: 0.64rem 0;
    }

    .results .searchBoxs em {
        right: 1rem;
        height: 1.6rem;
        width: 0.74rem;
        background-size: 100% auto;
    }

    .results .results_con {
        padding: 1.2rem 0 0;
    }

    .results .results_con a {
        margin-bottom: 1.76rem;
    }

    .results .results_con a h5 {
        font-size: 0.64rem;
    }

    .results .results_con a h6 {
        margin: 0.4rem 0;
    }

    .results .results_con a h6 em {
        font-size: 0.48rem;
    }

    .results .results_con a h6 em:nth-child(1) {
        margin-right: 0.4rem;
    }

    .results .results_con a p {
        display: none;
    }
}

/*===== p4-0新闻 =====*/
.new {
    margin-top: 0;
}

/* .new01{
      padding: 170px 0 100px;
      background: url(../images/page/new01_bac.jpg) center no-repeat;
      background-size: cover;
      .swiper{
          margin-top: 45px;
      }
      .swiper-slide{
          margin-right: 0;
          width: 100%;
          background: #fff;
          .pic{
              float: left;
              margin-right: 4.3%;
              width: 46.14%;
              height: 400px;
              overflow: hidden;
              i{
                  transition: all 0.5s;
                  transform: scale(1);
                  width: 100%;
                  height: 100%;
              }
          }
          .text{
              float: left;
              width: 45%;
              b{
                  margin: 65px 0 30px;
                  height: 64px;
                  line-height: 32px;
                  font-size: 26px;
                  color: #333;
                  font-weight: bold;
                  display: -webkit-box;
                  overflow: hidden;
                  -webkit-line-clamp: 2;
                  -webkit-box-orient: vertical;
              }
              i{
                  margin-bottom: 24px;
                  padding-left: 21px;
                  font-size: 16px;
                  line-height:25px;
                  color: #999;
                  font-family: Arial;
                  background: url(../images/icon/i23.png) left center no-repeat;
              }
              p{
                  margin-bottom: 34px;
                  height: 64px;
                  line-height: 32px;
                  font-size: 16px;
                  color: #999;
                  display: -webkit-box;
                  overflow: hidden;
                  -webkit-line-clamp: 2;
                  -webkit-box-orient: vertical;
              }

          }
          &:hover{
              .pic i{
                  transition: all 0.5s;
                  transform: scale(1.08);
              }
              .text{
                  b{
                      color: #ba1912;
                  }
              }

          }
      }
  } */
.newj_01 {
    position: relative;
    height: 100vh;
    background: url(../images/page/new01_bac.jpg) center no-repeat;
    background-size: cover;
}

.newj_01 .title_01 {
    margin-bottom: 37px;
}

.newj_01 .pos {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 40px;
    width: 100%;
}

.newj_01 .pos .mySwiper {
    padding-bottom: 60px;
}

.newj_01 .pos .mobile {
    display: none;
}

.newj_01 .pos a {
    position: relative;
    float: left;
    width: 30.35%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-delay: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
    animation-name: fadeInUp150;
}

.newj_01 .pos a .pic {
    width: 100%;
    height: 249px;
    overflow: hidden;
}

.newj_01 .pos a .pic img {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newj_01 .pos a .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 43px;
    line-height: 43px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
}

.newj_01 .pos a .text p {
    margin: 0 auto;
    width: 86%;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newj_01 .pos a.a1 {
    margin-right: 3.45%;
    width: 66.2%;
}

.newj_01 .pos a.a1 .pic {
    height: 542px;
}

.newj_01 .pos a.a1 .text {
    height: 70px;
    line-height: 70px;
}

.newj_01 .pos a.a1 .text p {
    float: left;
    margin-left: 4%;
    width: calc(100% - 8% - 100px);
}

.newj_01 .pos a.a1 .text i {
    float: right;
    margin-right: 4%;
    font-size: 18px;
}

.newj_01 .pos a.a2 {
    animation-delay: 0.1s;
    margin-bottom: 44px;
}

.newj_01 .pos a:hover .pic img {
    transition: all 0.5s;
    transform: scale(1.08);
}

.newj_01 .swiper-pagination {
    display: flex;
    align-items: center;
    bottom: 0;
    font-size: 18px;
    color: #fff;
}

.newj_01 .swiper-pagination div {
    margin: 0 10px;
    width: 98px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.newj_01 .swiper-pagination div i {
    height: 1px;
    background: #fff;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-name: width100;
    animation-name: width100;
}

@media (max-width: 1480px) {
    .newj_01 .pos .mySwiper {
        padding-bottom: 50px;
    }

    .newj_01 .pos a .pic {
        height: 213px;
    }

    .newj_01 .pos a.a2 {
        margin-bottom: 38px;
    }

    .newj_01 .pos a.a1 .pic {
        height: 464px;
    }
}

@-webkit-keyframes width100 {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .newj_01 {
        height: 15.86rem;
    }

    .newj_01 .title_01 {
        margin-bottom: 0.77rem;
    }

    .newj_01 .pos {
        margin-top: 0px;
        top: 3.3rem;
        transform: translateY(0);
    }

    .newj_01 .pos .mySwiper {
        padding-bottom: 1.26rem;
    }

    .newj_01 .pos .pc {
        display: none;
    }

    .newj_01 .pos .mobile {
        display: block;
    }

    .newj_01 .pos a {
        width: 100%;
    }

    .newj_01 .pos a .pic {
        height: 7.96rem;
    }

    .newj_01 .pos a .text {
        padding: 0 4%;
        width: 92%;
        height: 1.35rem;
        line-height: 1.35rem;
    }

    .newj_01 .pos a .text p {
        float: left;
        width: calc(100% - 2.9rem);
        font-size: 0.52rem;
    }

    .newj_01 .pos a .text i {
        float: right;
        font-size: 0.48rem;
    }

    .newj_01 .swiper-pagination {
        font-size: 0.49rem;
    }

    .newj_01 .swiper-pagination div {
        margin: 0 0.36rem;
        width: 2.66rem;
    }
}

.new02 {
    padding: 80px 0;
}

.new02 .list {
    margin-top: 55px;
}

.new02 .list a {
    float: left;
    margin-right: 2.15%;
    width: 31.9%;
    height: 420px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

.new02 .list a:nth-child(3n) {
    margin-right: 0;
}

.new02 .list a .pic {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.new02 .list a .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.new02 .list a .bor {
    padding: 30px 8% 0;
}

.new02 .list a .text b {
    margin-bottom: 20px;
    height: 60px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new02 .list a .text i {
    padding-left: 21px;
    font-size: 16px;
    line-height: 25px;
    color: #999;
    font-family: Arial;
    background: url(../images/icon/i23.png) left center no-repeat;
    background-size: 15px auto;
}

.new02 .list a .text p {
    margin-bottom: 35px;
    height: 96px;
    line-height: 32px;
    font-size: 16px;
    color: #999;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.new02 .list a.noImg {
    background: url(../images/page/new02_bac2.jpg) center no-repeat;
    background-size: cover;
}

.new02 .list a.noImg .bor {
    padding: 60px 10% 0;
}

.new02 .list a.noImg .text b {
    margin-bottom: 30px;
}

.new02 .list a.noImg .text i {
    margin-bottom: 34px;
}

.new02 .list a:hover .pic i {
    transition: all 0.5s;
    transform: scale(1.08);
}

.new02 .list a:hover .text b {
    color: #ba1912;
}

@media (max-width: 1200px) {
    .new02 {
        padding: 1.5rem 0 1.1rem;
    }

    .new02 .list {
        margin-top: 1rem;
    }

    .new02 .list a {
        margin: 0 0 0.8rem 0;
        width: 100%;
        height: auto;
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
    }

    .new02 .list a .pic {
        height: 7.67rem;
    }

    .new02 .list a .bor {
        padding: 1rem 0.6rem;
    }

    .new02 .list a .text b {
        margin-bottom: 0.6rem;
        height: 1.8rem;
        line-height: 0.9rem;
        font-size: 0.6rem;
    }

    .new02 .list a .text i {
        padding-left: 0.67rem;
        font-size: 0.52rem;
        line-height: 0.48rem;
        background-size: 0.48rem auto;
    }

    .new02 .list a .text p {
        margin-bottom: 0;
        height: 1.6rem;
        line-height: 0.8rem;
        font-size: 0.48rem;
        -webkit-line-clamp: 2;
    }

    .new02 .list a .more_02 {
        display: none;
    }

    .new02 .list a.noImg {
        background: url(../images/page/new02_bac2.jpg) center no-repeat;
        background-size: cover;
    }

    .new02 .list a.noImg .bor {
        padding: 1rem 0.6rem;
    }

    .new02 .list a.noImg .text i {
        margin-bottom: 34px;
    }
}

.new03 {
    padding: 80px 0;
    background: url(../images/page/new03_bac.jpg) center no-repeat;
    background-size: cover;
}

.new03 .list {
    margin-top: 55px;
}

.new03 .list a {
    float: left;
    margin: 0 26px 26px 0;
    width: calc(50% - 13px);
    background: #fff;
}

.new03 .list a:nth-child(2n) {
    margin-right: 0;
}

.new03 .list a .pic {
    float: left;
    width: 41%;
    height: 160px;
    overflow: hidden;
}

.new03 .list a .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.new03 .list a .text {
    float: left;
    margin: 30px 0 0 6%;
    width: 47%;
}

.new03 .list a .text b {
    margin-bottom: 20px;
    height: 60px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new03 .list a .text i {
    padding-left: 21px;
    font-size: 16px;
    line-height: 25px;
    color: #999;
    font-family: Arial;
    background: url(../images/icon/i23.png) left center no-repeat;
    background-size: 15px auto;
}

.new03 .list a:hover .pic i {
    transition: all 0.5s;
    transform: scale(1.08);
}

.new03 .list a:hover .text b {
    color: #ba1912;
}

@media (max-width: 1200px) {
    .new03 {
        padding: 1.5rem 0 1.1rem;
    }

    .new03 .list {
        margin-top: 1rem;
    }

    .new03 .list a {
        margin: 0 0 0.8rem 0;
        width: 100%;
    }

    .new03 .list a .pic {
        width: 41%;
        height: 3.8rem;
    }

    .new03 .list a .text {
        margin: 0.7rem 0 0 3.6%;
        width: 51.8%;
    }

    .new03 .list a .text b {
        margin-bottom: 0.4rem;
        height: 1.68rem;
        line-height: 0.84rem;
        font-size: 0.58rem;
    }

    .new03 .list a .text i {
        padding-left: 0.67rem;
        font-size: 0.52rem;
        line-height: 0.48rem;
        background-size: 0.48rem auto;
    }
}

.new04 {
    padding: 80px 0;
}

.new04 .list {
    margin-top: 55px;
}

.new04 .list a {
    transition: all 0.5s;
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    margin: 0 26px 26px 0;
    width: calc(50% - 13px);
    background: #f8f8f8;
}

.new04 .list a::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #ba1912;
    content: "";
}

.new04 .list a:nth-child(2n) {
    margin-right: 0;
}

.new04 .list a .time {
    margin-left: calc(5.6% + 6px);
    margin-right: 5.6%;
    font-size: 16px;
    color: #ba1912;
    font-family: Arial;
}

.new04 .list a .time i {
    font-size: 30px;
    font-weight: bold;
}

.new04 .list a .text {
    float: left;
    margin: 30px 0;
    width: 73.5%;
}

.new04 .list a .text b {
    margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.new04 .list a .text p {
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #999;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new04 .list a:hover {
    transition: all 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.new04 .list a:hover .text b {
    color: #ba1912;
}

@media (max-width: 1200px) {
    .new04 {
        padding: 1.5rem 0;
    }

    .new04 .list {
        margin-top: 1rem;
    }

    .new04 .list a {
        margin: 0 0 0.6rem 0;
        width: 100%;
    }

    .new04 .list a::after {
        width: 0.13rem;
    }

    .new04 .list a .time {
        margin-left: calc(5.6% + 0.13rem);
        margin-right: 5.6%;
        font-size: 0.43rem;
    }

    .new04 .list a .time i {
        font-size: 0.81rem;
    }

    .new04 .list a .text {
        margin: 0.8rem 0;
    }

    .new04 .list a .text b {
        margin-bottom: 0.4rem;
        height: 0.84rem;
        line-height: 0.84rem;
        font-size: 0.58rem;
    }

    .new04 .list a .text p {
        height: 1.6rem;
        line-height: 0.8rem;
        font-size: 0.52rem;
    }

    .new04 .list a:hover {
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
    }
}

/*===== p4-2集团要闻列表 =====*/
.new02List {
    padding-bottom: 100px;
}

.new02List .list {
    margin: 0 auto 50px;
}

.new02List .list a {
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .new02List {
        padding: 1.6rem 0 1.9rem;
    }

    .new02List .list {
        margin: 0 auto 0.6rem;
    }

    .new02List .list a {
        margin-bottom: 0.8rem;
    }
}

/*===== p4-1新闻列表 =====*/
.newList {
    padding: 60px 0 100px;
}

.newList .list {
    margin-bottom: 60px;
}

.newList .list a {
    position: relative;
    padding: 64px 0;
    border-bottom: #e6e6e6 1px solid;
}

.newList .list a::before {
    transition: all 0.7s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #ba1912;
    content: "";
}

.newList .list a .pic {
    float: left;
    margin-right: 3%;
    width: 21.9%;
    height: 170px;
    overflow: hidden;
}

.newList .list a .pic i {
    transition: all 0.7s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.newList .list a .text b {
    margin-bottom: 26px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newList .list a .text div {
    display: flex;
    margin-bottom: 30px;
}

.newList .list a .text em {
    width: 21px;
    height: 25px;
    background: url(../images/icon/i23.png) left center no-repeat;
    background-size: 15px auto;
}

.newList .list a .text i {
    font-size: 16px;
    line-height: 25px;
    color: #999;
    font-family: Arial;
}

.newList .list a .text p {
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #999;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newList .list a:hover::before {
    transition: all 0.7s;
    width: 100%;
}

.newList .list a:hover .pic i {
    transition: all 0.7s;
    transform: scale(1.08);
}

.newList .list a:hover .text b {
    color: #ba1912;
}

@media (max-width: 1200px) {
    .newList {
        padding: 0.9rem 0 1.9rem;
    }

    .newList .list {
        margin-bottom: 1.2rem;
    }

    .newList .list a {
        padding: 1.2rem 0;
    }

    .newList .list a::before {
        height: 2px;
    }

    .newList .list a .pic {
        margin: 0 0% 1rem 0;
        width: 100%;
        height: 7.7rem;
    }

    .newList .list a .text {
        float: left;
    }

    .newList .list a .text b {
        margin-bottom: 0.5rem;
        height: 0.9rem;
        line-height: 0.9rem;
        font-size: 0.6rem;
    }

    .newList .list a .text div {
        margin-bottom: 0.6rem;
    }

    .newList .list a .text em {
        width: 0.67rem;
        height: 0.48rem;
        background-size: 0.48rem auto;
    }

    .newList .list a .text i {
        font-size: 0.52rem;
        line-height: 0.48rem;
    }

    .newList .list a .text p {
        height: 1.64rem;
        line-height: 0.82rem;
        font-size: 0.52rem;
    }
}

/*===== p4-1新闻列表2 =====*/
.newList .leftMode {
    float: left;
    width: 69%;
}

.newList .leftMode .paging .el-pagination.is-background .el-pager {
    width: calc(100% - 180px);
}

.newList .leftMode .paging .el-pagination.is-background .btn-next {
    margin-right: 0;
}

.newList .leftMode .paging .el-pagination.is-background .btn-prev {
    margin-left: 0;
}

.newList .Nsearch {
    float: right;
    margin-top: 64px;
    width: 28.57%;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
}

.newList .Nsearch .bor {
    padding: 40px 8%;
}

.newList .Nsearch .titleN {
    margin-bottom: 26px;
    font-size: 24px;
    color: #333;
}

.newList .Nsearch .titleN b {
    font-weight: bold;
}

.newList .Nsearch .titleN b i {
    display: inline;
    color: #ba1912;
    font-weight: bold;
}

.newList .Nsearch .next .inp {
    position: relative;
    margin-bottom: 18px;
    width: 100%;
    height: 56px;
    border: #e6e3e3 1px solid;
}

.newList .Nsearch .next .inp .clearfix {
    position: relative;
    margin: 0 7%;
}

.newList .Nsearch .next .inp i {
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 100%;
    background: url(../images/icon/i81.png) center no-repeat;
    background-size: 100% auto;
}

.newList .Nsearch .next .inp input {
    float: left;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 56px;
    font-size: 16px;
    color: #666;
}

.newList .Nsearch .next .inp input::placeholder {
    color: #666;
}

.newList .Nsearch .next .inp .el-date-editor.el-input {
    width: 100%;
    height: 56px;
}

.newList .Nsearch .next .inp .el-input__wrapper {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    height: 56px;
    border: none;
    box-shadow: none;
}

.newList .Nsearch .next .inp .el-input__prefix {
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 100%;
    background: #fff url(../images/icon/i81.png) center no-repeat;
    background-size: 100% auto;
}

.newList .Nsearch .next .inp .el-input__prefix span {
    display: none;
}

.newList .Nsearch .next .inp.inp2 input {
    width: calc(100% - 14px);
}

.newList .Nsearch .next .inp.inp2 .but {
    float: left;
    width: 14px;
    height: 56px;
    background: url(../images/icon/i22.png) center no-repeat;
    background-size: 100% auto;
}

@media (max-width: 1200px) {
    .newList .leftMode {
        width: 100%;
    }

    .newList .leftMode .paging .el-pagination.is-background .el-pager {
        width: calc(100% - 3rem);
    }

    .newList .Nsearch {
        margin-top: 1.4rem;
        width: 100%;
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
    }

    .newList .Nsearch .bor {
        padding: 0.8rem 4%;
    }

    .newList .Nsearch .titleN {
        margin-bottom: 0.8rem;
        font-size: 0.84rem;
    }

    .newList .Nsearch .next .inp {
        margin-bottom: 0.4rem;
        height: 2rem;
    }

    .newList .Nsearch .next .inp .clearfix {
        margin: 0 4%;
    }

    .newList .Nsearch .next .inp i {
        width: 15px;
    }

    .newList .Nsearch .next .inp input {
        height: 2rem;
        font-size: 0.52rem;
    }

    .newList .Nsearch .next .inp .el-date-editor.el-input {
        height: 2rem;
    }

    .newList .Nsearch .next .inp .el-input__wrapper {
        height: 2rem;
    }

    .newList .Nsearch .next .inp .el-input__prefix {
        width: 15px;
    }

    .newList .Nsearch .next .inp.inp2 input {
        width: calc(100% - 14px);
    }

    .newList .Nsearch .next .inp.inp2 .but {
        width: 14px;
        height: 2rem;
    }
}

.el-date-picker__header--bordered span:hover {
    color: #ba1912;
}

.el-year-table td.today .cell,
.el-year-table td .cell:hover {
    color: #ba1912;
}

.el-date-picker__header--bordered span {
    display: inline-block;
}

.el-date-picker__header--bordered .el-icon:hover {
    color: #ba1912;
}

.el-year-table td.current:not(.disabled) .cell {
    background: #ba1912;
}

.el-date-picker__header .el-icon svg {
    color: #ba1912 !important;
}

.el-input__suffix {
    display: none;
}

/*===== p4-1-1新闻详情 =====*/
.newDetal_01 {
    margin: 120px auto 60px;
}

.newDetal_01 .title {
    margin-bottom: 30px;
    line-height: 48px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.newDetal_01 .cen {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}

.newDetal_01 .cen .cen_box {
    display: flex;
    justify-content: center;
    line-height: 30px;
    color: #999;
    font-size: 18px;
}

.newDetal_01 .cen .cen_box i {
    margin-right: 30px;
}

.newDetal_01 .cen .icon-text {
    display: flex;
}

.newDetal_01 .cen span.big,
.newDetal_01 .cen span.middle,
.newDetal_01 .cen span.small {
    position: relative;
    width: 54px;
    height: 30px;
    cursor: pointer;
}

.newDetal_01 .cen span.big::before,
.newDetal_01 .cen span.middle::before,
.newDetal_01 .cen span.small::before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #ededed;
    content: "";
}

.newDetal_01 .cen span.big {
    background: url(../images/icon/i26.png) center no-repeat;
    background-size: 22px auto;
}

.newDetal_01 .cen span.big:hover,
.newDetal_01 .cen span.big.cur {
    background-image: url(../images/icon/i26s.png);
}

.newDetal_01 .cen span.middle {
    background: url(../images/icon/i27.png) center no-repeat;
    background-size: 16px auto;
}

.newDetal_01 .cen span.middle:hover,
.newDetal_01 .cen span.middle.cur {
    background-image: url(../images/icon/i27s.png);
}

.newDetal_01 .cen span.small {
    background: url(../images/icon/i28.png) center no-repeat;
    background-size: 22px auto;
}

.newDetal_01 .cen span.small:hover,
.newDetal_01 .cen span.small.cur {
    background-image: url(../images/icon/i28s.png);
}

.newDetal_01 .cen .icon-share {
    height: 30px;
    cursor: pointer;
}

.newDetal_01 .cen .icon-share .icon_box {
    width: 25px;
    height: 30px;
    margin: 0 0 0 14px;
    background: url(../images/icon/i29.png) center no-repeat;
}

.newDetal_01 .cen .icon-share .icon_box::before {
    display: none;
}

.newDetal_01 .cen .icon-share .icon_box:hover {
    background-image: url(../images/icon/i29s.png);
}

.newDetal_01 .cen .pos_box .Smohan_Layer_box {
    height: 1px;
    overflow: hidden;
}

.newDetal_01 .text {
    font-size: 16px;
    line-height: 36px;
    color: #666;
    word-wrap: break-word;
    word-break: normal;
}

.newDetal_01 .text b {
    font-weight: bold;
}

.newDetal_01 .text p {
    margin-bottom: 10px;
    text-indent: 2em;
    text-align: justify;
}

.newDetal_01 .text p:has(img) {
    text-indent: 0em;
}

.newDetal_01 .text img {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    height: auto !important;
}

.newDetal_01 .text video {
    display: block;
    margin: 10px auto;
    width: 80%;
    max-width: 100%;
    height: auto !important;
}

.newDetal_01 .text span,
.newDetal_01 .text i,
.newDetal_01 .text em,
.newDetal_01 .text a,
.newDetal_01 .text b {
    display: inline;
}

.newDetal_01 .text table {
    margin: 0 auto;
    border-top: #000 1px solid !important;
    border-right: #000 1px solid !important;
    border-collapse: collapse;
    border-spacing: 0;
}

.newDetal_01 .text table td {
    border-bottom: #000 1px solid !important;
    border-left: #000 1px solid !important;
}

.newDetal_01 .text table p {
    text-indent: 0em;
    text-align: inherit;
}

.newDetal_01 .go_page {
    margin-top: 50px;
    padding: 42px 0;
    position: relative;
    border-top: #e6e6e6 2px solid;
}

.newDetal_01 .go_page a.more {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-left: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #333;
    background: url(../images/icon/i30.png) left center no-repeat;
    background-size: 25px auto;
}

.newDetal_01 .go_page a.more:hover {
    color: #ba1912;
}

.newDetal_01 .go_page .up {
    font-size: 18px;
    line-height: 56px;
    color: #333;
    width: calc(50% - 60px);
}

.newDetal_01 .go_page .up a {
    /* margin: 0 20px; */
    max-width: calc(100% - 110px);
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newDetal_01 .go_page .up a:hover {
    color: #ba1912;
}

@media (max-width: 1200px) {
    .newDetal_01 {
        margin: 2.3rem auto 1.5rem;
    }

    .newDetal_01 .title {
        margin-bottom: 0.6rem;
        line-height: 0.9rem;
        font-size: 0.6rem;
    }

    .newDetal_01 .cen {
        margin-bottom: 0.9rem;
        width: 100%;
    }

    .newDetal_01 .cen .cen_box {
        line-height: 0.6rem;
        font-size: 0.48rem;
    }

    .newDetal_01 .cen .cen_box i {
        margin-right: 0.6rem;
    }

    .newDetal_01 .cen span.big,
    .newDetal_01 .cen span.middle,
    .newDetal_01 .cen span.small {
        width: 0.6rem;
        height: 0.6rem;
    }

    .newDetal_01 .cen span.big::before,
    .newDetal_01 .cen span.middle::before,
    .newDetal_01 .cen span.small::before {
        height: 0.37rem;
    }

    .newDetal_01 .cen span.big {
        background-size: 0.6rem auto;
    }

    .newDetal_01 .cen span.middle {
        background-size: 0.33rem auto;
    }

    .newDetal_01 .cen span.small {
        background-size: 0.49rem auto;
    }

    .newDetal_01 .cen .icon-text,
    .newDetal_01 .cen .icon-share {
        display: none;
    }

    .newDetal_01 .text {
        font-size: 0.52rem;
        line-height: 0.8rem;
        overflow-x: auto;
    }

    .newDetal_01 .text p {
        margin-bottom: 0.15rem;
    }

    .newDetal_01 .text img,
    .newDetal_01 .text video {
        margin: 0.15rem auto;
        width: 100%;
    }

    .newDetal_01 .go_page {
        margin-top: 1rem;
        padding: 0.4rem 0;
    }

    .newDetal_01 .go_page a.more {
        padding-left: 0.62rem;
        font-size: 0.52rem;
        background-image: url(../images/mobile/icon/i30.png);
        background-size: 0.35rem auto;
    }

    .newDetal_01 .go_page .up {
        font-size: 0.52rem;
        line-height: 0.7rem;
        width: calc(50% - 3rem);
    }

    .newDetal_01 .go_page .up a {
        margin: 0;
        max-width: 100%;
    }

    .newDetal_01 .go_page .up i,
    .newDetal_01 .go_page .up .pc {
        display: none;
    }

    .newDetal_01 .go_page .up .mobile {
        display: block;
    }
}

/*===== p5-0党建 =====*/
/* .party01{
      padding: 170px 0 100px;
      background: url(../images/page/party01_bac.jpg) center no-repeat;
      background-size: cover;
      .list{
          margin-top: 50px;
          a{
              float: left;
              margin-right:2.9%;
              width: 31.4%;
              background: #fff;
              &:nth-child(3n){
                  margin-right: 0;
              }
              .pic{
                  width: 100%;
                  height: 240px;
                  overflow: hidden;
                  i{
                      transition: all 0.5s;
                      transform: scale(1);
                      width: 100%;
                      height: 100%;
                  }
              }
              .text{
                  padding:23px 7% 40px;
                  b{
                      margin-bottom: 20px;
                      height: 68px;
                      line-height: 34px;
                      font-size: 22px;
                      color: #333;
                      font-weight: bold;
                      display: -webkit-box;
                      overflow: hidden;
                      -webkit-line-clamp: 2;
                      -webkit-box-orient: vertical;
                  }
                  i{
                      margin-bottom: 20px;
                      padding-left: 21px;
                      font-size: 16px;
                      line-height:25px;
                      color: #999;
                      font-family: Arial;
                      background: url(../images/icon/i23.png) left center no-repeat;
                  }

              }
              &:hover{
                  .pic i{
                      transition: all 0.5s;
                      transform: scale(1.08);
                  }
                  .text{
                      b{
                          color: #ba1912;
                      }
                  }

              }
          }
      }

  } */
.Build_01 {
    padding: 170px 0 90px;
    background: url(../images/page/party01_bac.jpg) center no-repeat;
    background-size: cover;
}

.Build_01 .next {
    margin-top: 55px;
}

.Build_01 .left {
    float: left;
    width: 57.14%;
}

.Build_01 .left a {
    animation-delay: 0.2s;
    position: relative;
}

.Build_01 .left a .pic {
    width: 100%;
    height: 430px;
    overflow: hidden;
}

.Build_01 .left a .pic img {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Build_01 .left a .text {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 4%;
    width: 92%;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
}

.Build_01 .left a .text p {
    width: calc(100% - 100px);
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Build_01 .left a .text i {
    font-size: 16px;
    font-family: Arial;
}

.Build_01 .left a:hover .pic img {
    transition: all 0.5s;
    transform: scale(1.08);
}

.Build_01 .right {
    animation-delay: 0.1s;
    float: right;
    width: 41.14%;
    height: 430px;
    background: #fff url(../images/page/party01_bac2.jpg) right bottom no-repeat;
    background-size: 100% auto;
}

.Build_01 .right .list {
    padding: 30px 6.4% 0;
}

.Build_01 .right .list a {
    transition: all 0.5s;
    margin-bottom: 25px;
    height: 28px;
    overflow: hidden;
}

.Build_01 .right .list a b {
    line-height: 28px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Build_01 .right .list a p {
    margin-bottom: 18px;
    height: 52px;
    line-height: 26px;
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.Build_01 .right .list a i {
    margin-bottom: 15px;
    padding-left: 21px;
    font-size: 16px;
    line-height: 25px;
    color: #999;
    font-family: Arial;
    background: url(../images/icon/i23.png) left center no-repeat;
    background-size: 15px auto;
}

.Build_01 .right .list a .lie {
    width: 100%;
    background: #f1f1f1;
}

.Build_01 .right .list a.cur {
    transition: all 0.5s;
    height: 154px;
}

.Build_01 .right .list a.cur b {
    margin-bottom: 15px;
    color: #b80000;
}

.Build_01 .right .list a.cur .lie {
    height: 1px;
}

@media (max-width: 1200px) {
    .party {
        margin-top: 0;
    }

    .Build_01 {
        padding: 3.25rem 0 2rem;
        background-image: url(../images/mobile/page/party01_bac.jpg);
    }

    .Build_01 .next {
        margin-top: 0.75rem;
    }

    .Build_01 .left {
        width: 100%;
    }

    .Build_01 .left a .pic {
        height: 7.4rem;
    }

    .Build_01 .left a .text {
        height: 1.2rem;
        line-height: 1.2rem;
    }

    .Build_01 .left a .text p {
        width: calc(100% - 3.5rem);
        font-size: 0.52rem;
    }

    .Build_01 .left a .text i {
        font-size: 0.52rem;
    }

    .Build_01 .right {
        width: 100%;
        height: auto;
    }

    .Build_01 .right .list {
        padding: 0.34rem 6.4%;
    }

    .Build_01 .right .list a {
        margin-bottom: 0;
        height: 1.5rem;
    }

    .Build_01 .right .list a b {
        line-height: 1.5rem;
        font-size: 0.48rem;
    }

    .Build_01 .right .list a p,
    .Build_01 .right .list a i {
        display: none;
    }

    .Build_01 .right .list a.cur {
        height: auto;
    }

    .Build_01 .right .list a.cur b {
        margin-bottom: 0;
        font-weight: bold;
    }
}

.party02 {
    padding: 80px 0;
    background: url(../images/page/party02_bac.png) center bottom no-repeat;
    background-size: cover;
}

.party02 .list {
    margin-top: 50px;
}

.party02 .list a {
    position: relative;
    float: left;
    margin-right: 2.86%;
    width: 48.57%;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
}

.party02 .list a::after {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 6px;
    background: #ba1912;
    content: "";
}

.party02 .list a:nth-child(2n) {
    margin-right: 0;
}

.party02 .list a .text {
    padding: 36px 6.9%;
}

.party02 .list a .text b {
    margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.party02 .list a .text i {
    padding-left: 21px;
    font-size: 16px;
    line-height: 25px;
    color: #999;
    font-family: Arial;
    background: url(../images/icon/i23.png) left center no-repeat;
    background-size: 15px auto;
}

.party02 .list a .text p {
    margin-bottom: 25px;
    height: 52px;
    line-height: 26px;
    font-size: 16px;
    color: #999;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.party02 .list a:hover::after {
    transition: all 0.5s;
    width: 100%;
}

.party02 .list a:hover .text b {
    color: #ba1912;
}

@media (max-width: 1200px) {
    .party02 {
        padding: 1.5rem 0 1.1rem;
        background-image: url(../images/mobile/page/party02_bac.png);
    }

    .party02 .list {
        margin-top: 0.9rem;
    }

    .party02 .list a {
        margin: 0 0 0.8rem 0;
        width: 100%;
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
    }

    .party02 .list a::after {
        height: 2px;
    }

    .party02 .list a .text {
        padding: 0.86rem 0.9rem;
    }

    .party02 .list a .text b {
        margin-bottom: 0.4rem;
        height: 0.9rem;
        line-height: 0.9rem;
        font-size: 0.6rem;
    }

    .party02 .list a .text i {
        padding-left: 0.67rem;
        font-size: 0.52rem;
        line-height: 0.48rem;
        background-size: 0.48rem auto;
    }

    .party02 .list a .text p {
        margin-bottom: 0.3rem;
        height: 1.64rem;
        line-height: 0.82rem;
        font-size: 0.52rem;
    }
}

.party03 {
    padding: 80px 0;
}

.party03 .list {
    margin-top: 50px;
}

.party03 .list a {
    float: left;
    margin-right: 2.9%;
    width: 31.4%;
    background: #f8f8f8;
}

.party03 .list a:nth-child(3n) {
    margin-right: 0;
}

.party03 .list a .pic {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.party03 .list a .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.party03 .list a .text {
    padding: 20px 7% 25px;
}

.party03 .list a .text b {
    margin-bottom: 20px;
    height: 60px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.party03 .list a .text i {
    padding-left: 21px;
    font-size: 16px;
    line-height: 25px;
    color: #999;
    font-family: Arial;
    background: url(../images/icon/i23.png) left center no-repeat;
    background-size: 15px auto;
}

.party03 .list a:hover .pic i {
    transition: all 0.5s;
    transform: scale(1.08);
}

.party03 .list a:hover .text b {
    color: #ba1912;
}

@media (max-width: 1200px) {
    .party03 {
        padding: 0.8rem 0 1.1rem;
    }

    .party03 .list {
        margin-top: 1rem;
    }

    .party03 .list a {
        margin: 0 0 0.8rem 0;
        width: 100%;
    }

    .party03 .list a .pic {
        height: 7.4rem;
    }

    .party03 .list a .text {
        padding: 0.6rem 0.9rem;
    }

    .party03 .list a .text b {
        margin-bottom: 0.8rem;
        height: 1.8rem;
        line-height: 0.9rem;
        font-size: 0.6rem;
    }

    .party03 .list a .text i {
        padding-left: 0.67rem;
        font-size: 0.52rem;
        line-height: 0.48rem;
        background-size: 0.48rem auto;
    }
}

/*===== p3-0业务体系 =====*/
.business {
    margin-top: 0;
}

.business01 {
    padding-top: 80px;
}

.business01 .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
}

.business01 .list.mobile {
    display: none;
}

.business01 .list a {
    position: relative;
    margin: 0 30px 30px 0;
    padding-bottom: 20px;
    width: calc((100% - 60px) / 3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

.business01 .list a::after {
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background: #ba1912;
    content: "";
}

.business01 .list a:nth-child(3n) {
    margin-right: 0;
}

.business01 .list a .icon {
    margin: 30px auto 20px;
    width: 64px;
    height: 64px;
    background: url(../images/icon/i10.png) center no-repeat;
    background-size: 100% auto;
}

.business01 .list a .icon img {
    transition: all 0.5s;
    transform: rotateY(0deg);
    width: 100%;
}

.business01 .list a b {
    margin-bottom: 18px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.business01 .list a .text {
    font-size: 16px;
    line-height: 32px;
    color: #666;
    text-align: center;
}

.business01 .list a .text em {
    display: inline;
    font-weight: bold;
}

.business01 .list a .text i {
    /* letter-spacing: 8px; */
}

.business01 .list a:hover::after {
    transition: all 0.5s;
    width: 100%;
}

.business01 .list a:hover .icon img {
    transition: all 0.5s;
    transform: rotateY(360deg);
}

.business01 .list a:hover b {
    color: #ba1912;
}

@media (max-width: 1200px) {
    .business01 {
        padding-top: 1.6rem;
    }

    .business01 .list {
        margin-top: 0.7rem;
    }

    .business01 .list.pc {
        display: none;
    }

    .business01 .list.mobile {
        display: block;
    }

    .business01 .list .swiper-slide {
        display: flex;
        flex-wrap: wrap;
        padding: 0.2rem 4%;
        width: 92%;
    }

    .business01 .list a {
        margin: 0 0.8rem 0.8rem 0;
        padding-bottom: 0.8rem;
        width: calc((100% - 0.8rem) / 2);
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
    }

    .business01 .list a::after {
        height: 2px;
    }

    .business01 .list a:nth-child(3n) {
        margin-right: 0.8rem;
    }

    .business01 .list a:nth-child(2n) {
        margin-right: 0;
    }

    .business01 .list a .icon {
        margin: 0.8rem auto 0.5rem;
        width: 1.57rem;
        height: 1.57rem;
    }

    .business01 .list a b {
        margin-bottom: 0.4rem;
        font-size: 0.52rem;
    }

    .business01 .list a .text {
        font-size: 0.48rem;
        line-height: 0.76rem;
    }

    .business01 .list a .text i {
        /* letter-spacing: 6px; */
    }

    .business01 .list a:hover::after {
        transition: all 0.5s;
        width: 100%;
    }

    .business01 .list a:hover .icon img {
        transition: all 0.5s;
        transform: rotateY(360deg);
    }

    .business01 .list a:hover b {
        color: #ba1912;
    }
}

.business02 {
    padding: 46px 0 80px;
}

.business02 .next {
    position: relative;
    margin-top: 35px;
    padding: 90px 5.7% 100px;
    color: #fff;
}

.business02 .next .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.business02 .next .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.business02 .next .bor {
    position: relative;
    z-index: 2;
}

.business02 .next .tit {
    margin-bottom: 26px;
    font-size: 26px;
    font-weight: bold;
}

.business02 .next .text {
    margin-bottom: 40px;
    width: 50%;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}

.business02 .next .text p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.business02 .next .more_01 p {
    transition: all 0.5s;
    color: #fff;
    background-image: url(../images/icon/i5s.png);
}

.business02 .next .more_01:hover p {
    color: #fff;
}

.business02 .next:hover .pic i {
    transition: all 0.5s;
    transform: scale(1.08);
}

.business02 .next:hover .more_01 p {
    transition: all 0.5s;
    margin-left: 30px;
}

@media (max-width: 1200px) {
    .business02 {
        padding: 1.8rem 0 1.9rem;
    }

    .business02 .next {
        margin-top: 0.96rem;
        padding: 1.1rem 0.8rem;
    }

    .business02 .next .tit {
        margin-bottom: 0.45rem;
        font-size: 0.52rem;
    }

    .business02 .next .text {
        margin-bottom: 0.85rem;
        width: 100%;
        font-size: 0.48rem;
        line-height: 0.8rem;
    }

    .business02 .next:hover .more_01 p {
        margin-left: 0;
    }
}

.business03 {
    padding: 80px 0;
    background: url(../images/page/business03_bac.jpg) center no-repeat;
    background-size: cover;
}

.business03 .next {
    margin-top: 40px;
}

.business03 .next .pic {
    float: left;
    width: 50%;
    height: 465px;
    overflow: hidden;
}

.business03 .next .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.business03 .next .pic:hover i {
    transition: all 0.5s;
    transform: scale(1.08);
}

.business03 .next .list {
    float: right;
    width: 47.57%;
}

.business03 .next .list li {
    padding: 43px 0;
    border-bottom: #e6e6e6 1px solid;
}

.business03 .next .list li b {
    float: left;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.business03 .next .list li i {
    float: right;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    border: #ba1912 1px solid;
    background: url(../images/icon/i40.png) center no-repeat;
    background-size: 19px auto;
    cursor: pointer;
}

.business03 .next .list li .text {
    transition: all 0.5s;
    max-height: 0px;
    overflow: hidden;
}

.business03 .next .list li .text p {
    line-height: 26px;
    font-size: 18px;
    color: #333;
}

.business03 .next .list li .text a {
    display: inline;
    padding: 0 5px 0 30px;
    color: #ba1912;
    font-weight: bold;
    background: url(../images/icon/i42.png) 7px center no-repeat;
    background-size: 19px auto;
}

.business03 .next .list li.cur b {
    color: #ba1912;
}

.business03 .next .list li.cur i {
    background-color: #ba1912;
    background-image: url(../images/icon/i41.png);
}

.business03 .next .list li.cur .text {
    transition: all 0.5s;
    margin-top: 20px;
    max-height: 80px;
}

@media (max-width: 1200px) {
    .business03 {
        padding: 1.5rem 0;
    }

    .business03 .next {
        margin-top: 0.9rem;
    }

    .business03 .next .pic {
        width: 100%;
        height: 9rem;
    }

    .business03 .next .list {
        width: 100%;
    }

    .business03 .next .list li {
        padding: 0.9rem 0;
    }

    .business03 .next .list li b {
        font-size: 0.52rem;
    }

    .business03 .next .list li i {
        width: 0.65rem;
        height: 0.65rem;
        background-size: 0.38rem auto;
    }

    .business03 .next .list li .text p {
        line-height: 0.8rem;
        font-size: 0.48rem;
        -webkit-line-clamp: 4;
    }

    .business03 .next .list li .text a {
        padding: 0 2px 0 0.53rem;
        background: url(../images/icon/i42.png) 1px center no-repeat;
        background-size: 0.4rem auto;
    }

    .business03 .next .list li.cur .text {
        margin-top: 0.36rem;
        max-height: 3.2rem;
    }
}

.business04 {
    padding: 80px 0;
}

.business04 .list {
    margin: 30px 0 50px;
}

.business04 .list a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 1.9%;
    width: 23.575%;
    height: 109px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

.business04 .list a:nth-child(4n) {
    margin-right: 0;
}

.business04 .list a::after {
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background: #ba1912;
    content: "";
}

.business04 .list a .icon {
    margin-right: 16%;
}

.business04 .list a .icon img {
    height: 30px;
}

.business04 .list a p {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.business04 .list a:hover::after {
    transition: all 0.5s;
    width: 100%;
}

.business04 .list a:hover p {
    color: #ba1912;
}

.business04 .next {
    position: relative;
}

.business04 .next .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.business04 .next .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.business04 .next .bor {
    position: relative;
    z-index: 2;
    padding: 70px 50px;
}

.business04 .next .text {
    margin-top: 30px;
}

.business04 .next .text p {
    padding-left: 17px;
    line-height: 32px;
    font-size: 18px;
    color: #666;
    background: url(../images/icon/i47.png) left 13px no-repeat;
    background-size: 5px auto;
}

.business04 .next:hover .pic i {
    transition: all 0.5s;
    transform: scale(1.08);
}

@media (max-width: 1200px) {
    .business04 {
        padding: 1.5rem 0;
    }

    .business04 .list {
        margin: 1rem 0 1.4rem;
    }

    .business04 .list a {
        margin: 0 0.6rem 0.6rem 0;
        width: calc((100% - 0.6rem) / 2);
        height: 2.1rem;
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
    }

    .business04 .list a:nth-child(2n) {
        margin-right: 0;
    }

    .business04 .list a::after {
        height: 2px;
    }

    .business04 .list a .icon {
        margin-right: 1.1rem;
    }

    .business04 .list a .icon img {
        height: 0.6rem;
    }

    .business04 .list a p {
        font-size: 0.48rem;
    }

    .business04 .next .bor {
        padding: 1.4rem 0.57rem 1.2rem;
    }

    .business04 .next .text {
        margin-top: 0.6rem;
    }

    .business04 .next .text p {
        padding-left: 0.3rem;
        line-height: 0.8rem;
        font-size: 0.48rem;
        background: url(../images/icon/i47.png) left 0.355rem no-repeat;
        background-size: 0.11rem auto;
    }
}

/*===== p3-2-1业务体系-投资资讯信息公示 =====*/
.Publicity01 {
    padding: 80px 0 60px;
}

.Publicity01 .tit {
    margin-bottom: 40px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.Publicity01 .text dl {
    display: flex;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 18px;
}

.Publicity01 .text dl dt .icon {
    float: left;
    margin-top: 5px;
    width: 35px;
}

.Publicity01 .text dl dt .icon img {
    height: 20px;
}

.Publicity01 .text dl dt p {
    float: left;
    color: #666;
}

.Publicity01 .text dl dd {
    flex: 1;
    color: #333;
}

@media (max-width: 1200px) {
    .Publicity01 {
        padding: 1.6rem 0 1.2rem;
    }

    .Publicity01 .tit {
        margin-bottom: 0.68rem;
        font-size: 0.52rem;
    }

    .Publicity01 .text dl {
        margin-bottom: 0.7rem;
        line-height: 0.8rem;
        font-size: 0.48rem;
    }

    .Publicity01 .text dl dt .icon {
        margin-top: 0.1rem;
        width: 0.86rem;
    }

    .Publicity01 .text dl dt .icon img {
        height: 0.6rem;
    }

    .Publicity01 .text dl dd {
        width: calc(100% - 3.6rem);
    }
}

.Publicity02 {
    position: relative;
}

.Publicity02 .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.Publicity02 .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.Publicity02 .pic .mobile {
    display: none;
}

.Publicity02 .bor {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}

.Publicity02 b {
    margin-bottom: 30px;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.Publicity02 .more_02 {
    padding: 0 18px;
    min-width: 140px;
    height: 50px;
    border-radius: 50px;
    border: #fff 1px solid;
}

.Publicity02 .more_02 p {
    padding-right: 30px;
    color: #fff;
    background-image: url(../images/icon/i5s.png);
}

.Publicity02 .more_02::after {
    background: #fff;
}

.Publicity02 .more_02:hover p {
    color: #ba1912;
    background-image: url(../images/icon/i5.png);
}

@media (max-width: 1200px) {
    .Publicity02 {
        margin-bottom: 1.9rem;
    }

    .Publicity02 .pic .pc {
        display: none;
    }

    .Publicity02 .pic .mobile {
        display: block;
    }

    .Publicity02 .bor {
        padding: 2.3rem 0;
    }

    .Publicity02 b {
        margin-bottom: 0.96rem;
        font-size: 0.58rem;
    }

    .Publicity02 .more_02 {
        padding: 0 0.5rem;
        min-width: 3rem;
        height: 1.2rem;
        border-radius: 1.2rem;
    }

    .Publicity02 .more_02 p {
        padding-right: 0.8rem;
    }
}

/*===== p3-2-2业务体系-投资资讯业务简介 =====*/
.synopsis01 {
    padding: 60px 0 80px;
}

.synopsis01 .text {
    line-height: 32px;
    font-size: 18px;
    color: #333;
}

.synopsis01 .text p {
    margin-bottom: 15px;
}

.synopsis01 .next {
    margin: 20px 0;
    position: relative;
    background: url(../images/page/synopsis01_bac.jpg) center no-repeat;
    background-size: cover;
}

.synopsis01 .next .list {
    position: relative;
    z-index: 2;
    display: flex;
    padding: 100px 0;
}

.synopsis01 .next .list .mode {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 1.25%;
    width: 19%;
    padding: 20px 0;
    min-height: 87px;
    background: #fff;
}

.synopsis01 .next .list .mode:nth-child(5) {
    margin-right: 0;
}

.synopsis01 .next .list .mode em {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 132px;
    color: #bd2a24;
    font-weight: bold;
    opacity: 0.05;
    font-family: Arial;
}

.synopsis01 .next .list .mode p {
    padding: 0 10%;
    width: 80%;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #ba1912;
    text-align: center;
}

@media (max-width: 1200px) {
    .synopsis01 {
        padding: 1.6rem 0 1.9rem;
    }

    .synopsis01 .text {
        line-height: 0.8rem;
        font-size: 0.48rem;
    }

    .synopsis01 .text p {
        margin-bottom: 0.2rem;
    }

    .synopsis01 .next {
        margin: 1.25rem 0;
        background-image: url(../images/mobile/page/synopsis01_bac.jpg);
    }

    .synopsis01 .next .list {
        padding: 0.8rem 0 0.6rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .synopsis01 .next .list .mode {
        margin: 0 2% 2% 0;
        width: 32%;
        padding: 0.4rem 0;
        min-height: 1.2rem;
    }

    .synopsis01 .next .list .mode:nth-child(3) {
        margin-right: 0;
    }

    .synopsis01 .next .list .mode em {
        font-size: 2.17rem;
    }

    .synopsis01 .next .list .mode p {
        padding: 0 5%;
        width: 90%;
        font-size: 0.48rem;
        line-height: 0.6rem;
    }
}

/*===== p3-3-3业务体系-投资资讯服务介绍 =====*/
.introduce01 {
    margin-top: 60px;
    position: relative;
    min-height: 600px;
}

.introduce01 .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 42.6%;
    height: 100%;
    overflow: hidden;
}

.introduce01 .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.introduce01 .pic:hover i {
    transition: all 0.5s;
    transform: scale(1.06);
}

.introduce01 .next {
    padding-top: 52px;
    width: 49.28%;
}

.introduce01 .next .text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    text-align: justify;
}

.introduce01 .next .text p {
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .introduce01 {
        margin-top: 1.6rem;
        min-height: 1rem;
    }

    .introduce01 .pic {
        position: relative;
        left: auto;
        top: auto;
        margin-left: 4%;
        width: 92%;
        height: 9.2rem;
    }

    .introduce01 .next {
        padding-top: 0.9rem;
        width: 100%;
    }

    .introduce01 .next .title_01 {
        display: none;
    }

    .introduce01 .next .text {
        margin-top: 0;
        font-size: 0.5rem;
        line-height: 0.8rem;
    }

    .introduce01 .next .text p {
        margin-bottom: 0.15rem;
    }
}

.introduce02 {
    padding: 80px 0 50px;
}

.introduce02 .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
}

.introduce02 .list .mode {
    transition: all 0.5s;
    box-sizing: border-box;
    padding: 30px 4.5%;
    width: 50%;
}

.introduce02 .list .mode .top {
    margin-bottom: 24px;
}

.introduce02 .list .mode .top .icon {
    float: left;
    margin-right: 25px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}

.introduce02 .list .mode .top .icon img {
    transition: all 0.5s;
    transform: rotateY(0deg);
    width: 100%;
}

.introduce02 .list .mode .top p {
    float: left;
    line-height: 70px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.introduce02 .list .mode .text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: justify;
}

.introduce02 .list .mode:hover {
    transition: all 0.5s;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
}

.introduce02 .list .mode:hover .top .icon img {
    transition: all 0.5s;
    transform: rotateY(360deg);
}

@media (max-width: 1200px) {
    .introduce02 {
        padding: 1.5rem 0 1.12rem;
    }

    .introduce02 .list {
        margin-top: 0.9rem;
    }

    .introduce02 .list .mode {
        margin-bottom: 0.78rem;
        padding: 0.7rem 0.8rem;
        width: 100%;
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
    }

    .introduce02 .list .mode .top {
        margin-bottom: 0.5rem;
    }

    .introduce02 .list .mode .top .icon {
        margin-right: 0.5rem;
        width: 1.38rem;
        height: 1.38rem;
        box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.08);
    }

    .introduce02 .list .mode .top p {
        line-height: 1.38rem;
        font-size: 0.58rem;
    }

    .introduce02 .list .mode .text {
        font-size: 0.48rem;
        line-height: 0.7rem;
    }

    .introduce02 .list .mode:hover {
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
    }
}

.introduce03 {
    position: relative;
    padding: 80px 0;
    background: url(../images/page/introduce03_bac.jpg) center no-repeat;
    background-size: cover;
}

.introduce03 .list {
    display: flex;
    margin-top: 45px;
}

.introduce03 .list a {
    box-sizing: border-box;
    margin-right: 2.435%;
    padding: 60px 3.7% 45px;
    width: 31.71%;
    background: rgba(255, 255, 255, 0.9);
}

.introduce03 .list a:nth-child(3n) {
    margin-right: 0;
}

.introduce03 .list a .icon {
    margin-bottom: 38px;
    height: 48px;
}

.introduce03 .list a .icon img {
    height: 100%;
}

.introduce03 .list a b {
    margin-bottom: 28px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.introduce03 .list a .text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: justify;
}

@media (max-width: 1200px) {
    .introduce03 {
        padding: 1.5rem 0;
    }

    .introduce03 .list {
        flex-wrap: wrap;
        margin-top: 1rem;
    }

    .introduce03 .list a {
        margin: 0 0 0.8rem 0;
        padding: 1.2rem 1rem;
        width: 100%;
    }

    .introduce03 .list a .icon {
        margin-bottom: 0.8rem;
        height: 1.3rem;
    }

    .introduce03 .list a b {
        margin-bottom: 0.8rem;
        font-size: 0.6rem;
    }

    .introduce03 .list a .text {
        font-size: 0.48rem;
        line-height: 0.84rem;
    }
}

.introduce04 {
    padding: 80px 0;
}

.introduce04 .list {
    display: flex;
    margin-top: 40px;
    background: url(../images/page/introduce04_bac.jpg) center no-repeat;
    background-size: cover;
}

.introduce04 .list a {
    position: relative;
    /* width: 25%; */
    flex: 1;
}

.introduce04 .list a::after {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 1px;
    height: 100%;
    background: #e3d5c0;
    content: "";
}

.introduce04 .list a:last-child::after {
    display: none;
}

.introduce04 .list a .pic {
    transition: all 0.5s;
    transform: scale(0.7);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/page/introduce04_bac2.jpg) center no-repeat;
    background-size: cover;
}

.introduce04 .list a .bor {
    position: relative;
    z-index: 2;
    padding: 60px 12.9%;
}

.introduce04 .list a .bor .top {
    position: relative;
    margin-bottom: 30px;
}

.introduce04 .list a .bor .top i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 70px;
    color: #ba1912;
    font-weight: bold;
    opacity: 0.07;
}

.introduce04 .list a .bor .top span {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.introduce04 .list a .bor .text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: justify;
}

@media (min-width: 1201px) {
    .introduce04 .list a:hover .pic {
        transition: all 0.5s;
        transform: scale(1);
        opacity: 1;
    }

    .introduce04 .list a:hover .bor .top i {
        color: #fff;
        opacity: 0.05;
    }

    .introduce04 .list a:hover .bor .top span {
        color: #fff;
    }

    .introduce04 .list a:hover .bor .text {
        color: #fff;
    }
}

@media (max-width: 1200px) {
    .introduce04 {
        padding: 1.5rem 0;
    }

    .introduce04 .list {
        flex-wrap: wrap;
        margin-top: 1rem;
    }

    .introduce04 .list a {
        flex: auto;
        margin: 0 4%;
        width: 92%;
        border-bottom: #e3d5c0 1px solid;
    }

    .introduce04 .list a:last-child {
        border-bottom: none;
    }

    .introduce04 .list a::after {
        display: none;
    }

    .introduce04 .list a .pic {
        display: none;
    }

    .introduce04 .list a .bor {
        padding: 0.7rem 0 0.9rem;
    }

    .introduce04 .list a .bor .top {
        margin-bottom: 0.4rem;
        line-height: 1.8rem;
    }

    .introduce04 .list a .bor .top i {
        font-size: 1.6rem;
    }

    .introduce04 .list a .bor .top span {
        font-size: 0.6rem;
    }

    .introduce04 .list a .bor .text {
        font-size: 0.48rem;
        line-height: 0.8rem;
    }
}

.introduce05 {
    padding: 80px 0;
    position: relative;
    background: url(../images/page/introduce05_bac.jpg) center no-repeat;
    background-size: cover;
}

.introduce05 .bor {
    position: relative;
    z-index: 2;
}

.introduce05 .text {
    margin-top: 30px;
    width: 42.9%;
}

.introduce05 .text p {
    margin-bottom: 16px;
    padding-left: 17px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    text-align: justify;
    background: url(../images/icon/i47.png) left 13px no-repeat;
    background-size: 5px auto;
}

@media (max-width: 1200px) {
    .introduce05 {
        margin-bottom: 1.9rem;
        padding: 1.6rem 0;
        background-image: url(../images/mobile/page/introduce05_bac.jpg);
    }

    .introduce05 .text {
        margin-top: 1rem;
        width: 80%;
    }

    .introduce05 .text p {
        margin-bottom: 0.3rem;
        padding-left: 0.33rem;
        line-height: 0.7rem;
        font-size: 0.48rem;
        background: url(../images/icon/i47.png) left 0.225rem no-repeat;
        background-size: 0.13rem auto;
    }
}

/*===== p3-3-4业务体系-投资资讯客户须知 =====*/
.notice .newDetal_01 {
    margin: 50px auto 80px;
}

.notice_nobanner {
    padding: 160px 0 150px;
}

@media (max-width: 1200px) {
    .notice .newDetal_01 {
        margin: 1.6rem auto 1.9rem;
    }

    .notice_nobanner {
        padding: 3.2rem 0 1.9rem;
    }
}

/*===== p3-1-1业务体系-业务介绍研究业务 =====*/
.operation01 {
    background: url(../images/page/operation01_bac.png) center bottom no-repeat;
    background-size: 100% auto;
}

.operation01 .operation01_next {
    padding: 70px 0;
}

.operation01 .operation01_next .text {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    word-wrap: break-word;
    word-break: normal;
}

.operation01 .operation01_next .text p,
.operation01 .operation01_next .text b {
    margin-bottom: 15px;
}

.operation01 .operation01_next .text b {
    font-weight: bold;
}

.operation01 .operation01_next .text p {
    text-align: justify;
}

.operation01 .operation01_next .text p:has(img) {
    text-indent: 0em;
}

.operation01 .operation01_next .text img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    height: auto !important;
}

.operation01 .operation01_next .text video {
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: 100%;
    height: auto !important;
}

.operation01 .operation01_next .text span,
.operation01 .operation01_next .text i,
.operation01 .operation01_next .text em,
.operation01 .operation01_next .text a,
.operation01 .operation01_next .text b {
    display: inline;
}

.operation01 .operation01_next .text table {
    margin: 0 auto;
    border-top: #000 1px solid;
    border-right: #000 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.operation01 .operation01_next .text table td {
    border-bottom: #000 1px solid;
    border-left: #000 1px solid;
}

.operation01 .operation01_next .text table p {
    text-indent: 0em;
    text-align: inherit;
}

@media (max-width: 1200px) {
    .operation01 .operation01_next {
        padding: 1.4rem 0 1.5rem;
    }

    .operation01 .operation01_next .text {
        font-size: 0.5rem;
        line-height: 0.8rem;
    }

    .operation01 .operation01_next .text p,
    .operation01 .operation01_next .text b {
        margin-bottom: 0.4rem;
    }
}

.operation02 {
    padding: 80px 0;
}

.operation02 .next {
    position: relative;
    min-height: 412px;
}

.operation02 .next .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.operation02 .next .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.operation02 .next .pic .mobile {
    display: none;
}

.operation02 .next .bor {
    position: relative;
    z-index: 2;
    padding: 76px 3.5% 25px;
    color: #fff;
}

.operation02 .next .bor b {
    margin-bottom: 60px;
    font-size: 18px;
}

.operation02 .next .bor .list dl {
    float: left;
    margin: 0 4% 55px 0;
    width: 48%;
    font-size: 22px;
}

.operation02 .next .bor .list dl:nth-child(2n) {
    margin-right: 0;
}

.operation02 .next .bor .list dl dd {
    margin-top: 10px;
    font-size: 18px;
    opacity: 0.6;
}

.operation02 .next:hover .pic i {
    transition: all 0.5s;
    transform: scale(1.08);
}

@media (max-width: 1200px) {
    .operation02 {
        padding: 1.5rem 0;
    }

    .operation02 .next {
        min-height: 10rem;
    }

    .operation02 .next .pic .pc {
        display: none;
    }

    .operation02 .next .pic .mobile {
        display: block;
    }

    .operation02 .next .bor {
        padding: 0.9rem 1rem 0.7rem;
    }

    .operation02 .next .bor b {
        margin-bottom: 0.4rem;
        font-size: 0.48rem;
    }

    .operation02 .next .bor .list dl {
        margin: 0 0 0.45rem 0;
        width: 100%;
        font-size: 0.48rem;
    }

    .operation02 .next .bor .list dl dd {
        margin-top: 0.2rem;
        font-size: 0.48rem;
    }
}

/*===== p3-1-2业务体系-业务介绍大投行 =====*/
.investment01 {
    padding: 80px 0 50px;
}

.investment01 .list {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
}

.investment01 .list.mobile {
    display: none;
}

.investment01 .list a {
    margin: 0 30px 30px 0;
    width: calc((100% - 60px) / 3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.investment01 .list a:nth-child(3n) {
    margin-right: 0;
}

.investment01 .list a .bor {
    padding: 50px 8% 40px;
}

.investment01 .list a b {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.investment01 .list a p {
    padding-left: 17px;
    line-height: 28px;
    font-size: 16px;
    color: #666;
    background: url(../images/icon/i47.png) left 13px no-repeat;
    background-size: 5px auto;
}

@media (max-width: 1200px) {
    .investment01 {
        padding: 1.5rem 0;
    }

    .investment01 .list {
        margin-top: 1rem;
    }

    .investment01 .list.pc {
        display: none;
    }

    .investment01 .list.mobile {
        display: block;
    }

    .investment01 .list .swiper-slide {
        padding: 0.2rem 4%;
        width: 92%;
    }

    .investment01 .list a {
        margin: 0 0 0.8rem 0;
        width: 100%;
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
    }

    .investment01 .list a .bor {
        padding: 1.3rem 1.1rem;
    }

    .investment01 .list a b {
        margin-bottom: 0.56rem;
        font-size: 0.54rem;
    }

    .investment01 .list a p {
        padding-left: 0.45rem;
        line-height: 0.91rem;
        font-size: 0.5rem;
        background: url(../images/icon/i47.png) left 0.39rem no-repeat;
        background-size: 0.13rem auto;
    }
}

.investment02 {
    position: relative;
    padding: 80px 0 140px;
    color: #fff;
    overflow: hidden;
    background: url(../images/page/investment02_bac.jpg) center no-repeat;
    background-size: cover;
}

.investment02 .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.investment02 .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.investment02 .w1400 {
    position: relative;
    z-index: 2;
}

.investment02 .next {
    margin-top: 70px;
    padding-right: 20px;
    height: 390px;
    font-size: 18px;
    line-height: 30px;
    overflow-y: auto;
}

.investment02 .next::-webkit-scrollbar {
    width: 3px;
    height: 2px;
}

.investment02 .next::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    margin: 0 1px;
    border-radius: 3px;
    background-color: #fff;
}

.investment02 .next::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 3px;
    background: url(../images/icon/i63.png) center repeat-y;
}

.investment02 .next p {
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .investment02 {
        padding: 1.5rem 0;
        background-image: url(../images/mobile/page/investment02_bac.jpg);
    }

    .investment02 .next {
        margin-top: 1rem;
        padding-right: 4%;
        height: auto;
        max-height: 12rem;
        font-size: 0.48rem;
        line-height: 0.8rem;
    }

    .investment02 .next p {
        margin-bottom: 0.8rem;
    }
}

.investment03 {
    padding: 80px 0;
}

.investment03 .list {
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.investment03 .list .textBoxDiv {
    position: relative;
    margin-right: 1.9%;
    flex: 1;
    cursor: pointer;
}

.investment03 .list .textBoxDiv:last-child {
    margin-right: 0;
}

.investment03 .list .textBoxDiv .pic {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.investment03 .list .textBoxDiv .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.investment03 .list .textBoxDiv .text {
    transition: all 0.5s;
    position: absolute;
    left: 9%;
    bottom: 30px;
    z-index: 3;
    width: 82%;
}

.investment03 .list .textBoxDiv .text b {
    font-size: 22px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.investment03 .list .textBoxDiv:hover .pic i {
    transition: all 0.5s;
    transform: scale(1.08);
}

@media (max-width: 1200px) {
    .investment03 {
        padding: 1.5rem 0 1.42rem;
    }

    .investment03 .list {
        margin-top: 1rem;
        flex-wrap: wrap;
    }

    .investment03 .list .textBoxDiv {
        margin: 0 0.48rem 0.48rem 0;
        flex: none;
        width: calc((100% - 0.48rem) / 2);
    }

    .investment03 .list .textBoxDiv:nth-child(2n) {
        margin-right: 0;
    }

    .investment03 .list .textBoxDiv .pic {
        height: 9rem;
    }

    .investment03 .list .textBoxDiv .text {
        left: 9%;
        bottom: 0.7rem;
        width: 82%;
    }

    .investment03 .list .textBoxDiv .text b {
        font-size: 0.58rem;
    }
}

.popTextOver {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 21;
    padding-bottom: 1px;
    width: 64.8%;
    max-height: 90vh;
    border-radius: 20px;
    background: #fff url(../images/page/popTextOver_bac.jpg) top center no-repeat;
    background-size: 100% auto;
}

.popTextOver .delete {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 20px;
    height: 20px;
    background: url(../images/icon/i64.png) center no-repeat;
    background-size: 14px auto;
    cursor: pointer;
}

.popTextOver .tit {
    padding: 80px 0 50px;
    font-size: 26px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.popTextOver .text {
    margin: 0 40px 70px 40px;
    padding: 0 30px 0 30px;
    max-height: calc(90vh - 165px - 70px);
    font-size: 16px;
    line-height: 36px;
    color: #666;
    overflow-y: auto;
    overflow-x: hidden;
}

.popTextOver .text a,
.popTextOver .text i,
.popTextOver .text em,
.popTextOver .text span,
.popTextOver .text b {
    display: inline-block;
}

.popTextOver .text::-webkit-scrollbar {
    width: 3px;
    height: 2px;
}

.popTextOver .text::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    margin: 0 1px;
    border-radius: 4px;
    background-color: #bc221b;
}

.popTextOver .text::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 4px;
    background: url(../images/icon/i65.jpg) center repeat-y;
}

.popTextOver .text table {
    margin: 0 auto;
    border-top: #000 1px solid;
    border-right: #000 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.popTextOver .text table td {
    border-bottom: #000 1px solid;
    border-left: #000 1px solid;
}

.popTextOver .text table p {
    text-indent: 0em;
    text-align: inherit;
}

.popTextOver_bac {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}

@media (max-width: 1200px) {
    .popTextOver {
        width: 92%;
        border-radius: 0.4rem;
    }

    .popTextOver .delete {
        right: 0.5rem;
        top: 0.4rem;
        width: 0.5rem;
        height: 0.5rem;
        background-size: 0.5rem auto;
    }

    .popTextOver .tit {
        padding: 1.4rem 0 1rem;
        font-size: 0.58rem;
    }

    .popTextOver .text {
        margin: 0 0.5rem 1.7rem 0.5rem;
        padding: 0 0.5rem;
        max-height: calc(88vh - 4.8rem);
        font-size: 0.48rem;
        line-height: 0.8rem;
    }
}

/*===== p3-1-4业务体系-业务介绍自营业务 =====*/
.autotrophy01 {
    margin: 80px auto;
    position: relative;
}

.autotrophy01 .pic {
    float: right;
    width: 37.42%;
    height: 430px;
    overflow: hidden;
}

.autotrophy01 .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.autotrophy01 .pic:hover i {
    transition: all 0.5s;
    transform: scale(1.06);
}

.autotrophy01 .next {
    float: left;
    width: 54%;
}

.autotrophy01 .next .text {
    margin-top: 30px;
}

.autotrophy01 .next .text p {
    margin-bottom: 20px;
    padding-left: 17px;
    line-height: 36px;
    font-size: 18px;
    color: #333;
    background: url(../images/icon/i47.png) left 15px no-repeat;
    background-size: 5px auto;
}

.autotrophy01 .next .text p em {
    display: inline-block;
    color: #ba1912;
    font-weight: bold;
}

@media (max-width: 1200px) {
    .autotrophy01 {
        margin: 1.9rem auto;
    }

    .autotrophy01 .pic {
        width: 100%;
        height: 11rem;
    }

    .autotrophy01 .next {
        margin-bottom: 1rem;
        width: 100%;
    }

    .autotrophy01 .next .text {
        margin-top: 1rem;
    }

    .autotrophy01 .next .text p {
        margin-bottom: 0.3rem;
        padding-left: 0.33rem;
        line-height: 0.73rem;
        font-size: 0.48rem;
        background: url(../images/icon/i47.png) left 0.315rem no-repeat;
        background-size: 0.1rem auto;
    }
}

/*===== p1-3PA集团官网入口-发展历程 =====*/
.history01 {
    background: url(../images/page/history01_bac.png) center no-repeat;
    background-size: 100% auto;
}

.history01 .bor {
    padding: 80px 0;
}

.history01 .next {
    position: relative;
}

.history01 .mode {
    margin: 90px auto 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.history01 .mode .pic {
    width: 44.64%;
    height: 350px;
    overflow: hidden;
}

.history01 .mode .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.history01 .mode .pic:hover i {
    transition: all 0.5s;
    transform: scale(1.08);
}

.history01 .SwiperText {
    margin-right: 5%;
    width: 42%;
}

.history01 .SwiperText .swiper-slide .text .tit {
    margin-bottom: 40px;
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #ba1912;
    text-stroke: 1px #ba1912;
    font-family: Arial;
}

.history01 .SwiperText .swiper-slide .text .textBox {
    font-size: 24px;
    line-height: 42px;
}

.history01 .SwiperText .swiper-slide .text .textBox p {
    font-weight: bold;
}

.history01 .SwiperYear {
    box-sizing: border-box;
    margin: 0 auto;
    padding-bottom: 23px;
    width: calc(100% - 108px);
}

.history01 .SwiperYear .lie {
    position: absolute;
    left: 0;
    bottom: 27px;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

.history01 .SwiperYear .swiper-slide {
    z-index: 2;
    width: calc(100% / 8);
    cursor: pointer;
}

.history01 .SwiperYear .swiper-slide b {
    margin-bottom: 10px;
    font-size: 20px;
    color: #999;
    font-family: Arial;
    text-align: center;
}

.history01 .SwiperYear .swiper-slide i {
    margin: 0 auto;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #c5c5c5;
}

.history01 .SwiperYear .swiper-slide.swiper-slide-thumb-active b {
    color: #ba1912;
}

.history01 .SwiperYear .swiper-slide.swiper-slide-thumb-active i {
    background: #ba1912;
}

.history01 .swiper-button-next,
.history01 .swiper-button-prev {
    transition: all 0.5s;
    top: auto;
    bottom: 0;
    margin: 0;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background: url(../images/icon/i66s.png) center no-repeat;
    background-size: 9px auto;
}

.history01 .swiper-button-prev {
    left: 0;
}

.history01 .swiper-button-prev:hover {
    background-color: #ba1912;
    background-image: url(../images/icon/i66.png);
}

.history01 .swiper-button-next {
    right: 0;
    background-image: url(../images/icon/i67s.png);
}

.history01 .swiper-button-next:hover {
    background-color: #ba1912;
    background-image: url(../images/icon/i67.png);
}

@media (max-width: 1200px) {
    .history01 {
        background: url(../images/mobile/page/history01_bac.png) bottom 1.4rem center no-repeat;
        background-size: 100% auto;
    }

    .history01 .bor {
        padding: 1.6rem 0 1.9rem;
    }

    .history01 .mode {
        margin: 0.9rem auto 0.5rem;
        flex-wrap: wrap;
    }

    .history01 .mode .pic {
        margin-bottom: 1.3rem;
        width: 100%;
        height: 7.7rem;
    }

    .history01 .SwiperText {
        width: 100%;
    }

    .history01 .SwiperText .swiper-slide .text {
        margin-right: 0;
        width: 100%;
    }

    .history01 .SwiperText .swiper-slide .text .tit {
        margin-bottom: 0.6rem;
        font-size: 1.2rem;
    }

    .history01 .SwiperText .swiper-slide .text .textBox {
        min-height: 2.4rem;
        font-size: 0.58rem;
        line-height: 0.8rem;
    }

    .history01 .SwiperYear {
        padding-bottom: 0.37rem;
        width: calc(100% - 1.72rem);
    }

    .history01 .SwiperYear .lie {
        bottom: 0.43rem;
    }

    .history01 .SwiperYear .swiper-slide {
        width: calc(100% / 6);
    }

    .history01 .SwiperYear .swiper-slide b {
        margin-bottom: 0.18rem;
        font-size: 0.48rem;
        font-weight: bold;
    }

    .history01 .SwiperYear .swiper-slide i {
        width: 0.12rem;
        height: 0.12rem;
    }

    .history01 .swiper-button-next,
    .history01 .swiper-button-prev {
        width: 0.86rem;
        height: 0.86rem;
        background-size: 0.14rem auto;
    }
}

/*===== p1-4PA集团官网入口-企业文化 =====*/
.culture01 {
    padding-top: 80px;
}

.culture01 .tab {
    position: relative;
    color: #fff;
}

.culture01 .tab_next .next {
    display: none;
    position: relative;
}

.culture01 .tab_next .next .pic {
    width: 100%;
    height: 640px;
    overflow: hidden;
    background: #fff;
}

.culture01 .tab_next .next .pic i {
    transform: scale(1);
    opacity: 0.7;
    width: 100%;
    height: 100%;
}

.culture01 .tab_next .next .pos {
    position: absolute;
    top: 200px;
    left: 7.8%;
    width: 42%;
}

.culture01 .tab_next .next .pos .tit {
    margin-bottom: 45px;
    font-size: 36px;
    font-weight: bold;
}

.culture01 .tab_next .next .pos .text {
    font-size: 18px;
    line-height: 36px;
}

.culture01 .tab_next .next.cur {
    display: block;
}

.culture01 .tab_next .next.cur .pic i {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: scale1;
    animation-name: scale1;
}

.culture01 .tab_next .next.cur .pos {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.culture01 .tab_title {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.culture01 .tab_title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    filter: blur(100%);
    content: '';
}

.culture01 .tab_title a {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    cursor: pointer;
}

.culture01 .tab_title a::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #fff;
    opacity: 0.25;
    content: "";
}

.culture01 .tab_title a::before {
    transition: all 0.5s;
    transform: scale(0.7);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ba1912;
    content: "";
}

.culture01 .tab_title a:last-child::after {
    display: none;
}

.culture01 .tab_title a .icon {
    position: relative;
    z-index: 2;
    margin-right: 20px;
    height: 27px;
}

.culture01 .tab_title a .icon img {
    height: 100%;
}

.culture01 .tab_title a p {
    position: relative;
    z-index: 2;
    font-size: 20px;
}

.culture01 .tab_title a.cur::after {
    display: none;
}

.culture01 .tab_title a.cur::before {
    transition: all 0.5s;
    transform: scale(1);
    opacity: 1;
}

@media (max-width: 1200px) {
    .culture01 {
        padding-top: 1.6rem;
    }

    .culture01 .tab_next .next .pic {
        height: 7.7rem;
    }

    .culture01 .tab_next .next .pos {
        top: 1.8rem;
        left: 8%;
        width: 84%;
    }

    .culture01 .tab_next .next .pos .tit {
        margin-bottom: 0.55rem;
        font-size: 0.52rem;
    }

    .culture01 .tab_next .next .pos .text {
        font-size: 0.48rem;
        line-height: 0.8rem;
    }

    .culture01 .tab_title a {
        height: 1.2rem;
    }

    .culture01 .tab_title a::after {
        height: 0.38rem;
    }

    .culture01 .tab_title a .icon {
        margin-right: 0.2rem;
        height: 0.45rem;
    }

    .culture01 .tab_title a p {
        font-size: 0.5rem;
    }
}

.culture02 {
    padding-top: 80px;
}

.culture02 .pic {
    margin-top: 40px;
}

.culture02 .pic img {
    width: 100%;
}

.culture02 .pic .mobile {
    display: none;
}

@media (max-width: 1200px) {
    .culture02 {
        padding-top: 1.9rem;
    }

    .culture02 .pic {
        margin-top: 1rem;
    }

    .culture02 .pic .pc {
        display: none;
    }

    .culture02 .pic .mobile {
        display: block;
    }
}

.culture03 {
    padding-top: 80px;
}

.culture03 .next {
    margin-top: 50px;
}

.culture03 .pic {
    float: left;
    width: 48%;
    height: 430px;
    overflow: hidden;
}

.culture03 .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.culture03 .pic:hover i {
    transition: all 0.5s;
    transform: scale(1.06);
}

.culture03 .text {
    margin: 40px 0 0 0;
    float: right;
    width: 44%;
}

.culture03 .text .tit {
    margin-bottom: 50px;
    padding-left: 52px;
    font-size: 28px;
    color: #333;
    background: url(../images/icon/i71.png) left center no-repeat;
    background-size: 32px auto;
}

.culture03 .text .list .clearfix {
    float: left;
    margin: 0 4% 30px 0;
    width: 48%;
}

.culture03 .text .list .clearfix:nth-child(2n) {
    margin-right: 0;
}

.culture03 .text .list i {
    float: left;
    margin-right: 15px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #ba1912;
    text-align: center;
    font-family: Arial;
    background: url(../images/icon/i72.png) center no-repeat;
    background-size: 100% auto;
}

.culture03 .text .list em {
    float: left;
    width: calc(100% - 43px);
    font-size: 16px;
}

@media (max-width: 1200px) {
    .culture03 {
        padding-top: 1.9rem;
    }

    .culture03 .next {
        margin-top: 1rem;
    }

    .culture03 .pic {
        width: 100%;
        height: 8.4rem;
    }

    .culture03 .text {
        margin: 1rem 0 0 0;
        width: 100%;
    }

    .culture03 .text .tit {
        margin-bottom: 1.26rem;
        padding-left: 1rem;
        font-size: 0.54rem;
        background-size: 0.62rem auto;
    }

    .culture03 .text .list .clearfix {
        margin: 0 4% 0.5rem 0;
    }

    .culture03 .text .list i {
        margin-right: 0.3rem;
        width: 0.86rem;
        height: 0.86rem;
        line-height: 0.86rem;
        font-size: 0.48rem;
    }

    .culture03 .text .list em {
        width: calc(100% - 1.3rem);
        font-size: 0.48rem;
    }
}

.culture04 {
    padding: 80px 0;
}

.culture04 .list {
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.culture04 .list a {
    margin-right: 1.9%;
    width: 23.575%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.culture04 .list a:last-child {
    margin-right: 0;
}

.culture04 .list a .pic {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.culture04 .list a .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.culture04 .list a .text {
    transition: all 0.5s;
    margin: 0 auto;
    width: calc(100% - 54px);
}

.culture04 .list a .text b {
    line-height: 74px;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.culture04 .list a:hover .pic i {
    transition: all 0.5s;
    transform: scale(1.08);
}

.culture04 .list a:hover .text b {
    color: #ba1912;
    font-weight: bold;
}

@media (max-width: 1200px) {
    .culture04 {
        padding: 1.5rem 0 1.1rem;
    }

    .culture04 .list {
        margin-top: 1rem;
        flex-wrap: wrap;
    }

    .culture04 .list a {
        margin: 0 4% 0.8rem 0;
        flex: inherit;
        width: 48%;
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
    }

    .culture04 .list a:nth-child(2n) {
        margin-right: 0;
    }

    .culture04 .list a .pic {
        height: 8.6rem;
    }

    .culture04 .list a .text {
        width: calc(100% - 0.8rem);
    }

    .culture04 .list a .text b {
        line-height: 1.5rem;
        font-size: 0.48rem;
    }
}

.culture05 .ComNotice01 .list {
    margin-bottom: 0;
}

/*===== p1-5PA集团官网入口-社会责任 =====*/
.social {
    margin-top: 0;
}

.social01 {
    padding: 60px 0 100px;
}

.social01 .next {
    margin-bottom: 60px;
    font-size: 22px;
    color: #333;
    text-align: center;
}

.social01 .list {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.social01 .list a {
    box-sizing: border-box;
    margin: 0 40px 40px 0;
    padding: 30px 30px 0;
    width: calc((100% - 80px) / 3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.social01 .list a:nth-child(3n) {
    margin-right: 0;
}

.social01 .list a .pic {
    position: relative;
    width: calc(100% - 2px);
    height: 470px;
    overflow: hidden;
    border: #dcdcdc 1px solid;
}

.social01 .list a .pic::before {
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url(../images/icon/i74.png) center no-repeat;
    content: "";
}

.social01 .list a .pic::after {
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: url(../images/icon/i73.png) center no-repeat;
    background-size: 100% 100%;
    content: "";
}

.social01 .list a .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.social01 .list a .text {
    padding: 30px 0;
}

.social01 .list a .text b {
    height: 60px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.social01 .list a:hover .pic::after,
.social01 .list a:hover .pic::before {
    transition: all 0.5s;
    opacity: 1;
}

.social01 .list a:hover .text b {
    color: #ba1912;
    font-weight: bold;
}

@media (max-width: 1200px) {
    .social01 {
        padding: 1.6rem 0 1.9rem;
    }

    .social01 .next {
        margin-bottom: 1rem;
        font-size: 0.48rem;
    }

    .social01 .list {
        margin-bottom: 0.6rem;
    }

    .social01 .list a {
        margin: 0 0.58rem 0.58rem 0;
        padding: 0.5rem 0.5rem 0;
        width: calc((100% - 0.58rem) / 2);
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.08);
    }

    .social01 .list a:nth-child(3n) {
        margin-right: 0.58rem;
    }

    .social01 .list a:nth-child(2n) {
        margin-right: 0;
    }

    .social01 .list a .pic {
        height: 7.2rem;
    }

    .social01 .list a .pic::before,
    .social01 .list a .pic::after {
        display: none;
    }

    .social01 .list a .text {
        padding: 0.48rem 0;
    }

    .social01 .list a .text b {
        height: 1.4rem;
        line-height: 0.7rem;
        font-size: 0.5rem;
    }
}

/*===== p1-1PA集团官网入口-企业简介 =====*/
.introduction01 .next {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.introduction01 .next .text {
    width: 54.78%;
    font-size: 18px;
    line-height: 40px;
}

.introduction01 .next .text p {
    margin-bottom: 15px;
    text-indent: 2em;
}

.introduction01 .next .text p:last-child {
    margin-bottom: 0;
}

.introduction01 .next .pic {
    width: 38.28%;
}

.introduction01 .next .pic img {
    width: 100%;
}

@media (max-width: 1200px) {
    .introduction01 .next {
        padding: 1.6rem 0 1.9rem;
        flex-wrap: wrap;
    }

    .introduction01 .next .text {
        margin-bottom: 1.8rem;
        width: 100%;
        font-size: 0.52rem;
        line-height: 0.9rem;
    }

    .introduction01 .next .text p {
        margin-bottom: 0.2rem;
    }

    .introduction01 .next .pic {
        width: 100%;
    }
}

.introduction02 .next {
    border-radius: 30px;
    background: url(../images/page/introduction02_bac.png) center no-repeat;
    background-size: cover;
}

.introduction02 .next .text {
    padding: 50px 80px;
    font-size: 18px;
    line-height: 48px;
    color: #333;
}

.introduction02 .next .text div {
    display: flex;
}

.introduction02 .next .text dl {
    margin-right: 50px;
    display: flex;
}

.introduction02 .next .text dt {
    display: flex;
}

.introduction02 .next .text dt .icon {
    display: flex;
    align-items: center;
    width: 33px;
    height: 48px;
}

.introduction02 .next .text dt img {
    height: 22px;
}

.introduction02 .next .text dt p {
    min-width: 75px;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
    font-weight: bold;
}

.introduction02 .next .text dt i {
    margin-right: 3px;
}

@media (max-width: 1200px) {
    .introduction02 .next {
        border-radius: 0.3rem;
    }

    .introduction02 .next .text {
        padding: 1rem 0.45rem;
        font-size: 0.5rem;
        line-height: 1.1rem;
    }

    .introduction02 .next .text div {
        flex-wrap: wrap;
    }

    .introduction02 .next .text dl {
        margin-right: 0;
        width: 100%;
    }

    .introduction02 .next .text dt .icon {
        width: 1.06rem;
        height: 1.1rem;
    }

    .introduction02 .next .text dt img {
        height: 0.6rem;
    }

    .introduction02 .next .text dt p {
        min-width: 2.1rem;
    }
}

.introduction03 {
    padding-top: 80px;
}

.introduction03 .SwiperText {
    background: linear-gradient(to right, #bb1c13, #dd362c);
    overflow: hidden;
}

.introduction03 .SwiperText::after {
    position: absolute;
    left: 0;
    top: 107px;
    width: 101%;
    height: 100%;
    border-radius: 60px 0 0 0;
    background: #f5f5f5;
    content: "";
}

.introduction03 .SwiperText .swiper-slide {
    transition: all 0.5s;
    opacity: 0;
}

.introduction03 .SwiperText dl {
    display: flex;
    padding: 0 0 60px 50px;
    width: calc(100% - 50px - 110px);
    height: 107px;
    line-height: 107px;
    color: #fff;
    overflow: hidden;
}

.introduction03 .SwiperText dl dt {
    margin-right: 30px;
    font-size: 26px;
    font-weight: bold;
    white-space: nowrap;
}

.introduction03 .SwiperText dl dd {
    font-size: 20px;
    white-space: nowrap;
}

.introduction03 .SwiperText .text {
    padding: 0 50px 60px;
    font-size: 18px;
    line-height: 34px;
    text-align: justify;
}

.introduction03 .SwiperText .swiper-button-next,
.introduction03 .SwiperText .swiper-button-prev {
    transition: all 0.5s;
    top: 36px;
    margin: 0;
    width: 35px;
    height: 35px;
    border: #fff 1px solid;
    border-radius: 100%;
    background: url(../images/icon/i75.png) center no-repeat;
    background-size: 17px auto;
}

.introduction03 .SwiperText .swiper-button-prev {
    left: auto;
    right: 100px;
}

.introduction03 .SwiperText .swiper-button-prev:hover {
    background-color: #fff;
    background-image: url(../images/icon/i75s.png);
}

.introduction03 .SwiperText .swiper-button-next {
    right: 50px;
    background-image: url(../images/icon/i76.png);
}

.introduction03 .SwiperText .swiper-button-next:hover {
    background-color: #fff;
    background-image: url(../images/icon/i76s.png);
}

.introduction03 .SwiperText .swiper-slide-active {
    transition: all 0.5s;
    opacity: 1;
}

@media (max-width: 1200px) {
    .introduction03 {
        padding-top: 1.9rem;
    }

    .introduction03 .SwiperText::after {
        top: 1.84rem;
        border-radius: 0.6rem 0 0 0;
    }

    .introduction03 .SwiperText dl {
        padding: 0 0 0.6rem 0.6rem;
        width: calc(100% - 0.6rem - 3.4rem);
        height: 1.84rem;
        line-height: 1.84rem;
    }

    .introduction03 .SwiperText dl dt {
        margin-right: 0.18rem;
        font-size: 0.52rem;
    }

    .introduction03 .SwiperText dl dd {
        font-size: 0.48rem;
    }

    .introduction03 .SwiperText .text {
        padding: 0 0.6rem 1rem;
        font-size: 0.48rem;
        line-height: 0.76rem;
    }

    .introduction03 .SwiperText .swiper-button-next,
    .introduction03 .SwiperText .swiper-button-prev {
        top: 0.48rem;
        width: 0.85rem;
        height: 0.85rem;
        background-image: url(../images/mobile/icon/i75.png);
        background-size: 0.43rem auto;
    }

    .introduction03 .SwiperText .swiper-button-prev {
        right: 1.7rem;
    }

    .introduction03 .SwiperText .swiper-button-prev:hover {
        background-image: url(../images/mobile/icon/i75s.png);
    }

    .introduction03 .SwiperText .swiper-button-next {
        right: 0.6rem;
        background-image: url(../images/mobile/icon/i76.png);
    }

    .introduction03 .SwiperText .swiper-button-next:hover {
        background-image: url(../images/mobile/icon/i76s.png);
    }
}

.introduction04 {
    margin-top: 80px;
}

.introduction04 .bor {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.introduction04 .bor .text {
    width: 63.57%;
}

.introduction04 .bor .text p {
    color: #fff;
    line-height: 40px;
    font-size: 18px;
}

@media (max-width: 1200px) {
    .introduction04 {
        margin-top: 1.9rem;
    }

    .introduction04 .bor {
        flex-wrap: wrap;
        padding: 1rem 0;
    }

    .introduction04 .bor .text {
        width: 100%;
    }

    .introduction04 .bor .text b {
        margin-bottom: 0.48rem;
    }

    .introduction04 .bor .text p {
        margin-bottom: 0.62rem;
        line-height: 0.72rem;
        font-size: 0.48rem;
    }
}

/*===== 站点地图 =====*/
.zdMap {
    padding: 160px 0 150px;
}

.zdMap .tit {
    font-size: 28px;
    font-weight: normal;
    color: #ba1912;
    text-align: center;
    letter-spacing: 3px;
    font-weight: bold;
}

.zdMap .zdMapList {
    margin-top: 50px;
}

.zdMap .zdMapList .zdMapTitle {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.zdMap .zdMapList .zdMapCont {
    display: flex;
    flex-wrap: wrap;
}

.zdMap .zdMapList .zdMapCont a {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    padding: 20px 0;
    text-align: center;
    background: #ececec;
    margin-top: 30px;
    font-size: 18px;
    color: #333;
    transition: all 0.5s;
    border-radius: 10px;
}

.zdMap .zdMapList .zdMapCont a:nth-child(4n) {
    margin-right: 0;
}

.zdMap .zdMapList .zdMapCont a:hover {
    color: #fff;
    background: #ba1912;
}

@media (max-width: 1200px) {
    .zdMap {
        padding: 3.2rem 0 1.9rem;
    }

    .zdMap .tit {
        font-size: 0.65rem;
    }

    .zdMap .zdMapList {
        margin-top: 1.4rem;
    }

    .zdMap .zdMapList .zdMapTitle {
        font-size: 0.54rem;
    }

    .zdMap .zdMapList .zdMapCont a {
        width: 31%;
        margin: 3.5% 3.5% 0 0;
        padding: 0.4rem 0;
        font-size: 0.48rem;
        border-radius: 0.2rem;
    }

    .zdMap .zdMapList .zdMapCont a:nth-child(4n) {
        margin-right: 3.5%;
    }

    .zdMap .zdMapList .zdMapCont a:nth-child(3n) {
        margin-right: 0%;
    }
}

/*===== p7-1信息公示-公司经营公示 =====*/
.information01 {
    padding-bottom: 100px;
}

.information01 .list {
    margin-top: 50px;
}

.information01 .list a {
    position: relative;
    margin-bottom: 37px;
    padding: 30px 40px;
    border: #f1f1f1 1px solid;
}

.information01 .list a .time {
    transition: all 0.5s;
    float: left;
    margin-right: 38px;
    padding: 21px 24px;
    font-family: Arial;
    color: #ba1912;
    background: #f7f7f7;
}

.information01 .list a .time i {
    font-size: 48px;
}

.information01 .list a .time em {
    font-size: 16px;
}

.information01 .list a .text {
    float: left;
    width: calc(100% - 38px - 108px - 80px);
}

.information01 .list a .text b {
    margin: 10px 0 15px;
    font-size: 20px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.information01 .list a .text p {
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.information01 .list a .go {
    transition: all 0.5s;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: #ddd 1px solid;
    background: url(../images/icon/i80.png) center no-repeat;
}

.information01 .list a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

.information01 .list a:hover .time {
    transition: all 0.5s;
    color: #f7f7f7;
    background: #ba1912;
}

.information01 .list a:hover .text b {
    color: #ba1912;
}

.information01 .list a:hover .go {
    transition: all 0.5s;
    background: #ba1912 url(../images/icon/i80s.png) center no-repeat;
}

@media (max-width: 1200px) {
    .information01 {
        padding-bottom: 1.9rem;
    }

    .information01 .list {
        margin-top: 1.6rem;
    }

    .information01 .list a {
        margin-bottom: 0.7rem;
        padding: 0.9rem 0.5rem;
    }

    .information01 .list a .time {
        margin-right: 0.5rem;
        padding: 0.4rem 0.5rem;
    }

    .information01 .list a .time i {
        font-size: 0.74rem;
    }

    .information01 .list a .time em {
        font-size: 0.24rem;
    }

    .information01 .list a .text {
        width: calc(100% - 2.8rem);
    }

    .information01 .list a .text b {
        margin: 0 0 0.4rem;
        max-height: 1.6rem;
        line-height: 0.8rem;
        font-size: 0.52rem;
        -webkit-line-clamp: 2;
    }

    .information01 .list a .text p {
        height: 1.4rem;
        line-height: 0.7rem;
        font-size: 0.48rem;
    }

    .information01 .list a .go {
        display: none;
    }

    .information01 .list a:hover {
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
    }
}

/*===== p7-2信息公示-从业人员公示 =====*/
.publicity01 {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 50px auto 0;
    padding: 33px 50px;
    background: #f8f8f8;
}

.publicity01 b {
    margin-right: 10px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.publicity01 .select {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    margin-right: 24px;
    padding-right: 28px;
    /* width: calc((100% - 150px - 13px - 200px - 48px)/2); */
    width: calc((100% - 450px - 13px - 200px - 48px)/2);
    height: 55px;
    background: #fff;
    box-shadow: 0 0 10px rgba(215, 106, 26, 0.2);
    cursor: pointer;
}

.jg-input {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    box-sizing: border-box;
    margin-right: 24px;
    flex: 1;
    height: 55px;
    background: #fff;
    box-shadow: 0 0 10px rgba(215, 106, 26, 0.2);
}

.jg-input input {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.publicity01 .select p {
    position: relative;
    padding: 0 30px;
    width: calc(100% - 60px);
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.publicity01 .select p::before {
    transition: all 0.5s;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 55px;
    background: url(../images/icon/i81.png) right center no-repeat;
    background-size: 100% auto;
    content: "";
}

.publicity01 .select .pos {
    display: none;
    position: absolute;
    left: 0px;
    top: 55px;
    padding: 10px 10px;
    width: calc(100% - 20px);
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-height: 400px;
    overflow-y: auto;
}

.publicity01 .select .pos::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}

.publicity01 .select .pos::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    margin: 0 1px;
    border-radius: 4px;
    background-color: #ba1912;
}

.publicity01 .select .pos::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.5);
}

.publicity01 .select .pos a {
    padding: 5px 0 5px 2px;
    line-height: 32px;
    font-size: 16px;
    color: #666;
}

.publicity01 .select .pos a:hover {
    color: #ba1912;
}

.publicity01 .select:hover {
    z-index: 3;
}

.publicity01 .select.on {
    z-index: 3;
}

.publicity01 .select.on p::before {
    transform: rotate(180deg);
}

.publicity01 .but {
    margin-left: 13px;
    width: 150px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #ba1912;
}

@media (max-width: 1200px) {
    .publicity01 {
        flex-wrap: wrap;
        margin: 1.6rem auto 0;
        padding: 1rem 0.7rem;
    }

    .publicity01 b {
        margin: 0 0.02rem 0.8rem 0;
        font-size: 0.52rem;
    }

    .publicity01 .select {
        margin: 0 0 0.8rem 0;
        padding-right: 0.5rem;
        width: calc(100% - 2.8rem);
        min-width: calc(100% - 2.8rem);
        height: 1.6rem;
        box-shadow: 0 0 0.2rem rgba(215, 106, 26, 0.2);
    }

    .publicity01 .select p {
        padding: 0 0.5rem;
        width: calc(100% - 1rem);
        height: 1.6rem;
        line-height: 1.6rem;
        font-size: 0.48rem;
    }

    .publicity01 .select p::before {
        width: 0.32rem;
        height: 1.6rem;
    }

    .jg-input {
        margin: 0 0 0.8rem 0;
        padding-right: 0.5rem;
        min-width: calc(100% - 3.6rem);
        height: 1.6rem;
        box-shadow: 0 0 0.2rem rgba(215, 106, 26, 0.2);
        font-size: 0.48rem;
        margin-right: 0;
    }

    .jg-input input {
        font-size: 0.48rem;
    }

    .publicity01 .select .pos {
        top: 1.6rem;
        padding: 0.2rem 0.2rem;
        width: calc(100% - 0.4rem);
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
    }

    .publicity01 .select .pos a {
        padding: 0.1rem 0 0.1rem 0.1rem;
        line-height: 1.2rem;
        font-size: 0.48rem;
    }

    .publicity01 .but {
        margin-left: calc((100% - 4.3rem) / 2);
        width: 4.3rem;
        height: 1.4rem;
        line-height: 1.4rem;
        font-size: 0.52rem;
    }
}

.publicity02 {
    padding: 50px 0 100px;
}

.publicity02 .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.publicity02 .list .rylist {
    transition: all 0.5s;
    margin: 0 2% 2% 0;
    width: 32%;
    background: #f8f8f8;
}

.publicity02 .list .rylist:nth-child(3n) {
    margin-right: 0;
}

.publicity02 .list .rylist .bor {
    display: flex;
    padding: 25px 20px;
}

.publicity02 .list .rylist .pic {
    margin-right: 6%;
    width: 40%;
    height: 190px;
    overflow: hidden;
}

.publicity02 .list .rylist .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.publicity02 .list .rylist .text {
    margin-top: 15px;
    width: 54%;
}

.publicity02 .list .rylist .text div {
    display: flex;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.publicity02 .list .rylist .text div p {
    min-width: 48px;
}

.publicity02 .list .rylist .text div a {
    color: #333;
}

.publicity02 .list .rylist .text div a:hover {
    color: #ba1912;
}

.publicity02 .list .rylist:hover {
    transition: all 0.5s;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.publicity02 .list .rylist:hover .pic i {
    transition: all 0.5s;
    transform: scale(1.08);
}

@media (max-width: 1200px) {
    .publicity02 {
        padding: 1.5rem 0 1.9rem;
    }

    .publicity02 .list {
        margin-bottom: 0;
    }

    .publicity02 .list .rylist {
        margin: 0 0 1rem 0;
        width: 100%;
    }

    .publicity02 .list .rylist .bor {
        padding: 0.9rem;
        align-items: center;
    }

    .publicity02 .list .rylist .pic {
        margin-right: 0.7rem;
        width: 4.8rem;
        height: 5.9rem;
    }

    .publicity02 .list .rylist .text {
        margin-top: 0;
        width: calc(100% - 4.8rem - 0.7rem);
    }

    .publicity02 .list .rylist .text div {
        margin-bottom: 0.2rem;
        font-size: 0.52rem;
        line-height: 0.9rem;
    }

    .publicity02 .list .rylist .text div p {
        min-width: 48px;
    }

    .publicity02 .list .rylist:hover {
        box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    }
}

.publicity03 {
    padding-top: 50px;
}

.publicity03 .text {
    font-size: 16px;
    line-height: 36px;
    color: #666;
    word-wrap: break-word;
    word-break: normal;
}

.publicity03 .text b {
    font-weight: bold;
}

.publicity03 .text p {
    text-indent: 2em;
    text-align: justify;
}

.publicity03 .text p:has(img) {
    text-indent: 0em;
}

.publicity03 .text a {
    color: #ba1912;
}

.publicity03 .text img,
.publicity03 .text video {
    display: block;
    margin: 10px auto;
    width: 80%;
    max-width: 100%;
    height: auto !important;
}

.publicity03 .text span,
.publicity03 .text i,
.publicity03 .text em,
.publicity03 .text a,
.publicity03 .text b {
    display: inline;
}

.publicity03 .text table {
    margin: 0 auto;
    border-top: #000 1px solid !important;
    border-right: #000 1px solid !important;
    border-collapse: collapse;
    border-spacing: 0;
}

.publicity03 .text table td {
    border-bottom: #000 1px solid !important;
    border-left: #000 1px solid !important;
}

.publicity03 .text table p {
    text-indent: 0em;
    text-align: inherit;
}

@media (max-width: 1200px) {
    .publicity03 {
        padding-top: 50px;
    }

    .publicity03 .text {
        font-size: 0.52rem;
        line-height: 0.8rem;
        overflow-x: auto;
    }

    .publicity03 .text p {
        margin-bottom: 0.15rem;
    }

    .publicity03 .text img,
    .publicity03 .text video {
        margin: 0.15rem auto;
        width: 100%;
    }
}

/*===== p7-4信息公示-对外展业信息系统公示 =====*/
.system01 .list {
    margin: 50px auto 40px;
}

.system01 .list a {
    position: relative;
    float: left;
    box-sizing: border-box;
    margin: 0 40px 40px 0;
    padding: 40px 0;
    width: calc((100% - 80px) / 3);
    height: 280px;
    text-align: center;
    background: url(../images/page/system01_bac.png) center no-repeat;
    background-size: cover;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
}

.system01 .list a:nth-child(3n) {
    margin-right: 0;
}

.system01 .list a.a1::after {
    display: none;
}

.system01 .list a::after {
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #ba1912;
    content: "";
}

.system01 .list a .text .icon {
    margin: 0 auto 28px;
    width: 86px;
    height: 86px;
    background: url(../images/icon/i10.png) center no-repeat;
    background-size: 100% auto;
}

.system01 .list a .text .icon img {
    transition: all 0.5s;
    transform: rotateY(0deg);
    width: 100%;
    height: 100%;
}

.system01 .list a .text b {
    margin-bottom: 23px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.system01 .list a .text .more_01 {
    display: flex;
    justify-content: center;
}

.system01 .list a .pos {
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/page/system01_bac2.png);
    background-size: cover;
}

.system01 .list a .pos b {
    padding-top: 35px;
    margin-bottom: 23px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.system01 .list a .pos .code {
    margin: 0 auto 15px;
    width: 118px;
}

.system01 .list a .pos .code img {
    width: 100%;
}

.system01 .list a .pos span {
    font-size: 16px;
    color: #fff;
}

.system01 .list a:hover::after {
    transition: all 0.5s;
    width: 100%;
}

.system01 .list a:hover .pos {
    transition: all 0.5s;
    opacity: 1;
}

@media (max-width: 1200px) {
    .system01 .list {
        margin: 1.6rem auto 0.54rem;
    }

    .system01 .list a {
        margin: 0 0 1.36rem 0;
        padding: 1.4rem 0;
        width: 100%;
        height: 8.6rem;
        box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.04);
    }

    .system01 .list a::after {
        width: 100%;
    }

    .system01 .list a.a1::after {
        display: block;
    }

    .system01 .list a .text .icon {
        margin: 0 auto 0.88rem;
        width: 2.68rem;
        height: 2.68rem;
    }

    .system01 .list a .text b {
        margin-bottom: 0.8rem;
        font-size: 0.58rem;
    }

    .system01 .list a .pos {
        opacity: 1;
        background-color: #fff;
        background-image: url(../images/page/system01_bac.png);
    }

    .system01 .list a .pos b {
        padding-top: 1.1rem;
        margin-bottom: 0.6rem;
        font-size: 0.58rem;
        color: #333;
    }

    .system01 .list a .pos .code {
        margin: 0 auto 0.8rem;
        width: 3.3rem;
    }

    .system01 .list a .pos span {
        font-size: 0.48rem;
        color: #666;
    }
}

/*===== p5-0投资者关系 =====*/
.investor {
    margin: 80px auto 50px;
}

.investor01 .imgList {
    float: left;
    width: 49.28%;
}

.investor01 .imgList a {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
}

.investor01 .imgList a .pic {
    width: 100%;
    height: 308px;
    overflow: hidden;
}

.investor01 .imgList a .pic i {
    transform: scale(1);
    transition: all 0.5s;
    width: 100%;
    height: 100%;
}

.investor01 .imgList a .pos {
    position: absolute;
    left: 9%;
    top: 50%;
    transform: translateY(-50%);
    width: 82%;
    color: #fff;
}

.investor01 .imgList a .pos b {
    margin-bottom: 30px;
    font-size: 32px;
}

.investor01 .imgList a .pos .more_01 {
    transition: all 0.5s;
}

.investor01 .imgList a:hover .pic i {
    transition: all 0.5s;
    transform: scale(1.08);
}

.investor01 .imgList a:hover .pos .more_01 {
    transition: all 0.5s;
    margin-left: 15px;
}

.investor01 .next {
    float: right;
    box-sizing: border-box;
    padding: 44px 30px 35px;
    width: calc(100% - 49.28% - 25px);
    background: #f5f5f5;
}

.investor01 .next .list {
    margin-top: 17px;
}

.investor01 .next .list a {
    display: flex;
    align-items: center;
    padding: 14px 0;
    border-bottom: #e6e6e6 1px solid;
}

.investor01 .next .list a .time {
    transition: all 0.5s;
    margin-right: 24px;
    padding: 10px 7px;
    line-height: 26px;
    font-family: Arial;
    color: #ba1912;
    background: #f7f7f7;
}

.investor01 .next .list a .time i {
    font-weight: bold;
    font-size: 30px;
}

.investor01 .next .list a .time em {
    font-size: 16px;
}

.investor01 .next .list a .text {
    width: calc(100% - 24px - 80px);
}

.investor01 .next .list a .text b {
    max-height: 52px;
    line-height: 26px;
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.investor01 .next .list a:hover .time {
    transition: all 0.5s;
    color: #f7f7f7;
    background: #ba1912;
}

.investor01 .next .list a:hover .text b {
    color: #ba1912;
}

@media (max-width: 1200px) {
    .investor {
        margin: 1.9rem auto;
    }

    .investor01 .imgList {
        margin-bottom: 1.2rem;
        width: 100%;
    }

    .investor01 .imgList a {
        margin-bottom: 0.5rem;
    }

    .investor01 .imgList a .pic {
        height: 4.88rem;
    }

    .investor01 .imgList a .pos b {
        margin-bottom: 0.6rem;
        font-size: 0.68rem;
    }

    .investor01 .imgList a:hover .pos .more_01 {
        margin-left: 0.3rem;
    }

    .investor01 .next {
        padding: 1.6rem 0.7rem;
        width: 100%;
    }

    .investor01 .next .list {
        margin-top: 0.6rem;
    }

    .investor01 .next .list a {
        padding: 0.5rem 0;
    }

    .investor01 .next .list a .time {
        margin-right: 0.4rem;
        padding: 0.2rem 0.2rem;
    }

    .investor01 .next .list a .time i {
        font-size: 0.69rem;
    }

    .investor01 .next .list a .time em {
        font-size: 0.36rem;
    }

    .investor01 .next .list a .text {
        width: calc(100% - 1.8rem - 0.4rem);
    }

    .investor01 .next .list a .text b {
        max-height: 1.6rem;
        line-height: 0.8rem;
        font-size: 0.52rem;
    }
}

/*===== p5-3投资者关系-公司公告 =====*/
.ComNotice01 {
    padding-bottom: 100px;
}

.ComNotice01 .list {
    margin: 40px auto 50px;
}

.ComNotice01 .list a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 20px;
    border-bottom: #e6e6e6 1px solid;
}

.ComNotice01 .list a::after {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #ba1912;
    content: "";
}

.ComNotice01 .list a .time {
    transition: all 0.5s;
    margin-right: 20px;
    padding: 10px 7px;
    font-family: Arial;
    color: #ba1912;
    background: #f7f7f7;
}

.ComNotice01 .list a .time i {
    font-weight: bold;
    font-size: 30px;
}

.ComNotice01 .list a .time em {
    font-size: 16px;
}

.ComNotice01 .list a .text {
    flex: 1;
}

.ComNotice01 .list a .text b {
    max-height: 52px;
    line-height: 26px;
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ComNotice01 .list a .icon {
    margin-left: 20px;
    width: 26px;
    height: 26px;
    background: url(../images/icon/i86.png) center no-repeat;
    background-size: 100% auto;
}

.ComNotice01 .list a:hover::after {
    transition: all 0.5s;
    width: 100%;
}

.ComNotice01 .list a:hover .time {
    transition: all 0.5s;
    color: #f7f7f7;
    background: #ba1912;
}

.ComNotice01 .list a:hover .text b {
    font-weight: bold;
    color: #ba1912;
}

.ComNotice01 .list a:hover .icon {
    background-image: url(../images/icon/i86s.png);
}

@media (max-width: 1200px) {
    .ComNotice01 {
        padding-bottom: 1.9rem;
    }

    .ComNotice01 .list {
        margin: 1rem auto 1.2rem;
    }

    .ComNotice01 .list a {
        padding: 0.7rem 0;
    }

    .ComNotice01 .list a .time {
        margin-right: 0.4rem;
        padding: 0.2rem;
    }

    .ComNotice01 .list a .time i {
        font-size: 0.69rem;
    }

    .ComNotice01 .list a .time em {
        font-size: 0.36rem;
    }

    .ComNotice01 .list a .text b {
        max-height: 1.6rem;
        line-height: 0.8rem;
        font-size: 0.52rem;
    }

    .ComNotice01 .list a .icon {
        margin-left: 1.3rem;
        width: 0.63rem;
        height: 0.63rem;
    }
}

/*===== p5-1投资者关系-董监高信息 =====*/
.message01 {
    margin: 50px auto 0;
}

.message01 .mode {
    margin-bottom: 80px;
}

.message01 .mode .tit {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.message01 .mode .tit .icon {
    margin-right: 15px;
    height: 28px;
}

.message01 .mode .tit .icon img {
    height: 100%;
}

.message01 .mode .tit b {
    font-size: 24px;
    font-weight: bold;
    color: #ba1912;
}

.message01 .text table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    min-width: calc(100% - 2px);
    background: #f3f3f3;
    border: #f3f3f3 1px solid;
}

.message01 .text table img {
    width: auto;
}

.message01 .text table tr:nth-child(2n) {
    background: #f8f8f8;
}

.message01 .text table tr:nth-child(2n - 1) {
    background: #fff;
}

.message01 .text table tr:first-child,
.message01 .text table tr.color {
    background: #ba1912;
}

.message01 .text table tr:first-child td,
.message01 .text table tr.color td {
    color: #fff;
    background: #ba1912;
}

.message01 .text table tr:first-child td p,
.message01 .text table tr.color td p,
.message01 .text table tr:first-child td a,
.message01 .text table tr.color td a,
.message01 .text table tr:first-child td i,
.message01 .text table tr.color td i,
.message01 .text table tr:first-child td em,
.message01 .text table tr.color td em,
.message01 .text table tr:first-child td span,
.message01 .text table tr.color td span,
.message01 .text table tr:first-child td b,
.message01 .text table tr.color td b {
    color: #fff !important;
}

.message01 .text table td {
    word-break: break-all;
    word-wrap: break-word;
    border-right: 0px solid #939598 !important;
    border-bottom: 0px solid #939598 !important;
    border: 0px solid #939598 !important;
    padding: 12px 5px !important;
    font-size: 16px !important;
    color: #333;
    text-align: center;
}

.message01 .text table td a,
.message01 .text table td i,
.message01 .text table td em,
.message01 .text table td span,
.message01 .text table td b,
.message01 .text table td img {
    display: inline;
    font-family: "Microsoft YaHei" !important;
    font-size: 16px !important;
    color: #333 !important;
}

@media (max-width: 1200px) {
    .message01 {
        margin: 1.6rem auto 0.3rem;
    }

    .message01 .mode {
        margin-bottom: 1.6rem;
    }

    .message01 .mode .tit {
        margin-bottom: 0.75rem;
    }

    .message01 .mode .tit .icon {
        margin-right: 0.3rem;
        height: 0.55rem;
    }

    .message01 .mode .tit b {
        font-size: 0.6rem;
    }

    .message01 .text {
        overflow-x: auto;
    }

    .message01 .text table {
        max-width: none;
    }

    .message01 .text table td {
        padding: 0.2rem 0.1rem !important;
        font-size: 0.48rem !important;
    }

    .message01 .text table td a,
    .message01 .text table td i,
    .message01 .text table td em,
    .message01 .text table td span,
    .message01 .text table td b,
    .message01 .text table td img {
        font-size: 0.48rem !important;
    }
}

/*===== p8-软件下载 =====*/
.Download {
    padding-top: 100px;
}

.Download01 {
    padding-top: 60px;
}

.Download01 .text {
    margin-top: 35px;
    line-height: 36px;
    font-size: 18px;
    color: #333;
}

.Download02 {
    padding: 50px 0 40px;
}

.Download02 .mode {
    margin-bottom: 55px;
    border: #be2720 1px solid;
}

.Download02 .mode .top {
    padding: 20px;
    background: #ba1912;
}

.Download02 .mode .top b {
    line-height: 30px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.Download02 .mode .cen {
    display: flex;
    align-items: center;
    border-bottom: #be2720 1px solid;
}

.Download02 .mode .cen .text {
    box-sizing: border-box;
    padding: 30px 3.5%;
    width: 72%;
    font-size: 18px;
    line-height: 32px;
    border-right: #be2720 1px solid;
}

.Download02 .mode .cen .right {
    padding: 30px 10px;
    flex: 1;
}

.Download02 .mode .cen .right p {
    font-size: 18px;
    text-align: center;
}

.Download02 .mode .cen .right .but {
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    margin: 30px auto 0;
    width: 176px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    font-size: 18px;
    background: #ba1912;
    border: #ba1912 1px solid;
}

.Download02 .mode .cen .right .but i {
    padding-left: 34px;
    color: #fff;
    background: url(../images/icon/i100.png) left center no-repeat;
    background-size: 19px auto;
}

.Download02 .mode .cen .right .but:hover {
    transition: all 0.5s;
    background: #fff;
}

.Download02 .mode .cen .right .but:hover i {
    color: #ba1912;
    background-image: url(../images/icon/i100s.png);
}

.Download02 .mode .bot {
    padding: 15px 20px;
    line-height: 30px;
    font-size: 20px;
    color: #ba1912;
    text-align: center;
    background: #f8f8f8;
}

@media (max-width: 1200px) {
    .Download {
        padding-top: 2.2rem;
    }

    .Download01 {
        padding-top: 1rem;
    }

    .Download01 .text {
        margin-top: 0.9rem;
        line-height: 0.9rem;
        font-size: 0.5rem;
    }

    .Download02 {
        padding: 1.5rem 0 0.7rem;
    }

    .Download02 .mode {
        margin-bottom: 1.2rem;
    }

    .Download02 .mode .top {
        padding: 0.4rem 0.5rem;
    }

    .Download02 .mode .top b {
        line-height: 0.8rem;
        font-size: 0.54rem;
    }

    .Download02 .mode .cen .text {
        padding: 0.7rem 0.5rem;
        width: 68%;
        font-size: 0.48rem;
        line-height: 0.8rem;
    }

    .Download02 .mode .cen .right {
        padding: 0.7rem 0.4rem;
    }

    .Download02 .mode .cen .right p {
        font-size: 0.5rem;
    }

    .Download02 .mode .cen .right .but {
        margin: 0.7rem auto 0;
        width: 3.2rem;
        height: 0.9rem;
        border-radius: 0.9rem;
        line-height: 0.9rem;
        font-size: 0.43rem;
    }

    .Download02 .mode .cen .right .but i {
        padding-left: 0.82rem;
        background-size: 0.43rem auto;
    }

    .Download02 .mode .bot {
        padding: 0.4rem 0.5rem;
        line-height: 0.8rem;
        font-size: 0.48rem;
    }
}

/*===== p9-手机开户 =====*/
.account_banner {
    height: 699px;
}

.account {
    margin-top: 0;
}

.account .tit {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
}

.account01 {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.account01 .mode {
    width: 48.57%;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
    background: url(../images/page/account01_bac1.jpg) right bottom no-repeat;
    background-size: 100% auto;
}

.account01 .mode.mode1 {
    background-image: url(../images/page/account01_bac1.jpg);
}

.account01 .mode.mode1 .text p {
    padding-left: 17px;
    background: url(../images/icon/i47.png) left 19px no-repeat;
    background-size: 6px auto;
}

.account01 .mode.mode2 {
    background-image: url(../images/page/account01_bac2.jpg);
}

.account01 .mode .bor {
    padding: 50px;
}

.account01 .mode .tit {
    margin-bottom: 27px;
}

.account01 .mode .text {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 44px;
}

.account01 .mode .code {
    width: 131px;
}

@media (max-width: 1200px) {
    .account_banner {
        height: 20rem;
    }

    .account .tit {
        margin-bottom: 0.6rem;
        font-size: 0.54rem;
    }

    .account01 {
        flex-wrap: wrap;
        margin-top: 1.9rem;
    }

    .account01 .mode {
        width: 100%;
        min-height: 7.6rem;
        box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.08);
        background: url(../images/page/account01_bac1.jpg) right bottom no-repeat;
        background-size: 100% auto;
    }

    .account01 .mode.mode1 {
        margin-bottom: 0.94rem;
        background-image: url(../images/page/account01_bac1.jpg);
    }

    .account01 .mode.mode1 .text p {
        padding-left: 0.3rem;
        background-position: left 0.4rem;
        background-size: 0.1rem auto;
    }

    .account01 .mode.mode2 {
        background-image: url(../images/page/account01_bac2.jpg);
    }

    .account01 .mode .bor {
        padding: 1rem 1.2rem;
    }

    .account01 .mode .tit {
        margin-bottom: 0.46rem;
    }

    .account01 .mode .text {
        margin-bottom: 0.5rem;
        font-size: 0.48rem;
        line-height: 0.9rem;
    }

    .account01 .mode .code {
        width: 2.6rem;
    }
}

.account02 {
    margin: 60px auto;
}

.account02 .mode {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 3.575%;
    width: 30.95%;
    height: 109px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

.account02 .mode:nth-child(3n) {
    margin-right: 0;
}

.account02 .mode .icon {
    margin-right: 16%;
}

.account02 .mode .icon img {
    height: 33px;
}

.account02 .mode p {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

@media (max-width: 1200px) {
    .account02 {
        margin: 1.7rem auto 0;
    }

    .account02 .mode {
        margin: 0 5.7% 0.5rem 0;
        width: 47.15%;
        height: 1.64rem;
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
    }

    .account02 .mode:nth-child(3n) {
        margin-right: 5.7%;
    }

    .account02 .mode:nth-child(2n) {
        margin-right: 0;
    }

    .account02 .mode .icon {
        margin-right: 0.75rem;
    }

    .account02 .mode .icon img {
        height: 0.57rem;
    }

    .account02 .mode p {
        font-size: 0.48rem;
    }
}

.account03 {
    margin: 60px auto 80px;
}

.account03 .list {
    padding: 40px 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
    background: url(../images/page/account03_bac.jpg) left bottom no-repeat;
    background-size: 100% auto;
}

.account03 .list a {
    float: left;
    width: calc(100% / 6);
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}

@media (max-width: 1200px) {
    .account03 {
        margin: 1.2rem auto 1.9rem;
    }

    .account03 .list {
        padding: 0.8rem 0;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
        background-image: url(../images/mobile/page/account03_bac.jpg);
    }

    .account03 .list a {
        width: calc(100% / 3);
        font-size: 0.48rem;
        line-height: 1.1rem;
    }
}

/*===== p3-1-3-2业务体系-业务介绍财富管理-股票期权 =====*/
.stockOption .investment03 {
    padding-bottom: 0;
}

.stockOption .next2 {
    padding-top: 80px;
}

.stockOption .next2 .Publicity02 {
    width: 49.05%;
}

.stockOption .next2 .Publicity02 .bor {
    padding: 65px 7.89%;
}

.stockOption .next2 .Publicity02 b {
    margin-bottom: 40px;
}

.stockOption .next2 .Publicity02:hover .pic i {
    transition: all 0.5s;
    transform: scale(1.05);
}

@media (max-width: 1200px) {
    .stockOption .next2 {
        padding-top: 1rem;
    }

    .stockOption .next2 .Publicity02 {
        margin-bottom: 1rem;
        width: 100%;
    }

    .stockOption .next2 .Publicity02:last-child {
        margin-bottom: 0;
    }

    .stockOption .next2 .Publicity02 .bor {
        padding: 1.6rem 4%;
    }

    .stockOption .next2 .Publicity02 b {
        margin-bottom: 1rem;
    }
}

/*===== p3-1-3-1业务体系-业务介绍财富管理-融资融券 =====*/
.financing .investment03 {
    padding-bottom: 20px;
}

.financing .new04 {
    padding: 60px 0 0;
}

.financing .next2 {
    padding: 50px 0 80px;
}

.financing01 {
    padding: 60px 0 30px;
}

.financing01 .list a {
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-right: 1.9%;
    width: 49.05%;
    height: 250px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.financing01 .list a:nth-child(2n) {
    margin-right: 0;
}

.financing01 .list a::after {
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #ba1912;
    content: "";
}

.financing01 .list a .icon {
    margin-right: 10%;
    width: 106px;
    height: 106px;
    background: url(../images/icon/i10.png) center no-repeat;
    background-size: 100% auto;
}

.financing01 .list a .icon img {
    transition: all 0.5s;
    transform: rotateY(0deg);
    width: 100%;
    height: 100%;
}

.financing01 .list a .text b {
    margin-bottom: 23px;
    font-size: 30px;
    color: #bb201a;
    font-weight: bold;
}

.financing01 .list a .text b i {
    display: inline;
    color: #333;
    font-weight: bold;
}

.financing01 .list a .text .more_01 {
    display: flex;
}

.financing01 .list a:hover::after {
    transition: all 0.5s;
    width: 100%;
}

.financing01 .list a:hover .icon img {
    transition: all 0.5s;
    transform: rotateY(360deg);
}

.financing01 .list a:hover b {
    color: #ba1912;
}

.financing01 .list a:hover b i {
    color: #ba1912;
}

@media (max-width: 1200px) {
    .financing .investment03 {
        padding-bottom: 0.1rem;
    }

    .financing .new04 {
        padding: 1.3rem 0 0;
    }

    .financing .next2 {
        padding: 0.9rem 0 2.5rem;
    }

    .financing01 {
        padding: 1.3rem 0 0;
    }

    .financing01 .list a {
        margin: 0 0 1rem 0;
        width: 100%;
        height: 4.9rem;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    }

    .financing01 .list a::after {
        display: none;
    }

    .financing01 .list a .icon {
        margin-right: 1.3rem;
        width: 2.3rem;
        height: 2.3rem;
    }

    .financing01 .list a .text b {
        margin-bottom: 0.6rem;
        font-size: 0.6rem;
    }

    .financing01 .list a:hover::after {
        transition: all 0.5s;
        width: 100%;
    }

    .financing01 .list a:hover .icon img {
        transition: all 0.5s;
        transform: rotateY(360deg);
    }

    .financing01 .list a:hover b {
        color: #ba1912;
    }

    .financing01 .list a:hover b i {
        color: #ba1912;
    }
}

/*===== p7-3信息公示-分支机构查询 =====*/
.organization01 {
    margin-top: 31px;
    padding-bottom: 100px;
}

.organization01 .pc_mode {
    display: block;
}

.organization01 .pc_mode .list {
    position: relative;
    margin-bottom: 60px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    background: #f8f8f8;
}

.organization01 .pc_mode .list .line {
    transition: all 0.6s;
    display: flex;
}

.organization01 .pc_mode .list .line:nth-child(2n) {
    background: #fff;
}

.organization01 .pc_mode .list .line .box {
    box-sizing: border-box;
    position: relative;
    border-right: #fff 1px solid;
}

.organization01 .pc_mode .list .line .box:last-child {
    border-right: none;
}

.organization01 .pc_mode .list .line .box p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    line-height: 35px;
    font-size: 16px;
    color: #666;
    text-align: center;
    min-height: 40px;
}

.organization01 .pc_mode .list .line .l1 {
    width: 25%;
}

.organization01 .pc_mode .list .line .l2 {
    width: 25%;
}

.organization01 .pc_mode .list .line .l3 {
    width: 50%;
}

.organization01 .pc_mode .list .line:hover .box p {
    color: #ba1912;
}

.organization01 .pc_mode .list .line1 {
    background: #c92b2f;
}

.organization01 .pc_mode .list .line1 .box p {
    padding: 15px 6px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.organization01 .pc_mode .list .line1:hover .box p {
    color: #fff;
}

.organization01 .m_mode {
    display: none;
}

@media (max-width: 1200px) {
    .organization01 {
        margin-top: 1.5rem;
        padding-bottom: 1.9rem;
    }

    .organization01 .pc_mode {
        display: none;
    }

    .organization01 .m_mode {
        display: block;
    }

    .organization01 .m_mode .list {
        margin-bottom: 1.2rem;
    }

    .organization01 .m_mode a {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        margin-bottom: 0.8rem;
        padding: 1rem 0.6rem;
        background: #fff url(../images/mobile/page/announcement01_bac.jpg) right bottom no-repeat;
        background-size: cover;
        box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.06);
    }

    .organization01 .m_mode a p {
        box-sizing: border-box;
        width: 100%;
        line-height: 1.2rem;
        font-size: 0.52rem;
        color: #666;
    }

    .organization01 .m_mode a p.p2 {
        padding-right: 2%;
        width: 50%;
    }

    .organization01 .m_mode a p i {
        display: inline-block;
        color: #333;
    }
}

/*===== p8-2软件下载-手机app =====*/
.DownloadPhone {
    padding-top: 100px;
}

.DownloadPhone01 {
    padding-top: 50px;
}

.DownloadPhone01 .title_01 {
    margin-bottom: 40px;
}

.DownloadPhone01 .Publicity02 .bor {
    padding: 60px 80px;
}

.DownloadPhone02 {
    padding: 60px 0;
}

.DownloadPhone02 .text {
    font-size: 18px;
    line-height: 36px;
    color: #333;
}

.DownloadPhone02 .text b {
    font-size: 22px;
    font-weight: bold;
}

.DownloadPhone02 .text p i {
    display: inline;
    color: #ba1912;
    font-size: 22px;
}

.DownloadPhone02 .text p a {
    display: inline;
    padding: 0 5px 0 30px;
    color: #ba1912;
    font-weight: bold;
    background: url(../images/icon/i42.png) 7px center no-repeat;
    background-size: 19px auto;
}

.DownloadPhone02 .list {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 50px;
}

.DownloadPhone02 .list .mode {
    box-sizing: border-box;
    padding: 50px;
    width: 48.7%;
    background: url(../images/page/DownloadPhone02_bac.jpg) right bottom no-repeat;
    background-size: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.DownloadPhone02 .list .mode .t1 {
    margin-bottom: 32px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.DownloadPhone02 .list .mode .t2 {
    padding-left: 12px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    background: url(../images/icon/i47.png) left 13px no-repeat;
    background-size: 4px auto;
}

.DownloadPhone02 .list .mode .text {
    margin-bottom: 30px;
}

.DownloadPhone02 .list .mode dl {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.DownloadPhone02 .list .mode dl dt {
    margin-right: 26px;
    border: #e9b5af 5px solid;
}

.DownloadPhone02 .list .mode dl dt img {
    width: 118px;
}

.DownloadPhone02 .list .mode dl dd {
    line-height: 30px;
    font-size: 18px;
    color: #333;
}

@media (max-width: 1200px) {
    .DownloadPhone {
        padding-top: 2.2rem;
    }

    .DownloadPhone01 {
        padding-top: 1rem;
    }

    .DownloadPhone01 .title_01 {
        margin-bottom: 0.9rem;
    }

    .DownloadPhone01 .Publicity02 {
        margin-bottom: 0;
    }

    .DownloadPhone01 .Publicity02 .bor {
        padding: 1.6rem 4%;
    }

    .DownloadPhone02 {
        padding: 1.5rem 0;
    }

    .DownloadPhone02 .text {
        font-size: 0.5rem;
        line-height: 0.9rem;
    }

    .DownloadPhone02 .text b {
        font-size: 0.54rem;
    }

    .DownloadPhone02 .text p i {
        font-size: 0.5rem;
    }

    .DownloadPhone02 .text p a {
        padding: 0 2px 0 0.53rem;
        background: url(../images/icon/i42.png) 1px center no-repeat;
        background-size: 0.4rem auto;
    }

    .DownloadPhone02 .list {
        flex-wrap: wrap;
        padding: 0.78rem 0 0.4rem;
    }

    .DownloadPhone02 .list .mode {
        box-sizing: border-box;
        margin-bottom: 0.9rem;
        padding: 0.9rem 1.1rem;
        width: 100%;
    }

    .DownloadPhone02 .list .mode .t1 {
        margin-bottom: 0.5rem;
        font-size: 0.6rem;
    }

    .DownloadPhone02 .list .mode .t2 {
        padding-left: 0.35rem;
        line-height: 0.8rem;
        font-size: 0.5rem;
        background: url(../images/icon/i47.png) left 0.35rem no-repeat;
        background-size: 0.1rem auto;
    }

    .DownloadPhone02 .list .mode .text {
        margin-bottom: 0.4rem;
    }

    .DownloadPhone02 .list .mode dl {
        margin-top: 0.45rem;
    }

    .DownloadPhone02 .list .mode dl dt {
        margin-right: 0.5rem;
        border: #e9b5af 0.1rem solid;
    }

    .DownloadPhone02 .list .mode dl dt img {
        width: 2.3rem;
    }

    .DownloadPhone02 .list .mode dl dd {
        line-height: 0.6rem;
        font-size: 0.48rem;
    }
}

.pepoleInfoimg {
    width: 70px;
    float: left;
    margin-right: 20px;
}

.pepoleInfoimg img {
    width: 100%;
}
@media (max-width: 1200px){
    .pepoleInfoimg {
        width: 1.7rem;
        margin-right: 0.8rem;
    }
}