/*公共部分*/
.header.header_fixed {
  background: #ffffff;
}
.title {
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .title {
    margin-bottom: 0.52rem;
  }
  .swiper-pagination {
    position: relative;
    left: auto !important;
    bottom: auto !important;
    display: flex;
    justify-content: center;
  }
  .swiper-pagination span {
    transition: all 0.5s;
    opacity: 1;
    margin: 0.5rem 0.16rem 0 !important;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../images/icon/i7ss.png) center no-repeat;
    background-size: 100% auto;
  }
  .swiper-pagination span.swiper-pagination-bullet-active {
    transition: all 0.5s;
    background-image: url(../images/icon/i7.png);
  }
}
/*============= p2-0新闻中心 =============*/
.new01 {
  padding: 100px 0;
}
.new01 .list a {
  transition: all 0.6s;
  position: relative;
  width: 32.15%;
  border-bottom: #dcdcdc 1px solid;
}
.new01 .list a::before {
  transition: all 0.6s;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
  width: 0;
  height: 3px;
  background: #c92b2f;
  content: " ";
}
.new01 .list a .pic {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.new01 .list a .pic i {
  transform: scale(1);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}
.new01 .list a .text {
  padding: 30px 5%;
}
.new01 .list a .text b {
  margin-bottom: 18px;
  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;
}
.new01 .list a .text p {
  height: 72px;
  line-height: 24px;
  font-size: 16px;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.new01 .list a:hover {
  transition: all 0.6s;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
}
.new01 .list a:hover::before {
  transition: all 0.6s;
  width: 100%;
}
.new01 .list a:hover .pic i {
  transform: scale(1.1);
  transition: all 0.6s;
}
.new01 .list a:hover .page_time {
  transition: all 0.6s;
  color: #fff;
  background: rgba(201, 43, 47, 0.9);
}
.new01 .list a:hover .text b {
  color: #c92b2f;
}
@media (min-width: 1201px) {
  .new01 .list .swiper-wrapper {
    justify-content: space-between;
  }
}
@media (max-width: 1200px) {
  .new01 {
    padding: 0.85rem 0;
  }
  .new01 .list a {
    width: 100%;
  }
  .new01 .list a .pic {
    height: 3.9rem;
  }
  .new01 .list a .text {
    padding: 0.5rem 0 0.4rem;
  }
  .new01 .list a .text b {
    margin-bottom: 0.3rem;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 0.28rem;
    -webkit-line-clamp: 1;
  }
  .new01 .list a .text p {
    height: 1.2rem;
    line-height: 0.4rem;
    font-size: 0.26rem;
  }
  .new01 .list a:hover {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  }
}
.new02 {
  padding: 100px 0;
  background: url(../images/page/new02_bac.jpg) center no-repeat;
  background-size: cover;
}
.new02 .list {
  float: left;
  width: 46.4%;
}
.new02 .list a {
  position: relative;
}
.new02 .list a .pic {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.new02 .list a .pic::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  content: "";
}
.new02 .list a .pic i {
  transform: scale(1);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}
.new02 .list a .page_time {
  z-index: 2;
}
.new02 .list a .text {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 30px 35px 40px;
  width: 100%;
  color: #fff;
}
.new02 .list a .text b {
  margin-bottom: 18px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.new02 .list a .text p {
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.new02 .list a:hover {
  transition: all 0.6s;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
}
.new02 .list a:hover .pic i {
  transform: scale(1.1);
  transition: all 0.6s;
}
.new02 .list_box {
  float: left;
  width: 53.6%;
}
.new02 .list_box a {
  float: left;
  margin-left: 3.4%;
  width: 46.6%;
  height: 450px;
  background: #fff;
}
.new02 .list_box a .text {
  padding: 60px 25px 0;
}
.new02 .list_box a .text b {
  margin-bottom: 28px;
  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_box a .text .lie {
  position: relative;
  margin-bottom: 32px;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
.new02 .list_box a .text .lie::before {
  transition: all 0.6s;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
  width: 0;
  height: 2px;
  background: #c92b2f;
  content: " ";
}
.new02 .list_box a .text p {
  margin-bottom: 54px;
  height: 130px;
  line-height: 26px;
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.new02 .list_box a .text span {
  transition: all 0.6s;
  padding-right: 18px;
  font-size: 16px;
  color: #999;
  font-family: "DINBold";
  background: url(../images/icon/i31.png) right center no-repeat;
}
.new02 .list_box a:hover {
  transition: all 0.6s;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
}
.new02 .list_box a:hover .lie::before {
  transition: all 0.6s;
  width: 100%;
}
.new02 .list_box a:hover .text b {
  color: #c92b2f;
}
.new02 .list_box a:hover .text span {
  color: #c92b2f;
  background-image: url(../images/icon/i31s.png);
}
@media (max-width: 1200px) {
  .new02 {
    padding: 0.85rem 0;
    background-image: url(../images/mobile/page/new02_bac.jpg);
  }
  .new02 .list {
    width: 100%;
  }
  .new02 .list a .pic {
    height: 4.9rem;
  }
  .new02 .list a .text {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0.5rem 0.35rem;
    background: #fff;
  }
  .new02 .list a .text b {
    margin-bottom: 0.3rem;
    height: auto;
    max-height: 0.8rem;
    line-height: 0.4rem;
    font-size: 0.3rem;
    color: #333;
    -webkit-line-clamp: 2;
  }
  .new02 .list a .text p {
    height: auto;
    max-height: 1.2rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #666;
    -webkit-line-clamp: 3;
  }
  .new02 .list_box {
    width: 100%;
  }
  .new02 .list_box a {
    margin: 0.5rem 0% 0;
    width: 100%;
    height: auto;
  }
  .new02 .list_box a .text {
    padding: 0.5rem 0.35rem;
  }
  .new02 .list_box a .text b {
    margin-bottom: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.3rem;
    -webkit-line-clamp: 1;
  }
  .new02 .list_box a .text .lie {
    margin-bottom: 0.4rem;
  }
  .new02 .list_box a .text p {
    margin-bottom: 0.5rem;
    height: auto;
    max-height: 1.2rem;
    line-height: 0.4rem;
    font-size: 0.26rem;
    -webkit-line-clamp: 3;
  }
  .new02 .list_box a .text span {
    padding-right: 0.3rem;
    font-size: 0.26rem;
    background-size: 0.23rem auto;
  }
}
.new03 {
  padding: 100px 0;
}
.new03 .title .Ttext .t {
  float: left;
  margin-right: 30px;
}
.new03 .title .Ttext .t span {
  transition: all 0.6s;
  opacity: 0;
}
.new03 .title .Ttext .t.cur em {
  color: #c92b2f;
}
.new03 .title .Ttext .t.cur span {
  transition: all 0.6s;
  opacity: 1;
}
.new03 .title .tab_more .more {
  display: none;
  margin-top: 0;
}
.new03 .title .tab_more .more.cur {
  display: flex;
}
.new03 .tab_next a {
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-right: 1.7%;
  padding: 40px 26px 0;
  width: 23.725%;
  height: 340px;
  border-bottom: #c82b2f 3px solid;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.new03 .tab_next a::before {
  transition: all 0.6s;
  opacity: 0;
  transform: scale(0.7);
  filter: blur(6px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/page/new03_bac.jpg) center no-repeat;
  background-size: cover;
  content: "";
}
.new03 .tab_next a:nth-child(4) {
  margin-right: 0;
}
.new03 .tab_next a i {
  margin-bottom: 20px;
  font-size: 16px;
  color: #c92b2f;
  font-family: "DINBold";
}
.new03 .tab_next a b {
  margin-bottom: 36px;
  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 .tab_next a p {
  height: 84px;
  line-height: 28px;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.new03 .tab_next a:hover::before {
  transition: all 0.6s;
  opacity: 1;
  transform: scale(1);
  filter: blur(0px);
}
.new03 .tab_next a:hover i,
.new03 .tab_next a:hover b,
.new03 .tab_next a:hover p {
  color: #fff;
}
@media (max-width: 1200px) {
  .new03 {
    padding: 0.85rem 0;
  }
  .new03 .title .Ttext .t {
    margin-right: 0.32rem;
  }
  .new03 .tab_next a {
    margin: 0 0 0.5rem;
    padding: 0.7rem 0.4rem;
    width: 100%;
    height: auto;
    border-bottom: #c82b2f 2px solid;
  }
  .new03 .tab_next a:last-child {
    margin-bottom: 0;
  }
  .new03 .tab_next a i {
    margin-bottom: 0.4rem;
    font-size: 0.26rem;
  }
  .new03 .tab_next a b {
    margin-bottom: 0.3rem;
    height: auto;
    min-height: 0.8rem;
    line-height: 0.4rem;
    font-size: 0.3rem;
  }
  .new03 .tab_next a p {
    height: auto;
    max-height: 0.8rem;
    line-height: 0.4rem;
    font-size: 0.26rem;
    -webkit-line-clamp: 2;
  }
}
.new04 {
  padding: 100px 0;
  background: url(../images/page/new04_bac.jpg) center no-repeat;
  background-size: cover;
}
.new04 .list a {
  transition: all 0.6s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin: 0 2.2% 2.2% 0;
  padding: 30px 3.2%;
  width: 48.9%;
  background: #fff;
}
.new04 .list a:nth-child(2n) {
  margin-right: 0;
}
.new04 .list a .page_time {
  position: relative;
  left: auto;
  top: auto;
  float: left;
  border: #eaeaea 1px solid;
}
.new04 .list a .text {
  float: right;
  width: calc(100% - 80px - 28px);
}
.new04 .list a .text b {
  margin-bottom: 18px;
  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;
}
.new04 .list a .text p {
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.new04 .list a:hover {
  transition: all 0.6s;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
.new04 .list a:hover .page_time {
  transition: all 0.6s;
  color: #fff;
  background: rgba(201, 43, 47, 0.9);
}
.new04 .list a:hover .text b {
  color: #c92b2f;
}
@media (max-width: 1200px) {
  .new04 {
    padding: 0.85rem 0;
    background-image: url(../images/mobile/page/new04_bac.jpg);
  }
  .new04 .list a {
    margin: 0 0 0.5rem;
    padding: 0.5rem 0.35rem;
    width: 100%;
  }
  .new04 .list a:last-child {
    margin-bottom: 0;
  }
  .new04 .list a .page_time {
    color: #c92b2f;
    border: #eaeaea 1px solid;
    background: #fff;
  }
  .new04 .list a .text {
    width: calc(100% - 1rem - 0.46rem);
  }
  .new04 .list a .text b {
    margin-bottom: 0.3rem;
    height: auto;
    max-height: 0.88rem;
    line-height: 0.44rem;
    font-size: 0.3rem;
  }
  .new04 .list a .text p {
    height: auto;
    max-height: 0.8rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
  }
}
/*============= p2-1新闻中心-列表 =============*/
.newList01 {
  padding: 100px 0 70px;
  border-bottom: #dfdcdc 1px solid;
}
.newList01 a {
  box-shadow: 0 0 26px rgba(29, 59, 157, 0.1);
}
.newList01 a .pic {
  float: left;
  width: 55%;
  height: 480px;
  overflow: hidden;
}
.newList01 a .pic i {
  transform: scale(1);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}
.newList01 a .text {
  box-sizing: border-box;
  float: left;
  width: 45%;
  padding: 66px 3.5% 0;
}
.newList01 a .text b {
  margin-bottom: 22px;
  height: 72px;
  line-height: 36px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newList01 a .text em {
  margin-bottom: 26px;
  font-size: 18px;
  color: #999;
  font-family: "DINBold";
}
.newList01 a .text p {
  margin-bottom: 80px;
  height: 84px;
  line-height: 28px;
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newList01 a .text .lie {
  position: relative;
  margin-bottom: 28px;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
.newList01 a .text .lie::before {
  transition: all 0.6s;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
  width: 0;
  height: 1px;
  background: #c92b2f;
  content: " ";
}
.newList01 a .text span {
  transition: all 0.6s;
  padding-right: 18px;
  font-size: 16px;
  color: #999;
  background: url(../images/icon/i31.png) right center no-repeat;
}
.newList01 a:hover .pic i {
  transform: scale(1.1);
  transition: all 0.6s;
}
.newList01 a:hover .lie::before {
  transition: all 0.6s;
  width: 100%;
}
.newList01 a:hover .text b,
.newList01 a:hover .text span {
  color: #c92b2f;
}
.newList01 a:hover .text span {
  background-image: url(../images/icon/i31s.png);
}
.newList02 .list {
  padding: 30px 0 70px;
}
.newList02 .list a {
  transition: all 0.6s;
  position: relative;
  float: left;
  margin: -1px 3.95% 0 0;
  padding-bottom: 30px;
  width: 30.7%;
  height: 443px;
  border-bottom: #dcdcdc 1px solid;
}
.newList02 .list a:nth-child(3n) {
  margin-right: 0;
}
.newList02 .list a .bor {
  transition: all 0.6s;
  padding: 50px 25px 36px;
}
.newList02 .list a .pic {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
  height: 205px;
  overflow: hidden;
}
.newList02 .list a .pic i {
  transform: scale(1);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}
.newList02 .list a .text b {
  margin-bottom: 25px;
  height: 64px;
  line-height: 32px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newList02 .list a .text p {
  margin-top: 50px;
  margin-bottom: 80px;
  height: 125px;
  line-height: 32px;
  font-size: 18px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newList02 .list a .text .clearfix {
  padding-top: 15px;
}
.newList02 .list a .text em {
  transition: all 0.6s;
  float: left;
  padding-right: 28px;
  font-size: 16px;
  color: #999;
  background: url(../images/icon/i31.png) right center no-repeat;
}
.newList02 .list a .text span {
  float: right;
  font-size: 18px;
  color: #999;
  font-weight: bold;
  font-family: "DINBold";
}
.newList02 .list a:hover {
  transition: all 0.6s;
  background: #fff;
}
.newList02 .list a:hover .bor {
  transition: all 0.6s;
  box-shadow: 0 0 14px rgba(29, 59, 157, 0.08);
}
.newList02 .list a:hover .pic i {
  transform: scale(1.1);
  transition: all 0.6s;
}
.newList02 .list a:hover .text b,
.newList02 .list a:hover .text em {
  color: #c92b2f;
}
.newList02 .list a:hover .text em {
  transition: all 0.6s;
  background-image: url(../images/icon/i31s.png);
}
@media (max-width: 1200px) {
  .newList01 {
    padding: 0.9rem 0 0.58rem;
  }
  .newList01 a .pic {
    float: none;
    width: 100%;
    height: 4.25rem;
  }
  .newList01 a .text {
    float: none;
    width: 100%;
    padding: 0.56rem 0.42rem 0.62rem;
  }
  .newList01 a .text b {
    font-size: 0.32rem;
    line-height: 0.44rem;
    height: auto;
    margin-bottom: 0.34rem;
    color: #c92b2f;
  }
  .newList01 a .text em {
    font-size: 0.26rem;
    margin-bottom: 0.3rem;
  }
  .newList01 a .text p {
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .newList01 a .text .lie {
    margin-bottom: 0.3rem;
    background: #c92b2f;
  }
  .newList01 a .text span {
    font-size: 0.26rem;
    color: #c92b2f;
    background: url(../images/icon/i31s.png) right center no-repeat;
  }
  .newList02 .list {
    padding: 0 0 0.68rem;
  }
  .newList02 .list a {
    padding-bottom: 0;
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .newList02 .list a .bor {
    padding: 0.8rem 0.38rem;
  }
  .newList02 .list a .pic {
    height: 4.28rem;
    margin-bottom: 0.42rem;
  }
  .newList02 .list a .text b {
    font-size: 0.32rem;
    height: auto;
    line-height: 0.58rem;
    margin-bottom: 0.4rem;
  }
  .newList02 .list a .text .clearfix {
    padding-top: 0.4rem;
  }
  .newList02 .list a .text em {
    font-size: 0.26rem;
  }
  .newList02 .list a .text span {
    font-size: 0.28rem;
  }
  .newList02 .list a .text p {
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: auto;
    margin-bottom: 0.4rem;
    margin-top: 0;
  }
}
/*============= p2-2新闻中心-详情 =============*/
.newDetails {
  margin-top: 110px;
}
/* @media(max-width:1756px){
    .newDetails .newDetails02{
        right: calc((100% - 1280px) * 0.5);
        width: calc(1280px * 0.3);
    }
} */
.newDetails01 {
  position: relative;
  margin: 50px auto 0;
  padding-bottom: 100px;
}
.newDetails01 .next {
  width: 65%;
}
.newDetails01 .next .top_title {
  position: relative;
  z-index: 2;
}
.newDetails01 .next .title_box {
  margin-bottom: 35px;
  line-height: 45px;
  font-size: 32px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.newDetails01 .next .cen {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding: 0 30px 30px 0;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  border-bottom: #ececec 2px solid;
}
.newDetails01 .next .cen .cen_box {
  display: flex;
  justify-content: center;
}
.newDetails01 .next .cen i {
  flex-grow: 1;
}
.newDetails01 .next .cen span {
  display: inline-block;
  margin-top: 5px;
  width: 39px;
  height: 20px;
  border-right: #c6c6c6 1px solid;
}
.newDetails01 .next .cen span.big {
  background: url(../images/icon/icon_84.png) center no-repeat;
}
.newDetails01 .next .cen span.big:hover,
.newDetails01 .next .cen span.big.cur {
  background: url(../images/icon/icon_84s.png) center no-repeat;
}
.newDetails01 .next .cen span.middle {
  background: url(../images/icon/icon_85.png) center no-repeat;
}
.newDetails01 .next .cen span.middle:hover,
.newDetails01 .next .cen span.middle.cur {
  background: url(../images/icon/icon_85s.png) center no-repeat;
}
.newDetails01 .next .cen span.small {
  border-right: none;
  background: url(../images/icon/icon_86.png) center no-repeat;
}
.newDetails01 .next .cen span.small:hover,
.newDetails01 .next .cen span.small.cur {
  background: url(../images/icon/icon_86s.png) center no-repeat;
}
.newDetails01 .next .cen .icon-share .icon_box {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/icon/i32.png) center no-repeat;
}
.newDetails01 .next .cen .icon-share .icon_box::before {
  display: none;
}
.newDetails01 .next .cen .pos_box .Smohan_Layer_box {
  height: 1px;
  overflow: hidden;
}
.newDetails01 .next .text {
  font-size: 18px;
  color: #666;
  line-height: 36px;
  padding-bottom: 50px;
  word-wrap: break-word;
  word-break: normal;
}
.newDetails01 .next .text p {
  text-indent: 2em;
  text-align: justify;
}
.newDetails01 .next .text p:has(img) {
  text-indent: 0em;
}
.newDetails01 .next .text img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
  height: auto !important;
}
.newDetails01 .next .text video {
  display: block;
  margin: 30px auto;
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.newDetails01 .next .text span,
.newDetails01 .next .text i,
.newDetails01 .next .text em,
.newDetails01 .next .text a,
.newDetails01 .next .text b {
  display: inline;
}
.newDetails01 .next .text table {
  margin: 0 auto;
  border-top: #000 1px solid;
  border-right: #000 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
}
.newDetails01 .next .text table td {
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
}
.newDetails01 .next .text table p {
  text-indent: 0em;
  text-align: inherit;
}
.newDetails01 .next .go_article {
  position: relative;
  font-size: 20px;
}
.newDetails01 .next .go_article a {
  transition: all 0.6s;
  box-sizing: border-box;
  float: left;
  padding: 30px 10px;
  width: 50%;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  background: #fff;
}
.newDetails01 .next .go_article a i {
  color: #999;
}
.newDetails01 .next .go_article a p {
  width: 100%;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newDetails01 .next .go_article a:hover,
.newDetails01 .next .go_article a:nth-child(2) {
  transition: all 0.6s;
  background: #c92b2f;
}
.newDetails01 .next .go_article a:hover i,
.newDetails01 .next .go_article a:nth-child(2) i,
.newDetails01 .next .go_article a:hover p,
.newDetails01 .next .go_article a:nth-child(2) p {
  color: #fff;
}
.newDetails01 .right {
  transition: all 0.6s;
  position: absolute;
  top: 0px;
  /* right: 13.545%;
        width: calc(72.91% * 0.3); */
  right: 0;
  width: 30%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.newDetails01 .right .bor {
  padding: 50px 30px;
}
.newDetails01 .right .t {
  margin-bottom: 25px;
  font-size: 28px;
  color: #333;
  font-weight: bold;
}
.newDetails01 .right .list a {
  padding-left: 18px;
  line-height: 46px;
  font-size: 18px;
  color: #333;
  background: url(../images/icon/i7.png) left center no-repeat;
  background-size: 9px auto;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newDetails01 .right .list a:hover {
  color: #c92b2f;
  background-image: url(../images/icon/i7sss.png);
}
.newDetails01 .icon-fh {
  transition: all 0.5s;
  position: absolute;
  left: -70px;
  top: 0px;
  padding-top: 66px;
  width: 60px;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
  color: #666;
  background: url(../images/icon/i33.png) top center no-repeat;
}
.newDetails01 .icon-fh:hover {
  transition: all 0.5s;
  color: #c92b2f;
  background-image: url(../images/icon/i33s.png);
}
.newDetails01 .nextNav {
  width: 80%;
  margin: 0 auto;
}
.newDetails01 .nextNav .cen i {
  text-align: center;
}
@media (max-width: 1200px) {
  .newDetails {
    margin-top: 1.4rem;
  }
  .newDetails01 {
    margin: 0.5rem auto 0;
    padding-bottom: 0.9rem;
  }
  .newDetails01 .right {
    display: none;
  }
  .newDetails01 .icon-fh {
    display: none;
  }
  .newDetails01 .next {
    width: 100%;
  }
  .newDetails01 .next .title_box {
    font-size: 0.36rem;
    line-height: 0.48rem;
    text-align: left;
    margin-bottom: 0.32rem;
  }
  .newDetails01 .next .cen {
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.26rem;
    line-height: 0.3rem;
    margin-bottom: 0.5rem;
    padding: 0;
    padding-bottom: 0.4rem;
    padding-right: 0.3rem;
  }
  .newDetails01 .next .cen i:nth-child(-n+2) {
    margin-bottom: 0.26rem;
  }
  .newDetails01 .next .cen .cen_box {
    align-items: center;
  }
  .newDetails01 .next .cen .cen_box i:nth-child(1) {
    margin-bottom: 0;
  }
  .newDetails01 .next .cen span {
    width: 0.56rem;
    height: 0.3rem;
    margin-top: 0;
  }
  .newDetails01 .next .cen .icon-share .pos {
    left: 0;
  }
  .newDetails01 .next .cen .icon-share .icon_box {
    margin-bottom: 0;
  }
  .newDetails01 .next .text {
    font-size: 0.28rem;
    line-height: 0.44rem;
    padding-bottom: 0.62rem;
  }
  .newDetails01 .next .text p {
    padding-bottom: 0.2rem;
  }
  .newDetails01 .next .text p:last-child {
    padding-bottom: 0;
  }
  .newDetails01 .next .go_article a {
    padding: 0.52rem 0.2rem;
    line-height: normal;
    font-size: 0.28rem;
  }
  .newDetails01 .next .go_article a p {
    margin-top: 10px;
  }
}
/*============= p2-3新闻中心-公司v视 =============*/
.newVideo {
  padding: 114px 0 95px;
}
.newVideo .videoList {
  display: flex;
  flex-wrap: wrap;
}
.newVideo .videoItem {
  width: 31%;
  height: 245px;
  margin-right: 3.42%;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
.newVideo .videoItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.newVideo .videoItem:nth-child(-n+3) {
  margin-top: 0;
}
.newVideo .videoItem:nth-child(3n) {
  margin-right: 0;
}
.newVideo .videoItem i {
  width: 53px;
  height: 53px;
  background: url(../images/icon/icon108.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.newVideo .videoItem p {
  width: calc(100% - 58px);
  font-size: 18px;
  color: #ffffff;
  padding: 0 29px;
  position: absolute;
  bottom: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newVideo .videoItem:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.newVideo .page-items2 {
  margin-bottom: 0;
  margin-top: 72px;
}
@media (max-width: 1200px) {
  .newVideo {
    padding: 1rem 0 0.9rem;
  }
  .newVideo .videoList {
    display: block;
  }
  .newVideo .videoItem {
    width: 100%;
    height: 3.87rem;
    margin-right: 0;
    margin-bottom: 0.5rem;
    margin-top: 0;
  }
  .newVideo .videoItem:last-child {
    margin-bottom: 0;
  }
  .newVideo .videoItem i {
    width: 0.84rem;
    height: 0.84rem;
  }
  .newVideo .videoItem p {
    width: calc(100% - 0.9rem);
    font-size: 0.28rem;
    bottom: 0.36rem;
    padding: 0 0.45rem;
  }
  .newVideo .page-items2 {
    margin-top: 0.57rem;
  }
}
/*============= p5-1党的建设 =============*/
.party01 {
  padding: 100px 0;
  background: url(../images/page/party01_bac.png) left bottom no-repeat;
  background-size: cover;
}
.party01 .top.m_top {
  display: none;
}
.party01 .top .title {
  margin-bottom: 0;
}
.party01 .top .left {
  width: 65%;
}
.party01 .top a {
  position: relative;
  padding-bottom: 30px;
  border-bottom: #dcdcdc 1px solid;
}
.party01 .top a::before {
  transition: all 0.6s;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 3px;
  background: #c92b2f;
  content: "";
}
.party01 .top a:nth-child(2) {
  padding-top: 30px;
}
.party01 .top a .pic {
  float: left;
  width: 40%;
  height: 220px;
  overflow: hidden;
}
.party01 .top a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.party01 .top a .text {
  float: right;
  margin-right: 4%;
  width: 50.4%;
}
.party01 .top a .text .time {
  margin-top: 10px;
  font-size: 18px;
  color: #999;
  font-family: "DINBold";
}
.party01 .top a .text b {
  margin-top: 10px;
  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;
}
.party01 .top a .text .p1 {
  margin-top: 20px;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.party01 .top a .text span {
  float: left;
  margin-top: 20px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: bold;
  color: #c92b2f;
  background: url(../images/icon/i31s.png) right center no-repeat;
}
.party01 .top a:hover::before {
  transition: all 0.6s;
  width: 100%;
}
.party01 .top a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.party01 .top a:hover .text b {
  color: #c92b2f;
}
.party01 .top .right {
  width: 30.35%;
}
.party01 .top .right a .pic {
  margin-bottom: 30px;
  width: 100%;
  height: 251px;
}
.party01 .top .right a .text {
  margin-right: 0;
  padding-bottom: 8px;
  width: 100%;
}
@media (max-width: 1200px) {
  .party01 {
    padding: 0.85rem 0;
    background: url(../images/mobile/page/party01_bac.png) left top no-repeat;
    background-size: 100% auto;
  }
  .party01 .top {
    display: none;
  }
  .party01 .top.m_top {
    display: block;
  }
  .party01 .top a {
    padding: 0;
  }
  .party01 .top a .pic {
    margin-bottom: 0.5rem;
    width: 100%;
    height: 4.2rem;
  }
  .party01 .top a .text {
    margin-right: 0;
    padding-bottom: 0.8rem;
    width: 100%;
  }
  .party01 .top a .text .time {
    margin-top: 0;
    font-size: 0.26rem;
  }
  .party01 .top a .text b {
    margin-top: 0.2rem;
    height: 0.96rem;
    line-height: 0.48rem;
    font-size: 0.3rem;
    -webkit-line-clamp: 2;
  }
  .party01 .top a .text .p1 {
    margin-top: 0.2rem;
    height: 0.8rem;
    line-height: 0.4rem;
    font-size: 0.26rem;
  }
  .party01 .top a .text span {
    margin-top: 0.3rem;
    padding-right: 0.45rem;
    font-size: 0.26rem;
    background-size: 0.26rem;
  }
}
.party02 {
  padding: 100px 0;
  background: url(../images/page/party02_bac.jpg) center no-repeat;
  background-size: cover;
}
.party02 .list a {
  float: left;
  width: 32.15%;
}
.party02 .list a:nth-child(3n) {
  margin-right: 0;
}
.party02 .list a .pic {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.party02 .list a .pic i {
  transform: scale(1);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}
.party02 .list a .text {
  padding: 20px 5%;
  background: #fff;
}
.party02 .list a .text b {
  margin-bottom: 15px;
  height: 52px;
  line-height: 26px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.party02 .list a .text span {
  font-size: 18px;
  color: #999;
  font-family: "DINBold";
}
.party02 .list a:hover .pic i {
  transform: scale(1.1);
  transition: all 0.6s;
}
.party02 .list a:hover .text b {
  color: #c92b2f;
}
@media (min-width: 1201px) {
  .party02 .list .swiper-wrapper {
    justify-content: space-between;
  }
}
@media (max-width: 1200px) {
  .party02 {
    padding: 0.85rem 0;
    background-image: url(../images/mobile/page/party02_bac.jpg);
  }
  .party02 .list a {
    width: 100%;
  }
  .party02 .list a .pic {
    height: 4.2rem;
  }
  .party02 .list a .text {
    padding: 0.4rem 0.25rem;
  }
  .party02 .list a .text b {
    margin-bottom: 0.2rem;
    height: 0.8rem;
    line-height: 0.4rem;
    font-size: 0.28rem;
  }
  .party02 .list a .text span {
    font-size: 0.28rem;
  }
  .party02 .list a:hover .pic i {
    transform: scale(1.1);
    transition: all 0.6s;
  }
  .party02 .list a:hover .text b {
    color: #c92b2f;
  }
}
.party03 {
  padding: 100px 0;
  background: url(../images/page/party03_bac.jpg) center no-repeat;
  background-size: cover;
}
.party03 .left {
  float: left;
  width: 47.1%;
  height: 414px;
  background: #fff;
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.06);
}
.party03 .left .bor {
  padding: 66px 5%;
}
.party03 .left .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: #dcdcdc 1px solid;
}
.party03 .left .page_time {
  position: relative;
  left: auto;
  top: auto;
  margin-right: 25px;
}
.party03 .left b {
  width: calc(100% - 83px - 25px);
  max-height: 60px;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.party03 .left p {
  height: 104px;
  line-height: 26px;
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.party03 .left:hover b {
  color: #c92b2f;
}
.party03 .list {
  float: right;
  width: 50%;
}
.party03 .list a {
  margin-bottom: 18px;
  padding: 0 4.2%;
  line-height: 90px;
  background: #fff;
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.06);
}
.party03 .list a:last-child {
  margin-bottom: 0;
}
.party03 .list a p {
  float: left;
  padding-left: 18px;
  width: calc(100% - 20px - 110px);
  font-size: 18px;
  color: #333;
  font-weight: bold;
  background: url(../images/icon/i7.png) left center no-repeat;
  background-size: 9px auto;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.party03 .list a i {
  float: right;
  font-size: 18px;
  color: #999;
  font-family: "DINBold";
}
.party03 .list a:hover p {
  color: #c92b2f;
  background-image: url(../images/icon/i7sss.png);
}
@media (max-width: 1200px) {
  .party03 {
    padding: 0.85rem 0;
    background-image: url(../images/mobile/page/party03_bac.jpg);
  }
  .party03 .title .Ttext .b {
    letter-spacing: 0px;
  }
  .party03 .left {
    margin-bottom: 0.4rem;
    width: 100%;
    height: auto;
  }
  .party03 .left .bor {
    padding: 0.6rem 0.5rem;
  }
  .party03 .left .top {
    margin-bottom: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .party03 .left .page_time {
    margin-right: 0.26rem;
  }
  .party03 .left b {
    width: calc(100% - 1.2rem - 0.26rem);
    max-height: 0.8rem;
    line-height: 0.4rem;
    font-size: 0.3rem;
  }
  .party03 .left p {
    height: auto;
    max-height: 1.6rem;
    line-height: 0.4rem;
    font-size: 0.26rem;
  }
  .party03 .left:hover b {
    color: #c92b2f;
  }
  .party03 .list {
    width: 100%;
  }
  .party03 .list a {
    margin-bottom: 18px;
    padding: 0 0.3rem;
    line-height: 0.9rem;
    box-shadow: 0 0 0.26rem rgba(0, 0, 0, 0.06);
  }
  .party03 .list a p {
    padding-left: 0.27rem;
    width: calc(100% - 1.8rem);
    font-size: 0.28rem;
    background-size: 0.11rem auto;
  }
  .party03 .list a i {
    font-size: 0.26rem;
    font-family: "DINRegular";
  }
}
.party04 {
  padding: 100px 0;
  background: url(../images/page/party04_bac.jpg) center no-repeat;
  background-size: cover;
}
.party04 .tab_next {
  float: left;
  width: 46.5%;
}
.party04 .tab_next .pic {
  width: 100%;
  height: 457px;
  overflow: hidden;
}
.party04 .tab_next .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.party04 .tab_title {
  float: left;
  width: 53.5%;
  border-top: #dcdcdc 1px solid;
}
.party04 .tab_title a {
  position: relative;
  float: left;
  width: calc((100% - 1px) * 0.5);
  border-bottom: #dcdcdc 1px solid;
}
.party04 .tab_title a::before {
  transition: all 0.6s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/page/party04_bac2.jpg) right bottom no-repeat;
  background-size: cover;
  content: "";
}
.party04 .tab_title a:nth-child(2n - 1) {
  border-right: #dcdcdc 1px solid;
}
.party04 .tab_title a .bor {
  position: relative;
  z-index: 2;
  padding: 40px 30px;
}
.party04 .tab_title a .time {
  margin-bottom: 13px;
  font-size: 16px;
  color: #999;
  font-family: "DINBold";
}
.party04 .tab_title a b {
  margin-bottom: 40px;
  height: 52px;
  line-height: 26px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.party04 .tab_title a span {
  float: left;
  padding-right: 28px;
  font-size: 16px;
  font-weight: bold;
  color: #999;
  background: url(../images/icon/i31.png) right center no-repeat;
}
.party04 .tab_title a.cur::before {
  transition: all 0.6s;
  opacity: 1;
}
.party04 .tab_title a.cur span {
  color: #c92b2f;
  background-image: url(../images/icon/i31s.png);
}
@media (max-width: 1200px) {
  .party04 {
    padding: 0.85rem 0;
    background-image: url(../images/mobile/page/party04_bac.jpg);
  }
  .party04 .tab_next {
    width: 100%;
  }
  .party04 .tab_next .pic {
    height: 4.57rem;
  }
  .party04 .tab_title {
    width: 100%;
  }
  .party04 .tab_title a .bor {
    padding: 0.3rem;
  }
  .party04 .tab_title a .time {
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
    font-family: "DINRegular";
  }
  .party04 .tab_title a b {
    margin-bottom: 0.3rem;
    height: 1.2rem;
    line-height: 0.4rem;
    font-size: 0.26rem;
    -webkit-line-clamp: 3;
  }
  .party04 .tab_title a span {
    padding-right: 0.45rem;
    font-size: 0.26rem;
    background-size: 0.26rem;
  }
  .party04 .tab_title a.cur::before {
    transition: all 0.6s;
    opacity: 1;
  }
  .party04 .tab_title a.cur span {
    color: #c92b2f;
    background-image: url(../images/icon/i31s.png);
  }
}
.party05 {
  padding: 100px 0;
}
.party05 .bot .swiper-slide {
  margin-right: 3.5%;
  width: 17.2%;
}
.party05 .bot .swiper-slide .pic {
  width: 100%;
  height: 130px;
  overflow: hidden;
  cursor: url(../images/icon/icon107.png), pointer;
}
.party05 .bot .swiper-slide .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.party05 .bot .swiper-slide:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.party05 .bot .swiper-pagination {
  display: none;
}
@media (max-width: 1200px) {
  .party05 {
    padding: 0.85rem 0;
  }
  .party05 .bot .swiper-slide {
    margin-right: 4%;
    width: 48%;
  }
  .party05 .bot .swiper-slide .pic {
    height: 1.68rem;
  }
  .party05 .bot .swiper-pagination {
    display: flex;
  }
}
/*============= p5-1党的建设-列表 =============*/
.partyList {
  padding-bottom: 1px;
  background: url(../images/page/partyList_bac.png) center bottom no-repeat;
  background-size: 100% auto;
}
.partyList01 .list {
  padding: 95px 0 75px;
}
.partyList01 .list a {
  transition: all 0.6s;
  margin-top: -1px;
  padding: 60px 50px;
  border-bottom: #ebeaea 1px solid;
}
.partyList01 .list a .pic {
  float: right;
  margin-left: 9.3%;
  width: 30.7%;
  height: 220px;
  overflow: hidden;
}
.partyList01 .list a .pic i {
  transform: scale(1);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}
.partyList01 .list a .text b {
  margin: 20px 0;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.partyList01 .list a .text p {
  margin-bottom: 30px;
  height: 78px;
  line-height: 26px;
  font-size: 16px;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.partyList01 .list a .text span {
  font-size: 16px;
  color: #999;
  font-family: "DINBold";
}
.partyList01 .list a:hover {
  transition: all 0.6s;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-bottom: #fff 1px solid;
}
.partyList01 .list a:hover .pic i {
  transform: scale(1.1);
  transition: all 0.6s;
}
.partyList01 .list a:hover .text b {
  color: #c92b2f;
}
@media (max-width: 1200px) {
  .partyList01 .list {
    padding: 0.4rem 0 0.85rem;
  }
  .partyList01 .list a {
    padding: 0.4rem 0;
  }
  .partyList01 .list a .pic {
    margin-left: 2.6%;
    width: 46%;
    height: 1.8rem;
  }
  .partyList01 .list a .text b {
    margin: 0 0 0.52rem;
    height: 0.96rem;
    line-height: 0.48rem;
    font-size: 0.3rem;
    -webkit-line-clamp: 2;
  }
  .partyList01 .list a .text p {
    display: none;
  }
  .partyList01 .list a .text span {
    font-size: 0.24rem;
    font-family: "DINRegular";
  }
  .partyList01 .list a:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
    border-bottom: #ebeaea 1px solid;
  }
}
/*====== p5-2党的建设-专题专栏===========*/
.specialBox .specialBoxList {
  padding: 96px 0 76px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.specialBox .listItem {
  width: 46.14%;
  border-bottom: 1px solid #dadada;
  position: relative;
  margin-top: 80px;
}
.specialBox .listItem:nth-child(-n+2) {
  margin-top: 0;
}
.specialBox .listItem::after {
  content: '';
  width: 0;
  height: 1px;
  background: #c82b2f;
  position: absolute;
  bottom: 0;
  left: 0;
}
.specialBox .listItem:hover::after {
  width: 100%;
  transition: all 0.5s;
}
.specialBox .listItem:hover .posImg img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.specialBox .listItem:hover .posText .text {
  color: #c92b2f;
  transition: all 0.5s;
}
.specialBox .posImg {
  width: 100%;
  height: 349px;
  overflow: hidden;
}
.specialBox .posImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.specialBox .posText {
  padding: 50px 0 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.specialBox .posText .text {
  font-size: 22px;
  color: #333333;
  transition: all 0.5s;
  width: 80%;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.specialBox .posText .realize {
  font-size: 16px;
  color: #999999;
  padding-right: 27px;
  background: url(../images/icon/icon110.png) center right no-repeat;
}
@media (max-width: 1200px) {
  .specialBox .specialBoxList {
    padding: 0.8rem 0 0.76rem;
    display: block;
  }
  .specialBox .listItem {
    width: 100%;
    margin-top: 0.8rem;
  }
  .specialBox .listItem:nth-child(-n+2) {
    margin-top: 0.8rem;
  }
  .specialBox .listItem:first-child {
    margin-top: 0;
  }
  .specialBox .posImg {
    height: 4rem;
  }
  .specialBox .posText {
    padding: 0.5rem 0 0.3rem;
  }
  .specialBox .posText .text {
    font-size: 0.32rem;
    width: 66%;
  }
  .specialBox .posText .realize {
    font-size: 0.28rem;
    padding-right: 0.36rem;
    background-size: 0.25rem auto;
  }
}
/*============= p4-1资产信息-资产推介信息 =============*/
.property01 {
  padding: 100px 0 0;
}
.property01 .list {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.property01 .list a {
  transition: all 0.6s;
  box-sizing: border-box;
  position: relative;
  padding: 30px 20px;
  width: 48%;
  border-bottom: #e5e5e5 1px solid;
  align-items: center;
}
.celebrated .list a{
  width: 100%;
}
.celebrated .list a p{
  font-size: 18px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 20px;
}
.propertyMain .list a{
  display: flex;
}
.property01 .list a:hover .makeTopTitle{
  color: #c92b2f;
}
.property01 .list a:nth-child(2n) {
  margin-right: 0;
}
.property01 .list a .page_time {
  position: relative;
  left: auto;
  top: auto;
  float: left;
  border: #eaeaea 1px solid;
}
.property01 .list a .text {
  float: right;
  width: calc(100% - 90px - 28px);
}
.property01 .list a .text b {
  margin-bottom: 20px;
  height: 72px;
  line-height: 36px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.celebrated .list a .text b{
  height: auto;
  margin-bottom: 0;
}
.property01 .list a .text span {
  float: left;
  padding-right: 28px;
  font-size: 16px;
  color: #999;
  background: url(../images/icon/i31.png) right center no-repeat;
}
.property01 .list a:hover {
  transition: all 0.6s;
  background: #fff;
  border-bottom: #fff 1px solid;
  box-shadow: 0 0 26px rgba(29, 59, 157, 0.1);
}
.property01 .list a:hover .page_time {
  transition: all 0.6s;
  color: #fff;
  background: rgba(201, 43, 47, 0.9);
}
.searching{
  margin-top: 60px;
  background: #f9f9f9;
  padding: 30px 25px 35px 25px;
  box-sizing: border-box;
}
.searchingTop{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.searchingList{
  display: flex;
  align-items: center;
  font-size: 18px;
  height: 65px;
  width: calc((100% - 30px) / 3);
  background: #fff;
  margin-left: 15px;
  margin-top: 15px;
  position: relative;
  cursor: pointer;
}
.searchingList:nth-child(3n+1){
  margin-left: 0;
}
.searchIngTitle{
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.searchIngEn{
  color: #999999;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 10px;
}
.searchingListInfo{
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.searchingText{
  font-size: 18px;
}
.searchingListInfo:after{
  content: '';
  position: absolute;
  right: 20px;
  background: url("../images/icon/icon111.png") center no-repeat;
  width: 9px;
  height: 8px;
  background-size: cover;
}
.searchingList .pos{
  position: absolute;
  left: -1px;
  top: 100%;
  padding: 10px 10px;
  width: calc(100% - 20px);
  max-height: 264px;
  overflow-y: auto !important;
  background: #fff;
  border: #fff 1px solid;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.searchingList .pos a{
  padding: 5px 0 5px 2px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
}
.searchingList .pos a:hover{
  color: #d3af51;
}
.searchingBtn{
  background: #a1a1a1;
  color: #fff;
  width: 210px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.5s;
}
.searchingBtn:hover{
  background: #c92b2f;
}
.searchingList input{
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 18px;
}
.notBg{
  background: initial;
  cursor: initial;
}
.creditMain{
  background: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1;
  margin-left: 10px;
}
.creditInput{
  height: 100%;
}
.creditInput input{
  height: 100%;
}
.makeTopTitle{
  font-size: 20px;
  font-weight: bold;
  color: #333;
  flex: 1;
}
.makeTopNum{
  font-size: 16px;
  color: #c92b2f;
  display: flex;
  margin-left: 10px;
}
.makeBtnListText{
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.makeTop{
  display: flex;
  justify-content: space-between;
}
.makeBtn{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.makeImg{
  width: 32%;
  height: 110px;
  overflow: hidden;
}
.makeImg img {
  width: 100%;
  transition: all 0.5s;
  object-fit: cover;
  height: 100%;
}
.property01 .list a:hover .makeImg img{
  transform: scale(1.1);
}
.makeCont{
  margin-left: 15px;
  flex: 1;
}
.makeBtnList{
  width: 49%;
}
@media (max-width: 1200px) {
  .property01 {
    padding: 0.8rem 0 0;
  }
  .property01 .list {
    margin-bottom: 0.7rem;
  }
  .property01 .list a {
    margin: 0;
    width: 100%;
    flex-wrap: wrap;
    border-bottom: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-top: 0.6rem;
    padding: 0.4rem 0.3rem;
  }
  .property01 .list a:first-child{
    margin-top: 0;
  }
  .makeImg{
    width: 100%;
    height: auto;
  }
  .makeTop, .makeBtn{
    flex-wrap: wrap;
  }
  .makeTopTitle{
    margin-top: 0.5rem;
    width: 100%;
    font-size: 0.3rem;
  }
  .makeTopNum{
    margin-top: 0.5rem;
    font-size: 0.26rem;
    margin-left: 0.1rem;
  }
  .makeCont{
    margin-left: 0;
    padding: 0 0.2rem;
    box-sizing: border-box;
  }
  .makeBtnList{
    width: 100%;
  }
  .makeBtnListText{
    font-size: 0.26rem;
    line-height: 0.5rem;
  }
  .property01 .list a:last-child {
    margin-bottom: 0;
  }
  .property01 .list a .page_time {
    color: #c92b2f;
    border: #eaeaea 1px solid;
    background: #fff;
  }
  .property01 .list a .text {
    width: calc(100% - 1rem - 0.46rem);
  }
  .property01 .list a .text b {
    margin-bottom: 0.3rem;
    height: auto;
    max-height: 0.8rem;
    line-height: 0.4rem;
    font-size: 0.3rem;
  }
  .celebrated .list a{
    padding-top: 0.6rem!important;
  }
  .celebrated .list a p{
    font-size: 0.28rem;
    margin-top: 0;
    margin-bottom: 0.2rem;
  }
  .property01 .list a .text span {
    padding-right: 0.45rem;
    font-size: 0.26rem;
    background-size: 0.26rem auto;
  }

  .searching{
    margin: 0;
    padding: 0.85rem 4%;
    width: 100%;
  }
  .searchingList{
    width: calc((100% - 0.2rem) / 2);
    margin-left: 0.2rem;
  }
  .searchingList:nth-child(3n+1){
    margin-left: 0.2rem;
  }
  .searchingList:first-child{
    margin-top: 0;
  }
  .searchIngTitle{
    font-size: 0.36rem;
  }
  .searchIngEn{
    font-size: 0.3rem;
  }
  .searchingList:nth-child(2n){
    margin-left: 0;
  }
  .notBg, .searchingList:last-child{
    width: 100%;
    margin-left: 0!important;
  }
  .searchingList{
    height: 0.85rem;
  }
  .searchingText, .searchingList input, .creditText, .creditMain{
    font-size: 0.24rem;
  }
  .searchingList input{
    padding: 0 0.2rem;
  }
  .searchingBtn{
    width: 2.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.28rem;
    margin-top: 0.85rem;
  }
}
/*============= p4-2资产信息-资产处置公告 =============*/
.announcement01 {
  padding: 70px 0 1px 0;
  background: #f9f9f9;
}
.announcement01 .top {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 15px 25px;
  box-sizing: border-box;
}
.announcement01 .top .select {
  box-sizing: border-box;
  float: left;
  position: relative;
  z-index: 4;
  margin-right: 2.8%;
  padding-right: 30px;
  width: 26.7%;
  height: 70px;
  background: #f9f9f9;
}
.announcement01 .top .select .el-date-editor.el-input, .announcement01 .top .select .el-date-editor.el-input__inner{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.announcement01 .top .select .el-input__inner{
  height: 100%;
}
.announcement01 .top .select p {
  position: relative;
  padding: 0 20px 0 40px;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  color: #333;
}
.announcement01 .top .select p::before {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 12px;
  height: 10px;
  background: url(../images/icon/i3ss.png) right center no-repeat;
  content: "";
}
.announcement01 .top .select .pos {
  position: absolute;
  left: -1px;
  top: 70px;
  padding: 10px 10px;
  width: calc(100% - 20px);
  max-height: 264px;
  overflow-y: auto !important;
  background: #fff;
  border: #fff 1px solid;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.announcement01 .top .select .pos a {
  padding: 5px 0 5px 2px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.announcement01 .top .select .pos a:hover {
  color: #d3af51;
}
.announcement01 .top .select.on p::before {
  transform: rotate(180deg);
}
.announcement01 .top .search {
  box-sizing: border-box;
  position: relative;
  float: left;
  transition: all 0.5s;
  display: flex;
  padding-left: 36px;
  width: 41%;
  height: 70px;
  background: #f9f9f9;
}
.announcement01 .top .search::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  content: "";
}
.announcement01 .top .search input {
  float: left;
  width: calc(100% - 70px);
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  color: #333;
}
.announcement01 .top .search .but {
  position: relative;
  z-index: 2;
  float: right;
  width: 70px;
  height: 70px;
  background: #f9f9f9 url(../images/icon/icon112.png) center no-repeat;
  background-size: 22px auto;
  border: none;
  cursor: pointer;
}
.announcement01 .bot {
  margin: 0 0 60px;
}
.announcement01 .bot .pc_mode {
  display: block;
}
.announcement01 .bot .pc_mode .list {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  background: rgba(255, 255, 255, 0.95);
}
.announcement01 .bot .pc_mode .list .line {
  transition: all 0.6s;
  display: flex;
  margin-top: -1px;
  border-bottom: #dcdcdc 1px solid;
}
.announcement01 .bot .pc_mode .list .line .box {
  position: relative;
}
.announcement01 .bot .pc_mode .list .line .box:last-child::before {
  display: none;
}
.announcement01 .bot .pc_mode .list .line .box p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 6px;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  min-height: 40px;
}
.announcement01 .bot .pc_mode .list .line .l1 {
  width: 7%;
}
.announcement01 .bot .pc_mode .list .line .l2 {
  width: 24%;
}
.announcement01 .bot .pc_mode .list .line .l3 {
  width: 10%;
}
.announcement01 .bot .pc_mode .list .line .l4 {
  width: 12%;
}
.announcement01 .bot .pc_mode .list .line .l5 {
  width: 19%;
}
.announcement01 .bot .pc_mode .list .line .l6 {
  width: 10%;
}
.announcement01 .bot .pc_mode .list .line .l7 {
  width: 40%;
}
.announcement01 .bot .pc_mode .list .line .l8 {
  width: 12%;
}
.announcement01 .bot .pc_mode .list .line.cur {
  display: none;
}
.announcement01 .bot .pc_mode .list .line:hover {
  transition: all 0.6s;
  background: #fff;
  box-shadow: 0 0 16px rgba(29, 59, 157, 0.1);
  border-bottom: #fff 1px solid;
}
.announcement01 .bot .pc_mode .list .line:hover .box p {
  color: #c92b2f;
}
.announcement01 .bot .pc_mode .list .line1 {
  background: #f3f3f3;
  border-bottom: #fff 1px solid;
}
.announcement01 .bot .pc_mode .list .line1:hover{
  background: #f3f3f3;
  border-bottom: #fff 1px solid;
  box-shadow: none;
}
.announcement01 .bot .pc_mode .list .line1 .box p {
  padding: 26px 6px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.announcement01 .bot .pc_mode .list .line1:hover .box p{
  color: #333;
}
/*.announcement01 .bot .pc_mode .list .line1:hover {
  transition: all 0.6s;
  background: #c92b2f;
  box-shadow: 0 0 0px rgba(29, 59, 157, 0.1);
}
.announcement01 .bot .pc_mode .list .line1:hover .box p {
  color: #fff;
}*/
.announcement01 .bot .m_mode {
  display: none;
}
.announcement01 .searchingList:first-child{
  margin-top: 0;
}
@media (max-width: 1200px) {
  .announcement01 {
    padding: 0;
    padding-bottom: 0.85rem;
  }
  .announcement01 .top {
    margin-bottom: 0.6rem;
    flex-wrap: wrap;
    padding: 0.85rem 4%;
  }
  .announcement01 .top .select {
    margin: 0 3% 0.3rem 0;
    padding-right: 0.34rem;
    width: 100%;
    height: 0.86rem;
  }
  .announcement01 .w1400{
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  .announcement01 .top .select:nth-child(2) {
    margin-right: 0;
  }
  .announcement01 .top .select p {
    padding: 0 0.2rem 0 0.3rem;
    height: 0.86rem;
    line-height: 0.86rem;
    font-size: 0.26rem;
  }
  .announcement01 .top .select p::before {
    margin-top: -0.05rem;
    width: 0.12rem;
    height: 0.1rem;
    background-size: 100% auto;
  }
  .announcement01 .top .select .pos {
    top: 0.86rem;
    padding: 0.1rem;
    width: calc(100% - 0.2rem);
    max-height: 5rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  }
  .announcement01 .top .select .pos a {
    padding: 0.1rem 0 0.1rem 0.04rem;
    line-height: 0.8rem;
    font-size: 0.24rem;
  }
  .announcement01 .top .search {
    padding-left: 0.3rem;
    width: 100%;
    height: 0.86rem;
  }
  .announcement01 .top .search::before {
    width: 0.8rem;
  }
  .announcement01 .top .search input {
    width: calc(100% - 0.8rem);
    height: 0.86rem;
    line-height: 0.86rem;
    font-size: 0.26rem;
  }
  .announcement01 .top .search .but {
    width: 0.8rem;
    height: 0.86rem;
    background-size: 0.28rem auto;
  }
  .announcement01 .bot {
    margin: 0 4% 0.7rem 4%;
  }
  .announcement01 .bot .pc_mode {
    display: none;
  }
  .announcement01 .bot .m_mode {
    display: block;
  }
  .announcement01 .bot .m_mode a {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-bottom: 0.4rem;
    padding: 0.5rem;
    background: #fff url(../images/mobile/page/announcement01_bac.jpg) right bottom no-repeat;
    background-size: cover;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.06);
  }
  .announcement01 .bot .m_mode a p {
    box-sizing: border-box;
    width: 100%;
    line-height: 0.6rem;
    font-size: 0.26rem;
    color: #666;
  }
  .announcement01 .bot .m_mode a p.p2 {
    padding-right: 2%;
    width: 50%;
  }
  .announcement01 .bot .m_mode a p i {
    display: inline-block;
    color: #333;
  }
  .announcement01 .searchingList:first-child{
      margin-bottom: 0.3rem;
  }
}
/*============= p4-3资产信息-资产推介信息-详情 =============*/
.marketing {
  margin-top: 110px;
}
.marketing01 {
  position: relative;
  margin: 50px auto;
}
.marketing01 .next {
  float: left;
  width: 67%;
}
.marketing01 .next .top_title {
  margin-bottom: 30px;
}
.marketing01 .next .top_title .t {
  margin-bottom: 20px;
  font-size: 36px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.marketing01 .next .top_title .cen {
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #999;
}
.marketing01 .next .mode {
  margin-bottom: 30px;
}
.marketing01 .next .mode .tit {
  display: flex;
  margin-bottom: 26px;
  padding: 0 45px;
  line-height: 90px;
  background: #f1f1f1;
}
.marketing01 .next .mode .tit .icon {
  display: flex;
  align-items: center;
  margin-right: 20px;
  height: 90px;
}
.marketing01 .next .mode .tit .icon img {
  max-height: 90px;
}
.marketing01 .next .mode .tit b {
  font-size: 28px;
  color: #333;
  font-weight: bold;
}
.marketing01 .next .mode .listBox {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px 0 20px;
}
.marketing01 .next .mode .listBox .text {
  box-sizing: border-box;
  margin-bottom: 25px;
  padding-left: 20px;
  width: 100%;
  line-height: 36px;
  font-size: 18px;
  color: #666;
}
.marketing01 .next .mode .listBox .text.dian {
  background: url(../images/icon/i7.png) left 13px no-repeat;
  background-size: auto 9px;
}
.marketing01 .next .mode .listBox .text.p2 {
  padding-right: 10px;
  width: 50%;
}
.marketing01 .next .mode .listBox .text.p3 {
  padding-right: 10px;
  width: 33.33%;
}
.marketing01 .next .mode .listBox .text i {
  display: inline-block;
  color: #333;
  font-weight: bold;
}
.marketing01 .next .mode .listImg {
  margin: 0 30px 50px 20px;
  padding-bottom: 1px;
}
.marketing01 .next .mode .listImg .swiper-slide {
  margin-right: 4%;
  width: 48%;
}
.marketing01 .next .mode .listImg .swiper-slide:last-child {
  margin-right: 0;
}
.marketing01 .next .mode .listImg .swiper-slide .pic {
  width: 100%;
  height: 235px;
  overflow: hidden;
}
.marketing01 .next .mode .listImg .swiper-slide .pic i {
  transition: all 0.6s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.marketing01 .next .mode .listImg .swiper-slide b {
  margin-top: 16px;
  font-size: 18px;
  color: #333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.marketing01 .next .mode .listImg .swiper-slide:hover .pic i {
  transition: all 0.6s;
  transform: scale(1.08);
}
.marketing01 .next .mode .listImg .swiper-pagination {
  position: relative;
  left: auto !important;
  bottom: auto !important;
  display: flex;
  justify-content: center;
}
.marketing01 .next .mode .listImg .swiper-pagination span {
  transition: all 0.5s;
  opacity: 1;
  margin: 20px 10px 0 !important;
  width: 14px;
  height: 14px;
  background: url(../images/icon/i7ss.png) center no-repeat;
  background-size: 100% auto;
}
.marketing01 .next .mode .listImg .swiper-pagination span.swiper-pagination-bullet-active {
  transition: all 0.5s;
  background-image: url(../images/icon/i7.png);
}
.marketing01 .right {
  display: none;
  width: 28%;
  color: #fff;
  background: #c92b2f url(../images/page/marketing01_bac2.jpg) right top no-repeat;
  background-size: 100% auto;
}
.marketing01 .right.rightFixed {
  display: block;
  transition: all 0.6s;
  position: absolute;
  top: 0px;
  right: 0;
}
.marketing01 .right .bor {
  padding: 50px 40px 40px;
}
.marketing01 .right .t {
  margin-bottom: 60px;
}
.marketing01 .right .t b {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
}
.marketing01 .right .t p {
  font-size: 30px;
  font-family: "DINBold";
}
.marketing01 .right .b {
  font-size: 18px;
  line-height: 30px;
}
.marketing01 .right .b p {
  margin-bottom: 16px;
}
.marketing01 .icon-fh {
  transition: all 0.5s;
  position: absolute;
  left: -70px;
  top: 0px;
  padding-top: 66px;
  width: 60px;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
  color: #666;
  background: url(../images/icon/i33.png) top center no-repeat;
}
.marketing01 .icon-fh:hover {
  transition: all 0.5s;
  color: #c92b2f;
  background-image: url(../images/icon/i33s.png);
}
@media (max-width: 1200px) {
  .marketing {
    margin-top: 1.5rem;
  }
  .marketing01 {
    margin: 0.4rem auto;
  }
  .marketing01 .next {
    width: 100%;
  }
  .marketing01 .next .top_title {
    margin-bottom: 0.4rem;
  }
  .marketing01 .next .top_title .t {
    margin-bottom: 0.3rem;
    font-size: 0.36rem;
  }
  .marketing01 .next .top_title .cen {
    font-size: 0.26rem;
  }
  .marketing01 .next .mode {
    margin-bottom: 0.35rem;
  }
  .marketing01 .next .mode .tit {
    margin-bottom: 0.45rem;
    padding: 0 0.4rem;
    line-height: 0.9rem;
  }
  .marketing01 .next .mode .tit .icon {
    margin-right: 0.2rem;
    height: 0.9rem;
  }
  .marketing01 .next .mode .tit .icon img {
    max-height: 0.35rem;
  }
  .marketing01 .next .mode .tit b {
    font-size: 0.28rem;
  }
  .marketing01 .next .mode .listBox {
    padding: 0;
  }
  .marketing01 .next .mode .listBox .text {
    margin-bottom: 0.35rem;
    padding-left: 0.2rem;
    line-height: 0.44rem;
    font-size: 0.26rem;
  }
  .marketing01 .next .mode .listBox .text.dian {
    background: url(../images/icon/i7.png) left 0.165rem no-repeat;
    background-size: auto 0.11rem;
  }
  .marketing01 .next .mode .listBox .text.p2 {
    padding-right: 0.1rem;
    width: 50%;
  }
  .marketing01 .next .mode .listBox .text.p3 {
    padding-right: 0.1rem;
    width: 50%;
  }
  .marketing01 .next .mode .listImg {
    margin: 0 0 0.6rem;
  }
  .marketing01 .next .mode .listImg .swiper-slide {
    margin-right: 0%;
    width: 100%;
  }
  .marketing01 .next .mode .listImg .swiper-slide .pic {
    height: 4rem;
  }
  .marketing01 .next .mode .listImg .swiper-slide b {
    margin-top: 0.3rem;
    font-size: 0.28rem;
  }
  .marketing01 .next .mode .listImg .swiper-pagination span {
    margin: 0.5rem 0.16rem 0 !important;
    width: 0.18rem;
    height: 0.18rem;
  }
  .marketing01 .right {
    display: block;
    margin-bottom: 0.8rem;
    width: 100%;
    background-image: url(../images/mobile/page/marketing01_bac2.jpg);
  }
  .marketing01 .right.rightFixed {
    display: none;
  }
  .marketing01 .right .bor {
    padding: 0.7rem 0.4rem 0.4rem;
  }
  .marketing01 .right .t {
    margin-bottom: 0.7rem;
  }
  .marketing01 .right .t b {
    margin-bottom: 0.3rem;
    font-size: 0.34rem;
  }
  .marketing01 .right .t p {
    font-size: 0.32rem;
  }
  .marketing01 .right .b {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
  .marketing01 .right .b p {
    margin-bottom: 0.25rem;
  }
  .marketing01 .icon-fh {
    display: none;
  }
}
/*=====p1-0公司概况==========*/
.page_pbanner {
  height: auto;
}
.pbanner {
  position: relative;
}
.pbanner .about-imgs {
  position: sticky;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100vh;
}
.pbanner .pbanner-img {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: url(../images/page/brief-bg.png) center no-repeat;
  background-size: cover;
}
.pbanner .pbanner-text {
  position: absolute;
  top: 27.45%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.pbanner .pbanner-text .article-block {
  font-size: 50px;
  color: #ffffff;
  font-weight: bold;
}
.pbanner .pbanner-text .pline {
  font-size: 28px;
  color: #ffffff;
  margin-top: 30px;
}
.pbanner .about-introduct {
  position: relative;
  padding: 13.95% 0 140px;
  overflow: hidden;
}
.pbanner .about-intro-wr {
  float: right;
  width: 32.12vw;
}
.pbanner .introduct {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
}
.pbanner .introduct p {
  margin-bottom: 30px;
  text-align: justify;
}
.pbanner .introduct p:last-child {
  margin-bottom: 0;
}
.pbanner .about-data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}
.pbanner .about-data-item {
  width: 44.18%;
  padding: 42px 0 20px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #fff;
}
.pbanner .about-data-item p {
  font-size: 16px;
  display: flex;
  align-items: baseline;
}
.pbanner .about-data-item b {
  font-size: 48px;
  margin-right: 5px;
  font-family: "DINRegular";
  font-weight: bold;
}
.pbanner .about-data-item span {
  font-size: 16px;
  width: 45%;
  text-align: right;
}
.pbanner .about-data-item:nth-child(3) p {
  align-items: flex-start;
}
.pbanner .about-data-item:nth-child(3) p {
  font-size: 24px;
}
.pbanner .pos_b {
  bottom: 40px;
}
.general .course {
  padding: 120px 0 108px;
}
.general .courseBox {
  padding: 40px 0 100px;
  position: relative;
}
.general .courseBox .swiper-slide {
  opacity: 0.6;
  cursor: url(../images/icon/icon107.png), pointer;
}
.general .courseBox .swiper-slide-active {
  opacity: 1;
}
.general .courseBox .swiper-slide-active .itemTime {
  opacity: 1;
  color: #c92b2f;
}
.general .courseBox .swiper-button-next,
.general .courseBox .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #c92b2f;
  top: -70px;
  background: #ffffff;
}
.general .courseBox .swiper-button-next::after,
.general .courseBox .swiper-button-prev::after {
  content: '';
  width: 0;
  height: 100%;
  background: #c92b2f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
.general .courseBox .swiper-button-next:hover::after,
.general .courseBox .swiper-button-prev:hover::after {
  width: 100%;
  transition: all 0.5s;
}
.general .courseBox .swiper-button-next {
  right: 13.54%;
}
.general .courseBox .swiper-button-next::before {
  content: '';
  width: 6px;
  height: 11px;
  background: url(../images/icon/icon_91s.png) center no-repeat;
  background-size: 6px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.general .courseBox .swiper-button-next:hover::before {
  background: url(../images/icon/icon_91.png) center no-repeat;
  background-size: 6px auto;
}
.general .courseBox .swiper-button-prev {
  left: auto;
  right: 13.54%;
  margin-right: 60px;
}
.general .courseBox .swiper-button-prev::before {
  content: '';
  width: 6px;
  height: 11px;
  background: url(../images/icon/icon_90s.png) center no-repeat;
  background-size: 6px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.general .courseBox .swiper-button-prev:hover::before {
  background: url(../images/icon/icon_90.png) center no-repeat;
  background-size: 6px auto;
}
.general .courseItem {
  width: 33.81%;
}
.general .courseItem .itemBox {
  padding-left: 8.26%;
  display: flex;
  justify-content: space-between;
}
.general .courseItem .itemRight {
  width: 42%;
  height: 497px;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 5%;
}
.general .courseItem .itemRight::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.general .courseItem .itemRight::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  background-color: #c92b2f;
}
.general .courseItem .itemRight::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 2px;
  background: #efefef;
}
.general .courseItem .itemLeft {
  width: 45.4%;
}
.general .courseItem .boxList {
  padding-bottom: 30px;
}
.general .courseItem .itemMain {
  margin-top: 140px;
}
.general .courseItem .itemTime {
  font-size: 92px;
  color: #000000;
  font-family: DINRegular;
  font-weight: bold;
  opacity: 0.4;
}
.general .courseItem .itemImg {
  width: 100%;
  height: 148px;
  margin-top: 32px;
}
.general .courseItem .itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.general .courseItem .boxList .text {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.general .courseItem .boxList .text_p {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}
.general .framework .frameList {
  width: 100%;
  height: 449px;
  display: flex;
  justify-content: space-between;
}
.general .framework .frameList:last-child {
  margin-top: 30px;
}
.general .framework .frameList .listBig {
  width: 66.28%;
  position: relative;
  overflow: hidden;
}
.general .framework .frameList .listBig::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
}
.general .framework .frameList .listBig:hover .bigBg {
  transform: scale(1.1);
  transition: all 0.5s;
}
.general .framework .frameList .listBig:hover .listClick {
  border: 1px solid #c92b2f;
  transition: all 0.5s;
}
.general .framework .frameList .listBig:hover .listClick::after {
  width: 100%;
  transition: all 0.5s;
}
.general .framework .frameList .listLittle {
  width: 31.85%;
  position: relative;
  overflow: hidden;
}
.general .framework .frameList .listLittle::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
}
.general .framework .frameList .listLittle:hover .bigBg {
  transform: scale(1.1);
  transition: all 0.5s;
}
.general .framework .frameList .listLittle:hover .listClick {
  border: 1px solid #c92b2f;
  transition: all 0.5s;
}
.general .framework .frameList .listLittle:hover .listClick::after {
  width: 100%;
  transition: all 0.5s;
}
.general .framework .frameList .bigBg {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s;
}
.general .framework .frameList .listText {
  height: calc(100% - 78px - 68px);
  position: absolute;
  top: 0;
  left: 60px;
  padding: 78px 0 68px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.general .framework .frameList .title .Ttext .t i {
  color: #ffffff;
}
.general .framework .frameList .title .Ttext .t {
  color: #fff;
  font-size: 38px;
}
.general .framework .frameList .title .Ttext .b {
  font-size: 20px;
  color: #ffffff;
  margin-top: 16px;
}
.general .framework .frameList .title .Ttext .t span {
  background: url(../images/icon/icon_87.png) center no-repeat;
  background-size: contain;
}
.general .framework .frameList .listClick {
  width: 56px;
  height: 56px;
  border: 1px solid #ffffff;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.general .framework .frameList .listClick span {
  height: 56px;
  background: url(../images/icon/icon_88.png) center no-repeat;
  background-size: 9px auto;
}
.general .framework .frameList .listClick::after {
  content: '';
  width: 0;
  height: 100%;
  background: #c92b2f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
.general .shareHolderBox .w1400{
  display: flex;
  justify-content: center;
  height: 100%;
}
.holderSwpier{
  height: 100%;
}
.general .shareHolderBox .title .Ttext .t{
  justify-content: center;
  color: #c92b2f;
}
.general .shareholder {
  height: 760px;
  background: url(../images/page/shareholder-bg.png) center no-repeat;
  background-size: cover;
}
.general .shareholder .title .Ttext .t {
  font-size: 40px;
  color: #ffffff;
}
.general .shareholder .title .Ttext .t i {
  color: #ffffff;
}
.general .shareholder .title .Ttext .t span {
  background: url(../images/icon/icon_87.png) center no-repeat;
  background-size: contain;
}
.general .shareholder .title .Ttext .b {
  color: #ffffff;
}
.general .shareholder .holder {
  width: 100%;
  position: relative;
}
.general .shareholder .holder .swiper-button-next,
.general .shareholder .holder .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 1px solid #c92b2f;
  top: -70px;
  background: #ffffff;
}
.general .shareholder .holder .swiper-button-next::after,
.general .shareholder .holder .swiper-button-prev::after {
  content: '';
  width: 0;
  height: 100%;
  background: #c92b2f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
.general .shareholder .holder .swiper-button-next:hover::after,
.general .shareholder .holder .swiper-button-prev:hover::after {
  width: 100%;
  transition: all 0.5s;
}
.general .shareholder .holder .swiper-button-next {
  right: 0;
}
.general .shareholder .holder .swiper-button-next::before {
  content: '';
  width: 6px;
  height: 11px;
  background: url(../images/icon/icon_91s.png) center no-repeat;
  background-size: 6px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.general .shareholder .holder .swiper-button-next:hover::before {
  background: url(../images/icon/icon_91.png) center no-repeat;
  background-size: 6px auto;
}
.general .shareholder .holder .swiper-button-prev {
  left: auto;
  right: 60px;
}
.general .shareholder .holder .swiper-button-prev::before {
  content: '';
  width: 6px;
  height: 11px;
  background: url(../images/icon/icon_90s.png) center no-repeat;
  background-size: 6px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.general .shareholder .holder .swiper-button-prev:hover::before {
  background: url(../images/icon/icon_90.png) center no-repeat;
  background-size: 6px auto;
}
.general .shareholder .hoderItem {
  width: 25%;
  height: 100%;
  border-right: 1px solid rgba(255,255,255,0.1);
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.general .shareholder .hoderItem:last-child {
  margin-right: 0;
  border-right: 0;
}
.general .shareholder .hoderBox {
  padding: 0 30px;
  position: relative;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hoderBoxInfo{
  overflow: hidden;
  transition: all 0.5s;
  margin-top: 50px;
}
.general .shareholder .hoderBox{
  border-right: none;
}
.general .shareholder .hoderBox:hover, .general .shareholder .hoderItem.curr .hoderBox{
  background: rgba(127, 74, 89, 0.3);
  transition: all 0.5s;
}
.general .shareholder .hoderItem.curr .hoderBoxInfo{
  margin-top: -50px;
}
/*.general .shareholder .hoderBox:hover .hoderKnow::after {
  width: 100%;
  transition: all 0.5s;
}*/
.general .shareholder .hoderLogo {
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
.general .shareholder .hoderLogo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.general .shareholder .hoderTitle {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.general .shareholder .hoderText {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-top: 40px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: center;
  display: none;
}
.general .shareholder .hoderKnow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 65px;
  width: 140px;
  height: 40px;
  display: none;
}
.hoderItem.curr .hoderText{
  display: -webkit-box;
}
.hoderItem.curr .hoderKnow{
  display: flex;
}
.general .shareholder .hoderKnow:after{
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #d3af51;
  content: "";
}
.general .shareholder .hoderKnow:hover:after{
  width: 100%;
}
.general .shareholder .hoderKnow:hover p{
  color: #fff;
  border-right: 1px solid rgba(255,255,255,0.4);
  transition: all 0.5s;
}
/*.general .shareholder .hoderKnow::after {
  content: '';
  width: 0;
  height: 1px;
  background: #c92b2f;
  position: absolute;
  top: -1px;
  left: 0;
  transition: all 0.5s;
}*/
.general .shareholder .hoderKnow p {
  font-size: 14px;
  color: #c92b2f;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-right: 1px solid rgba(201, 43, 47, 0.2);
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.general .shareholder .hoderKnow:hover i:after {
  background-image: url(../images/icon/i9s.png);
}
.general .shareholder .hoderKnow i {
  width: 35px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.general .shareholder .hoderKnow i:after{
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: url(../images/icon/icon_118.png) center no-repeat;
  background-size: cover;
  transition: all 0.5s;
}
.general .member {
  padding: 107px 0 90px;
}
.general .member .memberBg {
  width: 100%;
  height: 460px;
  position: relative;
  overflow: hidden;
}
.general .member .memberBg .letter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: all 0.5s;
}
.general .member .memberBg .title {
  margin: 0;
  padding-top: 110px;
  margin-left: 58px;
}
.general .member .memberBg .title .Ttext .t i {
  color: #ffffff;
}
.general .member .memberBg .title .Ttext .t {
  color: #fff;
  font-size: 40px;
}
.general .member .memberBg .title .Ttext .b {
  font-size: 20px;
  color: #ffffff;
  margin-top: 16px;
}
.general .member .memberBg .title .Ttext .t span {
  background: url(../images/icon/icon_87.png) center no-repeat;
  background-size: contain;
}
.general .member .memberBg .memberLink {
  width: 56px;
  height: 56px;
  border: 1px solid #ffffff;
  margin-left: 58px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.general .member .memberBg .memberLink::before {
  content: '';
  width: 9px;
  height: 15px;
  background: url(../images/icon/icon_88.png) center no-repeat;
  background-size: 9px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.general .member .memberBg .memberLink::after {
  content: '';
  width: 0;
  height: 100%;
  background: #c92b2f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}
.general .member .memberBg:hover .letter {
  transform: scale(1.1);
  transition: all 0.5s;
}
.general .member .memberBg:hover .memberLink {
  border: 1px solid #c92b2f;
}
.general .member .memberBg:hover .memberLink::after {
  width: 100%;
  transition: all 0.5s;
}
.general .cooperation {
  padding-bottom: 51px;
}
.general .cooperation .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.general .cooperation .swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  display: flex;
  justify-content: center;
}
.general .cooperation .swiper-pagination span {
  transition: all 0.5s;
  opacity: 1;
  margin: 45px 16px 0;
  width: 10px;
  height: 10px;
  background: url(../images/icon/i7ss.png) center no-repeat;
  background-size: 100% auto;
}
.general .cooperation .swiper-pagination span.swiper-pagination-bullet-active {
  transition: all 0.5s;
  background-image: url(../images/icon/i7.png);
}
.general .cooperation .partnerList {
  width: 19.9%;
  height: 135px;
  border-bottom: 1px solid #e6e7ec;
  border-right: 1px solid #e6e7ec;
  transition: all 0.5s;
  cursor: url(../images/icon/icon107.png), pointer;
}
.general .cooperation .partnerList:nth-child(-n+5) {
  border-top: 1px solid #e6e7ec;
}
.general .cooperation .partnerList:nth-child(1) {
  border-left: 1px solid #e6e7ec;
}
.general .cooperation .partnerList:nth-child(6) {
  border-left: 1px solid #e6e7ec;
}
.general .cooperation .partnerList img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.general .cooperation .partnerList:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  transform: scale(1.01);
  transition: all 0.5s;
}
.general .mcourseBox {
  display: none;
}
@media (max-width: 1200px) {
  .pbanner .pbanner-img {
    background: url(../images/mobile/page/brief-bg.png) center no-repeat;
    background-size: cover;
  }
  .pbanner .about-imgs {
    position: relative;
    height: 146vw;
  }
  .pbanner .pbanner-text .article-block {
    font-size: 0.64rem;
  }
  .pbanner .pbanner-text .pline {
    font-size: 0.4rem;
    margin-top: 0.2rem;
  }
  .pbanner .about-introduct {
    width: calc(100% - 0.6rem);
    padding: 0.6rem 0.3rem 1rem;
    background: url(../images/mobile/page/pbanner-imgbg.png) center no-repeat;
    background-size: cover;
    margin-top: -1.6rem;
  }
  .pbanner .about-intro-wr {
    width: 100%;
  }
  .pbanner .introduct {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .pbanner .introduct p {
    margin-bottom: 0.52rem;
    text-align: justify;
  }
  .pbanner .about-data {
    margin-top: 0.8rem;
  }
  .pbanner .about-data-item {
    padding: 0.56rem 0 0.2rem;
  }
  .pbanner .about-data-item:nth-child(-n+2) {
    padding-top: 0;
  }
  .pbanner .about-data-item b {
    font-size: 0.48rem;
  }
  .pbanner .about-data-item p {
    font-size: 0.18rem;
  }
  .pbanner .about-data-item span {
    font-size: 0.24rem;
  }
  .pbanner .pos_b {
    display: none;
  }
  .general .course {
    padding: 1rem 0 0.9rem;
  }
  .general .courseBox {
    display: none;
  }
  .general .mcourseBox {
    display: block;
    padding-left: 0.3rem;
    padding-bottom: 0.86rem;
  }
  .general .mcourseBox .mcourseSwpier {
    padding-bottom: 1.3rem;
  }
  .general .mcourseBox .swiper-scrollbar {
    height: 1px;
    background: #e9e9e9;
    bottom: 0.42rem;
  }
  .general .mcourseBox .swiper-scrollbar-drag {
    width: 0.84rem !important;
    height: 0.84rem;
    background: url(../images/mobile/icon/m6.png) center no-repeat;
    background-size: contain;
    top: -0.42rem;
    margin-left: 0.25rem;
  }
  .general .courseItem {
    width: 64.44%;
    margin-right: 0.42rem;
    opacity: 0.4;
    transition: all 0.5s;
  }
  .general .courseItem.swiper-slide-active {
    opacity: 1;
    transition: all 0.5s;
  }
  .general .courseItem.swiper-slide-active .itemTime {
    opacity: 1;
    color: #c92b2f;
  }
  .general .courseItem .itemBox {
    display: block;
    width: 90.51%;
    height: 10.8rem;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 0.46rem;
  }
  .general .courseItem .itemBox::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .general .courseItem .itemBox::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 2px;
    background-color: #c92b2f;
  }
  .general .courseItem .itemBox::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 2px;
    background: #efefef;
  }
  .general .courseItem .itemLeft {
    width: 100%;
  }
  .general .courseItem .itemTime {
    font-size: 0.92rem;
  }
  .general .courseItem .itemImg {
    height: 2.35rem;
    margin-top: 0.3rem;
  }
  .general .courseItem .itemRight {
    width: 100%;
    height: auto;
    overflow: auto;
  }
  .general .courseItem .itemMain {
    margin-top: 0;
  }
  .general .courseItem .boxList {
    padding-bottom: 0;
    margin-top: 0.5rem;
  }
  .general .courseItem .boxList .text {
    font-size: 0.3rem;
  }
  .general .courseItem .boxList .text_p {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-top: 0.2rem;
  }
  .general .framework .frameList {
    height: 3.94rem;
  }
  .general .framework .frameList .listBig {
    width: 47.82%;
  }
  .general .framework .frameList .listLittle {
    width: 47.82%;
  }
  .general .framework .frameList .listText {
    height: calc(100% - 0.9rem);
    padding: 0.45rem 0 0.5rem;
    left: 0.34rem;
  }
  .general .framework .frameList .title .Ttext .t {
    font-size: 0.38rem;
  }
  .general .framework .frameList .title .Ttext .b {
    font-size: 0.22rem;
    margin-top: 0.16rem;
  }
  .general .framework .frameList .listClick {
    width: 0.63rem;
    height: 0.63rem;
  }
  .general .framework .frameList .listClick span {
    height: 0.63rem;
    background-size: 0.1rem auto;
  }
  .general .shareholder {
    height: 9.85rem;
    padding-top: 1rem;
    box-sizing: border-box;
    background: url(../images/mobile/page/shareholder-bg.png) center no-repeat;
    background-size: cover;
  }
  .general .shareholder .hoderItem {
    width: 100%;
    margin-top: 0;
    border-right: none;
  }
  .general .shareholder .hoderBox {
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .general .shareholder .hoderBox:hover, .general .shareholder .hoderItem.curr .hoderBox{
    background: none;
  }
  .general .shareholder .hoderLogo {
    width: 1.34rem;
    height: 1.34rem;
    top: -0.65rem;
    left: 0.78rem;
  }
  .holderSwpier{
    height: auto;
    margin-top: 1rem;
  }
  .general .shareholder .hoderBox:hover{
    background: initial;
  }
  .general .shareholder .hoderTitle {
    font-size: 0.3rem;
    margin-top: 0.5rem;
  }
  .general .shareholder .hoderText {
    font-size: 0.26rem;
    line-height: 0.4rem;
    display: -webkit-box;
    text-align: justify;
    -webkit-line-clamp: 3;
    margin-top: 0.5rem;
  }
  .general .shareholder .hoderItem .hoderBoxInfo{
    margin-top: 0!important;
  }
  .general .shareholder .hoderKnow {
    border-top: none;
    padding-top: 0;
    display: flex;
    margin-top: 0.6rem;
    height: 0.65rem;
    font-size: 0.26rem;
    width: 2.3rem;
    margin-bottom: 0.3rem;
  }
  .general .shareholder .hoderKnow p {
    font-size: 0.26rem;
  }
  .general .shareholder .hoderKnow i{
    width: 0.56rem;
  }
  .general .shareholder .hoderKnow i:after{
    width: 0.09rem;
    height: 0.1rem;
    background: url(../images/mobile/icon/icon_118.png) center no-repeat;
    background-size: cover;
  }
  .general .shareholder .holder {
    padding-bottom: 1.34rem;
  }
  .general .shareholder .holder .swiper-button-next,
  .general .shareholder .holder .swiper-button-prev {
    width: 0.63rem;
    height: 0.63rem;
    top: auto;
    bottom: 0;
  }
  .general .shareholder .holder .swiper-button-prev {
    right: 1rem;
  }
  .general .shareholder .title .Ttext .t {
    font-size: 0.4rem;
  }
  .general .member {
    padding: 1.03rem 0;
  }
  .general .member .memberBg {
    height: 5.32rem;
  }
  .general .member .memberBg .title .Ttext .t {
    font-size: 0.38rem;
  }
  .general .member .memberBg .title .Ttext .b {
    font-size: 0.22rem;
    margin-top: 0.1rem;
  }
  .general .member .memberBg .title {
    padding-top: 1.6rem;
    margin-left: 0.34rem;
  }
  .general .member .memberBg .memberLink {
    width: 0.63rem;
    height: 0.63rem;
    margin-top: 0.56rem;
    margin-left: 0.34rem;
  }
  .general .cooperation {
    padding-bottom: 0.88rem;
  }
  .general .cooperation .partnerList {
    width: 49.4%;
    height: 1.64rem;
    border-left: 1px solid #e6e7ec;
  }
  .general .cooperation .partnerList:nth-child(-n+5) {
    border-top: none;
  }
  .general .cooperation .partnerList:nth-child(6) {
    border-left: none;
  }
  .general .cooperation .partnerList:nth-child(-n+2) {
    border-top: 1px solid #e6e7ec;
  }
  .general .cooperation .partnerList:nth-child(2n) {
    border-left: none;
  }
}
/*=====p1-1公司概况-企业文化2==========*/
.enterprise .enterprise01 {
  padding: 96px 0 120px;
  background: url(../images/page/enterprise01-bg.png) center no-repeat;
  background-size: cover;
}
.enterprise .enterprise01 .firmBox {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.enterprise .enterprise01 .firmImg {
  width: 49.42%;
  height: 400px;
}
.enterprise .enterprise01 .firmImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enterprise .enterprise01 .firmText {
  width: 43.71%;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 40px;
}
.enterprise .enterprise01 .firmText P {
  margin-bottom: 30px;
}
.enterprise .enterprise01 .firmText P:last-child {
  margin-bottom: 0;
}
.enterprise .enterprise01 .firmText::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.enterprise .enterprise01 .firmText::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  background-color: #c92b2f;
}
.enterprise .enterprise01 .firmText::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 2px;
  background: #efefef;
}
.enterprise .enterprise02 {
  padding: 100px 0;
}
.enterprise .enterprise02 .publicity {
  width: 100%;
  height: 696px;
  margin-top: 64px;
  position: relative;
}
.enterprise .enterprise02 .publicity:after{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 150px;
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
}
.enterprise .enterprise02 .publicity img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enterprise .enterprise02 .publicity i {
  width: 91px;
  height: 91px;
  background: url(../images/icon/icon_110.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.enterprise .enterprise02 .publicity p {
  font-size: 33px;
  color: #ffffff;
  position: absolute;
  bottom: 62px;
  left: 74px;
  z-index: 1;
}
.enterprise .enterprise03 {
  padding: 122px 0 108px;
  background: url(../images/page/enterprise03.png) center no-repeat;
  background-size: cover;
}
.enterprise .enterprise03 .brochureBox {
  display: flex;
}
.enterprise .enterprise03 .brochureLeft {
  width: 50.14%;
}
.enterprise .enterprise03 .title {
  margin-top: 50px;
}

.enterprise .enterprise03 .brochureLeft .text {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}
.enterprise .enterprise03 .onLine {
  display: flex;
  margin-top: 90px;
}
.enterprise .enterprise03 .onLine .line {
  width: 184px;
  height: 50px;
  display: flex;
  background: #fff;
  text-align: center;
  position: relative;
}
.enterprise .enterprise03 .onLine .line:last-child {
  margin-left: 48px;
}
.enterprise .enterprise03 .onLine .line:last-child:after {
  width: 0;
}
.enterprise .enterprise03 .onLine .line:last-child p{
  color: #c92b2f;
  border-right: rgba(201, 43, 47, 0.4) 1px solid;
}

.enterprise .enterprise03 .onLine .line:last-child i {
  background: url(../images/icon/icon_112s.png) center no-repeat;
}
.enterprise .enterprise03 .onLine .line::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #c92b2f;
  content: "";
}
.enterprise .enterprise03 .onLine .line:hover::after {
  transition: all 0.5s;
  width: 100%;
}
.enterprise .enterprise03 .onLine .line:hover p {
  color: #fff;
  border-right: 1px solid rgba(255,255,255,0.4);
}
.enterprise .enterprise03 .onLine .line:hover i {
  background: url(../images/icon/icon_111s.png) center no-repeat;
}
.enterprise .enterprise03 .onLine .line:hover:last-child i {
  background: url(../images/icon/icon_112s.png) center no-repeat;
}
.enterprise .enterprise03 .onLine p {
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 3;
  width: 128px;
  line-height: 50px;
  border-right: rgba(255, 255, 255, 0.4) 1px solid;
}
.enterprise .enterprise03 .onLine i {
  transition: all 0.5s;
  position: relative;
  z-index: 3;
  width: calc(100% - 129px);
  height: 50px;
  background: url(../images/icon/icon_111s.png) center no-repeat;
}
.enterprise .enterprise03 .brochureRight {
  width: 322px;
  height: 455px;
  margin-left: 12.57%;
}
.enterprise .enterprise03 .brochureRight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*=====p1-3公司概况-荣誉资质==========*/
.honor {
  min-height: auto;
  padding: 90px 0;
  background: url(../images/page/honor-bg.png) center no-repeat;
  background-size: cover;
}
.honor .honorBxo {
  overflow: hidden;
  position: relative;
  margin-top: 100px;
}
.honor .honorBxo .honorSwiper {
  padding-bottom: 42px;
  cursor: url(../images/icon/icon107.png), pointer;
}
.honor .honorBxo .swiper-scrollbar-drag {
  background: #c92b2f;
}
.honor .honorBxo .swiper-scrollbar {
  width: 386px;
  height: 3px;
  background: #ffffff;
  right: 0;
  left: auto;
  bottom: 10px;
  z-index: 22;
}
.honor .honorBxo .slideText {
  font-size: 16px;
  line-height: 33px;
  color: #333333;
  font-weight: bold;
  padding-left: 42px;
  background: url(../images/icon/icon_94.png) left center no-repeat;
  background-size: 32px auto;
  margin-top: 23px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.honor .listImg {
  width: 306px;
  background: url(../images/page/listImg-bg.png) bottom no-repeat;
  background-size: 100% auto;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 60px;
}
.honor .listImg:nth-child(2n) {
  margin-top: 80px;
}
.honor .listImg:last-child {
  margin-right: 0;
}
.honor .listImg:hover .listText {
  color: #c92b2f;
  transition: all 0.5s;
}
.honor .listImg:hover .listText::after {
  background: url(../images/icon/icon_92s.png) left center no-repeat;
  background-size: contain;
  transition: all 0.5s;
}
.honor .listImg:hover .listText::before {
  background: url(../images/icon/icon_93s.png) left center no-repeat;
  background-size: contain;
  transition: all 0.5s;
}
.honor .listText {
  font-size: 18px;
  color: #333333;
  text-align: center;
  padding: 0 30px;
  display: inline-block;
  position: relative;
  transition: all 0.5s;
}
.honor .listText::after {
  content: '';
  width: 17px;
  height: 31px;
  background: url(../images/icon/icon_92.png) left center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.honor .listText::before {
  content: '';
  width: 17px;
  height: 31px;
  background: url(../images/icon/icon_93.png) left center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.honor .listAward {
  width: 230px;
  margin: 0 auto;
  margin-top: 20px;
}
.honor .mhonorBxo {
  display: none;
}
@media (max-width: 1200px) {
  .honor .honorBxo {
    display: none;
  }
  .honor .mhonorBxo {
    display: block;
  }
  .honor {
    padding: 1rem 0 0.88rem;
  }
  .honor .swiperFlex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .honor .swiper-button-next,
  .honor .swiper-button-prev {
    width: 0.63rem;
    height: 0.63rem;
    border: 1px solid #c92b2f;
    top: auto;
    bottom: 0;
    background: #ffffff;
    margin: 0;
    position: relative;
  }
  .honor .swiper-button-next::after,
  .honor .swiper-button-prev::after {
    content: '';
    width: 0;
    height: 100%;
    background: #c92b2f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s;
  }
  .honor .swiper-button-next:hover::after,
  .honor .swiper-button-prev:hover::after {
    width: 100%;
    transition: all 0.5s;
  }
  .honor .swiper-button-next {
    left: auto;
    right: auto;
  }
  .honor .swiper-button-next::before {
    content: '';
    width: 6px;
    height: 11px;
    background: url(../images/icon/icon_91s.png) center no-repeat;
    background-size: 6px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .honor .swiper-button-next:hover::before {
    background: url(../images/icon/icon_91.png) center no-repeat;
    background-size: 6px auto;
  }
  .honor .swiper-button-prev {
    left: auto;
  }
  .honor .swiper-button-prev::before {
    content: '';
    width: 6px;
    height: 11px;
    background: url(../images/icon/icon_90s.png) center no-repeat;
    background-size: 6px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .honor .swiper-button-prev:hover::before {
    background: url(../images/icon/icon_90.png) center no-repeat;
    background-size: 6px auto;
  }
  .honor .swiper-pagination {
    position: relative;
    width: auto;
    padding: 0 0.52rem;
    align-items: baseline;
  }
  .honor .swiper-pagination .current {
    font-size: 0.28rem;
    color: #c82b2f;
    font-weight: bold;
  }
  .honor .swiper-pagination span {
    background: none;
    width: auto;
    height: auto;
    margin: 0 !important;
    font-size: 0.22rem;
    color: #333333;
  }
  .honor .listImg:nth-child(2n) {
    margin-top: 0;
  }
  .honor .listImg {
    width: 100%;
    padding-bottom: 1.6rem;
  }
  .honor .listAward {
    width: 5.28rem;
    margin-top: 0.55rem;
  }
  .honor .listAward img {
    width: 100%;
  }
  .enterprise .enterprise01{
    padding: 0.85rem 0;
    background: url(../images/mobile/page/enterprise01-bg.png) center no-repeat;
    background-size: cover;
  }
  .enterprise .enterprise01 .firmBox{
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  .enterprise .enterprise01 .firmImg{
    width: 100%;
    height: 4rem;
  }
  .enterprise .enterprise01 .firmText{
    width: 100%;
    margin-top: 0.2rem;
    height: auto;
    padding-right: 0;
  }
  .enterprise .enterprise01 .firmText p{
    font-size: 0.28rem;
    line-height: 0.44rem;
    margin-bottom: 0.5rem;
  }
  .enterprise .enterprise02{
    padding: 0.85rem 0;
  }
  .enterprise .enterprise02 .publicity{
    margin-top: 0.2rem;
    height: 3.75rem;
  }
  .enterprise .enterprise02 .publicity i{
    width: 0.5rem;
    height: 0.5rem;
  }
  .enterprise .enterprise02 .publicity p{
    font-size: 0.28rem;
    bottom: 0.6rem;
    left: 0.6rem;
    right: 0.6rem;
  }
  .enterprise .enterprise02 .publicity:after {
    height: 1.5rem;
  }
  .enterprise .enterprise03 .brochureBox{
    flex-wrap: wrap;
  }
  .enterprise .enterprise03{
    padding: 0.85rem 0;
    background: url(../images/mobile/page/enterprise03.png) center no-repeat;
    background-size: cover;
  }
  .brochureLeft{
    width: 100% !important;
  }
  .enterprise .enterprise03 .title{
    margin-top: 0;
  }
  .enterprise .enterprise03 .brochureLeft .text{
    font-size: 0.28rem;
    line-height: 0.44rem;
  }
  .broImg{
    width: 2.85rem;
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  .broImg img{
    width: 100%;
  }
  .enterprise .enterprise03 .onLine{
    margin-top: 0.5rem;
    justify-content: center;
  }
  .enterprise .enterprise03 .onLine .line{
    width: 2.45rem;
    height: 0.7rem;
  }
  .enterprise .enterprise03 .onLine p{
    width: 1.5rem;
    line-height: 0.7rem;
    font-size: 0.24rem;
  }
  .enterprise .enterprise03 .onLine i{
    width: calc(100% - 1.5rem);
    height: 0.7rem;
    background-size: 0.34rem 0.34rem;
  }
  .enterprise .enterprise03 .onLine .line:last-child{
    margin-left: 0.6rem;
  }
  .enterprise .enterprise03 .onLine .line:last-child i{
    background-size: 0.3rem 0.32rem;
  }
  .enterprise .enterprise03 .onLine .line:hover i {
    background-size: 0.34rem 0.34rem;
  }
  .enterprise .enterprise03 .onLine .line:hover:last-child i {
    background-size: 0.3rem 0.32rem;
  }
}
/*=====p1-1公司概况-组织架构==========*/
.organization {
  padding: 90px 0 112px;
  background: url(../images/page/organizationBg.png) center no-repeat;
  background-size: cover;
}
.organization .organizationImg {
  margin-top: 50px;
}
.organization .organizationImg img {
  width: 100%;
}
/*=====p1-2公司概况-战略布局1==========*/
.strategic .overall {
  padding: 106px 0 180px;
  background: url(../images/page/overallBg.png) center no-repeat;
  background-size: cover;
}
.strategic .overall .title .Ttext .t i {
  color: #ffffff;
}
.strategic .overall .title .Ttext .t {
  color: #fff;
  font-size: 40px;
}
.strategic .overall .title .Ttext .b {
  font-size: 22px;
  color: #ffffff;
  margin-top: 16px;
}
.strategic .overall .title .Ttext .t span {
  background: url(../images/icon/icon_87.png) center no-repeat;
  background-size: contain;
}
.strategic .layout {
  display: flex;
  justify-content: space-between;
}
.strategic .layoutLeft {
  width: 24%;
}
.strategic .culture {
  padding: 26px 36px 28px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  transition: all 0.8s;
  width: auto;
  height: auto;
}
.strategic .culture p {
  font-size: 22px;
  color: #ffffff;
}
.strategic .culture i {
  width: 58px;
  height: 58px;
}
.strategic .culture:hover {
  background: #c92b2f;
  border-bottom: 1px solid #c92b2f;
  transition: all 0.8s;
}
.strategic .culture.active {
  background: #c92b2f;
  border-bottom: 1px solid #c92b2f;
}
.strategic .layoutRight {
  width: 58.71%;
  height: 576px;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 50px;
}
.strategic .layoutRight .swiper-wrapper {
  display: block;
}
.strategic .layoutRight::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.strategic .layoutRight::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  background-color: #c92b2f;
}
.strategic .layoutRight::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 2px;
  background: #efefef;
}
.strategic .layoutItem {
  margin-top: 40px;
}
.strategic .layoutItem p {
  color: #ffffff;
  font-size: 30px;
}
.strategic .layoutItem b {
  font-size: 18px;
  color: #ffffff;
  margin-top: 20px;
  line-height: 36px;
}
.strategic .layoutItem:hover p {
  font-weight: bold;
}
.strategic .layoutItem.active p {
  font-weight: bold;
}
/*============p1-5公司概况-子公司介绍============*/
.subsidiary .subsidiaryBox {
  padding: 90px 0 116px;
}
.subsidiary .subTab {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.subsidiary .tabLeft {
  width: 31.78%;
  margin-top: 50px;
  position: absolute;
  z-index: 2;
  left: 0;
}
.subsidiary .tabLeft .tabLists {
  margin-right: 23.37%;
  display: flex;
  padding-bottom: 12px;
  position: relative;
  margin-top: 18px;
}
.subsidiary .tabLeft .tabLists.cur {
  border-bottom: 2px solid #c92b2f;
}
.subsidiary .tabLeft .tabLists.cur p {
  color: #c92b2f;
  font-weight: bold;
}
.subsidiary .tabLeft .tabLists.cur i.subShow {
  display: none;
}
.subsidiary .tabLeft .tabLists.cur i.subHide {
  display: block;
}
.subsidiary .tabLeft .tabLists.cur .point {
  display: block;
}
.subsidiary .tabLeft .tabLists:hover {
  border-bottom: 2px solid #c92b2f;
}
.subsidiary .tabLeft .tabLists:hover p {
  color: #c92b2f;
  font-weight: bold;
}
.subsidiary .tabLeft .tabLists:hover i.subShow {
  display: none;
}
.subsidiary .tabLeft .tabLists:hover i.subHide {
  display: block;
}
.subsidiary .tabLeft i {
  width: 30px;
  height: 30px;
}
.subsidiary .tabLeft i.subHide {
  display: none;
}
.subsidiary .tabLeft p {
  font-size: 20px;
  margin-left: 20px;
  width: 80%;
}
.subsidiary .tabLeft .point {
  width: 27px;
  height: 41px;
  background: url(../images/icon/icon_104.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: -30.77%;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.subsidiary .tabRight {
  width: 68.1%;
  border: 1px solid #e6e6e6;
  min-height: 600px;
}
.subsidiary .tabRight .rightBox {
  margin: 78px 64px 66px;
  display: none;
}
.subsidiary .tabRight .rightBox.cur {
  display: block;
}
.subsidiary .tabRight .textBox img {
  width: 100%;
}
.subsidiary .tabRight .textBox p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 22px;
}
.subsidiary .tabRight .textBox p:last-child {
  margin-bottom: 0;
}
.subsidiary .tabRight .tabSite {
  padding-top: 40px;
  border-top: 1px solid #c92b2f;
  margin-top: 50px;
}
.subsidiary .tabRight .tabSite .siteText {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.subsidiary .tabRight .tabSite .siteText:last-child {
  margin-bottom: 0;
}
.subsidiary .tabRight .tabSite i {
  width: 32px;
  height: 32px;
}
.subsidiary .tabRight .tabSite p {
  font-size: 18px;
  color: #c92b2f;
  width: 90%;
  margin-left: 10px;
}
.mtabLeft {
  display: none;
}
@media (max-width: 1200px) {
  .subsidiary .subsidiaryBox {
    padding: 1rem 0 0.9rem;
  }
  .subsidiary .subTab {
    display: block;
  }
  .subsidiary .tabLeft {
    display: none;
  }
  .subsidiary .tabRight {
    width: calc(100% - 2px);
  }
  .subsidiary .tabRight .rightBox {
    margin: 0.52rem 0.3rem 0.78rem;
  }
  .subsidiary .tabRight .textBox p {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-bottom: 0.52rem;
  }
  .subsidiary .tabRight .tabSite i {
    width: 0.47rem;
    height: 0.47rem;
  }
  .subsidiary .tabRight .tabSite p {
    font-size: 0.26rem;
    margin-left: 0.14rem;
    width: 94%;
  }
  .subsidiary .tabRight .tabSite {
    margin-top: 0.72rem;
    padding-top: 0.56rem;
  }
  .mtabLeft {
    display: block;
    position: relative;
  }
  .mtabLeft .text_p {
    width: calc(100% - 0.88rem);
    padding: 0 0.44rem;
    height: 1rem;
    background: #c82b2f;
    display: flex;
    align-items: center;
    position: relative;
  }
  .mtabLeft .text_p i {
    width: 0.35rem;
    height: 0.35rem;
  }
  .mtabLeft .text_p p {
    font-size: 0.28rem;
    color: #ffffff;
    margin-left: 0.2rem;
  }
  .mtabLeft .text_p em {
    width: 0.22rem;
    height: 0.12rem;
    background: url(../images/mobile/icon/m8.png) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0.44rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
  }
  .mtabLeft .textBoxes {
    width: calc(100% - 0.88rem);
    padding: 0.2rem 0.44rem;
    background: #ffffff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    max-height: 5rem;
    overflow-y: auto !important;
    overflow: hidden;
    position: absolute;
    display: none;
  }
  .mtabLeft .textBoxes .pull {
    display: flex;
    align-items: center;
    height: 1rem;
  }
  .mtabLeft .textBoxes .pull i {
    width: 0.35rem;
    height: 0.35rem;
  }
  .mtabLeft .textBoxes .pull p {
    font-size: 0.28rem;
    color: #333333;
    margin-left: 0.2rem;
  }
  .mtabLeft.on .text_p em {
    transform: rotate(180deg);
  }
  .strategic .layoutLeft{
    display: none;
  }
  .strategic .overall{
    padding: 0.85rem 0;
  }
  .strategic .layoutRight{
    width: 100%;
    height: auto;
    overflow: initial;
    margin: 0;
    padding: 0;
  }
  .strategic .overall .title .Ttext .t{
    font-size: 0.4rem;
  }
  .strategic .overall .title .Ttext .b {
    margin-top: 0.08rem;
    font-size: 0.22rem;
  }
  .strategic .layoutItem p{
    font-size: 0.32rem;
  }
  .strategic .layoutItem{
    margin-top: 0.5rem;
  }
  .strategic .layoutItem:first-child{
    margin-top: 0;
  }
  .strategic .layoutItem b{
    font-size: 0.28rem;
    line-height: 0.44rem;
    margin-top: 0.25rem;
  }
}
/*======p1-4公司概况-股东介绍========*/
.shareholder .tabRight{
  width: 100%;
  margin-top: 45px;
}
.subTabInfo{
  display: flex;
  justify-content: center;
  align-items: center;
}
.subTabInfoList{
  background: #f5f5f5;
  font-size: 18px;
  width: 245px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center;
  margin-left: 40px;
  cursor: pointer;
  transition: all 0.5s;
}
.subTabInfoList:first-child{
  margin-left: 0;
}
.subTabInfoList.curr, .subTabInfoList:hover{
  background: #c92b2f;
  color: #fff;
  font-weight: bold;
}
.shareholderTitle{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .shareholderTitle {
    font-size: 0.36rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0.4rem;
  }
  .subTabInfo{
    display: none;
  }
  .shareholder .tabRight{
    margin-top: 0;
  }
  .shareholder .mtabLeft .text_p p{
    margin-left: 0;
  }
}
/*======p6-0人才发展========*/
.talents .talents01 {
  padding-top: 100px;
}
.talents .ideaList {
  display: flex;
}
.talents .ideaList .ideaItem {
  width: 31.71%;
  height: 578px;
  position: relative;
  overflow: hidden;
  margin-right: 2.42%;
}
.talents .ideaList .ideaItem:last-child {
  margin-right: 0;
}
.talents .ideaList .ideaItem:hover .itemImg {
  transform: scale(1.1);
  transition: all 0.5s;
}
.talents .ideaList .ideaItem:hover .itemBox {
  background: rgba(201, 43, 47, 0.9);
  padding: 60px 36px;
  transition: all 0.8s;
}
.talents .ideaList .ideaItem:hover .titles {
  color: #ffffff;
}
.talents .ideaList .ideaItem:hover .text {
  color: #ffffff;
}
.talents .ideaList .itemImg {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.5s;
}
.talents .ideaList .itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.talents .ideaList .itemBox {
  margin: 0 46px;
  padding: 50px 36px 45px;
  background: #ffffff;
  position: absolute;
  bottom: 44px;
  transition: all 0.8s;
}
.talents .ideaList .titles {
  font-size: 20px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
.talents .ideaList .text {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-top: 16px;
}
.talents .talents02 {
  padding: 88px 0 100px;
}
.talents .talents02 .cultivate {
  display: flex;
  flex-wrap: wrap;
}
.talents .talents02 .fosterList {
  width: 33.22%;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  transition: all 0.6s;
}
.talents .talents02 .fosterList:nth-child(-n+3) {
  border-top: 1px solid #e9e9e9;
}
.talents .talents02 .fosterList:nth-child(1) {
  border-left: 1px solid #e9e9e9;
}
.talents .talents02 .fosterList:nth-child(4) {
  border-left: 1px solid #e9e9e9;
}
.talents .talents02 .fosterList:hover {
  background: url(../images/page/cultivate-bg.png) center no-repeat;
  background-size: 100% 100%;
  transition: all 0.6s;
}
.talents .talents02 .fosterList:hover .fosterText {
  color: #ffffff;
}
.talents .talents02 .fosterList:hover .fosterbot .time {
  color: #ffffff;
}
.talents .talents02 .fosterList:hover .fosterbot .timeIcon {
  background: url(../images/icon/icon_95s.png) center no-repeat;
  background-size: contain;
}
.talents .talents02 .foster {
  padding: 55px 13.24%;
}
.talents .talents02 .fosterText {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
}
.talents .talents02 .fosterbot {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 30px;
}
.talents .talents02 .fosterbot .time {
  font-size: 20px;
  color: #333333;
}
.talents .talents02 .fosterbot .timeIcon {
  width: 17px;
  height: 7px;
  background: url(../images/icon/icon_95.png) center no-repeat;
  background-size: contain;
}
.talents .talents03 {
  padding: 146px 0;
  background: url(../images/page/talents03.png) center no-repeat;
  background-size: cover;
}
.talents .talents03 .title {
  display: flex;
  justify-content: center;
  margin: 0;
}
.talents .talents03 .title .Ttext .t i {
  color: #ffffff;
}
.talents .talents03 .title .Ttext .t {
  color: #fff;
  font-size: 40px;
  justify-content: center;
}
.talents .talents03 .title .Ttext .b {
  font-size: 22px;
  color: #ffffff;
  margin-top: 16px;
}
.talents .talents03 .title .Ttext .t span {
  background: url(../images/icon/icon_87.png) center no-repeat;
  background-size: contain;
}
.talents .talents03 .talentsText {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  margin: 40px 0 50px;
}
@media (max-width: 1200px) {
  .talents .talents01 {
    padding-top: 1rem;
  }
  .talents .ideaList {
    display: block;
  }
  .talents .ideaList .ideaItem {
    width: 100%;
    height: 6.09rem;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .talents .ideaList .ideaItem:last-child {
    margin-bottom: 0;
  }
  .talents .ideaList .itemBox {
    margin: 0 0.45rem;
    padding: 0.44rem 0.36rem;
    bottom: 0.9rem;
  }
  .talents .ideaList .titles {
    font-size: 0.3rem;
  }
  .talents .ideaList .text {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-top: 0.34rem;
  }
  .talents .ideaList .ideaItem:hover .itemBox {
    padding: 0.44rem 0.36rem;
  }
  .talents .talents02 {
    padding-top: 1rem;
    padding: 1.03rem 0;
  }
  .talents .talents02 .fosterList {
    width: 100%;
    border: none;
    border: 1px solid #e9e9e9;
    margin-bottom: 0.5rem;
  }
  .talents .talents02 .fosterList:last-child {
    margin-bottom: 0;
  }
  .talents .talents02 .foster {
    padding: 0.53rem 0.4rem 0.55rem;
  }
  .talents .talents02 .fosterText {
    font-size: 0.28rem;
    font-weight: bold;
  }
  .talents .talents02 .fosterbot .time {
    font-size: 0.26rem;
  }
  .talents .talents03 {
    padding: 0;
    height: 8.74rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .talents .talents03 .title .Ttext .t {
    font-size: 0.4rem;
  }
  .talents .talents03 .title .Ttext .b {
    font-size: 0.22rem;
    margin-top: 0.16rem;
  }
  .talents .talents03 .talentsText {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin: 0.4rem 0 0.9rem;
  }
}
/*=======p7-0联系我们==*/
.contactUs .contactUs01 {
  padding: 100px 0;
}
.contactUs .contactUs01 .siteInfo {
  height: 419px;
  display: flex;
}
.contactUs .contactUs01 .infoMap {
  width: 52.71%;
  height: 100%;
}
.contactUs .contactUs01 .infoMap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contactUs .contactUs01 .infoText {
  width: 47.64%;
  background: url(../images/page/infoText-bg.png) center no-repeat;
  background-size: cover;
}
.contactUs .contactUs01 .infoText .address {
  padding: 70px 50px 0;
}
.contactUs .contactUs01 .siteTitle {
  font-size: 24px;
  color: #c92b2f;
  padding-bottom: 20px;
  border-bottom: 1px solid #c92b2f;
  font-weight: bold;
}
.contactUs .contactUs01 .infoBox {
  margin-top: 30px;
}
.contactUs .contactUs01 .infoBox .data {
  font-size: 18px;
  color: #666666;
  display: flex;
  margin-bottom: 20px;
}
.contactUs .contactUs01 .infoBox .data:last-child {
  margin-bottom: 0;
}
.contactUs .contactUs01 .infoBox .dataInfo {
  color: #000000;
  margin-left: 14px;
  width: 90%;
}
.contactUs .contactUs02 {
  padding: 96px 0 118px;
  background: url(../images/page/contactUs02-bg.png) center no-repeat;
  background-size: cover;
}
.contactUs .contactUs02 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactUs .contactUs02 .textTab {
  font-size: 18px;
  color: #333333;
  display: flex;
}
.contactUs .contactUs02 .textTab .tabs.cur {
  padding-bottom: 10px;
  border-bottom: 1px solid #c92b2f;
  color: #c92b2f;
}
.contactUs .contactUs02 .textTab .tabs:last-child {
  margin-left: 26px;
}
.contactUs .contactUs02 .tabList {
  display: none;
}
.contactUs .contactUs02 .tabList.cur {
  display: block;
}
.contactUs .contactUs02 .tabList .tabFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactUs .contactUs02 .tabList .disTit {
  font-size: 22px;
  color: #333333;
}
.contactUs .contactUs02 .tabList .list {
  width: 49.07%;
  margin-top: 30px;
}
.contactUs .contactUs02 .tabList .list:nth-child(-n+2) {
  margin-top: 0;
}
.contactUs .contactUs02 .tabList .disInfo {
  margin-top: 28px;
}
.contactUs .contactUs02 .tabList .disText {
  font-size: 18px;
  color: #666666;
  display: flex;
  margin-bottom: 10px;
}
.contactUs .contactUs02 .tabList .disText:last-child {
  margin-bottom: 0;
}
.contactUs .contactUs02 .tabList .disText i {
  width: 19px;
  height: 20px;
}
.contactUs .contactUs02 .tabList .disText p {
  margin-left: 12px;
}
.contactUs .contactUs02 .tabList .site i {
  background: url(../images/icon/icon_96.png) center no-repeat;
  background-size: contain;
}
.contactUs .contactUs02 .tabList .phone i {
  background: url(../images/icon/icon_97.png) center no-repeat;
  background-size: contain;
}
.contactUs .contactUs02 .tabList .e-mail i {
  background: url(../images/icon/icon_98.png) center no-repeat;
  background-size: contain;
}
.contactUs .contactUs02 .tabList .right .hide {
  display: none;
}
.contactUs .contactUs02 .tabList .listDis {
  padding: 36px 56px 40px 48px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.8s;
  height: 100%;
  box-sizing: border-box;
}
.contactUs .contactUs02 .tabList .listDis .left {
  width: 80%;
}
.contactUs .contactUs02 .tabList .listDis:hover {
  background: #c92b2f;
  transition: all 0.8s;
}
.contactUs .contactUs02 .tabList .listDis:hover .hide {
  display: block;
}
.contactUs .contactUs02 .tabList .listDis:hover .show {
  display: none;
}
.contactUs .contactUs02 .tabList .listDis:hover .disTit {
  color: #ffffff;
}
.contactUs .contactUs02 .tabList .listDis:hover .disText {
  color: #ffffff;
}
.contactUs .contactUs02 .tabList .listDis:hover .site i {
  background: url(../images/icon/icon_96s.png) center no-repeat;
  background-size: contain;
}
.contactUs .contactUs02 .tabList .listDis:hover .phone i {
  background: url(../images/icon/icon_97s.png) center no-repeat;
  background-size: contain;
}
.contactUs .contactUs02 .tabList .listDis:hover .e-mail i {
  background: url(../images/icon/icon_98s.png) center no-repeat;
  background-size: contain;
}
.contactUs .contactUs03 {
  padding: 100px 0;
}
.contactUs .contactUs03 .petition {
  padding: 90px 0 100px;
  padding-left: 90px;
  background: url(../images/page/contactUs03-bg.png) center no-repeat;
  background-size: cover;
}
.contactUs .contactUs03 .petition .title .Ttext .t i {
  color: #ffffff;
}
.contactUs .contactUs03 .petition .title .Ttext .t {
  color: #fff;
  font-size: 38px;
}
.contactUs .contactUs03 .petition .title .Ttext .b {
  font-size: 20px;
  color: #ffffff;
  margin-top: 10px;
}
.contactUs .contactUs03 .petition .title .Ttext .t span {
  background: url(../images/icon/icon_87.png) center no-repeat;
  background-size: contain;
}
.contactUs .contactUs03 .petition .petitionSite {
  color: #ffffff;
  font-size: 18px;
  margin-top: 70px;
}
.contactUs .contactUs03 .petition .petitionSite p {
  margin-bottom: 10px;
  padding-left: 34px;
}
.contactUs .contactUs03 .petition .petitionSite p:nth-child(1) {
  background: url(../images/icon/icon_100.png) left center no-repeat;
  background-size: 15px auto;
}
.contactUs .contactUs03 .petition .petitionSite p:nth-child(2) {
  background: url(../images/icon/icon_101.png) left center no-repeat;
  background-size: 19px auto;
}
.contactUs .contactUs03 .petition .petitionSite p:nth-child(3) {
  background: url(../images/icon/icon_102.png) left center no-repeat;
  background-size: 17px auto;
}
.contactUs .contactUs03 .petition .petitionSite p:last-child {
  margin-bottom: 0;
}
.contactUs .contactUs02 .tabList .mtabFlex {
  display: none;
}
@media (max-width: 1200px) {
  .contactUs .contactUs01 {
    padding: 1rem 0;
  }
  .contactUs .contactUs01 .siteInfo {
    display: block;
    height: auto;
  }
  .contactUs .contactUs01 .infoMap {
    width: 100%;
  }
  .contactUs .contactUs01 .infoText {
    width: 100%;
  }
  .contactUs .contactUs01 .infoText .address {
    padding: 0.52rem 0.42rem 0.54rem;
  }
  .contactUs .contactUs01 .siteTitle {
    font-size: 0.3rem;
    padding-bottom: 0.4rem;
  }
  .contactUs .contactUs01 .infoBox .data {
    font-size: 0.26rem;
  }
  .contactUs .contactUs01 .infoBox .dataInfo {
    margin-left: 0.2rem;
    width: 88%;
  }
  .contactUs .contactUs02 .textTab .tabs {
    font-size: 0.26rem;
  }
  .contactUs .contactUs02 .textTab .tabs.cur {
    padding-bottom: 0.14rem;
  }
  .contactUs .contactUs02 {
    padding: 1rem 0 0.9rem;
  }
  .contactUs .contactUs02 .title .Ttext {
    width: 50%;
  }
  .contactUs .contactUs02 .tabList .tabFlex {
    display: none;
  }
  .contactUs .contactUs02 .tabList .mtabFlex {
    display: block;
  }
  .contactUs .contactUs02 .tabList .list {
    width: 100%;
    margin-bottom: 0.5rem;
    margin-top: 0;
  }
  .contactUs .contactUs02 .tabList .list:last-child {
    margin-bottom: 0;
  }
  .contactUs .contactUs02 .tabList .listDis {
    padding: 0.46rem 0.42rem 0.48rem;
  }
  .contactUs .contactUs02 .tabList .disTit {
    font-size: 0.28rem;
  }
  .contactUs .contactUs02 .tabList .disInfo {
    margin-top: 0.3rem;
  }
  .contactUs .contactUs02 .tabList .disText {
    font-size: 0.26rem;
    margin-bottom: 0.24rem;
  }
  .contactUs .contactUs02 .tabList .disText i {
    width: 0.19rem;
    height: 0.34rem;
  }
  .contactUs .contactUs02 .tabList .site i {
    background-size: 0.15rem auto;
  }
  .contactUs .contactUs02 .tabList .phone i {
    background-size: 0.19rem auto;
  }
  .contactUs .contactUs02 .tabList .e-mail i {
    background-size: 0.17rem auto;
  }
  .contactUs .contactUs02 .tabList .disText p {
    margin-left: 0.11rem;
    width: 96%;
  }
  .contactUs .contactUs02 .tabList .rightImg {
    max-width: 0.57rem;
  }
  .contactUs .contactUs02 .tabList .rightImg img {
    width: 100%;
  }
  .contactUs .contactUs03 {
    padding: 1rem 0 0.9rem;
  }
  .contactUs .contactUs03 .petition {
    padding: 0.8rem 0.45rem 0.84rem;
    background: url(../images/mobile/page/contactUs03-bg.png) center no-repeat;
    background-size: cover;
  }
  .contactUs .contactUs03 .petition .title .Ttext .t {
    font-size: 0.4rem;
  }
  .contactUs .contactUs03 .petition .title .Ttext .b {
    font-size: 0.22rem;
    margin-top: 0.16rem;
  }
  .contactUs .contactUs03 .petition .petitionSite {
    margin-top: 0.48rem;
    font-size: 0.26rem;
  }
  .contactUs .contactUs03 .petition .petitionSite p {
    margin-bottom: 0.3rem;
    padding-left: 0.45rem;
  }
  .contactUs .contactUs03 .petition .petitionSite p:nth-child(1) {
    background: url(../images/icon/icon_100.png) left top 0.08rem no-repeat;
    background-size: 0.16rem auto;
  }
  .contactUs .contactUs03 .petition .petitionSite p:nth-child(2) {
    background: url(../images/icon/icon_101.png) left top 0.15rem no-repeat;
    background-size: 0.19rem;
  }
  .contactUs .contactUs03 .petition .petitionSite p:nth-child(3) {
    background: url(../images/icon/icon_102.png) left top 0.08rem no-repeat;
    background-size: 0.17rem auto;
  }
}
/*======== p8-1站内搜索 ========*/
.pageSearch {
  padding: 175px 0 0;
}
.pageSearch .top {
  position: relative;
  margin-bottom: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pageSearch .top input {
  float: left;
  padding-left: 40px;
  width: calc(100% - 150px - 48px);
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #666;
  border: none;
}
.pageSearch .top .but {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 128px;
  height: 50px;
  border: none;
  border-left: #c6c6c6 1px solid;
  background: url(../images/icon/icon_73.png) center no-repeat;
  background-size: 34px auto;
  cursor: pointer;
}
.pageSearch .top .but:hover {
  /*background: url(../images/icon/icon_73s.png) center no-repeat;
  background-size: 34px auto;*/
}
.pageSearch .list {
  margin-bottom: 90px;
}
.pageSearch .list a {
  position: relative;
  padding: 40px 0;
  border-bottom: #e6e6e6 1px solid;
}
.pageSearch .list a::after {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #c92b2f;
  content: " ";
}
.pageSearch .list a b {
  padding-bottom: 20px;
  font-size: 20px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pageSearch .list a .clearfix {
  display: flex;
  margin-bottom: 22px;
  font-size: 18px;
  color: #666;
}
.pageSearch .list a .clearfix i {
  margin-right: 20px;
  padding-left: 26px;
  background: url(../images/page/time_2.png) left center no-repeat;
}
.pageSearch .list a i {
  font-size: 18px;
  color: #666;
}
.pageSearch .list a p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pageSearch .list a:hover::after {
  transition: all 0.5s;
  width: 100%;
}
.pageSearch .list a:hover b {
  color: #c92b2f;
}
@media (max-width: 1200px) {
  .pageSearch {
    margin-top: 2rem;
    padding: 0;
  }
  .pageSearch .top {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 1.08rem;
    margin: 0 auto;
  }
  .pageSearch .top input {
    float: left;
    padding-left: 0.48rem;
    width: calc(100% - 1.5rem - 0.48rem);
    height: 1.08rem;
    line-height: 1.1rem;
    font-size: 0.26rem;
    color: #666;
    border: none;
  }
  .pageSearch .top .but {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.17rem;
    height: 0.65rem;
    border: none;
    border-left: #c6c6c6 1px solid;
    background: url(../images/icon/icon_73.png) center no-repeat;
    background-size: 0.4rem auto;
  }
  .pageSearch .list {
    padding-top: 0.24rem;
    margin-bottom: 0.8rem;
  }
  .pageSearch .list a {
    padding: 0.56rem 0 0.46rem 0;
    border-bottom: #f1f1f1 1px solid;
  }
  .pageSearch .list a b {
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.42rem;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .pageSearch .list a .clearfix {
    font-size: 0.24rem;
    color: #666666;
    margin-top: 0.3rem;
    display: flex;
    margin: 0;
  }
  .pageSearch .list a .clearfix i {
    padding-left: 0.3rem;
    background: url(../images/page/time_2.png) left center no-repeat;
    background-size: 0.2rem auto;
    margin-right: 0.2rem;
  }
  .pageSearch .list a p {
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.36rem;
    padding-top: 0.3rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .pageSearch .list a i {
    font-size: 0.24rem;
  }
}

/* p3-1 金融企业不良资产收购与处置业开始 */
.businessMain{
  padding-top: 0;
}
.businessMain .title{
  text-align: center;
  display: flex;
  justify-content: center;
}
.businessMain .title .Ttext{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.businessTitle{
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.businessTitle i{
  color: #c92b2f;
  font-weight: bold;
}
.businessTEn{
  font-size: 22px;
  color: #dddddd;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
}
.businessText{
  text-align: center;
  font-size: 18px;
  color: #666666;
  margin: 0 auto;
  margin-top: 25px;
  max-width: 95%;
  line-height: 30px;
}
.advantage{
  height: 640px;
  background: url("../images/page/business.png") center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.advantageLine{
  width: 6px;
  height: 40px;
  background: #c92b2f;
}
.advantageTitle{
  font-size: 36px;
  margin-left: 14px;
  color: #fff;
}
.advantageType{
  font-size: 22px;
  margin-top: 25px;
  font-weight: bold;
}
.advantageText{
  font-size: 18px;
  color: #666666;
  margin-top: 25px;
  line-height: 30px;
}
.advantageTop{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.advantageBtn{
  display: flex;
  justify-content: space-between;
}
.stageSwiper .swiper-pagination{
  display: none;
}
.advantageList{
  background: rgba(255,255,255,0.5);
  padding: 55px 40px;
  box-sizing: border-box;
  height: 350px;
}
.advantageList:first-child{
  margin-left: 0;
}
.advantageImg{
  width: 45px;
  height: 45px;
  transition: all 0.5s;
}
.advantageImg img{
  width: 100%;
  display: block;
}
.advantageList:hover .advantageImg{
  transform: rotateY(360deg);
}
.advantageList:hover .advantageType{
  color: #c92b2f;
}
.advantageList:hover .advantageText{
  color: #333;
}
.purchase{
  padding-top: 75px;
  padding-bottom: 85px;
  background: url("../images/page/purchaseBg.png") center no-repeat;
  background-size: cover;
}
.purchase .w1400{
  display: flex;
  justify-content: space-between;
}
.purchaseList{
  width: calc((100% - 25px) / 3);
  height: 151px;
  margin-left: 25px;
  background: url("../images/page/purchase.png") center no-repeat;
  background-size: cover;
  padding: 30px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.purchaseList:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #c92b2f;
  transition: all 0.7s;
}
.purchaseList:hover:after{
  width: 100%;
}
.purchaseList:first-child{
  margin-left: 0;
}
.purchaseTitle{
  font-size: 18px;
  color: #c92b2f;
  font-weight: bold;
  min-height: 48px;
}
.purchaseTitle b{
  font-weight: bold;
}
.purchaseNum{
  font-size: 24px;
  color: #c92b2f;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .businessMain{
    padding-top: 0.85rem;
  }
  .businessMain .title{
    margin-bottom: 0;
  }
  .businessText{
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin-top: 0.3rem;
  }
  .advantage{
    height: 8.3rem;
  }
  .advantageTop{
    margin-bottom: 0.35rem;
  }
  .advantageLine{
    height: 0.45rem;
    width: 0.06rem;
  }
  .advantageTitle{
    font-size: 0.48rem;
  }
  .advantageList{
    height: 5.3rem;
    padding: 0.8rem 0.6rem;
  }
  .advantageImg{
    width: 0.7rem;
    height: 0.7rem;
  }
  .advantageType{
    margin-top: 0.4rem;
    font-size: 0.3rem;
  }
  .advantageText{
    margin-top: 0.35rem;
    font-size: 0.28rem;
    line-height: 0.45rem;
  }
  .advantageBtn{
    flex-wrap: wrap;
  }
  .stageSwiper .swiper-pagination{
    display: flex;
    justify-content: center;
    display: block;
  }
  .pcSwiper{
    display: none!important;
  }
  .mSwiper{
    display: flex!important;
  }
  .purchase .w1400{
    flex-wrap: wrap;
  }
  .purchaseList{
    width: calc((100% - 0.2rem) / 2);
    margin-left: 0.2rem;
    height: 1.55rem;
    margin-top: 0.3rem;
  }
  .purchaseList:nth-child(2n+1){
    margin-left: 0;
  }
  .purchaseTitle{
    font-size: 0.24rem;
    font-weight: bold;
    min-height: 0.48rem;
  }
  .purchaseTitle b, .purchaseTitle p{

  }
  .purchaseNum{
    font-size: 0.26rem;
    margin-top: 0.2rem;
  }
  .purchaseList:after{
    width: 100%;
  }
  .purchase{
    padding: 0.5rem 0 0.7rem 0;
  }
}
/* p3-1 金融企业不良资产收购与处置业结束 */

/* p3-2 非金融机构不良资产业务1开始 */
.nonfinancial{
  padding: 80px 0 45px 0;
  background: url("../images/page/nonfinanciaBg.png") center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  min-height: 380px;
  display: flex;
  align-items: center;
}
.nonfinancial .w1400{
  display: flex;
  justify-content: space-between;
}
.nonfinancialLeft{
  width: 42%;
}
.nonfinancialIcon{
  margin-top: 35px;
  width: 63px;
}
.nonfinancialIcon img{
  width: 100%;
  display: block;
}
.nonfinancialRight{
  width: calc((58% - 30px));
  margin-left: 30px;
}
.nonfinancialRight p{
  text-indent: 2em;
  font-size: 20px;
  line-height: 36px;
  color: #666666;
}
.specific{
  background: #f4f4f4;
  padding: 65px 85px;
  box-sizing: border-box;
}
.specificTitle{
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1px solid #ececec;
  position: relative;
  padding-bottom: 10px;
  color: #c92b2f;
}
.specificTitle:after{
  content: '';
  position: absolute;
  left: 0;
  width: 130px;
  height: 1px;
  background: #c92b2f;
  bottom: 0;
}
.specificText{
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}
.specificMain{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.specificMain .swiper-slide{
  width: calc((100% - 90px) / 4);
  margin-left: 30px;
  margin-top: 30px;
}
.specificMain .swiper-wrapper{
  flex-wrap: wrap;
}
.specificList{
  padding: 43px 30px;
  box-sizing: border-box;
  background: #fff;
}
.specificInfoBox .specificList{
  width: calc((100% - 90px) / 4);
  margin-left: 30px;
  margin-top: 30px;
}
.specificMain .swiper-slide:nth-child(4n+1), .specificInfoBox .specificList:nth-child(4n+1){
  margin-left: 0;
}
.specificMain .swiper-pagination{
  display: none;
}
.specificImg{
  height: 55px;
  width: 55px;
  margin: 0 auto;
  transition: all 0.5s;
}
.specificList:hover .specificImg{
  transform: rotateY(360deg);
}
.stageSwiper{
  overflow: hidden;
}
.mSwiper{
  display: none;
}
.advantage .w1400{
  position: relative;
}
.advantage .swiper-button-prev{
  left: -107px;
  width: 57px;
  height: 58px;
  background: url("../images/icon/stageLeft.png") center no-repeat;
  background-size: cover;
  margin-top: 0!important;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.advantage .swiper-button-next{
  right: -107px;
  width: 57px;
  height: 58px;
  background: url("../images/icon/stageRight.png") center no-repeat;
  background-size: cover;
  margin-top: 0!important;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.advantage .swiper-button-prev:hover{
  background: url("../images/icon/stageLefts.png") center no-repeat;
  background-size: cover;
}
.advantage .swiper-button-next:hover{
  background: url("../images/icon/stageRights.png") center no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  .nonfinancial{
    padding: 0.85rem 0;
    min-height: auto;
  }
  .nonfinancial .w1400{
    flex-wrap: wrap;
  }
  .nonfinancialLeft{
    width: 100%;
  }
  .nonfinancialRight{
    width: 100%;
    margin-left: 0;
    margin-top: 0.35rem;
  }
  .nonfinancialIcon{
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 auto;
    margin-top: 0.3rem;
  }
  .nonfinancialLeft .title{
    margin-bottom: 0;
  }
  .nonfinancialLeft .title .Ttext{
    width: 100%;
  }
  .nonfinancialLeft .title .Ttext .t{
    justify-content: center;
  }
  .nonfinancialLeft .title .Ttext .b{
    width: 100%;
    text-align: center;
  }
  .nonfinancialRight p{
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .specificMain{
    height: 4.6rem;
    overflow: initial;
    margin-top: 0.5rem;
  }
  .specificMain .swiper-slide{
    height: calc((100% - 30px) / 2) !important;
    margin-left: 0;
    margin-top: 0;
  }
  .specificMain .swiper-pagination{
    display: flex;
  }
  .specific{
    padding: 0.65rem 4% 1.5rem 4%;
  }
  .specific .w1400{
    width: 100%;
  }
  .specificTitle{
    font-size: 0.4rem;
    padding-bottom: 0.2rem;
  }
  .specificTitle:after{
    width: 1.6rem;
  }
  .specificList{
    width: 100%;
    padding: 0 0.2rem;
    height: 2.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
  .specificImg{
    width: 0.6rem;
    height: 0.7rem;
  }
  .specificImg img{
    display: block;
    width: 100%;
  }
  .specificText{
    font-size: 0.24rem;
    margin-top: 0.1rem;
  }
}

/* p3-2 非金融机构不良资产业务1结束 */
.client img{
  width: 100%;
  display: block;
  transition: all 0.5s;
}
.clientMain .businessText{
  text-align: left;
  max-width: 100%;
}
.clientMain{
  background: url("../images/page/clientBg.png") center no-repeat;
  background-size: cover;
  padding-bottom: 85px;
}
.client{
  overflow: hidden;
}
.client:hover img{
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .clientMain .w1400{
    width: 100%;
  }
  .businessMain .title{
    padding: 0 4%;
  }
  .clientMain .businessText{
    padding: 0 4%;
  }
  .client{
    margin-top: 0.45rem;
  }
  .clientMain{
    padding-bottom: 0.85rem;
    background: url(../images/mobile/page/clientBg.png) center no-repeat;
    background-size: cover;
  }
}