.footer {
  background: #f2f2f2;
}
/*=========== p2-0 新闻聚合 ===========*/
.new01 {
  padding: 1.6rem 0 0;
  background: url(/themes/mobile/public/assets/images/page/new01_1.jpg) center no-repeat;
  background-size: cover;
}
.new01 .top {
  margin-bottom: 0.6rem;
}
.new01 .top .left {
  margin-bottom: 0.52rem;
  color: #fff;
  text-align: center;
}
.new01 .top .left b {
  margin-bottom: 0.23rem;
  font-size: 0.4rem;
}
.new01 .top .left p {
  font-size: 0.24rem;
}
.new01 .top .right {
  padding: 0 0.4rem;
  height: 1rem;
  border-radius: 1rem;
  background: #fff;
}
.new01 .top .right input {
  float: left;
  width: calc(100% - 0.56rem);
  height: 1rem;
  line-height: 1rem;
  font-size: 0.24rem;
  color: #333;
}
.new01 .top .right .but {
  float: right;
  width: 0.36rem;
  height: 1rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_44.png) center right no-repeat;
  background-size: 100% auto;
}
.new01 .bot .swiper-slide {
  margin-bottom: 1.35rem;
  width: 100%;
  overflow: hidden;
}
.new01 .bot .swiper-slide .pic {
  margin-bottom: 0.4rem;
  width: 100%;
  height: 5rem;
  overflow: hidden;
}
.new01 .bot .swiper-slide .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.new01 .bot .swiper-slide .next {
  padding: 0.35rem;
  border-radius: 0.08rem;
  background: #fff;
}
.new01 .bot .swiper-slide .time {
  display: flex;
}
.new01 .bot .swiper-slide .time b {
  padding: 0.16rem 0.24rem 0.1rem;
  font-size: 0.36rem;
  color: #fff;
  font-family: Arial;
  border-radius: 0.06rem;
  background: #c52129;
}
.new01 .bot .swiper-slide .text b {
  margin-top: 0.15rem;
  height: 0.88rem;
  line-height: 0.44rem;
  font-size: 0.3rem;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new01 .bot .swiper-slide .text p {
  margin-top: 0.15rem;
  max-height: 0.8rem;
  line-height: 0.4rem;
  font-size: 0.26rem;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.new01 .bot .swiper-pagination {
  bottom: 0.7rem;
}
.new01 .bot .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.05rem;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
}
.new01 .bot .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.new02 {
  padding: 0.7rem 0 0.2rem;
  background: url(/themes/mobile/public/assets/images/page/new02_1.jpg) right bottom no-repeat;
  background-size: cover ;
}
.new02 .list {
  margin-top: 0.56rem;
  padding-bottom: 0.4rem;
}
.new02 .list a {
  margin-bottom: 0.47rem;
  width: 100%;
  background: #fff;
  border-radius: 0.06rem;
}
.new02 .list a .bor {
  position: relative;
  padding: 0.35rem 0.3rem;
}
.new02 .list a .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0.3rem;
  top: 0;
  width: 1.25rem;
  height: 100%;
  overflow: hidden;
}
.new02 .list a .pic img {
  max-width: 100%;
  max-height: 100%;
}
.new02 .list a .text {
  transition: all 0.5s;
  position: relative;
  margin-left: 1.6rem;
  width: calc(100% - 1.7rem);
}
.new02 .list a .text b {
  margin-bottom: 0.16rem;
  max-height: 0.88rem;
  line-height: 0.44rem;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new02 .list a .text i {
  margin-bottom: 0.16rem;
  font-size: 0.2rem;
  font-family: Arial;
  color: #c9151e;
}
.new02 .list a .text p {
  max-height: 0.6rem;
  line-height: 0.3rem;
  font-size: 0.24rem;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new02 .list a:hover .text i {
  color: #c9151e;
}
.new02 .list .swiper-pagination {
  bottom: 0.8rem;
}
.new02 .list .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.14rem;
  width: 0.6rem;
  height: 0.08rem;
  border-radius: 0;
  background: #dcdcdc;
}
.new02 .list .swiper-pagination .swiper-pagination-bullet-active {
  background: #c9151e;
}
.new03 {
  padding: 0.7rem 0 0;
}
.new03 .listBox {
  margin-top: 0.5rem;
}
.new03 .listBox a {
  margin-bottom: 1.42rem;
  border-radius: 0.08rem;
  background: #f8f8f8;
  overflow: hidden;
}
.new03 .listBox a .pic {
  position: relative;
  width: 100%;
  height: 4.1rem;
  overflow: hidden;
}
.new03 .listBox a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.new03 .listBox a .pic span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/themes/mobile/public/assets/images/icon/icon_47.png) center no-repeat;
  background-size: 1.11rem auto;
}
.new03 .listBox a .text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.2rem;
  height: 1.56rem;
}
.new03 .listBox a .text p {
  max-height: 0.9rem;
  line-height: 0.45rem;
  font-size: 0.3rem;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new03 .listBox .swiper-pagination {
  bottom: 0.7rem;
}
.new03 .listBox .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.05rem;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 100%;
  background: #c2c2c2;
}
.new03 .listBox .swiper-pagination .swiper-pagination-bullet-active {
  background: #ca1b23;
}
.new04 {
  padding: 0.63rem 0 0;
  background: url(/themes/mobile/public/assets/images/page/new04_1.jpg) left bottom no-repeat;
  background-size: cover ;
}
.new04 .next {
  position: relative;
  margin: 0.56rem auto 1rem;
  padding-top: 1.5rem;
  width: 100%;
  border-radius: 0.08rem;
  overflow: hidden;
}
.new04 .left {
  width: 100%;
}
.new04 .list {
  padding: 0.45rem 0.35rem 0.15rem;
  background: #fff;
  border-radius: 0.08rem 0.08rem 0 0;
  overflow: hidden;
}
.new04 .list a {
  margin-bottom: 0.3rem;
}
.new04 .list a b {
  padding-left: 0.48rem;
  max-height: 0.88rem;
  line-height: 0.44rem;
  font-size: 0.3rem;
  color: #333;
  font-weight: normal;
  background: url(/themes/mobile/public/assets/images/icon/icon_48.png) left 0.17rem no-repeat;
  background-size: 0.1rem auto;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new05 {
  padding: 1.3rem 0 0;
  height: 8.22rem;
  background: url(/themes/mobile/public/assets/images/page/new05_2.jpg) right bottom no-repeat;
  background-size: cover;
  overflow: hidden;
}
.new05 b {
  margin-bottom: 0.2rem;
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.new05 p {
  margin-bottom: 0.4rem;
  font-size: 0.26rem;
  color: #fff;
  text-align: center;
}
.new05 .icon {
  display: flex;
  justify-content: center;
}
.new05 .icon .iconBox {
  position: relative;
  margin-right: 0.16rem;
  cursor: pointer;
}
.new05 .icon .iconBox i {
  position: relative;
  transition: all 0.5s;
  display: block;
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 100%;
  background: #fff;
  overflow: hidden;
}
.new05 .icon .iconBox .pos {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 1.3rem;
  transform: translateX(-50%);
  width: 2.14rem;
  height: 0px;
  background: url(/themes/mobile/public/assets/images/icon/icon_60.png) left top no-repeat;
  background-size: 2.14rem auto;
  overflow: hidden;
}
.new05 .icon .iconBox .pos div {
  padding-top: 0.37rem;
}
.new05 .icon .iconBox .pos img {
  margin: 0 auto;
  width: 1.94rem;
  height: 1.94rem;
}
.new05 .icon .iconBox.wx i {
  background: #fff url(/themes/mobile/public/assets/images/icon/icon_57.png) center no-repeat;
  background-size: 0.68rem auto;
}
.new05 .icon .iconBox.video i {
  background: #fff url(/themes/mobile/public/assets/images/icon/icon_58.png) center no-repeat;
  background-size: 0.67rem auto;
}
.new05 .icon .iconBox.vb i {
  background: #fff url(/themes/mobile/public/assets/images/icon/icon_59.png) center no-repeat;
  background-size: 0.64rem auto;
}
.new05 .icon .iconBox.sph i {
  background: #fff url(../images/icon/icon_185.png) center no-repeat;
  background-size: 0.58rem auto;
}
.new05 .icon .iconBox.dy i {
  background: #fff url(/themes/mobile/public/assets/images/icon/icon_991.png) center no-repeat;
  background-size: 0.52rem auto;
}
.new05 .icon .iconBox.tt i {
  background: #fff url(../images/icon/icon_187.png) center no-repeat;
  background-size: 100% auto;
}
.new05 .icon .iconBox.ks i {
  background: #fff url(../images/icon/icon_188.png) center no-repeat;
  background-size: 100% auto;
}
.new05 .icon .iconBox:hover .pos,
.new05 .icon .iconBox.cur .pos {
  height: 2.4rem;
}
/*=========== p2-1 新闻列表 ===========*/
.Nsearch {
  position: relative;
  z-index: 3;
  margin: 0.4rem auto;
}
.Nsearch .next .inp {
  float: left;
  position: relative;
  margin: 0 0.37rem 0 0;
  width: 26.28%;
  height: 1rem;
}
.Nsearch .next .inp .clearfix {
  position: relative;
}
.Nsearch .next .inp i {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.18rem;
  height: 100%;
  background: url(/themes/mobile/public/assets/images/icon/icon_63.png) center no-repeat;
  background-size: 100% auto;
}
.Nsearch .next .inp em {
  float: left;
  width: 0.36rem;
  height: 1rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_64.png) center no-repeat;
  background-size: 100% auto;
}
.Nsearch .next .inp input,
.Nsearch .next .inp p {
  float: left;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.26rem;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.Nsearch .next .inp .pos {
  display: none;
  position: absolute;
  left: 0;
  top: 1rem;
  padding: 0.2rem;
  width: 100%;
  max-height: 4.6rem;
  overflow-y: auto !important;
  background: #fff;
  border: #fff 1px solid;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.Nsearch .next .inp .pos a {
  padding: 0.05rem 0;
  line-height: 0.6rem;
  font-size: 0.24rem;
  color: #666;
  cursor: pointer;
}
.Nsearch .next .inp .pos a:hover {
  color: #ba1912;
}
.Nsearch .next .inp.inp1 {
  width: 0.9rem;
}
.Nsearch .next .inp.inp2 {
  width: calc(100% - 1.7rem);
}
.Nsearch .next .inp.inp2 input {
  padding-left: 0.1rem;
  width: calc(100% - 0.46rem);
}
.Nsearch .next .right {
  padding: 1px 0.2rem;
  width: calc(100% - 1.27rem);
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
}
.Nsearch .next .but {
  float: right;
  margin-top: 0.23rem;
  width: 1.26rem;
  height: 0.56rem;
  line-height: 0.56rem;
  font-size: 0.26rem;
  color: #fff;
  background: #b83028;
  border-radius: 0.08rem;
}
.new {
  padding-bottom: 0.76rem;
}
.new .list {
  margin-bottom: 0.2rem;
}
.new .list a {
  position: relative;
  margin-bottom: 0.4rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.new .list a .pic {
  width: 2.4rem;
  height: 1.8rem;
  overflow: hidden;
}
.new .list a .pic img {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new .list a .text {
  float: left;
  margin-left: 0.35rem;
  padding-top: 0.26rem;
  width: calc(100% - 2.4rem - 0.35rem);
}
.new .list a .text b {
  margin-bottom: 0.18rem;
  height: 0.84rem;
  line-height: 0.42rem;
  font-size: 0.28rem;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new .list a .text i {
  font-size: 0.24rem;
  color: #c70020;
  font-family: Arial;
}
/*=========== p2-1 新闻列表3 ===========*/
.newBox {
  padding-bottom: 0.75rem;
}
.newBox .list {
  margin: 0 auto 0.16rem;
}
.newBox .list a {
  margin-bottom: 0.6rem;
  border-radius: 4px;
  background: #fff;
}
.newBox .list a .pic {
  width: 100%;
  height: 3.74rem;
  overflow: hidden;
}
.newBox .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.newBox .list a .text {
  position: relative;
  padding: 0.46rem 0.36rem;
}
.newBox .list a .text b {
  margin-bottom: 0.22rem;
  max-height: 0.88rem;
  line-height: 0.44rem;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newBox .list a .text i {
  font-size: 0.26rem;
  font-family: Arial;
  color: #c70020;
}
/*=========== p2-2 新闻详情 ===========*/
.newDetails {
  padding: 0.5rem 0 0.9rem;
}
.newDetails .left {
  margin-bottom: 0.6rem;
  /* padding: 70px 5% 84px;
        border-radius: 4px;
        background: #fff; */
}
.newDetails .left .title_box {
  line-height: 0.44rem;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.newDetails .left .cen {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0;
  width: 100%;
  line-height: 0.65rem;
  color: #666;
  font-size: 0.26rem;
  text-align: center;
}
.newDetails .left .cen i {
  position: relative;
  padding: 0 0.2rem;
}
.newDetails .left .cen i.i1 {
  width: 100%;
}
.newDetails .left .text {
  line-height: 0.44rem;
  font-size: 0.26rem;
  color: #666;
  line-height: 2;
}
.newDetails .left .text p {
  margin-bottom: 0.4rem;
  text-indent: 2em;
  text-align: justify;
}
.newDetails .left .text p:has(img) {
  text-indent: 0em;
}
.newDetails .left .text img,
.newDetails .left .text video {
  display: block;
  margin: 0.4rem auto;
  width: 100%;
  max-width: 100%;
  height: auto !important;
}
.newDetails .left .text span,
.newDetails .left .text i,
.newDetails .left .text em,
.newDetails .left .text a,
.newDetails .left .text b {
  display: inline;
}
.newDetails .left .text table {
  border-top: #000 1px solid;
  border-right: #000 1px solid;
}
.newDetails .left .text table td {
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
}
.newDetails .left .go_prev {
  transition: all 0.5s;
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 47px;
  background: #e8e8e8;
  border-radius: 4px;
}
.newDetails .left .go_prev p {
  padding-left: 23px;
  font-size: 14px;
  color: #999;
  background: url(/themes/mobile/public/assets/images/icon/icon_68.png) left center no-repeat;
}
.newDetails .left .go_prev:hover {
  transition: all 0.5s;
  background: #b92d29;
}
.newDetails .left .go_prev:hover p {
  color: #fff;
  background: url(/themes/mobile/public/assets/images/icon/icon_68s.png) left center no-repeat;
}
.newDetails .list {
  /* padding: 48px 5% 50px;
        border-radius: 4px;
        background: #fff; */
}
.newDetails .list .titleN {
  margin-bottom: 0.05rem;
  border-bottom: #bf413e 0.06rem solid;
}
.newDetails .list .titleN b {
  width: 2rem;
  height: 0.8rem;
  line-height: 0.86rem;
  font-size: 0.33rem;
  color: #fbfbfb;
  text-align: center;
  background: #bf413e;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.newDetails .list .nextList a {
  padding: 0.33rem 0;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #333;
  border-bottom: #e4e4e4 1px solid;
}
.newDetails .list .nextList a:last-child {
  border-bottom: none;
}
/*=========== p2-3 精彩视频 ===========*/
.videoList {
  padding: 0.6rem 0 0.8rem;
}
.videoList .list {
  padding-bottom: 0.2rem;
}
.videoList .list a {
  margin-bottom: 0.4rem;
  border-radius: 0.08rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.08);
}
.videoList .list a .pic {
  position: relative;
  width: 100%;
  height: 4.1rem;
  overflow: hidden;
}
.videoList .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.videoList .list a .pic em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/themes/mobile/public/assets/images/icon/icon_47.png) center no-repeat;
  background-size: 0.97rem auto;
}
.videoList .list a .text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  height: 1.55rem;
}
.videoList .list a .text p {
  font-size: 0.3rem;
  color: #333;
}
/*=========== p4-4 党建专题 ===========*/
.special {
  padding: 0.8rem 0;
}
.special .list {
  padding-bottom: 0.2rem;
}
.special .list a {
  margin-bottom: 0.4rem;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.special .list a .pic {
  width: 100%;
  height: 4.18rem;
  overflow: hidden;
}
.special .list a .pic i {
  width: 100%;
  height: 100%;
}
.special .list a .text {
  position: relative;
  padding: 0.5rem;
  overflow: hidden;
}
.special .list a .text b {
  line-height: 0.4rem;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
}
.special .list a .text p {
  margin: 0.18rem 0 0.22rem;
  max-height: 0.8rem;
  line-height: 0.4rem;
  font-size: 0.26rem;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.special .list a .text em {
  transition: all 0.5s;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 5px;
  background: #f2f2f2 url(../images/icon/icon_66.png) center no-repeat;
  background-size: 0.14rem auto;
}
/*=========== p6-1人才开展-招贤纳士-列表2 ===========*/
.jobs {
  padding-bottom: 0.8rem;
}
.jobs .Nsearch .next .inp.inp1 {
  position: relative;
  z-index: 4;
  margin: 0 10% 0.3rem 0;
  width: 45%;
  border-bottom: #e5e5e5 0.02rem solid;
}
.jobs .Nsearch .next .inp.inp1:nth-child(2) {
  margin-right: 0;
}
.jobs .Nsearch .next .right {
  width: 100%;
}
.jobs .list {
  padding-bottom: 0.2rem;
}
.jobs .list a {
  position: relative;
  margin-bottom: 0.4rem;
  width: 100%;
  border-radius: 0.08rem;
  overflow: hidden;
  background: #fff;
}
.jobs .list a .bor {
  padding: 0.45rem 0;
}
.jobs .list a .bor .t {
  padding: 0 0.4rem;
  margin-bottom: 0.2rem;
  line-height: 0.44rem;
  font-size: 0.3rem;
  color: #333;
}
.jobs .list a .bor .c {
  position: relative;
  margin-bottom: 0.3rem;
  padding: 0 0.4rem;
  border-bottom: #e5e5e5 1px solid;
}
.jobs .list a .bor .c em {
  float: left;
  margin-bottom: 0.2rem;
  width: 100%;
  font-size: 0.28rem;
  color: #cb072d;
}
.jobs .list a .bor .c i {
  float: left;
  margin: 0 0.2rem 0.4rem 0;
  padding: 0.12rem 0.3rem;
  font-size: 0.24rem;
  color: #999;
  border-radius: 0.28rem;
  overflow: hidden;
  background: #f9f9f9;
}
.jobs .list a .bor .b {
  padding: 0 0.4rem;
  line-height: 0.78rem;
}
.jobs .list a .bor .b em {
  float: left;
  font-size: 0.26rem;
  color: #999;
}
.jobs .list a .bor .b .clearfix {
  width: calc(100% - 2.63rem);
}
.jobs .list a .bor .b .clearfix .icon {
  margin-right: 0.14rem;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 100%;
  background: #c5c273;
}
.jobs .list a .bor .b .clearfix .icon span {
  width: 0.6rem;
  line-height: 0.3rem;
  font-size: 0.22rem;
  color: #fff;
  text-align: center;
}
.jobs .list a .bor .b .clearfix i {
  float: right;
  max-width: calc(100% - 0.94rem);
  font-size: 0.26rem;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*=========== p6-2人才开展-招贤纳士-详情 ===========*/
.jobsDetails .left .cenBox {
  padding: 0.46rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.jobsDetails .left .cenBox .icon {
  margin-right: 0.14rem;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 100%;
  background: #c5c273;
}
.jobsDetails .left .cenBox .icon span {
  width: 0.6rem;
  line-height: 0.3rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
}
.jobsDetails .left .cenBox b {
  font-size: 0.26rem;
  color: #333;
}
.jobsDetails .left .cenBox p {
  width: 100%;
  margin-bottom: 0.25rem;
  font-size: 0.26rem;
  color: #999;
  text-align: center;
}
.jobsDetails .list .nextList a {
  padding-left: 0.6rem;
  max-height: 0.8rem;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  background: url(/themes/mobile/public/assets/images/icon/icon_70.png) left center no-repeat;
  background-size: 0.37rem auto;
}
/*=========== p7-1招采信息-列表 ===========*/
.mining {
  padding-bottom: 0.8rem;
}
.mining .Nsearch {
  margin: 0.3rem auto 0;
}
.mining .Nsearch .next .inp2 input {
  width: calc(100% - 0.46rem);
}
.mining .Nsearch .next .inp3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.46rem;
  margin-bottom: 0.3rem;
  padding-left: 0.37rem;
  width: 4.05rem;
  border-bottom: #e5e5e5 1px solid;
  background: url(/themes/mobile/public/assets/images/icon/icon_71.png) left center no-repeat;
  background-size: 0.27rem auto;
  /* span{
                    margin-right:0.1rem;
                    width:0.27rem;
                    height: 22px;
                    background: url(/themes/mobile/public/assets/images/icon/icon_71.png) center no-repeat;
                    background-size: 100% auto;
                } */
}
.mining .Nsearch .next .inp3 .clearfix {
  padding: 0;
}
.mining .Nsearch .next .inp3 .clearfix i {
  right: 0;
  background: url(/themes/mobile/public/assets/images/icon/icon_63s.png) center no-repeat;
}
.mining .Nsearch .next .inp3 em {
  margin: 0 0.3rem 0 0.2rem;
  width: 0.3rem;
  height: 1px;
  background: #b83028;
}
.mining .Nsearch .next .inp3 input {
  width: 1.5rem;
  color: #b83028;
}
.mining .Nsearch .next .inp3 input::-webkit-input-placeholder {
  color: #b83028;
}
.mining .Nsearch .next .inp3.cur {
  justify-content: space-evenly;
  margin-right: 0;
  width: 100%;
}
.mining .Nsearch .next .inp3.cur em {
  margin: 0 0.5rem 0 0.4rem;
  width: 0.5rem;
}
.mining .Nsearch .next .inp3.cur input {
  width: 2rem;
}
.mining .Nsearch .next .inp4 {
  width: 2.3rem;
  max-width: calc(100% - 4.51rem);
  margin-right: 0;
  margin-bottom: 0.3rem;
  border-bottom: #e5e5e5 1px solid;
}
.mining .Nsearch .next .inp5 {
  margin: 0 0 0.3rem 0;
  width: 1.45rem;
  border-bottom: #e5e5e5 1px solid;
}
.mining .Nsearch .next .inp5 .pos {
  min-width: 2.3rem;
}
.mining .Nsearch .next .right {
  margin: 0 0 0.3rem 0.37rem;
  width: calc(100% - 1.4rem - 0.37rem - 0.1rem);
}
.mining .nextBox .chunk {
  margin-bottom: 0.6rem;
  padding: 0.4rem 4%;
  background: #fff;
}
.mining .nextBox .chunk a {
  padding: 0.3rem 0.3rem 1px;
}
.mining .nextBox .chunk a:nth-child(2n-1) {
  background: #f9f9f9;
}
.mining .nextBox .chunk a dl {
  float: left;
  margin-bottom: 0.2rem;
  width: 50%;
}
.mining .nextBox .chunk a dl.dl3 {
  width: 100%;
}
.mining .nextBox .chunk a dl dt {
  margin-bottom: 0.13rem;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
}
.mining .nextBox .chunk a dl dd {
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.mining .nextBox .chunk a b {
  margin-bottom: 0.13rem;
  line-height: 0.44rem;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
}
.mining .nextBox .chunk a p {
  margin-bottom: 0.26rem;
  font-size: 0.24rem;
  color: #666;
}
.mining .nextBox .chunk a .clearfix {
  display: flex;
  flex-wrap: wrap;
}
.mining .nextBox .chunk a .clearfix i {
  margin: 0 0.28rem 0.3rem 0;
  padding: 0.12rem 0.2rem;
  font-size: 0.24rem;
  color: #fff;
  border-radius: 0.08rem;
  background: #b82d29;
}
.mining .nextBox .chunk a .clearfix i.on {
  background: #999;
}
/*=========== p2-1 新闻列表无图 ===========*/
.newNoImg .list a {
  background: #fff;
}
.newNoImg .list a .text {
  margin: 0 0.33rem;
  padding: 0.33rem 0;
  width: calc(100% - 0.66rem);
}
.newNoImg .list a .text b {
  height: auto;
}
/*=========== p0-1 搜索效果 ===========*/
.searchPage {
  position: relative;
}
.searchPage .top {
  position: absolute;
  left: 0;
  top: -0.5rem;
  z-index: 3;
  width: 100%;
}
.searchPage .top .clearfix {
  margin: 0 0.4rem;
  padding: 0 0.3rem;
  border-radius: 0.08rem;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.searchPage .top .clearfix input {
  float: left;
  width: calc(100% - 1.5rem);
  line-height: 1rem;
  font-size: 0.24rem;
  color: #999;
}
.searchPage .top .clearfix .but {
  float: right;
  margin-top: 0.2rem;
  width: 1.3rem;
  height: 0.6rem;
  font-size: 0.24rem;
  color: #fff;
  border-radius: 0.08rem;
  background: #b83028;
}
.searchPage .cen dt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.9rem 0 0.33rem;
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
}
.searchPage .cen dt em {
  padding: 0 2px;
  color: #b83028;
}
.searchPage .cen dd {
  margin-bottom: 0.42rem;
  display: flex;
  align-items: center;
}
.searchPage .cen dd a {
  transition: all 0.5s;
  margin-right: 0.38rem;
  width: calc((100% - 0.76rem) / 3);
  line-height: 0.74rem;
  font-size: 0.26rem;
  color: #333;
  text-align: center;
  border-radius: 0.06rem;
  background: #e8e8e8;
}
.searchPage .cen dd a:nth-child(3n) {
  margin-right: 0;
}
.searchPage .cen dd a.on,
.searchPage .cen dd a:hover {
  color: #fff;
  background: #b83028;
}
.searchPage .list a .text {
  margin-left: 0.3rem;
  padding: 0.35rem 0 0.4rem;
  width: calc(100% - 0.6rem - 1.6rem - 0.2rem);
}
.searchPage .list a .text b i {
  display: inline;
  color: #b83028;
  font-weight: bold;
  font-size: 0.28rem;
}
.searchPage .list a em {
  transition: all 0.5s;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  line-height: 0.6rem;
  font-size: 0.24rem;
  color: #333;
  text-align: center;
  border-radius: 0.06rem;
  background: #e8e8e8;
}
.searchPage .list a:hover em {
  color: #fff;
  background: #b83028;
}
/*=========== p1-0 走进3044am永利集团2 ===========*/
.about {
  position: relative;
  padding: 1px 0 0;
}
.about .pageTitle b {
  text-align: center;
  font-size: 0.4rem;
}
.about .page {
  background: #fbfbfb;
}
.about01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(/themes/mobile/public/assets/images/page/about01_1.jpg) center no-repeat;
  background-size: cover;
}
.about01 .next {
  padding: 1.84rem 0 2rem;
}
.about01 .next .t {
  display: none;
  margin: 0 auto 0.6rem;
  max-width: 3.24rem;
}
.about01 .next .text {
  margin-bottom: 0.7rem;
  font-size: 0.26rem;
  line-height: 0.5rem;
  color: #fff;
  text-align: justify;
}
.about01 .next .text p {
  text-indent: 2em;
}
.about01 .next .right {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0;
}
.about01 .next .right .dl {
  color: #fff;
}
.about01 .next .right .dl .dt {
  margin-bottom: 16px;
}
.about01 .next .right .dl .dt .span {
  float: left;
  font-size: 0.6rem;
  font-family: Arial;
  font-weight: bold;
}
.about01 .next .right .dl .dt .i {
  float: left;
  font-size: 0.36rem;
  font-family: Arial;
  font-weight: bold;
}
.about01 .next .right .dl .dd {
  font-size: 0.26rem;
}
.about01 .next .go_s div {
  transition: all 0.5s;
  margin: 0 auto 0;
  height: 0.86rem;
  line-height: 0.86rem;
  padding: 0 0.16rem 0 0.33rem;
  border: #fff 1px solid;
  border-radius: 0.86rem;
  background: rgba(255, 255, 255, 0.1);
}
.about01 .next .go_s div i {
  padding-right: 0.83rem;
  font-size: 0.24rem;
  color: #fff;
  background: url(/themes/mobile/public/assets/images/icon/icon_97.png) right 0.11rem no-repeat;
  background-size: 0.6rem auto;
}
.about01.on {
  position: fixed;
}
.about01.onBox {
  position: fixed;
  top: inherit;
  bottom: 0;
}
.about02 {
  padding: 0.8rem 0 0;
}
.about02 .develop-box {
  margin-top: 50px;
  position: relative;
}
.about02 .develop-box .time-tab {
  display: none;
  position: absolute;
  left: 50%;
  top: 130px;
  height: 160px;
  z-index: 1;
}
.about02 .develop-box .time-tab img {
  height: 100%;
}
.about02 .develop-box .time-tab .item {
  position: absolute;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  cursor: pointer;
}
.about02 .develop-box .time-tab .item:nth-child(1) {
  top: 82px;
  left: 0;
}
.about02 .develop-box .time-tab .item:nth-child(2) {
  top: 14px;
  left: 500px;
}
.about02 .develop-box .time-tab .item:nth-child(3) {
  top: 115px;
  left: 1000px;
}
.about02 .develop-box .time-tab .item:nth-child(4) {
  top: 132px;
  left: 1500px;
}
.about02 .develop-box .time-tab .item:nth-child(5) {
  top: 15px;
  left: 2000px;
}
.about02 .develop-box .time-tab .item:nth-child(6) {
  top: 66px;
  left: 2500px;
}
.about02 .develop-box .time-tab .item:nth-child(7) {
  top: 102px;
  left: 3000px;
}
.about02 .develop-box .time-tab .item:nth-child(8) {
  top: 120px;
  left: 3500px;
}
.about02 .develop-box .time-tab .item:nth-child(9) {
  top: 122px;
  left: 4000px;
}
.about02 .develop-box .time-tab .item:nth-child(10) {
  top: 115px;
  left: 4500px;
}
.about02 .develop-box .time-tab .item:nth-child(11) {
  top: 102px;
  left: 5000px;
}
.about02 .develop-box .time-tab .item:nth-child(12) {
  top: 84px;
  left: 5500px;
}
.about02 .develop-box .time-tab .item:nth-child(13) {
  top: 68px;
  left: 6000px;
}
.about02 .develop-box .time-tab .item:nth-child(14) {
  top: 50px;
  left: 6500px;
}
.about02 .develop-box .time-tab .item:nth-child(15) {
  top: 35px;
  left: 7000px;
}
.about02 .develop-box .time-tab .item:nth-child(16) {
  top: 32px;
  left: 7500px;
}
.about02 .develop-box .time-tab .item:nth-child(17) {
  top: 64px;
  left: 8000px;
}
.about02 .develop-box .time-tab .item:nth-child(18) {
  top: 112px;
  left: 8500px;
}
.about02 .develop-box .time-tab .item:nth-child(19) {
  top: 110px;
  left: 9000px;
}
.about02 .develop-box .time-tab .item:nth-child(20) {
  top: 90px;
  left: 9500px;
}
.about02 .develop-box .time-tab .item .point {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #cbcbcb;
  border-radius: 100%;
}
.about02 .develop-box .time-tab .item .point:before,
.about02 .develop-box .time-tab .item .point:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(216, 12, 37, 0.2);
  opacity: 0;
}
.about02 .develop-box .time-tab .item .year {
  position: absolute;
  left: 50%;
  top: 30px;
  font-size: 18px;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #cbcbcb;
  transition: all 0.3s;
}
.about02 .develop-box .time-tab .item.cur .year {
  color: #ca1b23;
}
.about02 .develop-box .time-tab .item.cur .point {
  background-color: #ca1b23;
}
.about02 .develop-box .time-tab .item.cur .point:before,
.about02 .develop-box .time-tab .item.cur .point:after {
  opacity: 1;
}
.about02 .develop-box .time-tab .item.cur .point:before {
  animation: pointAni 3s 0.75s infinite;
}
.about02 .develop-box .time-tab .item.cur .point:after {
  animation: pointAni 3s infinite;
}
.about02 .develop-box .img-tab .pic {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 6rem;
  height: 6rem;
  border-radius: 6rem;
  overflow: hidden;
}
.about02 .develop-box .img-tab .pic i {
  width: 100%;
  height: 100%;
}
.about02 .develop-box .img-tab .time {
  transition: all 0.5s;
  opacity: 0;
  margin: -1rem 0 0 1.5rem;
  font-size: 2rem;
  color: #f2f2f2;
  text-align: center;
  font-weight: bold;
  font-family: Arial;
}
.about02 .develop-box .img-tab .swiper-slide-active .time {
  opacity: 1;
}
.about02 .develop-box .text-tab {
  margin-top: 0.2rem;
}
.about02 .develop-box .text-tab .swiper-slide .bor {
  padding: 0 4%;
}
.about02 .develop-box .text-tab .tit {
  font-size: 0.3rem;
  color: #ca1b23;
}
.about02 .develop-box .text-tab .time {
  margin-top: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.42rem;
  color: #333;
}
.about02 .develop-box .buttons {
  position: absolute;
  left: 0.8rem;
  top: 4.9rem;
  z-index: 3;
  width: 2rem;
}
.about02 .develop-box .buttons .bor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background: #ca1b23;
}
.about02 .develop-box .buttons a {
  display: inline-block;
  width: 0.43rem;
  height: 0.43rem;
}
.about02 .develop-box .buttons i {
  width: 2px;
  height: 0.38rem;
  background: #f6d7d8;
}
.about02 .develop-box .buttons .prev {
  opacity: 1;
  background: url(/themes/mobile/public/assets/images/icon/icon2_1.png) left center no-repeat;
  background-size: 0.19rem auto;
}
.about02 .develop-box .buttons .next {
  opacity: 1;
  background: url(/themes/mobile/public/assets/images/icon/icon2_2.png) right center no-repeat;
  background-size: 0.19rem auto;
}
.about02 .develop-box .buttons .swiper-button-disabled {
  opacity: 0.5;
}
@keyframes pointAni {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.about03 {
  padding: 0.6rem 0 0;
}
.about03 .next a {
  position: relative;
  margin-bottom: 0.4rem;
  width: 100%;
  height: 3.7rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.about03 .next a i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.about03 .next a .text {
  position: absolute;
  left: 0.5rem;
  top: 0.65rem;
  color: #fff;
}
.about03 .next a .text b {
  margin-bottom: 0.2rem;
  font-size: 0.4rem;
}
.about03 .next a .text p {
  margin-bottom: 0.4rem;
  font-size: 0.24rem;
}
.about03 .next a .text em {
  transition: all 0.5s;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 100%;
  border: #fff 1px solid;
  background: url(/themes/mobile/public/assets/images/icon/icon_81.png) center no-repeat;
  background-size: 0.13rem auto;
}
.about03 .next a:hover i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.about03 .next a:hover .text em {
  transition: all 0.5s;
  border: rgba(202, 27, 35, 0) 1px solid;
  background: rgba(202, 27, 35, 0.8) url(../images/icon/icon_74.png) center no-repeat;
}
.about04 {
  padding: 0.78rem 0 0;
}
.about04 .pic {
  width: 100%;
}
.about04 .pic img {
  width: 100%;
  border-radius: 0.08rem;
  overflow: hidden;
}
.about04 .next .t {
  margin-bottom: 0.42rem;
  font-size: 0.4rem;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.about04 .next dl {
  position: relative;
  padding: 0.47rem 0 0.4rem;
  border-bottom: #cdcdcd 0.05rem solid;
}
.about04 .next dl:last-child {
  border-bottom: 0px;
}
.about04 .next dl dt {
  float: left;
  margin-right: 0.26rem;
  width: 0.82rem;
  height: 59px;
}
.about04 .next dl dd {
  float: left;
  width: calc(100% - 1.1rem);
}
.about04 .next dl dd .clearfix {
  display: flex;
  margin-bottom: 0.17rem;
}
.about04 .next dl dd .clearfix b {
  padding: 0 0.1rem 0.03rem 0;
  font-size: 0.3rem;
  color: #ca1b23;
  font-weight: bold;
  background: url(/themes/mobile/public/assets/images/icon/icon_79.png) right bottom no-repeat;
  background-size: 0.2rem auto;
}
.about04 .next dl dd p {
  font-size: 0.26rem;
  color: #333;
}
.about05 {
  padding: 0.74rem 0 0.8rem;
  background: url(/themes/mobile/public/assets/images/page/about05_bac.png) left bottom no-repeat;
  background-size: 100% auto;
}
.about05 .next .nextBox {
  margin-top: 0.54rem;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
}
.about05 .next .nextBox a {
  position: relative;
  height: 4.5rem;
}
.about05 .next .nextBox a b {
  position: absolute;
  left: 0;
  top: 1.45rem;
  width: 100%;
  font-size: 1.8rem;
  color: #f7f7f7;
  text-align: center;
  font-weight: 900;
  font-family: "Arial";
}
.about05 .next .nextBox a .icon img {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0.83rem 0 0.45rem;
  width: 2.3rem;
}
.about05 .next .nextBox a p {
  position: relative;
  z-index: 2;
  padding: 0 0.1rem;
  font-size: 0.37rem;
  color: #333;
  text-align: center;
}
.about05 .next .top {
  position: relative;
  margin-top: 0.4rem;
  height: 0.76rem;
}
.about05 .next .top .swiper-button-next,
.about05 .next .top .swiper-button-prev {
  top: 0;
  width: 0.76rem;
  height: 0.76rem;
  margin: 0;
  border-radius: 100%;
}
.about05 .next .top .swiper-button-prev {
  left: inherit;
  right: 1rem;
  background: #c70020 url(../images/icon/icon_80.png) center no-repeat;
  background-size: 0.13rem auto;
}
.about05 .next .top .swiper-button-next {
  right: 0;
  background: #c70020 url(/themes/mobile/public/assets/images/icon/icon_81.png) center no-repeat;
  background-size: 0.13rem auto;
}
.about05 .next .top .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  bottom: -0.15rem;
  width: 2rem;
  font-size: 0.33rem;
  line-height: 0.86rem;
  color: #999;
  font-family: Arial;
  font-weight: bold;
}
.about05 .next .top .swiper-pagination .swiper-pagination-current,
.about05 .next .top .swiper-pagination .current {
  font-size: 0.55rem;
  line-height: 0.76rem;
  color: #9f161c;
}
.about06 {
  position: relative;
  padding: 0.72rem 0 1.1rem;
}
.about06 .left {
  position: relative;
  width: 100%;
}
.about06 .left img {
  width: 100%;
}
.about06 .left .pos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.about06 .left .img1 {
  opacity: 0;
}
.about06 .right {
  margin-bottom: 0.3rem;
  width: 100%;
}
.about06 .right .text {
  margin-top: 0.46rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  width: 100%;
}
.about06 .right .text p {
  margin-bottom: 0.4rem;
  /* text-indent: 2em; */
  text-align: justify;
}
.about07 {
  padding: 0.7rem 0 0.5rem;
}
.about07 .tab {
  margin-top: 0.6rem;
  padding: 0.5rem 0 1.2rem;
  background: url(/themes/mobile/public/assets/images/page/about07_bac.jpg) center no-repeat;
  background-size: cover;
}
.about07 .tab .top {
  margin-bottom: 0.7rem;
  padding: 0.7rem 0 0.7rem 0.5rem;
  border-radius: 0.08rem;
  background: #ca1b23;
}
.about07 .tab .top .bor {
  position: relative;
}
.about07 .tab .top .bor .lie {
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  width: 100%;
  height: 1px;
  background: #da4d53;
}
.about07 .tab .top .swiper-slide {
  padding-bottom: 0.4rem;
  width: 20%;
  font-size: 0.26rem;
  line-height: 0.46rem;
  color: #ffc6c6;
  text-align: center;
  font-family: Arial;
  background: url(/themes/mobile/public/assets/images/icon/icon_98.png) center bottom no-repeat;
  background-size: 0.24rem auto;
}
.about07 .tab .top .swiper-slide:nth-child(1)::before {
  position: absolute;
  left: 0;
  bottom: 0.1rem;
  z-index: -1;
  width: 50%;
  height: 1px;
  background: #ca1b23;
  content: "";
}
.about07 .tab .top .swiper-slide.swiper-slide-thumb-active {
  font-size: 0.4rem;
  color: #fff;
  background-image: url(/themes/mobile/public/assets/images/icon/icon_98s.png);
}
.about07 .tab .text {
  max-height: 6.8rem;
  margin: 0 0.2rem;
  padding: 0 0.3rem 0 0.1rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #666;
  text-align: justify;
  overflow-y: auto;
}
.about07 .tab .text::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.about07 .tab .text::-webkit-scrollbar-thumb {
  /*转动条内里小方块*/
  margin: 0 1px;
  border-radius: 4px;
  background-color: #ca1b23;
}
.about07 .tab .text::-webkit-scrollbar-track {
  /*转动条内里轨道*/
  border-radius: 4px;
  background: #f0f0f0;
}
.about07 .tab .text p {
  margin-bottom: 0.36rem;
  padding-left: 0.28rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_99.png) left 0.14rem no-repeat;
  background-size: 0.12rem auto;
}
/*=========== p1-2 组织架构 ===========*/
.organization {
  padding: 0.8rem 0;
  background: url(/themes/mobile/public/assets/images/page/organization_bac.png) left bottom no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
.organization img {
  margin: 0 auto;
  width: 100%;
}
/*=========== p1-3 成员公司 ===========*/
.company {
  padding: 0.4rem 0 0.8rem;
}
.company .list {
  padding-bottom: 0.2rem;
}
.company .list a {
  margin-bottom: 0.57rem;
  background: #fff url(../images/page/company_bac2.png) left bottom no-repeat;
  background-size: 3.5rem 0.73rem;
}
.company .list a .clearfix {
  padding: 0 0 0.32rem 0.4rem;
}
.company .list a .fl {
  width: calc(100% - 2rem);
}
.company .list a .fl p {
  margin-top: 0.67rem;
  line-height: 0.44rem;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
}
.company .list a .pic {
  position: relative;
  width: 1.5rem;
  height: 2rem;
}
.company .list a .pic i {
  width: 100%;
  height: 100%;
}
.company .list a .pic em {
  transition: all 0.5s;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0.5rem;
  height: 0.5rem;
  background: url(/themes/mobile/public/assets/images/page/company_bac1.png) center no-repeat;
  background-size: cover;
}
.company .list a:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.company .list a:hover .fl p {
  color: #b93029;
}
.company .list a:hover .pic em {
  left: 0px;
  bottom: 0px;
  transition: all 0.5s;
}
/*=========== p1-3-1 成员公司详情 ===========*/
.companys_bac {
  background: #fff url(../images/page/companys_bac.png) left top no-repeat;
  background-size: 100% auto;
}
.companys .topNext {
  position: relative;
  padding-top: 1.6rem;
  height: 2.3rem;
}
.companys .topNext .address {
  bottom: 0.4rem;
}
.companys01 {
  padding-bottom: 0.7rem;
}
.companys01 .w1400 {
  position: relative;
}
.companys01 .pos {
  position: relative;
  margin-bottom: 0.5rem;
  width: 100%;
}
.companys01 .pos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.companys01 .pos a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1rem;
  background: #b9312a;
}
.companys01 .pos a p {
  padding-right: 0.5rem;
  font-size: 0.3rem;
  color: #fff;
  background: url(/themes/mobile/public/assets/images/icon/icon_84.png) right center no-repeat;
  background-size: 0.27rem auto;
}
.companys01 .top {
  margin-bottom: 0.8rem;
  padding: 0.5rem 0.35rem;
  border-radius: 0.06rem;
  background: #fff url(../images/icon/icon_83.png) left bottom no-repeat;
  background-size: 67.16% 1.3rem;
}
.companys01 .top .next b {
  position: relative;
  z-index: 2;
  margin-bottom: 0.36rem;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
}
.companys01 .top .next i {
  margin: -0.76rem 0 0.1rem;
  font-size: 0.56rem;
  font-weight: bold;
  color: #f2f2f2;
  font-family: Arial;
  overflow: hidden;
  white-space: nowrap;
}
.companys01 .top .next dl {
  display: flex;
  margin-bottom: 0.26rem;
  font-size: 0.26rem;
  color: #333;
  /* dt{
                    float: left;
                    
                }
                dd{
                    float: left;
                    width: calc(100% - 0.73rem);
                } */
}
.companys01 .top .next dl dt {
  width: 0.75rem;
}
.companys01 .top .next .code {
  padding-top: 0.2rem;
}
.companys01 .top .next .code img {
  float: left;
  margin-right: 0.2rem;
  max-width: 1.8rem;
}
.companys01 .bot .next .text {
  margin-top: 0.48rem;
  line-height: 0.4rem;
  font-size: 0.26rem;
  color: #333;
}
.companys01 .bot .next .text p {
  text-indent: 2em;
}
@-webkit-keyframes mask {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}
@keyframes mask {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -100% 0;
  }
}
@keyframes left100 {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.companys02 {
  padding: 0.7rem 0 0.3rem;
  background: #f9f9f9;
}
.companys02 .list {
  margin-top: 0.5rem;
}
.companys02 .list a {
  position: relative;
  padding: 0.44rem 2% 0.4rem 1rem;
  margin-bottom: 0.4rem;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.companys02 .list a i {
  position: absolute;
  left: -0.24rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.88rem;
  color: #f2f2f2;
  font-family: Arial;
  font-weight: bold;
}
.companys02 .list a b {
  position: relative;
  z-index: 2;
  margin-bottom: 0.12rem;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
}
.companys02 .list a p {
  position: relative;
  z-index: 2;
  font-size: 0.28rem;
  color: #f2f2f2;
  font-family: Arial;
}
.companys03 {
  padding: 0.75rem 0 0;
  background: #fff;
}
.companys03 .list {
  position: relative;
  padding: 0.55rem 0 1px;
}
.companys03 .list .swiper {
  margin-bottom: 1.27rem;
  background: #fff;
  border-radius: 0.08rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.companys03 .list a {
  transition: all 0.5s;
  position: relative;
}
.companys03 .list a .pic {
  width: 100%;
  height: 4.15rem;
  overflow: hidden;
}
.companys03 .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.companys03 .list a .text {
  padding: 0.3rem 4%;
  text-align: center;
}
.companys03 .list a .text b {
  margin-bottom: 0.23rem;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
}
.companys03 .list a .text p {
  font-size: 0.26rem;
  color: #666;
}
.companys03 .list .swiper-pagination {
  width: 100%;
  bottom: 0.7rem;
}
.companys03 .list .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.05rem;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 100%;
  background: #c2c2c2;
}
.companys03 .list .swiper-pagination .swiper-pagination-bullet-active {
  background: #ca1b23;
}
/*=========== p4-0 党建聚合 ===========*/
/* .party{
    .page{
        padding-top: 100vh;
    }
}
.party01{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    .pos{
        position: absolute;
        left: 0;
        top: 50%;

    }
} */
.party .swiper-pagination {
  bottom: 0.7rem;
}
.party .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.1rem;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 0.16rem;
  background: #dcdcdc;
}
.party .swiper-pagination .swiper-pagination-bullet-active {
  background: #c9151e;
}
.party01 {
  padding: 1.6rem 0 0.8rem;
  background: url(/themes/mobile/public/assets/images/page/party01_1.jpg) center no-repeat;
  background-size: cover;
}
.party01 .w1400 {
  position: relative;
}
.party01 .titleBox {
  margin-bottom: 0.4rem;
  color: #fff;
  text-align: center;
}
.party01 .titleBox b {
  margin-bottom: 0.2rem;
  font-size: 0.4rem;
}
.party01 .titleBox p {
  font-size: 0.24rem;
}
.party01 .next {
  margin-bottom: 0.6rem;
  padding: 0.4rem 0.9rem 0.6rem;
  border-radius: 0.08rem;
  background: #fff url(../images/page/party01_3.jpg) right bottom no-repeat;
  background-size: 100% auto;
}
.party01 .next .textLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  width: 100%;
  height: 1.7rem;
}
.party01 .next .textLogo img {
  max-width: 100%;
  max-height: 100%;
}
.party01 .next .textBox .text {
  padding-bottom: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.26rem;
  color: #333;
  text-align: justify;
}
.party01 .next .textBox .text p {
  max-height: 2.4rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.party01 .next .textBox a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 2.6rem;
  height: 0.8rem;
  text-align: center;
  background: #b82d29;
  border-radius: 0.6rem;
  overflow: hidden;
}
.party01 .next .textBox a em {
  padding-right: 0.34rem;
  font-size: 0.26rem;
  color: #fff;
  background: url(/themes/mobile/public/assets/images/icon/icon_66s.png) right center no-repeat;
  background-size: 0.09rem auto;
}
.party01 .tab_title {
  border-radius: 0.08rem;
  background: #a22521;
}
.party01 .tab_title a {
  display: flex;
  align-items: center;
  padding: 0 0.8rem 0 0.55rem;
  height: 1.8rem;
}
.party01 .tab_title a i {
  width: 1.5rem;
  font-size: 0.9rem;
  font-weight: bold;
  font-family: Arial;
  color: #b82d29;
}
.party01 .tab_title a b {
  flex: 1;
  width: 0;
  font-size: 0.3rem;
  color: #fff;
  background: url(/themes/mobile/public/assets/images/icon/icon_85.png) right center no-repeat;
  background-size: 0.14rem auto;
}
.party01 .tab_title a:nth-child(2n) {
  background: #b82d29;
}
.party01 .tab_title a:nth-child(2n) i {
  color: #a22521;
}
.party02 {
  padding: 0.7rem 0 0;
  background: url(/themes/mobile/public/assets/images/page/party02_1.png) center no-repeat;
  background-size: cover;
}
.party02 .list {
  margin: 0.4rem auto 0px;
}
.party02 .list a {
  transition: all 0.5s;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 0.08rem;
  background: #fff;
}
.party02 .list a .pic {
  width: 100%;
  height: 3.9rem;
  overflow: hidden;
}
.party02 .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.party02 .list a .text {
  transition: all 0.5s;
  position: relative;
  padding: 0.4rem 0.5rem;
}
.party02 .list a .text i {
  margin-bottom: 0.26rem;
  font-size: 0.2rem;
  font-family: Arial;
  color: #c70020;
}
.party02 .list a .text b {
  margin-bottom: 0.28rem;
  height: 0.88rem;
  line-height: 0.44rem;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.party02 .list a .text p {
  height: 0.8rem;
  line-height: 0.4rem;
  font-size: 0.26rem;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.party03 {
  padding: 0.77rem 0 0;
}
.party03 .w1400 {
  position: relative;
}
.party03 .w1400 .swiper-slide {
  margin: 0.55rem 0 1.6rem;
}
.party03 .w1400 .swiper-slide .pic {
  width: 100%;
  height: 3.7rem;
  overflow: hidden;
}
.party03 .w1400 .swiper-slide .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.party03 .w1400 .swiper-slide .text {
  width: 100%;
  height: 3.5rem;
  background: #c8151e;
}
.party03 .w1400 .swiper-slide .text .bor {
  padding: 0.45rem 0.5rem 0;
}
.party03 .w1400 .swiper-slide .text b {
  margin-bottom: 0.2rem;
  height: 0.88rem;
  line-height: 0.44rem;
  font-size: 0.3rem;
  color: #fde195;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.party03 .w1400 .swiper-slide .text p {
  margin-bottom: 0.4rem;
  height: 0.8rem;
  line-height: 0.4rem;
  font-size: 0.26rem;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.party03 .w1400 .swiper-slide .text i {
  font-size: 0.24rem;
  color: #fff;
}
.party03 .w1400 .sum {
  position: absolute;
  right: 0.5rem;
  bottom: 1.9rem;
  z-index: 3;
  display: flex;
  font-size: 0.3rem;
  font-family: Arial;
  color: #fff;
}
.party03 .w1400 .sum .s1 {
  font-size: 0.44rem;
}
.party03 .w1400 .sum .s2,
.party03 .w1400 .sum .s3 {
  margin-top: 0.12rem;
}
.party04 {
  padding: 0.72rem 0 0;
  background: url(/themes/mobile/public/assets/images/page/party04_1.jpg) center no-repeat;
  background-size: cover;
}
.party04 .list {
  margin: 0.5rem auto 0px;
}
.party04 .list .swiper-slide {
  margin-bottom: 1.2rem;
}
.party04 .list a {
  margin-bottom: 0.4rem;
  padding: 0.3rem;
  background: #fff;
}
.party04 .list a .time {
  display: flex;
  margin-bottom: 0.2rem;
}
.party04 .list a .time b {
  padding: 0.16rem 0.2rem 0.1rem;
  color: #c70020;
  font-family: Arial;
  border-radius: 0.06rem;
  font-size: 0.36rem;
  font-weight: bold;
  background: #ebebeb;
}
.party04 .list a .text b {
  margin-bottom: 0.24rem;
  height: 0.88rem;
  line-height: 0.44rem;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.party04 .list a .text p {
  max-height: 0.8rem;
  line-height: 0.4rem;
  font-size: 0.26rem;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.party04 .list a:hover .text b {
  color: #c70020;
}
.party04 .swiper-pagination {
  bottom: 0.8rem;
}
.party05 {
  padding: 0.72rem 0 0;
}
.party05 .listBox {
  margin-top: 0.5rem;
}
.party05 .listBox a {
  margin-bottom: 1.32rem;
  border-radius: 0.08rem;
  background: #f8f8f8;
  overflow: hidden;
}
.party05 .listBox a .pic {
  position: relative;
  width: 100%;
  height: 4.15rem;
  overflow: hidden;
}
.party05 .listBox a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.party05 .listBox a p {
  padding: 0 0.2rem;
  height: 1.57rem;
  line-height: 1.57rem;
  font-size: 0.3rem;
  text-align: center;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/*=========== p1-4 企业声誉 ===========*/
.honor {
  padding: 0.7rem 0 0.7rem;
}
.honor .year .swiper-slide {
  margin-bottom: 0.5rem;
  width: auto;
}
.honor .year .swiper-slide a {
  position: relative;
  margin-right: 0.4rem;
  padding-left: 0.16rem;
  line-height: 0.8rem;
  font-size: 0.4rem;
  font-family: Arial;
  color: #999;
  font-weight: bold;
}
.honor .year .swiper-slide.cur a {
  color: #333;
  font-size: 0.48rem;
}
.honor .year .swiper-slide.cur a::before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.18rem;
  width: 0.03rem;
  height: 0.36rem;
  background: #b9312a;
  content: " ";
}
.honor .list {
  margin-bottom: 0.6rem;
}
.honor .list a {
  margin-bottom: 0.4rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
  border-radius: 0.08rem;
  background: #fff;
  overflow: hidden;
}
.honor .list a .pic {
  position: relative;
  width: 100%;
  height: 4.14rem;
  overflow: hidden;
}
.honor .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.honor .list a .text {
  transition: all 0.5s;
  width: 100%;
  height: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.honor .list a .text p {
  margin: 0 0.1rem;
  height: 1.6rem;
  font-size: 0.3rem;
  color: #333;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.honor .list a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.honor .list a:hover .text {
  transition: all 0.5s;
  background: #b9312a;
}
.honor .list a:hover .text p {
  color: #fff;
}
/*=========== p1-3向导团队 ===========*/
.team {
  padding: 1.2rem 0 1.7rem;
  background: #f9f9f9;
}
/*=========== p3-3-1 重点推介详情 ===========*/
.title_pbox b {
  margin-bottom: 0.3rem;
  font-size: 0.48rem;
  color: #333;
  font-weight: bold;
}
.title_pbox i {
  margin-bottom: 0.66rem;
  font-size: 0.24rem;
  color: #999;
  letter-spacing: 1px;
}
.emphasis {
  margin-top: 0;
  background: #fff;
}
.emphasis01 {
  position: relative;
  /* .tit{
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        p{
            padding: 50px 0;
            font-size: 38px;
            opacity: 0;
            color: #fff;
            text-align: center;
            font-weight: bold;
        }
    } */
}
.emphasis01 .pic {
  width: 100%;
  height: 75vh;
  overflow: hidden;
}
.emphasis01 .pic i {
  width: 100%;
  height: 100%;
}
.emphasis02 .title {
  padding: 0.7rem 0 0.5rem;
  font-size: 0.38rem;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.emphasis02 .w1400.clearfix {
  position: relative;
  margin: 0 auto 0.5rem;
}
.emphasis02 .left {
  margin-bottom: 0.8rem;
  width: 100%;
  background: url(/themes/mobile/public/assets/images/page/emphasis02_1.jpg) center no-repeat;
  background-size: cover;
}
.emphasis02 .left .bor {
  padding: 0.5rem 0.6rem;
}
.emphasis02 .left .bor .pic {
  display: flex;
  justify-content: center;
  margin-bottom: 0.39rem;
}
.emphasis02 .left .bor .pic img {
  max-width: 70%;
  /* height: 1.6rem;
                    object-fit: contain; */
}
.emphasis02 .left .bor dl {
  margin-bottom: 0.3rem;
}
.emphasis02 .left .bor dl dt {
  margin-bottom: 0.1rem;
  font-size: 0.24rem;
  color: #999;
}
.emphasis02 .left .bor dl dd i {
  line-height: 0.4rem;
  font-size: 0.26rem;
  color: #333;
  /*font-weight: bold;
                         font-family: monospace; */
}
.emphasis02 .left .bor dl dd p {
  line-height: 0.4rem;
  font-size: 0.26rem;
  color: #333;
}
.emphasis02 .right {
  float: right;
  width: 100%;
}
.emphasis02 .right .next {
  margin-bottom: 0.66rem;
}
.emphasis02 .right .next .tit {
  margin-bottom: 0.48rem;
  padding-left: 0.6rem;
  line-height: 0.52rem;
  font-size: 0.4rem;
  color: #333;
  font-weight: bold;
}
.emphasis02 .right .next .tit.tit_1 {
  background: url(/themes/mobile/public/assets/images/icon/icon_94.png) left center no-repeat;
  background-size: 0.42rem auto;
}
.emphasis02 .right .next .tit.tit_2 {
  background: url(/themes/mobile/public/assets/images/icon/icon_95.png) left center no-repeat;
  background-size: 0.41rem auto;
}
.emphasis02 .right .next .tit.tit_3 {
  background: url(/themes/mobile/public/assets/images/icon/icon_96.png) left center no-repeat;
  background-size: 0.38rem auto;
}
.emphasis02 .right .next .tit.tit_4 {
  background: url(/themes/mobile/public/assets/images/icon/icon_184.png) left center no-repeat;
  background-size: 0.38rem auto;
}
.emphasis02 .right .next .text {
  font-size: 0.26rem;
  line-height: 0.48rem;
  color: #333;
}
.emphasis03 {
  margin-bottom: 0.5rem;
}
.emphasis03 .swiper-slide .pic {
  width: 100%;
  height: 6rem;
  overflow: hidden;
}
.emphasis03 .swiper-slide .pic i {
  transition: all 5s 0.5s;
  transform: scale(1.13);
  width: 100%;
  height: 100%;
}
.emphasis03 .swiper-slide.swiper-slide-active .pic i {
  transition: all 5s 0.5s;
  transform: scale(1);
}
.emphasis03 .swiper-pagination {
  left: 0;
  top: auto;
  bottom: 1rem;
  text-align: right;
  font-size: 0.48rem;
  color: #9f161c;
  font-family: Arial;
  font-weight: bold;
}
.emphasis03 .swiper-pagination .w1400 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.emphasis03 .swiper-pagination span {
  margin-bottom: 0.03rem;
  font-weight: bold;
}
.emphasis03 .swiper-pagination .swiper-pagination-current,
.emphasis03 .swiper-pagination .current {
  margin-bottom: 0px;
  color: #fff;
  font-size: 0.72rem;
}
.emphasis04 .list a {
  position: relative;
  margin-bottom: 0.4rem;
  width: 100%;
  height: 4.9rem;
}
.emphasis04 .list a .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
  overflow: hidden;
}
.emphasis04 .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.emphasis04 .list a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.emphasis05 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.emphasis05 #container {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 0px);
  height: 5rem;
}
.emphasis05 #container .amap-marker-label {
  transform: translateX(-50%);
  margin-left: -10px;
  font-size: 14px;
  color: #333;
  border: none;
  background: #fff url(../images/icon/icon_101.png) center no-repeat;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  background-size: auto 30px;
}
.emphasis05 #container .amap-marker-label .info {
  padding: 15px 10px;
}
.emphasis05 #container .amap-marker-label::before {
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin: 26px 0 0 -10px;
  width: 18px;
  height: 16px;
  background: url(/themes/mobile/public/assets/images/icon/icon_100.png) center no-repeat;
  background-size: 100% auto;
  content: "";
}
.emphasis05 .map {
  position: relative;
  width: 100%;
  height: 5rem;
}
.emphasis05 .left {
  margin-top: 0.4rem;
  padding: 1.1rem 0.7rem 1px;
  height: 7.7rem;
  background: url(/themes/mobile/public/assets/images/page/new05_2.jpg) right bottom no-repeat;
  background-size: cover;
  overflow: hidden;
}
.emphasis05 .left b {
  margin-bottom: 0.2rem;
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
}
.emphasis05 .left p {
  margin-bottom: 0.6rem;
  font-size: 0.26rem;
  color: #fff;
  text-align: center;
}
.emphasis05 .left .icon {
  display: flex;
}
.emphasis05 .left .icon .iconBox {
  position: relative;
  margin-right: 0.23rem;
  cursor: pointer;
}
.emphasis05 .left .icon .iconBox i {
  position: relative;
  transition: all 0.5s;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #fff;
  overflow: hidden;
}
.emphasis05 .left .icon .iconBox i::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  content: " ";
}
.emphasis05 .left .icon .iconBox .pos {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 1.3rem;
  transform: translateX(-50%);
  width: 2.14rem;
  height: 0px;
  background: url(/themes/mobile/public/assets/images/icon/icon_60.png) left top no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
.emphasis05 .left .icon .iconBox .pos div {
  padding: 0.37rem 0 0 0.1rem;
}
.emphasis05 .left .icon .iconBox .pos img {
  width: 1.94rem;
  height: 1.94rem;
}
.emphasis05 .left .icon .iconBox.cur .pos {
  transition: all 0.5s;
  height: 2.4rem;
}
.emphasis05 .left .icon .iconBox.wx i::before {
  background: url(/themes/mobile/public/assets/images/icon/icon_57.png) center no-repeat;
  background-size: 0.68rem auto;
}
.emphasis05 .left .icon .iconBox.video i::before {
  background: url(/themes/mobile/public/assets/images/icon/icon_58.png) center no-repeat;
  background-size: 0.67rem auto;
}
.emphasis05 .left .icon .iconBox.vb i::before {
  background: url(/themes/mobile/public/assets/images/icon/icon_59.png) center no-repeat;
  background-size: 0.64rem auto;
}
.emphasis05 .left .icon .iconBox.dy i::before {
  background: url(/themes/mobile/public/assets/images/icon/icon_981.png) center no-repeat;
  background-size: 1.1rem auto;
}
.emphasis05 .left .icon .iconBox.xhs i::before {
  background: url(/themes/mobile/public/assets/images/icon/icon_991.png) center no-repeat;
  background-size: 0.52rem auto;
}
/*=========== p3-3-2 项目结构 ===========*/
.project {
  margin-top: 0;
  background: #fff;
}
.project01 {
  padding-bottom: 1.64rem;
}
.project01 .bor_h {
  position: relative;
}
.project01 .pic {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.project01 .pic i {
  width: 100%;
  height: 100%;
}
.project01 .pos {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
}
.project01 .pos .tit {
  margin-bottom: 0.6rem;
  font-size: 0.46rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.project01 .pos .tab .tab_title {
  display: flex;
  justify-content: center;
}
.project01 .pos .tab .tab_title .title {
  position: relative;
}
.project01 .pos .tab .tab_title .title .t {
  transition: all 0.5s;
  padding: 0 0.2rem;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #fff;
  font-weight: bold;
  border-radius: 0.3rem;
  cursor: pointer;
}
.project01 .pos .tab .tab_title .title.cur .t {
  transition: all 0.5s;
  background: #c9151e;
}
.project01 .pos .tab .tab_title .title.cur .tab_next {
  display: block;
}
.project01 .pos .tab .tab_title .title:nth-child(1) .tab_next {
  left: 0;
  transform: translateX(0%);
}
.project01 .pos .tab .tab_title .title:nth-child(4) .tab_next {
  left: auto;
  right: 0;
  transform: translateX(0%);
}
.project01 .pos .tab .tab_next {
  display: none;
  position: absolute;
  left: 50%;
  top: 1rem;
  transform: translateX(-50%);
}
.project01 .pos .tab .tab_next .next {
  display: flex;
  justify-content: center;
}
.project01 .pos .tab .tab_next .next div {
  display: flex;
  padding: 0.15rem 0.14rem;
  border-radius: 0.6rem;
  background: #fff;
}
.project01 .pos .tab .tab_next .next div a {
  padding: 0 0.1rem;
  line-height: 0.4rem;
  font-size: 0.26rem;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}
.project01 .pos .tab .tab_next .next div a.cur,
.project01 .pos .tab .tab_next .next div a:hover {
  color: #c9151e;
}
.project02 {
  padding-bottom: 1.4rem;
}
.project02 .bor {
  position: relative;
}
.project02 .bor .pic {
  position: relative;
  margin-bottom: 0.7rem;
  width: 87%;
  height: 5rem;
  overflow: hidden;
}
.project02 .bor .pic i {
  width: 100%;
  height: 100%;
}
.project02 .bor .pic em {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.project02 .bor .pos {
  position: absolute;
  right: 0;
  top: 1.6rem;
}
.project02 .bor .pos i {
  margin-right: 0.4rem;
  font-size: 0.72rem;
  color: #eee;
  text-align: right;
  font-weight: bold;
  font-family: Arial;
}
.project02 .bor .pos .lie {
  margin-top: 0.3rem;
  width: 3.7rem;
  height: 0.04rem;
  background: #c9151e;
}
.project02 .bor .next {
  margin: 0 auto;
  width: 74%;
}
.project02 .bor .next b {
  margin-bottom: 0.26rem;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
}
.project02 .bor .next p {
  font-size: 0.26rem;
  line-height: 0.48rem;
  color: #333;
}
.project03 .bor .pic {
  margin-left: 13%;
}
.project03 .bor .pic em {
  right: auto;
  left: 0;
}
.project03 .bor .pos {
  right: auto;
  left: 0;
}
.project03 .bor .next {
  text-align: right;
}
.project04 .bor .pic {
  margin: 0 auto 0.7rem;
  width: 60%;
}
.project04 .bor .next {
  text-align: left;
}
.project05 .bor .next {
  text-align: right;
}
.project06 {
  padding: 0.6rem 0 0.9rem;
}
.project06 .w1400 .left b {
  margin-bottom: 0.28rem;
  font-size: 0.6rem;
  color: #333;
  font-weight: bold;
}
.project06 .w1400 .left i {
  margin-bottom: 0.6rem;
  font-size: 0.24rem;
  color: #999;
}
.project06 .w1400 .right .list a {
  position: relative;
  margin: 0 10% 1rem 0;
  width: 90%;
}
.project06 .w1400 .right .list a .pic {
  position: relative;
  margin-bottom: 0.4rem;
  width: 100%;
  height: 0;
  padding-top: 57%;
}
.project06 .w1400 .right .list a .pic div {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
  overflow: hidden;
}
.project06 .w1400 .right .list a .pic div i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.project06 .w1400 .right .list a .pic em {
  animation-delay: 0.3s;
  position: absolute;
  right: -0.75rem;
  top: calc(100% - 1rem);
  font-size: 2rem;
  color: #eee;
  font-family: Arial;
  font-weight: bold;
}
.project06 .w1400 .right .list a .bor {
  position: relative;
  z-index: 2;
}
.project06 .w1400 .right .list a b {
  animation-delay: 0.1s;
  margin-bottom: 0.16rem;
  font-size: 0.3rem;
  color: #333;
}
.project06 .w1400 .right .list a p {
  animation-delay: 0.2s;
  font-size: 16px;
  color: #666;
}
.project06 .w1400 .right .list a:hover .pic div i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.noMore_text {
  font-size: 0.24rem;
  color: #999;
}
/*=========== p3-3-1 重点推荐 ===========*/
.recommend01 {
  padding: 2.1rem 0 0.9rem;
}
/*=========== p3-3 综合开发 ===========*/
.synthesize {
  margin-top: 0;
  background: #fff;
}
.synthesize01 {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.synthesize01 .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.synthesize01 .pic i {
  width: 100%;
  height: 100%;
}
.synthesize01 .pos {
  padding: 1.6rem 0 1rem;
  width: 100%;
  color: #fff;
}
.synthesize01 .pos .tit {
  margin-bottom: 0.5rem;
  font-size: 0.46rem;
  text-align: center;
  font-weight: bold;
}
.synthesize01 .pos .text {
  font-size: 0.26rem;
  line-height: 0.46rem;
  text-align: center;
}
.synthesize01 .pos .list {
  margin-top: 0.5rem;
}
.synthesize01 .pos .list a {
  position: relative;
  display: flex;
  margin: 0 auto 0.2rem;
  padding: 0.25rem 0;
  width: 4.2rem;
  border-bottom: #fff 1px solid;
  cursor: pointer;
}
.synthesize01 .pos .list a .img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.22rem 0 0.1rem;
  width: 0.5rem;
  height: 0.72rem;
}
.synthesize01 .pos .list a .img img {
  flex-shrink: 0;
  max-width: 100%;
}
.synthesize01 .pos .list a div:last-child {
  flex: 1;
  width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 0.72rem;
}
.synthesize01 .pos .list a p {
  font-size: 0.3rem;
  line-height: 0.4rem;
}
.synthesize_com {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.synthesize02 {
  padding: 1rem 0;
  background: rgba(103, 20, 17, 0.9);
}
.synthesize02 .w1400 {
  position: relative;
}
.synthesize02 .title_pbox b,
.synthesize02 .title_pbox i {
  color: #fff;
}
.synthesize02 .left .next dl {
  float: left;
  margin-right: 0.7rem;
  color: #fff;
}
.synthesize02 .left .next dl dt {
  margin-bottom: 0.5rem;
  font-size: 0.26rem;
}
.synthesize02 .left .next dl dd {
  display: flex;
}
.synthesize02 .left .next dl dd em {
  font-size: 0.88rem;
  font-family: Arial;
  font-weight: bold;
}
.synthesize02 .left .next dl dd p {
  font-size: 0.3rem;
  padding: 0.5rem 0 0 2px;
}
.synthesize02 .left .text {
  margin-bottom: 0.5rem;
  font-size: 0.26rem;
  line-height: 0.48rem;
  color: #fff;
}
.synthesize02 .left .text p {
  max-height: 2.4rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.synthesize02 .right {
  width: 100%;
}
.synthesize02 .right .imgs {
  width: 100%;
}
.synthesize03 {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.synthesize03 .cen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  padding-top: 86px;
  perspective: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.synthesize03 .cen .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.synthesize03 .cen .pic i {
  width: 100%;
  height: 100%;
  background: url(/themes/mobile/public/assets/images/page/synthesize03_1.jpg) center no-repeat;
  background-size: cover;
}
.synthesize03 .cen .w1400 {
  position: relative;
  z-index: 2;
}
.synthesize03 .cen .tit {
  margin-bottom: 1rem;
}
.synthesize03 .cen .tit b {
  font-size: 0.48rem;
  line-height: 0.64rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.synthesize03 .cen .num {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.synthesize03 .cen .num .num_box {
  transition: all 0.5s;
  opacity: 0.8;
  position: relative;
  padding: 0.7rem 0;
  width: 50%;
  color: #fff;
  cursor: pointer;
}
.synthesize03 .cen .num .num_box:nth-child(1),
.synthesize03 .cen .num .num_box:nth-child(2) {
  padding-top: 0;
}
.synthesize03 .cen .num .num_box:nth-child(1):after,
.synthesize03 .cen .num .num_box:nth-child(2):after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  height: 1px;
  background: #fff;
  opacity: 0.55;
  content: "";
}
.synthesize03 .cen .num .num_box:nth-child(2):after {
  left: auto;
  right: 0;
}
.synthesize03 .cen .num .num_box:nth-child(1):before,
.synthesize03 .cen .num .num_box:nth-child(3):before {
  position: absolute;
  right: 0;
  top: 0%;
  width: 1px;
  height: 90%;
  background: #fff;
  opacity: 0.55;
  content: "";
}
.synthesize03 .cen .num .num_box:nth-child(3):before {
  top: auto;
  bottom: 0;
}
.synthesize03 .cen .num .num_box:nth-child(3),
.synthesize03 .cen .num .num_box:nth-child(4) {
  padding-bottom: 0;
}
.synthesize03 .cen .num .num_box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0.36rem;
  width: 100%;
  height: 0.83rem;
}
.synthesize03 .cen .num .num_box .icon img {
  max-width: 100%;
  max-height: 100%;
}
.synthesize03 .cen .num .num_box p {
  margin-bottom: 0.1rem;
  font-size: 0.31rem;
  text-align: center;
  opacity: 0.95;
}
.synthesize03 .cen .num .num_box .clearfix {
  display: flex;
  justify-content: center;
  opacity: 0.95;
}
.synthesize03 .cen .num .num_box .clearfix span {
  font-weight: bold;
  font-size: 0.7rem;
}
.synthesize03 .cen .num .num_box .clearfix i {
  font-weight: bold;
  font-size: 0.44rem;
}
.synthesize03 .cen .num .num_box .clearfix em {
  margin-top: 0.44rem;
  font-size: 0.29rem;
}
.synthesize04 {
  position: relative;
  z-index: 3;
  padding: 1.4rem 0;
  background: #fff;
}
.synthesize04 .list a {
  animation-delay: 0.1s;
  position: relative;
  margin: 0 2.5%;
  width: 71%;
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.synthesize04 .list a .pic {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 167%;
}
.synthesize04 .list a .pic div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.synthesize04 .list a .pic div i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.synthesize04 .list a .bor {
  position: absolute;
  left: 0;
  bottom: 0.8rem;
  padding: 0 9%;
}
.synthesize04 .list a .bor b {
  margin-bottom: 0.26rem;
  font-size: 0.48rem;
}
.synthesize04 .list a .bor p {
  font-size: 0.24rem;
}
.synthesize05 {
  position: relative;
  z-index: 3;
  padding: 1rem 0 0;
  background: #fff;
  overflow: hidden;
}
.synthesize05 .title_pbox {
  text-align: center;
}
.synthesize05 .next1080 {
  position: relative;
}
.synthesize05 .next1080 .lie_s {
  position: absolute;
  right: 0;
  top: 2.7rem;
  z-index: 3;
  width: 3.7rem;
  height: 1px;
  background: #eee;
}
.synthesize05 .next_t {
  position: relative;
}
.synthesize05 .next_t .pic {
  width: 100%;
  height: 5rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.synthesize05 .next_t .pic i {
  width: 100%;
  height: 5rem;
}
.synthesize05 .next_t .pos {
  z-index: 3;
}
.synthesize05 .next_t .pos_t {
  position: absolute;
  right: 0;
  top: 4.2rem;
}
.synthesize05 .next_t .pos_t .fr {
  position: relative;
  width: 3.3rem;
  height: 0.5rem;
}
.synthesize05 .next_t .pos_t .sum {
  position: relative;
  z-index: 9;
  line-height: 0.5rem;
  font-size: 0.32rem;
  color: #922623;
  font-family: Arial;
  font-weight: bold;
  display: flex;
  letter-spacing: 1px;
}
.synthesize05 .next_t .pos_t .sum .s1 {
  color: #fff;
}
.synthesize05 .next_t .swiper-pagination-progressbar {
  left: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.synthesize05 .next_t .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}
.synthesize05 .next_t .next {
  margin-top: 0.6rem;
  width: 100%;
  text-align: left;
}
/*=========== p3-4资源运营 ===========*/
.operation {
  margin-top: 0;
  background: #fff;
}
.operation02 {
  position: relative;
  overflow: hidden;
  background: url(/themes/mobile/public/assets/images/page/operation02_1.jpg) center no-repeat;
  background-size: cover;
  /*工程建设end*/
}
.operation02 .column3 {
  overflow: hidden;
  height: 100vh;
  box-sizing: border-box;
}
.operation02 .tit {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 0;
  width: 100%;
  color: #fff;
}
.operation02 .tit b {
  margin-bottom: 0.2rem;
  font-size: 0.48rem;
}
.operation02 .tit p {
  font-size: 0.22rem;
  letter-spacing: 1px;
}
.operation02 .column3Scroll {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.operation02 .column3Scroll .bd {
  width: 100%;
  height: 100%;
}
.operation02 .column3Scroll .bd .slick-list {
  width: 100%;
  height: 100%;
}
.operation02 .column3Scroll .bd .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.operation02 .column3Scroll .bd .myslide {
  width: 100%;
  height: 100%;
}
.operation02 .column3Scroll .bd .myslide .slideImg {
  width: 100%;
  height: 100%;
  position: relative;
}
.operation02 .column3Scroll .bd .myslide .slideImg .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.operation02 .column3Scroll .bd .myslide .icn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.2rem;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  z-index: 2;
  transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
}
.operation02 .column3Scroll .bd .myslide .icn img {
  max-width: 100%;
  max-height: 0.8rem;
}
.operation02 .column3Scroll .bd .myslide .pos_text {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0.4rem;
  z-index: 3;
  width: 100%;
}
.operation02 .column3Scroll .bd .myslide .pos_text .text {
  margin: 0 auto;
  width: 5rem;
}
.operation02 .column3Scroll .bd .myslide .pos_text .text p {
  height: 1.44rem;
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.operation02 .column3Scroll .bd .myslide.slick-active .slideImg img {
  animation: mymove4 8s ease;
  -webkit-animation: mymove4 8s ease;
  animation-iteration-count: 1;
}
.operation02 .column3Scroll .bd .myslide.slick-active .icn {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
}
@-webkit-keyframes mymove4 {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}
@keyframes mymove4 {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}
.operation02 .column3 .lie {
  position: absolute;
  left: 0;
  bottom: calc(0.75rem + 0.8rem + 0.2rem + 15px);
  z-index: 6;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.3;
}
.operation02 .column3Nav {
  position: absolute;
  left: 0;
  bottom: 0.75rem;
  z-index: 6;
  width: 100%;
}
.operation02 .column3Nav .wow {
  width: 100%;
  overflow-x: auto;
}
.operation02 .column3Nav .item {
  float: left;
  width: 33.33%;
  cursor: pointer;
}
.operation02 .column3Nav .item span {
  transition: all 0.5s;
  padding: 0 0.3rem;
  font-size: 0.32rem;
  height: 0.8rem;
  line-height: 0.4rem;
  color: #e9e9e9;
  text-align: center;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.operation02 .column3Nav .item svg {
  margin: 0 auto 0.2rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
}
.operation02 .column3Nav .item svg circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.operation02 .column3Nav .item svg circle.circle {
  fill: #fff;
  transition: all 0.56s;
}
.operation02 .column3Nav .item svg circle.background {
  transform-origin: 15px 15px;
  stroke: #fff;
  -webkit-transition: stroke 0.2s linear;
  transition: stroke 0.2s linear;
}
.operation02 .column3Nav .item svg circle.foreground {
  transform-origin: 15px 15px;
  stroke-dasharray: 87.9646px, 87.9646px;
  transform: rotate(-90deg);
  stroke: #fff;
}
.operation02 .column3Nav .item svg .wrapper {
  transition: all 0.56s;
  transform: scale(0);
  transform-origin: 50% 50%;
}
.operation02 .column3Nav .item.on span {
  transition: all 0.5s;
  font-weight: bold;
  color: #fff;
}
.operation02 .column3Nav .item.on svg .wrapper {
  transform: scale(1);
}
.operation02 .column3Nav .item.on svg .circle {
  opacity: 0;
}
.operation02 .column3Nav .item.on svg circle.foreground {
  animation: stroke 6.1s linear 0.2s;
}
@keyframes stroke {
  0% {
    stroke-dasharray: 0, 87.9646px;
  }
  100% {
    stroke-dasharray: 87.9646px, 87.9646px;
  }
}
.operation02 .column3Center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
}
.operation02 .column3Center .c3Logo {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.operation02 .column3Center svg {
  width: 100%;
  height: 100%;
}
.operation02 .column3Center .circle {
  transition: all 0.56s ease-in;
}
.operation02 .column3Center .cursor {
  transition: all 0.36s 0.6s;
}
.operation02 .column3Center .cursor-circle {
  transition: transform 0.36s ease-in-out;
  transform: scale(0);
  opacity: 0;
}
.operation02 .column3Center .dotted-circle2 {
  transition: all 0s;
}
.operation02 .column3Center.on1 .cursor-circle {
  transform: scale(1);
  opacity: 1;
}
.operation02 .column3Center.act .cursor-circle {
  transform: scale(0);
  transition: all 0.16s;
}
.operation02 .column3Center.act .dotted-circle2 {
  r: 1260px;
  transition: all 2.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.operation03 {
  padding: 1rem 0;
  background: url(/themes/mobile/public/assets/images/page/operation03_bac.jpg) center no-repeat;
  background-size: cover;
}
.operation03 .tit {
  margin-bottom: 0.5rem;
  text-align: center;
}
.operation03 .tit b {
  margin-bottom: 0.3rem;
  font-size: 0.46rem;
  color: #333;
  font-weight: bold;
}
.operation03 .tit i {
  font-size: 0.22rem;
  color: #999;
  letter-spacing: 1px;
}
.operation03 .list a {
  transition: all 0.5s;
  margin-bottom: 0.55rem;
  width: 100%;
}
.operation03 .list a .bor {
  margin: 0.2rem 0.4rem;
  padding: 0.26rem 8% 0;
  height: 4.54rem;
  background: #fff;
  border-radius: 0.08rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.operation03 .list a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.4rem;
  height: 2rem;
  border-bottom: #ebebeb 2px solid;
}
.operation03 .list a .icon img {
  transition: all 0.5s;
  transform: rotateX(0deg);
  flex-shrink: 0;
  max-width: 90%;
  max-height: 90%;
}
.operation03 .list a .text {
  text-align: center;
}
.operation03 .list a .text b {
  margin-bottom: 0.1rem;
  height: 0.72rem;
  line-height: 0.36rem;
  font-size: 0.3rem;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.operation03 .list a .text i {
  height: 0.36rem;
  line-height: 0.36rem;
  font-size: 0.26rem;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.operation03 .list .swiper-pagination {
  bottom: 0;
}
.operation03 .list .swiper-pagination .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 100%;
  background: #d5d5d5;
}
.operation03 .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ba302d;
}
/*=========== p3-5园林生态 ===========*/
.zoology {
  margin-top: 0;
  background: #fff;
}
.zoology02 {
  position: relative;
  width: 100%;
  height: 100vh;
}
.zoology02 .tab_pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.zoology02 .tab_pic::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  content: "";
}
.zoology02 .tab_pic .pic {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.zoology02 .tab_pic .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.zoology02 .tab_next {
  position: relative;
  z-index: 2;
  padding-top: 1.2rem;
}
.zoology02 .tab_next .next .t {
  color: #fff;
}
.zoology02 .tab_next .next .t b {
  margin-bottom: 0.2rem;
  font-size: 0.48rem;
  font-weight: bold;
}
.zoology02 .tab_next .next .t i {
  margin-bottom: 0.5rem;
  font-size: 0.16rem;
  letter-spacing: 1px;
}
.zoology02 .tab_next .next .text {
  margin-bottom: 0.6rem;
  line-height: 0.48rem;
  font-size: 0.26rem;
  color: #fff;
}
.zoology02 .tab_next .next .text p {
  max-height: 1.92rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.zoology02 .tab_next .next a {
  position: relative;
  display: flex;
  width: 1.9rem;
  height: 0.7rem;
  text-align: center;
  border-radius: 0.7rem;
  overflow: hidden;
  background: #fff;
}
.zoology02 .tab_next .next a em {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding-right: 0.3rem;
  font-size: 0.24rem;
  line-height: 0.7rem;
  color: #999;
  background: url(/themes/mobile/public/assets/images/icon/icon_34ss.png) right 0.26rem no-repeat;
  background-size: 0.2rem auto;
}
.zoology02 .tab_title {
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 2;
  width: 100%;
}
.zoology02 .tab_title .fr {
  width: 100%;
}
.zoology02 .tab_title a {
  position: relative;
  float: left;
  transition: all 0.5s;
  margin: 0 4% 4% 0;
  width: 48%;
  background: #fff;
  border-radius: 0.08rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.zoology02 .tab_title a:nth-child(2n) {
  margin-right: 0;
}
.zoology02 .tab_title a::before {
  transition: all 0.6s;
  transform: scale(0);
  position: absolute;
  left: 6%;
  bottom: 10%;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #ca2023;
  content: "";
}
.zoology02 .tab_title a .bor {
  position: relative;
  z-index: 4;
  padding: 0.22rem 0.24rem 0;
  height: 1.5rem;
}
.zoology02 .tab_title a b {
  margin-bottom: 0.14rem;
  font-size: 0.3rem;
  color: #333;
}
.zoology02 .tab_title a p {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #999;
}
.zoology02 .tab_title a .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 1.18rem;
  height: 1.21rem;
}
.zoology02 .tab_title a .icon img {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  opacity: 0.04;
}
.zoology02 .tab_title a .icon img.img2 {
  opacity: 0;
}
.zoology02 .tab_title a:hover,
.zoology02 .tab_title a.cur {
  transition: all 0.5s;
}
.zoology02 .tab_title a:hover::before,
.zoology02 .tab_title a.cur::before {
  transition: all 0.6s;
  transform: scale(6);
}
.zoology02 .tab_title a:hover b,
.zoology02 .tab_title a.cur b,
.zoology02 .tab_title a:hover p,
.zoology02 .tab_title a.cur p {
  transition: all 0.5s;
  color: #fff;
}
.zoology02 .tab_title a:hover .icon img,
.zoology02 .tab_title a.cur .icon img {
  transition: all 0.5s;
  opacity: 0;
}
.zoology02 .tab_title a:hover .icon img.img2,
.zoology02 .tab_title a.cur .icon img.img2 {
  opacity: 0.09;
}
.zoology03_tit {
  padding-top: 0.66rem;
  text-align: center;
}
.zoology03 {
  position: relative;
  background: #fff url(../images/page/zoology03_bac2.jpg) center no-repeat;
  background-size: cover;
}
.zoology03 .tab_tit {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  background: #fff url(../images/page/zoology03_bac1.jpg) center top no-repeat;
  background-size: cover;
}
.zoology03 .num {
  display: flex;
  justify-content: center;
  width: 100%;
}
.zoology03 .num .num_box {
  transition: all 0.5s;
  opacity: 0.8;
  position: relative;
  padding: 1px 0 0;
  width: 25%;
  height: 2.2rem;
  line-height: 0.4rem;
  font-size: 0.25rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.zoology03 .num .num_box::after {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_126.png) center top no-repeat;
  background-size: auto 100%;
  content: "";
}
.zoology03 .num .num_box::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 36px;
  background: #fff;
  opacity: 0.55;
  content: "";
}
.zoology03 .num .num_box:last-child::before {
  display: none;
}
.zoology03 .num .num_box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.3rem auto 0.15rem;
  width: 0.67rem;
  height: 0.7rem;
}
.zoology03 .num .num_box .icon img {
  max-width: 100%;
  max-height: 100%;
}
.zoology03 .num .num_box .clearfix {
  display: flex;
  justify-content: center;
}
.zoology03 .num .num_box .clearfix span,
.zoology03 .num .num_box .clearfix i {
  font-weight: bold;
}
.zoology03 .num .num_box.cur {
  transition: all 0.5s;
  opacity: 1;
}
.zoology03 .num .num_box.cur::after {
  transition: all 0.5s;
  opacity: 1;
}
.zoology03 .tab_next {
  padding: 2.8rem 0 1rem;
}
.zoology03 .tab_next .left {
  display: none;
}
.zoology03 .tab_next .left b {
  margin-bottom: 0.26rem;
  font-size: 0.38rem;
  color: #333;
  font-weight: bold;
}
.zoology03 .tab_next .left i {
  margin-bottom: 0.6rem;
  font-size: 0.24rem;
  color: #999;
  letter-spacing: 1px;
}
.zoology03 .tab_next .right {
  margin-top: 0.68rem;
  padding-right: 0.3rem;
  height: 5.8rem;
  overflow-y: auto;
}
.zoology03 .tab_next .right::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.zoology03 .tab_next .right::-webkit-scrollbar-thumb {
  /*转动条内里小方块*/
  margin: 0 1px;
  border-radius: 4px;
  background-color: #c91b1e;
}
.zoology03 .tab_next .right::-webkit-scrollbar-track {
  /*转动条内里轨道*/
  border-radius: 4px;
  background: url(/themes/mobile/public/assets/images/icon/icon_128.png) center repeat-y;
  background-size: 2px auto;
}
.zoology03 .tab_next .right a {
  position: relative;
  padding: 0.2rem 0;
  border-bottom: #eaeaea 1px solid;
}
.zoology03 .tab_next .right a:nth-child(1) {
  border-top: #eaeaea 1px solid;
}
.zoology03 .tab_next .right a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 146px;
  font-size: 61px;
  line-height: 55px;
  color: #ebebeb;
  font-weight: bold;
  text-align: center;
}
.zoology03 .tab_next .right a i::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 36px;
  background: #eaeaea;
  content: " ";
}
.zoology03 .tab_next .right a .text {
  float: right;
  width: 100%;
}
.zoology03 .tab_next .right a .text b {
  margin-bottom: 0.18rem;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
}
.zoology03 .tab_next .right a .text div p {
  padding-left: 0.3rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #666;
  background: url(/themes/mobile/public/assets/images/icon/icon_125.png) left 0.16rem no-repeat;
  background-size: 0.09rem auto;
}
.zoology04 {
  padding-top: 1.2rem;
  background: url(/themes/mobile/public/assets/images/page/zoology04_bac.jpg) center no-repeat;
  background-size: cover;
}
.zoology04 .w1400 {
  position: relative;
}
.zoology04 .left {
  width: 100%;
}
.zoology04 .left .t b {
  margin-bottom: 0.3rem;
  font-size: 0.48rem;
  color: #333;
  font-weight: bold;
}
.zoology04 .left .t i {
  margin-bottom: 0.75rem;
  font-size: 0.24rem;
  color: #999;
  letter-spacing: 1px;
}
.zoology04 .left .next {
  margin-bottom: 0.9rem;
  height: 3.24rem;
  overflow-y: auto;
}
.zoology04 .left .next::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}
.zoology04 .left .next::-webkit-scrollbar-thumb {
  /*转动条内里小方块*/
  margin: 0 1px;
  border-radius: 4px;
  background-color: #fff;
}
.zoology04 .left .next::-webkit-scrollbar-track {
  /*转动条内里轨道*/
  border-radius: 4px;
  background: url(/themes/mobile/public/assets/images/icon/icon_128.png) center repeat-y;
  background-size: 2px auto;
}
.zoology04 .left .next a {
  padding-left: 0.3rem;
  line-height: 0.54rem;
  font-size: 0.28rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_127.png) left 0.23rem no-repeat;
  background-size: 0.09rem auto;
}
.zoology04 .right {
  width: 100%;
}
.zoology04 .right img {
  width: 100%;
}
/*=========== p3-6设计咨询 ===========*/
.consult {
  margin-top: 0;
  background: #fff;
  /* .zoology03 .tab_next{
        padding-bottom: 0;
    } */
}
.consult .zoology02 .title_pbox {
  margin-top: 12vh;
  display: inline-block;
}
.consult .zoology02 .title_pbox b,
.consult .zoology02 .title_pbox i {
  color: #fff;
}
.consult .zoology02 .tab_next {
  padding-top: 0px;
}
.consult .zoology02 .tab_next .next b {
  margin-bottom: 0.3rem;
  font-size: 0.38rem;
  color: #fff;
  font-weight: bold;
}
.consult .zoology02 .tab_next .next .text {
  margin-bottom: 0.5rem;
}
.consult .zoology02 .tab_next .next .text p {
  max-height: 2.4rem;
  -webkit-line-clamp: 5;
}
.consult .zoology02 .tab_title2 {
  position: absolute;
  left: 4%;
  bottom: 1rem;
  z-index: 2;
  width: 96%;
  overflow-x: auto;
}
.consult .zoology02 .tab_title2 .clearfix {
  width: 13.8rem;
}
.consult .zoology02 .tab_title2 a {
  position: relative;
  float: left;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.2rem 0.2rem 0;
  width: 2.1rem;
  height: 0.9rem;
  border-radius: 0.08rem;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}
.consult .zoology02 .tab_title2 a::before {
  transition: all 0.6s;
  transform: scale(0);
  position: absolute;
  left: 23%;
  bottom: 0%;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #ca2023;
  content: "";
}
.consult .zoology02 .tab_title2 a p {
  position: relative;
  z-index: 2;
  padding: 0 0.06rem;
  font-size: 0.26rem;
  line-height: 0.32rem;
  text-align: center;
  color: #333;
}
.consult .zoology02 .tab_title2 a.cur::before {
  transition: all 0.6s;
  transform: scale(3);
}
.consult .zoology02 .tab_title2 a.cur p {
  color: #fff;
}
.consult02 .tab_pic {
  left: auto;
  right: 0;
}
.consult02 .tab_next .next {
  width: 100%;
}
/*=========== p3-3-4 项目声誉 ===========*/
.Phonor {
  margin-top: 0;
}
.Phonor01 {
  position: relative;
  z-index: 3;
  padding: 1rem 0 1.4rem;
  background: #ede4d4 url(../images/page/Phonor_bac.jpg) top center no-repeat;
  background-size: 100% auto;
}
.Phonor01 .left {
  margin-bottom: 0.8rem;
  color: #333;
}
.Phonor01 .left b {
  margin: 0 0 0.26rem;
  font-size: 0.6rem;
  font-weight: bold;
}
.Phonor01 .left p {
  font-size: 0.14rem;
}
.Phonor01 .bor {
  margin: -1.8rem 0 0 0;
  background: #fff;
  border-radius: 0.08rem;
}
.Phonor01 .bor .next {
  padding: 2.3rem 0.45rem 0.8rem;
  margin-bottom: 0.8rem;
}
.Phonor01 .bor .next b {
  margin-bottom: 0.3rem;
  font-size: 0.3rem;
  color: #333;
  cursor: pointer;
}
.Phonor01 .bor .next .text p {
  padding-left: 0.26rem;
  font-size: 0.26rem;
  line-height: 0.48rem;
  color: #666;
  background: url(/themes/mobile/public/assets/images/icon/icon_127.png) 0.03rem 0.19rem no-repeat;
  background-size: 0.1rem auto;
}
.Phonor01 .bor .next.cur b {
  color: #b92d29;
}
.Phonor01 .right {
  margin-left: 0;
  width: 6rem;
  z-index: 2;
  overflow: hidden;
}
.Phonor01 .right .swiper-slide {
  width: 100%;
  height: 6rem;
  overflow: hidden;
}
.Phonor01 .right .swiper-slide i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.Phonor01 .right .swiper-pagination {
  bottom: 0.3rem;
}
.Phonor01 .right .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.12rem;
  width: 0.14rem;
  height: 0.14rem;
  border: #fff 1px solid;
  border-radius: 100%;
  background: none;
}
.Phonor01 .right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.14rem;
  background: #fff;
}
.Phonor01 .swiper-container-horizontal > .swiper-scrollbar {
  width: 100%;
  height: 0.08rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_901.png) repeat-x;
  background-size: 100% 0.03rem;
}
.Phonor01 .swiper-container-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  background: #c7161e;
}
/*=========== p3-1城市更新 ===========*/
.city {
  margin-top: 0;
}
.city .synthesize01 .pos .tit i {
  margin-bottom: 10px;
  font-weight: bold;
}
.city .synthesize01 .pos .tit em {
  font-weight: bold;
  font-size: 30px;
}
.city .business02 {
  margin-top: 0;
}
.city .business02 .swiper-slide .pic {
  margin-bottom: 0;
  height: 100vh;
}
.city .business02 .swiper-slide .pos {
  position: absolute;
  left: 0;
  top: 22.5%;
  color: #fff;
}
.city .business02 .swiper-slide .pos .right .t {
  margin-bottom: 0.8rem;
  text-align: center;
}
.city .business02 .swiper-slide .pos .right .t b {
  margin-bottom: 0.25rem;
  font-size: 0.46rem;
  line-height: 0.56rem;
}
.city .business02 .swiper-slide .pos .right .t i {
  line-height: 0.3rem;
  font-size: 0.24rem;
}
.city .business02 .swiper-slide .pos .right .c .text {
  color: #fff;
}
.city .business02 .swiper-slide.swiper-slide-active .pos .right .t {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
.city .business02 .pos_t {
  bottom: 1.1rem;
}
.city .business02 .pos_t .sum {
  color: #fff;
}
.city .business02 .pos_t .swiper-pagination {
  display: none;
}
.city03 {
  padding: 1.1rem 0 1.5rem;
}
.city03 .tit {
  position: relative;
  margin: 0 auto 0.7rem;
  padding: 0 0.48rem 0 0;
  font-size: 0.3rem;
  background: #fff;
  box-shadow: 0 0 0.19rem rgba(0, 0, 0, 0.11);
}
.city03 .tit .titleBox {
  padding: 0.2rem 0 0.2rem 0.51rem;
  line-height: 0.6rem;
}
.city03 .tit .titleBox p {
  position: relative;
  width: calc(100% - 0.3rem);
}
.city03 .tit .titleBox p::before {
  position: absolute;
  right: -0.3rem;
  top: 0;
  width: 0.18rem;
  height: 100%;
  background: url(/themes/mobile/public/assets/images/icon/icon_63.png) center no-repeat;
  background-size: 0.18rem auto;
  content: "";
}
.city03 .tit .pos {
  display: none;
}
.city03 .tit .pos a {
  padding: 0.2rem 0.51rem;
  line-height: 0.5rem;
  color: #333;
}
.city03 .tit .pos a.cur {
  color: #ba1912;
}
.city03 .list a {
  padding-bottom: 1rem;
}
.city03 .list a .t {
  margin-bottom: 0.6rem;
  text-align: center;
}
.city03 .list a .t b {
  font-size: 0.8rem;
  color: #ededed;
  font-family: Arial;
  font-weight: bold;
}
.city03 .list a .t em {
  margin-top: -0.42rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.city03 .list a .swiper-slide {
  width: 100%;
}
.city03 .list a .swiper-slide img {
  width: 100%;
  height: 2.8rem;
  object-fit: cover;
}
.city03 .list a .swiper-pagination {
  bottom: 0.2rem;
}
.city03 .list a .swiper-pagination .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 100%;
  background: #fff;
}
.city03 .list a .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ba302d;
}
.city03 .list a .next {
  position: relative;
  margin-top: 0.4rem;
  padding: 0.5rem 0;
  font-size: 0.26rem;
  line-height: 0.48rem;
  color: #333;
}
.city03 .list a .next::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.3rem;
  height: 0.25rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_130.png) center no-repeat;
  background-size: 100% auto;
  content: "";
}
.city03 .list a .next::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.3rem;
  height: 0.25rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_131.png) center no-repeat;
  background-size: 100% auto;
  content: "";
}
.city03 .more {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 4.5rem;
  height: 0.9rem;
  text-align: center;
  border: #b9312a 1px solid;
  border-radius: 0.9rem;
  overflow: hidden;
}
.city03 .more::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #b9312a;
  content: "";
}
.city03 .more::before {
  transition: all 0.6s;
  transform: scale(0);
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: 2;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: #fff;
  content: "";
}
.city03 .more em {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding-right: 0.4rem;
  font-size: 0.26rem;
  line-height: 0.9rem;
  color: #fff;
  background: url(/themes/mobile/public/assets/images/icon/icon_132.png) right center no-repeat;
  background-size: 0.19rem auto;
}
/*=========== p3-7新兴营业 ===========*/
.business {
  margin-top: 0;
}
.business01 .pos .text {
  line-height: 40px;
}
.business02 {
  padding-bottom: 1px;
  margin-top: 0.9rem;
}
.business02 .title_pbox {
  text-align: center;
}
.business02 .mySwiper {
  margin-bottom: 0.8rem;
}
.business02 .swiper-slide .pic {
  width: 100%;
  height: 5.8rem;
  overflow: hidden;
}
.business02 .swiper-slide .pic i {
  transition: all 0.5s;
  transform: scale(1);
  opacity: 1;
  width: 100%;
  height: 100%;
}
.business02 .swiper-slide .pos {
  padding-top: 0.5rem;
}
.business02 .swiper-slide .pos .right {
  width: 100%;
}
.business02 .swiper-slide .pos .c {
  margin-bottom: 1rem;
}
.business02 .swiper-slide .pos .c em {
  margin-bottom: 0.45rem;
  font-size: 0.3rem;
  color: #666;
  font-weight: bold;
}
.business02 .swiper-slide .pos .c .text {
  line-height: 0.48rem;
  font-size: 0.26rem;
  color: #333;
  text-align: justify;
  overflow: hidden;
}
.business02 .swiper-slide.swiper-slide-active .pic i {
  transition: all 1.2s;
  transform: scale(1.05);
  opacity: 1;
}
.business02 .swiper-slide.swiper-slide-active .pos .right .c {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
.business02 .pos_t {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.business02 .pos_t .fr {
  position: relative;
  width: 100%;
  height: 0.56rem;
}
.business02 .pos_t .sum {
  position: relative;
  z-index: 9;
  line-height: 0.56rem;
  font-size: 0.28rem;
  color: #ab3c32;
  font-family: Arial;
  font-weight: bold;
  display: flex;
}
.business02 .pos_t .sum .s1 {
  color: #999;
}
.business02 .swiper-pagination-progressbar {
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 1.1rem - 1.8rem);
  height: 2px;
  background: #e2e2e2;
}
.business02 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ab3c32;
}
.business02 .swiper-button-next,
.business02 .swiper-button-prev {
  top: 0;
  margin: 0;
  width: 0.56rem;
  height: 0.56rem;
}
.business02 .swiper-button-prev {
  left: auto;
  right: 0.78rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_4ss.png) center no-repeat;
  background-size: 100% auto;
}
.business02 .swiper-button-prev:hover {
  background: url(/themes/mobile/public/assets/images/icon/icon_4s.png) center no-repeat;
  background-size: 100% auto;
}
.business02 .swiper-button-next {
  right: 0;
  background: url(/themes/mobile/public/assets/images/icon/icon_5ss.png) center no-repeat;
  background-size: 100% auto;
}
.business02 .swiper-button-next:hover {
  background: url(/themes/mobile/public/assets/images/icon/icon_5s.png) center no-repeat;
  background-size: 100% auto;
}
.business02 .mySwiper:nth-child(3n - 1) .title_pbox {
  position: absolute;
  left: 4%;
  top: 17.7%;
  z-index: 2;
  width: 92%;
  text-align: left;
}
.business02 .mySwiper:nth-child(3n - 1) .title_pbox b,
.business02 .mySwiper:nth-child(3n - 1) .title_pbox i {
  color: #fff;
}
.business02 .mySwiper:nth-child(3n - 1) .swiper-slide .pic {
  height: 100vh;
}
.business02 .mySwiper:nth-child(3n - 1) .swiper-slide .pos {
  position: absolute;
  left: 4%;
  top: calc(17.7% + 1.9rem);
  width: 92%;
}
.business02 .mySwiper:nth-child(3n - 1) .swiper-slide .pos .c em,
.business02 .mySwiper:nth-child(3n - 1) .swiper-slide .pos .c .text {
  color: #fff;
}
.business02 .mySwiper:nth-child(3n - 1) .pos_t {
  bottom: 0.98rem;
}
.business02 .mySwiper:nth-child(3n - 1) .pos_t .fr {
  float: left;
}
.business02 .mySwiper:nth-child(3n - 1) .pos_t .sum {
  color: #fff;
}
.business02 .mySwiper:nth-child(3n - 1) .pos_t .sum .s1 {
  color: #fff;
}
.business02 .mySwiper:nth-child(3n - 1) .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.5);
}
.business02 .mySwiper:nth-child(3n - 1) .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}
/*=========== p3-6-0 城市服务 ===========*/
.serve {
  /* .zoology03 .tab_next{
        padding-bottom: 0;
    } */
}
.serve .zoology03 .num .num_box {
  width: 33.33%;
}
.serve03 {
  position: relative;
  background: url(/themes/mobile/public/assets/images/page/serve03_1.jpg) center no-repeat;
  background-size: cover;
}
.serve03 .w1400 {
  position: relative;
  padding-top: 1px;
  height: 11rem;
}
.serve03 .left {
  margin: 2rem 0 0 0.76rem;
}
.serve03 .left .img {
  margin-bottom: 0.18rem;
  max-height: 1rem;
}
.serve03 .left b {
  margin-bottom: 0.3rem;
  font-size: 0.36rem;
  color: #333;
}
.serve03 .left i {
  margin-bottom: 0.3rem;
  font-size: 0.26rem;
  color: #333;
}
.serve03 .left .er {
  width: 1.7rem;
  border: 0.1rem #fff solid;
  border-radius: 2px;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.serve03 .pos {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}
.serve03 .pos img {
  width: 100%;
}
/*=========== p3-5-1园林生态-列表 ===========*/
.zoologyList .subNav {
  border-bottom: #e7e7e7 1px solid;
}
.zoologyList .project04 .bor .pic {
  height: 5rem;
}
.zoologyList .project06 {
  padding-bottom: 0;
}
.zoologyList .project06 .w1400 .right .list a b {
  line-height: 0.4rem;
}
.zoologyList01 {
  padding-bottom: 0;
}
.zoologyList01 .pic {
  height: 3.9rem;
}
.zoologyList01 .pos {
  margin-top: 0.45rem;
}
.zoologyList01 .pos .tit {
  margin-bottom: 0;
}
.zoologyList02 {
  padding: 1rem 0;
}
.zoologyList02 .w1600,
.zoologyList02 .w {
  position: relative;
}
.zoologyList02 .w1600 .pic,
.zoologyList02 .w .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zoologyList02 .w1600 .pic i,
.zoologyList02 .w .pic i {
  width: 100%;
  height: 100%;
}
.zoologyList02 .clearfix {
  position: relative;
  z-index: 2;
}
.zoologyList02 a {
  position: relative;
  height: 4.5rem;
  overflow: hidden;
}
.zoologyList02 a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.4;
  content: " ";
}
.zoologyList02 a::before {
  transition: all 0.5s;
  transform: scale(0);
  position: absolute;
  left: 40%;
  bottom: 33%;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #c9151e;
  opacity: 0.9;
  content: " ";
}
.zoologyList02 a:nth-child(3)::after {
  display: none;
}
.zoologyList02 a .pos {
  transition: all 0.5s;
  position: absolute;
  left: 10%;
  top: 1.1rem;
  width: 80%;
  color: #fff;
  text-align: center;
}
.zoologyList02 a .pos .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.3rem;
  height: 0.8rem;
}
.zoologyList02 a .pos .icon img {
  max-height: 100%;
}
.zoologyList02 a .pos .lie {
  display: block;
  margin: 0 auto 0.42rem;
  width: 0.4rem;
  height: 0.03rem;
  background: #b0b0b0;
}
.zoologyList02 a .pos b {
  margin-bottom: 0.4rem;
  font-size: 0.3rem;
  color: #fffcfc;
}
.zoologyList02 a .pos p {
  transition: all 0.5s;
  opacity: 0;
  max-height: 2.4rem;
  line-height: 0.48rem;
  font-size: 0.26rem;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.zoologyList02 a .pos_icon {
  position: absolute;
  right: -0.2rem;
  bottom: -0.35rem;
  height: 1.9rem;
  opacity: 0;
}
.zoologyList02 a .pos_icon img {
  height: 100%;
}
.zoologyList02 a.cur::before {
  transition: all 0.5s;
  transform: scale(11);
}
.zoologyList02 a.cur .pos {
  transition: all 0.5s;
  top: 0.6rem;
}
.zoologyList02 a.cur .pos .icon,
.zoologyList02 a.cur .pos .lie {
  display: none;
}
.zoologyList02 a.cur .pos .lie {
  background: #fff;
}
.zoologyList02 a.cur .pos p {
  transition: all 0.5s;
  opacity: 1;
}
.zoologyList02 a.cur .pos_icon {
  opacity: 0.1;
}
/*=========== p3-2-0 修建施工 ===========*/
.architecture02 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #f8f8f8;
}
.architecture02 .tab_pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.architecture02 .tab_pic .pic {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.architecture02 .tab_pic .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.architecture02 .w1400 {
  position: relative;
  z-index: 3;
  height: 100vh;
}
.architecture02 .title_pbox {
  padding-top: 1rem;
}
.architecture02 .title_pbox b,
.architecture02 .title_pbox i {
  color: #fff;
}
.architecture02 .tab_next .next {
  color: #fff;
}
.architecture02 .tab_next .next b {
  margin-bottom: 0.4rem;
  font-size: 0.38rem;
  font-weight: bold;
}
.architecture02 .tab_next .next p {
  margin-bottom: 0.4rem;
  max-height: 1.44rem;
  line-height: 0.48rem;
  font-size: 0.26rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.architecture02 .tab_next .next .clearfix i {
  float: left;
  margin: 0.15rem 0.2rem 0 0;
  width: 0.62rem;
  height: 2px;
  background: #fff;
}
.architecture02 .tab_next .next .clearfix em {
  float: left;
  line-height: 0.3rem;
  font-size: 0.28rem;
}
.architecture02 .tab_next .next a {
  position: relative;
  display: flex;
  margin-top: 0.5rem;
  width: 1.9rem;
  height: 0.7rem;
  text-align: center;
  border-radius: 0.7rem;
  overflow: hidden;
  background: #fff;
}
.architecture02 .tab_next .next a em {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding-right: 0.3rem;
  font-size: 0.24rem;
  line-height: 0.7rem;
  color: #999;
  background: url(/themes/mobile/public/assets/images/icon/icon_34ss.png) right 0.26rem no-repeat;
  background-size: 0.2rem auto;
}
.architecture02 .tab_title {
  position: absolute;
  left: 0;
  bottom: 0.97rem;
}
.architecture02 .tab_title a {
  position: relative;
  float: left;
  transition: all 0.5s;
  margin: 0 3.5% 3.5% 0;
  width: 31%;
  color: #fff;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
}
.architecture02 .tab_title a:nth-child(3n) {
  margin-right: 0;
}
.architecture02 .tab_title a::before {
  transition: all 0.6s;
  transform: scale(0);
  position: absolute;
  left: 5%;
  bottom: 15%;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #ca2023;
  content: "";
}
.architecture02 .tab_title a .bor {
  position: relative;
  z-index: 2;
  padding: 0.32rem 0.2rem 0;
  height: 1.8rem;
}
.architecture02 .tab_title a .icon {
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 100%;
  height: 0.8rem;
  opacity: 0.1;
}
.architecture02 .tab_title a .icon img {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}
.architecture02 .tab_title a .icon img.img2 {
  opacity: 0;
}
.architecture02 .tab_title a b {
  margin-bottom: 0.13rem;
  font-size: 0.3rem;
  color: #b83029;
  font-weight: bold;
}
.architecture02 .tab_title a p {
  font-size: 0.26rem;
  line-height: 0.36rem;
  color: #333;
}
.architecture02 .tab_title a.cur {
  transition: all 0.5s;
  margin-top: 0;
}
.architecture02 .tab_title a.cur::before {
  transition: all 0.6s;
  transform: scale(3.6);
}
.architecture02 .tab_title a.cur b,
.architecture02 .tab_title a.cur p {
  transition: all 0.5s;
  color: #fff;
}
.architecture02 .tab_title a.cur .icon img {
  transition: all 0.5s;
  opacity: 0;
}
.architecture02 .tab_title a.cur .icon img.img2 {
  opacity: 1;
}
.architecture03 .left .next {
  padding-right: 0.1rem;
}
.architecture03 .right {
  width: 100%;
}
.architecture04 {
  position: relative;
}
.architecture04 .title_pbox {
  position: absolute;
  left: 0;
  top: 1.2rem;
  z-index: 2;
  width: 100%;
}
.architecture04 .title_pbox b,
.architecture04 .title_pbox i {
  color: #ffff;
}
.architecture04 .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.architecture04 .swiper {
  position: relative;
  width: 100%;
  height: 100vh;
}
.architecture04 .swiper-slide .pos {
  position: absolute;
  right: 0;
  top: 3.5rem;
  color: #fff;
  width: 100%;
}
.architecture04 .swiper-slide .pos b {
  margin-bottom: 0.4rem;
  font-size: 0.38rem;
  font-weight: bold;
}
.architecture04 .swiper-slide .pos p {
  max-height: 3.84rem;
  line-height: 0.48rem;
  font-size: 0.26rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.architecture04 .swiper-slide .pos a {
  position: relative;
  display: flex;
  margin-top: 0.5rem;
  width: 1.9rem;
  height: 0.7rem;
  text-align: center;
  border-radius: 0.7rem;
  overflow: hidden;
  background: #fff;
}
.architecture04 .swiper-slide .pos a em {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding-right: 0.3rem;
  font-size: 0.24rem;
  line-height: 0.7rem;
  color: #999;
  background: url(/themes/mobile/public/assets/images/icon/icon_34ss.png) right 0.26rem no-repeat;
  background-size: 0.2rem auto;
}
.architecture04 .pos_t {
  position: absolute;
  left: 0;
  bottom: 1.6rem;
  width: 100%;
}
.architecture04 .pos_t .w1400 {
  position: relative;
}
.architecture04 .pos_t .sum {
  position: relative;
  z-index: 9;
  line-height: 0.56rem;
  font-size: 0.28rem;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  display: flex;
}
.architecture04 .pos_t .sum .s1 {
  color: #999;
}
.architecture04 .swiper-pagination-progressbar {
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 1rem - 1.7rem);
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
}
.architecture04 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}
.architecture04 .swiper-button-next,
.architecture04 .swiper-button-prev {
  top: 0;
  margin: 0;
  width: 0.56rem;
  height: 0.56rem;
}
.architecture04 .swiper-button-prev {
  left: auto;
  right: 0.78rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_4ss.png) center no-repeat;
  background-size: 100% auto;
}
.architecture04 .swiper-button-prev:hover {
  background: url(/themes/mobile/public/assets/images/icon/icon_4s.png) center no-repeat;
  background-size: 100% auto;
}
.architecture04 .swiper-button-next {
  right: 0;
  background: url(/themes/mobile/public/assets/images/icon/icon_5ss.png) center no-repeat;
  background-size: 100% auto;
}
.architecture04 .swiper-button-next:hover {
  background: url(/themes/mobile/public/assets/images/icon/icon_5s.png) center no-repeat;
  background-size: 100% auto;
}
/*=========== p3-5-2园林生态-详情 ===========*/
.zoologyXq {
  margin-top: 1.6rem;
  background: #fff;
}
.zoologyXq .emphasis03 {
  margin-bottom: 0.7rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.zoologyXq .emphasis03 .swiper-slide .pic {
  height: 3.8rem;
}
.zoologyXq .emphasis03 .swiper-pagination {
  left: auto;
  right: 0.3rem;
  bottom: 0.3rem;
  display: flex;
  justify-content: flex-end;
  font-size: 0.27rem;
}
.zoologyXq .emphasis03 .swiper-pagination span {
  margin: 0.18rem 0 0 0;
}
.zoologyXq .emphasis03 .swiper-pagination .current {
  margin: 0;
  font-size: 0.45rem;
}
.zoologyXq .emphasis02 .w1400.clearfix {
  margin-bottom: 0;
}
.zoologyXq .emphasis02 .top {
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: #d8d8d8 1px solid;
  font-size: 0.42rem;
  line-height: 0.6rem;
  font-weight: bold;
  color: #333;
}
.zoologyXq .emphasis02 .top em {
  display: inline-block;
  margin: 0 0.25rem 0;
  padding: 0 0.3rem;
  height: 0.6rem;
  line-height: 0.56rem;
  font-size: 0.24rem;
  border-radius: 0.5rem;
  border: #ebebeb 1px solid;
}
.zoologyXq .emphasis02 .right {
  width: 100%;
}
.zoologyXq .emphasis02 .right .next:last-child {
  margin-bottom: 0;
}
/*=========== p3-6-1 城市服务列表页 ===========*/
.serveList {
  margin-top: 0;
  /* background: #fff; */
}
.serveList .serveList03 .tab_next a:last-child {
  margin-bottom: 0;
}
.serveList02 .w1600 a .pos {
  top: 1.24rem;
}
.serveList02 .w1600 a.cur .pos {
  top: 1.24rem;
}
.serveList02 .w1600 a.cur .pos .icon {
  display: flex;
}
.serveList02 .w1600 a.cur .pos .lie {
  display: block;
}
.serveList03 {
  padding: 0.8rem 0 0rem;
  background: #f9f9f9;
}
.serveList03 .tab_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0.5rem;
  width: 100%;
}
.serveList03 .tab_title a {
  position: relative;
  display: flex;
  margin: 0 0 0.4rem;
  cursor: pointer;
}
.serveList03 .tab_title a::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.2rem;
  background: #e7e7e7;
  content: "";
}
.serveList03 .tab_title a:last-child::after {
  display: none;
}
.serveList03 .tab_title a p {
  transition: all 0.5s;
  margin: 0 auto;
  padding: 0 0.3rem;
  line-height: 0.8rem;
  font-size: 0.3rem;
  color: #333;
  border-radius: 0.6rem;
}
.serveList03 .tab_title a.cur p {
  transition: all 0.5s;
  color: #fff;
  background: #b93029;
}
.serveList03 .tab_next a {
  float: left;
  margin: 0 0 0.8rem 0;
  width: 100%;
  border-radius: 0.08rem;
  background: #f8f8f8;
  overflow: hidden;
}
.serveList03 .tab_next a .pic {
  position: relative;
  width: 100%;
  height: 4.13rem;
  overflow: hidden;
}
.serveList03 .tab_next a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.serveList03 .tab_next a p {
  position: absolute;
  left: 0;
  bottom: 0.34rem;
  padding: 0 0.4rem 1px;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/*=========== p3-2-1 修建施工-列表 ===========*/
.architectureList02 {
  padding: 1px 0 0rem;
}
.architectureList02 .title2 {
  position: relative;
  margin: 0.6rem auto;
  padding: 0 0.48rem 0 0;
  font-size: 0.3rem;
  background: #fff;
  box-shadow: 0 0 0.19rem rgba(0, 0, 0, 0.11);
}
.architectureList02 .title2 .titleBox {
  padding: 0.2rem 0 0.2rem 0.51rem;
  line-height: 0.6rem;
}
.architectureList02 .title2 .titleBox p {
  position: relative;
  width: calc(100% - 0.3rem);
}
.architectureList02 .title2 .titleBox p::before {
  position: absolute;
  right: -0.3rem;
  top: 0;
  width: 0.18rem;
  height: 100%;
  background: url(/themes/mobile/public/assets/images/icon/icon_63.png) center no-repeat;
  background-size: 0.18rem auto;
  content: "";
}
.architectureList02 .title2 .pos {
  display: none;
}
.architectureList02 .title2 .pos a {
  padding: 0.2rem 0.51rem;
  line-height: 0.5rem;
  color: #333;
}
.architectureList02 .title2 .pos a.cur {
  color: #ba1912;
}
.architectureList02 .tab_next a:last-child {
  margin-bottom: 0;
}
.addressH {
  padding: 0.68rem 0 1rem;
  width: 100%;
}
.addressH .w1400 {
  display: flex;
  flex-wrap: wrap;
  line-height: 0.38rem;
  font-size: 0.24rem;
  color: #666;
}
.addressH .w1400 .one {
  width: 0.26rem;
  height: 0.38rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_18s.png) center no-repeat;
  background-size: 0.26rem auto;
}
.addressH .w1400 i {
  padding: 0 0.1rem;
}
.addressH .w1400 a {
  color: #666;
}
.addressH .w1400 a:hover {
  color: #c7161e;
}
/*=========== p3-2-1修建施工-列表2 ===========*/
.architectureList2 {
  margin-top: 0;
  background: #fff;
}
.architectureList2 .serveList03 {
  background: #fff;
}
.architectureList2 .serveList03 .top {
  margin-bottom: 0;
}
.architectureList203 {
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.architectureList203 .bac {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.15rem;
  background: #f8f9fa;
}
.architectureList203 .sum {
  position: absolute;
  /* left:63.54%; */
  left: 2.8rem;
  bottom: 4.5rem;
  font-size: 1.2rem;
  font-family: Arial;
  color: #f9f9f9;
  font-weight: bold;
}
.architectureList203 .w1400 {
  position: relative;
  z-index: 1;
  padding-top: 0.3rem;
}
.architectureList203 .pic {
  height: 3.8rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.architectureList203 .pic i {
  width: 100%;
  height: 100%;
}
.architectureList203 .next {
  color: #333;
}
.architectureList203 .next b {
  margin-bottom: 0.35rem;
  font-size: 0.36rem;
  font-weight: bold;
}
.architectureList203 .next .clearfix {
  margin-bottom: 0.46rem;
}
.architectureList203 .next i {
  float: left;
  margin: 0.2rem 0.1rem 0 0;
  width: 0.5rem;
  height: 1px;
  background: #d6d6d6;
}
.architectureList203 .next span {
  float: left;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
}
.architectureList203 .next p {
  margin-bottom: 0.4rem;
  max-height: 2.4rem;
  font-size: 0.26rem;
  line-height: 0.48rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.architectureList203 .next .more {
  position: relative;
  display: flex;
  margin-bottom: 0.6rem;
  width: 1.9rem;
  height: 0.68rem;
  text-align: center;
  border-radius: 0.68rem;
  border: #e1e1e1 1px solid;
  overflow: hidden;
}
.architectureList203 .next .more em {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding-right: 0.3rem;
  font-size: 0.24rem;
  line-height: 0.68rem;
  color: #666;
  background: url(/themes/mobile/public/assets/images/icon/icon_34sss.png) right 0.24rem no-repeat;
  background-size: 0.18rem auto;
}
.architectureList204 a {
  margin-bottom: 0.7rem;
  border-radius: 0.08rem;
  border-bottom: #ebebeb 1px solid;
  overflow: hidden;
}
.architectureList204 a .pic {
  position: relative;
  width: 100%;
  height: 3.8rem;
  overflow: hidden;
}
.architectureList204 a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.architectureList204 a .text b {
  margin: 0.28rem 0 0.18rem;
  font-size: 0.3rem;
  color: #333;
}
.architectureList204 a .text p {
  margin-bottom: 0.34rem;
  font-size: 0.26rem;
  color: #666;
}
/*=========== p6-0人才开展 ===========*/
.talents {
  margin-top: 0;
  background: #fff;
}
.talents .title_pbox {
  text-align: center;
}
.talents02 {
  position: relative;
  padding: 1.4rem 0 1.1rem;
}
.talents02 .bac {
  position: absolute;
  right: 0;
  bottom: 1.8rem;
  width: calc(96% - 0.76rem);
  height: 3.8rem;
  background: #f8f9fa;
}
.talents02 .w1400 {
  position: relative;
  z-index: 2;
}
.talents02 .left {
  margin-left: 0.76rem;
}
.talents02 .left .t {
  width: 4rem;
  border-bottom: #e7e7e7 1px solid;
}
.talents02 .left .t b {
  position: relative;
  z-index: 2;
  font-size: 0.4rem;
  color: #333;
  font-weight: bold;
}
.talents02 .left .t i {
  margin-top: -1.1rem;
  font-size: 1.22rem;
  color: #f6f6f7;
  font-family: Arial;
  font-weight: 800;
}
.talents02 .left .text {
  margin-bottom: 0.5rem;
}
.talents02 .left .text b {
  padding: 0.4rem 0;
  font-size: 0.3rem;
  color: #000;
  font-weight: bold;
}
.talents02 .left .text p {
  margin-top: 0.4rem;
  font-size: 0.26rem;
  line-height: 0.48rem;
  color: #666;
}
.talents02 .left .more {
  position: relative;
  display: flex;
  width: 2rem;
  height: 0.7rem;
  text-align: center;
  border: #b9312a 1px solid;
  border-radius: 0.7rem;
  overflow: hidden;
  cursor: pointer;
}
.talents02 .left .more::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #b9312a;
  content: "";
}
.talents02 .left .more::before {
  transition: all 0.6s;
  transform: scale(0);
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: 2;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: #fff;
  content: "";
}
.talents02 .left .more em {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding-right: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.66rem;
  color: #fff;
  background: url(/themes/mobile/public/assets/images/icon/icon_132.png) right center no-repeat;
  background-size: 0.2rem auto;
}
.talents02 .pic {
  float: right;
  position: relative;
  margin-top: 1.5rem;
  width: 100%;
  height: 3.76rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.talents02 .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.talents03 {
  margin-bottom: 1.1rem;
  padding: 1.3rem 0 0;
}
.talents03 .bac {
  bottom: 0;
  width: 100%;
  height: 100%;
}
.talents03 .left {
  margin: 0 0.76rem 0 0;
  text-align: right;
}
.talents03 .left .t {
  margin-left: calc(100% - 4rem);
}
.talents03 .left .t i {
  color: #eff0f1;
}
.talents03 .left .text p {
  text-align: justify;
}
.talents03 .left .more {
  float: right;
}
.talents03 .pic {
  margin-top: 0.75rem;
}
.talents04 {
  margin-bottom: 1.2rem;
}
.talents04 .list a {
  margin-bottom: 0.4rem;
  position: relative;
}
.talents04 .list a .pic {
  position: relative;
  width: 100%;
  height: 4.15rem;
}
.talents04 .list a .pic div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
  overflow: hidden;
}
.talents04 .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.talents04 .list a p {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 92%;
  font-size: 0.4rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.talents04 .list a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.talents05 {
  margin-bottom: 1.4rem;
}
.talents05 #container {
  position: relative;
}
.talents05 .list .item {
  margin-bottom: 0.48rem;
}
.talents05 .list .item a {
  position: relative;
  border-radius: 0.08rem;
  overflow: hidden;
}
.talents05 .list .item .pic {
  width: 100%;
}
.talents05 .list .item .pic img {
  width: 100%;
  min-height: 3rem;
}
.talents05 .list .item em {
  position: absolute;
  left: 6%;
  bottom: 6%;
  width: 88%;
  font-size: 0.3rem;
  color: #fff;
}
.talents05 .list .item .pos {
  transition: all 0.5s;
  opacity: 0;
  display: none;
}
.talents05 .more {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 2.5rem;
  text-align: center;
  border-radius: 0.9rem;
  overflow: hidden;
}
.talents05 .more::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #b9312a;
  content: "";
}
.talents05 .more em {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding-right: 0.35rem;
  font-size: 0.26rem;
  line-height: 0.9rem;
  color: #fff;
  background: url(/themes/mobile/public/assets/images/icon/icon_132.png) right center no-repeat;
  background-size: 0.19rem auto;
}
/*=========== p0-2 董事长信箱 ===========*/
.chairman {
  background: #fff;
}
.chairman01 {
  padding: 0.8rem 0 1.3rem;
}
.chairman01 .text {
  padding: 0.6rem 0.3rem;
  font-size: 0.26rem;
  line-height: 0.48rem;
  color: #333;
  background: #f9f9f9;
}
.chairman01 .text p {
  text-indent: 2em;
}
.chairman01 .but {
  margin: 0.5rem auto 0;
  width: 2.2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.26rem;
  color: #fff;
  text-align: center;
  border-radius: 0.8rem;
  background: #b92d29;
  cursor: pointer;
}
.chairman02 {
  padding: 0.55rem 0 1rem;
}
.chairman02 .tit {
  margin-bottom: 0.4rem;
  line-height: 0.9rem;
  background: #f9f9f9;
}
.chairman02 .tit p {
  margin-left: 0.27rem;
  padding-left: 0.4rem;
  font-size: 0.3rem;
  color: #b92d29;
  font-weight: bold;
}
.chairman02 .list li {
  margin-bottom: 0.4rem;
}
.chairman02 .list li .text {
  margin-bottom: 0.2rem;
  font-size: 0.28rem;
}
.chairman02 .list li .text i {
  margin: 0 0.05rem 0 0;
  float: left;
  color: #b32e2e;
}
.chairman02 .list li .text em {
  float: left;
  color: #333;
}
.chairman02 .list li .right {
  line-height: 0.77rem;
}
.chairman02 .list li .inp {
  display: flex;
  padding: 0 2.7%;
  border: #d2d2d2 1px solid;
  color: #333;
}
.chairman02 .list li .inp input {
  width: 100%;
  height: 0.77rem;
  line-height: 0.77rem;
  font-size: 0.26rem;
  color: #333;
}
.chairman02 .list li .inp input::-moz-placeholder {
  color: #333;
}
.chairman02 .list li .inp input::-webkit-input-placeholder {
  color: #333;
}
.chairman02 .list li .inp input::-o-input-placeholder {
  color: #333;
}
.chairman02 .list li .inp input::-ms-input-placeholder {
  color: #333;
}
.chairman02 .list li .inp textarea {
  padding: 0.24rem 0;
  width: 100%;
  height: 3rem;
  font-size: 0.26rem;
  color: #333;
  outline: none;
  border: none;
  background: none;
}
.chairman02 .list li .inp textarea::-moz-placeholder {
  color: #333;
}
.chairman02 .list li .inp textarea::-webkit-input-placeholder {
  color: #333;
}
.chairman02 .list li .inp textarea::-o-input-placeholder {
  color: #333;
}
.chairman02 .list li .inp textarea::-ms-input-placeholder {
  color: #333;
}
.chairman02 .list li div.radio {
  float: left;
  margin-right: 0.2rem;
  padding: 0 0.25rem;
  line-height: 0.58rem;
  font-size: 0.26rem;
  color: #333;
  border: #dcdcdc 1px solid;
  cursor: pointer;
}
.chairman02 .list li div.radio.cur {
  background: url(/themes/mobile/public/assets/images/icon/icon_165.png) right top no-repeat;
  background-size: 0.28rem auto;
  border: #b72e2a 1px solid;
}
.chairman02 .list.list2 li.on .file {
  position: relative;
  margin-right: 0.26rem;
  width: 2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.26rem;
  color: #fff;
  text-align: center;
  background: #b92d29;
}
.chairman02 .list.list2 li.on .file input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.chairman02 .list.list2 li.on .file i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.chairman02 .list.list2 li.on p {
  width: calc(100% - 2.26rem);
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #999;
}
.chairman02 .submit .clearfix {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.98rem;
}
.chairman02 .submit .clearfix input {
  padding: 0 0.1rem;
  width: 1.9rem;
  height: 0.67rem;
  background: #f9f9f8;
}
.chairman02 .submit .clearfix .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.16rem;
  width: 1.8rem;
  height: 0.67rem;
  background: #fff;
}
.chairman02 .submit .clearfix .pic img {
  max-width: 92%;
  max-height: 100%;
}
.chairman02 .submit .clearfix p,
.chairman02 .submit .clearfix a {
  font-size: 0.28rem;
  color: #ae2e33;
}
.chairman02 .submit .clearfix a {
  cursor: pointer;
}
.chairman02 .submit .but {
  margin: 0 auto 0;
  width: 2.2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.26rem;
  color: #fff;
  text-align: center;
  border-radius: 0.8rem;
  background: #b92d29;
  cursor: pointer;
}
.chairman03 {
  position: relative;
  height: calc(100vh - 1rem);
}
.chairman03 .pos {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.chairman03 .pos img {
  margin: 0 auto 0.4rem;
  width: 2.12rem;
}
.chairman03 .pos p {
  line-height: 0.48rem;
  font-size: 0.26rem;
  color: #333;
  text-align: center;
}
.chairman03 .pos .but {
  margin: 0.5rem auto 0;
  width: 2.2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.26rem;
  color: #fff;
  text-align: center;
  border-radius: 0.8rem;
  background: #b92d29;
  cursor: pointer;
}
/*=========== p1-1 治理团队 ===========*/
.teams01 {
  padding: 0.8rem 0 0.9rem;
}
.teams01 a {
  position: relative;
  padding: 0.28rem 0;
  line-height: 0.42rem;
  border-bottom: #dcdcdc 1px solid;
  overflow: hidden;
}
.teams01 a::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #b83029;
  content: "";
}
.teams01 a i {
  float: left;
  width: 0.4rem;
  height: 0.42rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_167.png) left center no-repeat;
  background-size: 0.1rem auto;
}
.teams01 a em {
  float: left;
  margin-right: 0.6rem;
  width: 1.1rem;
  height: 0.42rem;
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
  text-align: justify;
  overflow: hidden;
}
.teams01 a em::after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}
.teams01 a p {
  float: left;
  width: calc(100% - 2.1rem);
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.26rem;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.teams01 a.cur::before {
  transition: all 0.5s;
  width: 100%;
}
.teams02 {
  position: relative;
  padding: 1.26rem 0 3.6rem;
  background: url(/themes/mobile/public/assets/images/page/teams02_bac.jpg) center no-repeat;
  background-size: cover;
}
.teams02 .left {
  padding-bottom: 0.66rem;
  color: #fff;
}
.teams02 .left em {
  margin-bottom: 0.28rem;
  font-size: 0.4rem;
  font-weight: bold;
}
.teams02 .left p {
  font-size: 0.3rem;
}
.teams02 .right a {
  padding-top: 0.6rem;
  line-height: 0.46rem;
  font-size: 0.24rem;
  color: #fff;
}
.teams02 .right a:first-child {
  border-top: #fff 1px solid;
}
.teams02 .right a p {
  float: right;
  width: calc(100% - 1.36rem);
}
.teams02 .right a i {
  float: left;
}
/*=========== p1-5 向导致辞 ===========*/
.make01 {
  padding: 1.3rem 0 2.4rem;
  background: url(/themes/mobile/public/assets/images/page/make01_bac.jpg) center no-repeat;
  background-size: cover;
}
.make01 .tit img {
  display: block;
  margin: 0 auto 0.6rem;
  width: 6.5rem;
}
.make01 .text {
  margin-bottom: 0.8rem;
  font-size: 0.26rem;
  line-height: 0.48rem;
}
.make01 .text p {
  text-indent: 2em;
}
.make01 .titBox {
  /* display: flex;
        justify-content: end;
        align-items: center; */
  line-height: 0.4rem;
}
.make01 .titBox i {
  float: right;
  margin-top: calc((0.4rem - 1px) * 0.5);
  width: 1.32rem;
  height: 1px;
  background: #333;
}
.make01 .titBox p {
  float: right;
  margin-left: 0.25rem;
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
}
.make02 {
  padding: 1rem 0 2rem;
  background: url(/themes/mobile/public/assets/images/page/make02_bac.png) left bottom no-repeat;
  background-size: 100% auto;
}
.make02 img {
  margin: 0 auto;
  width: 92%;
}
/*=========== p4-5 先进典范 ===========*/
.advanced .list a {
  border-radius: 0.08rem;
  overflow: hidden;
}
.advanced .list a .text {
  border-color: #fff;
}
.advanced .list a .text .clearfix {
  margin-bottom: 0.28rem;
}
.advanced .list a .text .clearfix em {
  float: left;
  padding-left: 0.5rem;
  width: calc(100% - 1.1rem);
  font-size: 0.26rem;
  color: #b83028;
  background: url(/themes/mobile/public/assets/images/icon/icon_168.png) left 4px no-repeat;
  background-size: 0.17rem auto;
}
.advanced .list a .text .clearfix span {
  float: right;
  padding-left: 0.34rem;
  font-size: 0.26rem;
  font-family: Arial;
  color: #c70020;
  background: url(/themes/mobile/public/assets/images/icon/icon_169.png) left center no-repeat;
  background-size: 0.22rem auto;
}
.advanced .list a .text b {
  margin-bottom: 0;
}
/*=========== p6-4 3044am永利集团大课堂 ===========*/
.lecture {
  padding: 0.8rem 0 1.3rem;
}
.lecture .list a {
  border-radius: 0.08rem;
  overflow: hidden;
}
.lecture .list a .text {
  border-color: #fff;
}
.lecture .list a .text i {
  margin-bottom: 0.26rem;
  color: #c70020;
  font-weight: bold;
}
.lecture .list a .text b {
  font-weight: normal;
}
/*=========== p6-0人才开展-列表 ===========*/
.developList {
  padding: 0.7rem 0 10px;
  background: #fff;
}
.developList .list a {
  padding: 0.3rem 0 1rem;
}
.developList .list a .pic {
  margin-left: 4%;
  width: 96%;
  height: 3.95rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
.developList .list a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.developList .list a .text {
  padding-top: 0.72rem;
}
.developList .list a .text .t b {
  position: relative;
  z-index: 2;
  font-size: 0.4rem;
  color: #333;
  font-weight: bold;
}
.developList .list a .text .t i {
  margin-top: -1.15rem;
  font-size: 1.22rem;
  color: #f6f6f7;
  font-family: Arial;
  font-weight: 800;
}
.developList .list a .text p {
  margin-bottom: 0.72rem;
  max-height: 1.44rem;
  line-height: 0.48rem;
  font-size: 0.26rem;
  text-align: justify;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.developList .list a:nth-child(2n) {
  background: #f8f9fa;
}
.developList .list a:nth-child(2n) .pic {
  margin: 0 4% 0 0;
}
.developList .list a:nth-child(2n) .text .t {
  text-align: right;
}
.developList .list a:nth-child(2n) .text .t i {
  color: #fff;
}
.developList .list a:nth-child(2n) .text .more {
  float: right;
}
.developList .list a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.developList .more {
  position: relative;
  display: flex;
  margin-bottom: 0.86rem;
  width: 2rem;
  height: 0.7rem;
  text-align: center;
  border: #b9312a 1px solid;
  border-radius: 0.7rem;
  overflow: hidden;
  cursor: pointer;
}
.developList .more::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #b9312a;
  content: "";
}
.developList .more::before {
  transition: all 0.6s;
  transform: scale(0);
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: 2;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: #fff;
  content: "";
}
.developList .more em {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding-right: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.66rem;
  color: #fff;
  background: url(/themes/mobile/public/assets/images/icon/icon_132.png) right center no-repeat;
  background-size: 0.2rem auto;
}
.pop_develop {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 22;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.1rem;
}
.pop_develop .bor {
  padding: 0.4rem 0.4rem 0.6rem;
  width: 6.1rem;
}
.pop_develop .t {
  margin-bottom: 0.3rem;
}
.pop_develop .t b {
  float: left;
  padding: 0 0.5rem 0.3rem 0;
  font-size: 0.4rem;
  color: #333;
  font-weight: bold;
  border-bottom: #ca1a24 2px solid;
}
.pop_develop .t i {
  float: right;
  width: 0.35rem;
  height: 0.35rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_170.png) center no-repeat;
  background-size: 100% auto;
}
.pop_develop .c .left {
  margin-bottom: 0.3rem;
  width: 100%;
  max-height: 5rem;
  font-size: 0.26rem;
  line-height: 0.48rem;
  overflow-y: auto;
}
.pop_develop .c .left p {
  margin-bottom: 0.3rem;
}
.pop_develop .c .left p:last-child {
  margin-bottom: 0;
}
.pop_develop .c .right {
  width: 100%;
}
.pop_develop .c .right .swiper-slide {
  margin-bottom: 0.42rem;
  width: 100%;
  height: 3.15rem;
  border-radius: 0.06rem;
  overflow: hidden;
}
.pop_develop .c .right .swiper-slide i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.pop_develop .c .right .swiper-pagination {
  display: flex;
  justify-content: center;
}
.pop_develop .c .right .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.03rem;
  background: #dcdcdc;
}
.pop_develop .c .right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cd252d;
}
.pop_develop_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 21;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
/*=========== p0-3 联系3044am永利集团 ===========*/
.contact01 {
  margin-top: 1rem;
  position: relative;
  background: #b82a26;
}
.contact01 .left {
  position: relative;
}
.contact01 .left .pos {
  padding: 0.6rem 0 0.5rem;
  color: #fff;
}
.contact01 .left .pos b {
  margin-bottom: 0.12rem;
  font-size: 0.4rem;
}
.contact01 .left .pos i {
  margin-bottom: 0.2rem;
  font-size: 0.6rem;
  color: #c84a47;
  font-weight: bold;
}
.contact01 .left .pos .lie {
  margin-bottom: 0.5rem;
  width: 100%;
  height: 1px;
  background: #fff;
}
.contact01 .left .pos dl {
  margin-bottom: 0.3rem;
  font-size: 0.3rem;
}
.contact01 .left .pos dl dt {
  float: left;
  padding-left: 0.4rem;
}
.contact01 .left .pos dl dd {
  float: left;
  width: calc(100% - 1.3rem);
}
.contact01 .right {
  height: 7.34rem;
}
.contact01 .right i {
  width: 100%;
  height: 100%;
}
.contact02 {
  padding: 0.95rem 0 1.9rem;
  background: url(/themes/mobile/public/assets/images/page/contact02_bac.jpg) center no-repeat;
  background-size: cover;
}
.contact02 .next {
  position: relative;
  margin-bottom: 0.3rem;
  background: #fff;
  border-radius: 0.08rem;
}
.contact02 .next .bor {
  padding: 0.42rem 0.45rem 0.4rem;
}
.contact02 .next .icon {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.32rem;
  padding-bottom: 0.28rem;
  border-bottom: #b82a26 1px solid;
}
.contact02 .next .icon img {
  margin-right: 0.27rem;
  max-height: 0.62rem;
}
.contact02 .next .icon b {
  float: left;
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
.contact02 .next dl {
  margin-bottom: 0.2rem;
  line-height: 0.32rem;
}
.contact02 .next dl dt {
  float: left;
  padding-left: 0.4rem;
  margin-right: 0.22rem;
  font-size: 0.24rem;
  color: #999;
}
.contact02 .next dl dd {
  float: left;
  width: calc(100% - 1.7rem);
  font-size: 0.28rem;
  color: #333;
  font-weight: bold;
  font-family: Arial;
}
/*.contact02 .next:nth-child(3) dl dd{*/
/* width: 1.52rem;*/
/*}*/
/*.contact02 .next:nth-child(3) dl dd img {*/
/*    width: 100%;*/
/*}*/
.contact02 .next dl dd div {
  font-size: 0.28rem;
  line-height: 0.36rem;
}
.contact02 .next dl.dl1 dt {
  background: url(/themes/mobile/public/assets/images/icon/icon_179.png) left center no-repeat;
  background-size: 0.24rem auto;
}
.contact02 .next dl.dl2 dt {
  background: url(/themes/mobile/public/assets/images/icon/icon_180.png) left center no-repeat;
  background-size: 0.24rem auto;
}
.contact02 .next dl.dl3 dt {
  background: url(/themes/mobile/public/assets/images/icon/icon_181.png) left center no-repeat;
  background-size: 0.18rem auto;
}
.contact02 .next i {
  font-size: 0.24rem;
  color: #999;
}
.contact02 .next em {
  margin-top: 0.18rem;
  width: 0.6rem;
  height: 0.6rem;
  background: url(/themes/mobile/public/assets/images/icon/icon_182.png) center no-repeat;
  background-size: cover;
}
.contact02 .next .flexText{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
<!--耗时1765835715.8211秒-->