/*=========== p1-2 领导成员 ===========*/
.members .members_1 {
  padding: 0.56rem 0 1rem;
}
.members .members_1 .left {
  position: relative;
  margin-top: 0.5rem;
  width: 100%;
  background: #ba1912 url(../images/members_1.png) right top no-repeat;
  background-size: 2.38rem auto;
}
.members .members_1 .left .top {
  color: #fff;
}
.members .members_1 .left .top b {
  position: relative;
  padding: 0 0.06rem 0.24rem 0;
  font-size: 0.36rem;
}
.members .members_1 .left .top p {
  margin-bottom: 0.3rem;
  font-size: 0.3rem;
  font-family: "Arial";
}
.members .members_1 .left .top .lie {
  margin-bottom: 0.3rem;
  width: 1rem;
  height: 1px;
  background: #fff;
  content: " ";
}
.members_1 .left .tab_next {
  padding: 0.42rem 0.3rem 0.4rem;
}
.members_1 .left .tab_next .cen ul {
  margin-bottom: 0.3rem;
}
.members_1 .left .tab_next .cen ul a {
  line-height: 0.54rem;
  font-size: 0.26rem;
  color: #fff;
}
.members_1 .left .tab_next .cen ul a p {
  transition: all 0.5s;
  float: left;
  max-width: calc(100% - 0.7rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.members_1 .left .tab_next .cen ul a i {
  float: right;
}
.members_1 .left .tab_next .cen .more {
  padding-right: 0.22rem;
  font-size: 0.26rem;
  color: #fff;
  background: url(../images/icon_15s.png) right center no-repeat;
  background-size: 0.09rem auto;
}
.members .members_1 .right {
  width: 100%;
  box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.1);
  background: #fff url(../images/members_2.png) right bottom no-repeat;
  background-size: 0.69rem auto;
}
.members .members_1 .right .bor {
  padding: 0.5rem 0.2rem 0.5rem 0.3rem;
  line-height: 0.42rem;
}
.members .members_1 .right .bor .clearfix {
  padding: 0.2rem 0;
  cursor: pointer;
  color: #333;
}
.members .members_1 .right .bor .clearfix b {
  float: left;
  padding-left: 0.23rem;
  width: 1rem;
  font-size: 0.3rem;
  font-weight: bold;
  text-align: justify;
  justify-content: space-around;
  background: url(../images/icon_40.png) left center no-repeat;
  background-size: 0.06rem auto;
}
.members .members_1 .right .bor .clearfix p {
  float: right;
  width: calc(100% - 1.5rem);
  font-size: 0.26rem;
}
.members .members_1 .right .bor .clearfix.cur {
  color: #ba1912;
}
/*=========== p1-3 组织架构 ===========*/
.organization {
  padding: 0.9rem 0 0;
  background: url(../images/organization_bac.jpg) center no-repeat;
  background-size: cover;
}
.organization .organization_1 {
  padding-bottom: 1.3rem;
}
.organization .organization_1 img {
  width: 100%;
}
.organization .titleO {
  padding-bottom: 0.5rem;
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
}
/*=========== p1-5 企业文化 ===========*/
.culture_1 {
  padding: 0.6rem 0 0.8rem;
}
.culture_1 a {
  position: relative;
  margin-bottom: 0.4rem;
  width: 100%;
  height: 3.97rem;
  box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.1);
}
.culture_1 a .imgPic {
  transition: all 0.5s;
  opacity: 0;
  transform: scale(0.7);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture_1 a .pos {
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 1.2rem);
}
.culture_1 a .pos .icon {
  position: relative;
  margin-bottom: 0.2rem;
  width: 100%;
  height: 0.68rem;
}
.culture_1 a .pos .icon img {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  height: 0.68rem;
}
.culture_1 a .pos .icon img.img2 {
  opacity: 0;
}
.culture_1 a .pos b {
  margin-bottom: 0.2rem;
  font-size: 0.36rem;
  color: #333;
}
.culture_1 a .pos .text p {
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #666;
}
.culture_1 a:nth-child(3) {
  margin-right: 0;
}
.culture_1 a.a1 {
  background: #fff url(../images/culture_3.png) right top no-repeat;
  background-size: 1.46rem auto;
}
.culture_1 a.a2 {
  animation-delay: 0.1s;
  background: #fff url(../images/culture_2.png) right top no-repeat;
  background-size: 1.54rem auto;
}
.culture_1 a.a3 {
  animation-delay: 0.2s;
  background: #fff url(../images/culture_1.png) right top no-repeat;
  background-size: 1.64rem auto;
}
.culture_1 a:hover .imgPic {
  transition: all 0.5s;
  opacity: 1;
  transform: scale(1);
}
.culture_1 a:hover .pos .icon .img1 {
  opacity: 0;
}
.culture_1 a:hover .pos .icon .img2 {
  opacity: 1;
}
.culture_1 a:hover .pos b,
.culture_1 a:hover .pos .text p {
  color: #fff;
}
/*=========== p1-6 企业品牌 ===========*/
.brand_1 {
  margin: 0.74rem auto 1.1rem;
  position: relative;
}
.brand_1 .left {
  width: 100%;
  height: 100%;
}
.brand_1 .left img {
  margin: 0 auto 0.74rem;
  width: 2.74rem;
}
.brand_1 .text {
  width: 100%;
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #333;
}
.brand_1 .text b {
  margin-bottom: 0.3rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #ba1912;
}
/*=========== p2-1 新闻 ===========*/
.new {
  padding: 0 0 0.9rem;
}
.new .list {
  margin-bottom: 0.6rem;
}
.new .list a {
  position: relative;
  margin-bottom: 0.08rem;
  padding: 0.56rem 0;
  border-bottom: #eaeaea 2px solid;
}
.new .list a::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0px;
  height: 3px;
  background: #ba1912;
  content: " ";
}
.new .list a .time {
  width: 1.14rem;
  height: 1rem;
  font-family: "Arial";
  color: #333;
}
.new .list a .time div {
  padding: 0.17rem 0 0 0.14rem;
}
.new .list a .time i {
  margin-bottom: 0.05rem;
  font-size: 0.3rem;
  color: #ba1912;
  font-weight: bold;
}
.new .list a .time em {
  font-size: 0.24rem;
}
.new .list a .text {
  float: left;
  margin-left: 0.3rem;
  width: calc(100% - 1.14rem - 0.3rem - 0.4rem);
}
.new .list a .text b {
  line-height: 0.5rem;
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 2;
  -o-box-orient: vertical;
}
.new .list a .text p {
  margin-top: 0.26rem;
  font-size: 0.28rem;
  color: #666;
  font-family: Arial;
}
.new .list a span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3rem;
  height: 100%;
  background: url(../images/icon_7.png) right center no-repeat;
  background-size: 0.15rem auto;
}
.new .list a.cur .time {
  color: #fff;
  background: #c6a871;
}
.new .list a.cur .time i {
  color: #fff;
}
.new .list a.cur:hover .text b {
  color: #ba1912;
}
.new .list a:hover::before {
  width: 100%;
}
/*=========== p2-1 有图新闻 ===========*/
.newPic {
  padding: 0 0 1rem;
}
.newPic .list {
  margin-bottom: 0.6rem;
}
.newPic .list a {
  position: relative;
  padding: 0.6rem 0;
  border-bottom: #eaeaea 1px solid;
}
.newPic .list a::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0px;
  height: 1px;
  background: #ba1912;
  content: " ";
}
.newPic .list a .pic {
  width: 2.8rem;
  height: 1.58rem;
  overflow: hidden;
}
.newPic .list a .pic img {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newPic .list a .text {
  float: left;
  margin-left: 0.3rem;
  width: calc(100% - 2.8rem - 0.3rem - 0.4rem);
}
.newPic .list a .text b {
  margin: 0 0 0.3rem;
  line-height: 0.5rem;
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 2;
  -o-box-orient: vertical;
}
.newPic .list a .text i {
  font-size: 0.24rem;
  color: #555;
  font-family: Arial;
}
.newPic .list a span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3rem;
  height: 100%;
  background: url(../images/icon_7.png) right center no-repeat;
  background-size: 0.15rem auto;
}
.newPic .list a:hover::before {
  width: 100%;
}
.newPic .list a:hover .pic img {
  transition: all 0.5s;
  transform: scale(1.08);
}
.newPic .list a:hover .text b {
  color: #ba1912;
}
/*=========== p2-2 新闻详情 ===========*/
.newDetails {
  padding: 0.5rem 0 1rem;
}
.newDetails .responsibility {
  width: 100% !important;
}
.newDetails .left .title_box {
  line-height: 0.48rem;
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
}
.newDetails .left .cen {
  position: relative;
  z-index: 2;
  padding: 0.4rem 0;
  width: 100%;
  color: #333;
  font-size: 0.28rem;
  text-align: center;
}
.newDetails .left .cen .time {
  margin-bottom: 0.3rem;
  text-align: center;
}
.newDetails .left .cen .time i {
  display: inline-block;
  padding: 0 0.1rem;
}
.newDetails .left .cen .icon-share {
  position: relative;
  width: 100%;
}
.newDetails .left .cen .icon-share::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #dfdfdf;
  content: " ";
}
.newDetails .left .cen .icon-share .pos {
  left: 50%;
  top: 0.8rem;
  margin-left: -1.2rem;
  padding: 0.2rem;
  width: 1.8rem;
}
.newDetails .left .cen .icon-share .pos .qrcode {
  width: 1.8rem;
}
.newDetails .left .cen .icon-share .icon_box {
  margin-top: 0.33rem;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 1.45rem;
  height: 0.51rem;
  background: #fff url(../images/icon_46.png) center no-repeat;
  background-size: auto 0.51rem;
}
.newDetails .left .cen .pos_box ul {
  display: none;
}
.newDetails .left .cen .pos_box .Smohan_Layer_box {
  height: 1px;
  overflow: hidden;
}
.newDetails .left .cen .share {
  cursor: pointer;
}
.newDetails .left .text {
  font-size: 0.3rem;
  color: #666;
  line-height: 1.7;
}
.newDetails .left .text p {
  margin-bottom: 0.3rem;
  text-indent: 1em;
}
.newDetails .left .text img,
.newDetails .left .text video,
.newDetails .left .text iframe {
  display: block;
  margin: 0.3rem 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_article {
  position: relative;
  margin-top: 0.2rem;
  padding-top: 0.5rem;
  line-height: 0.66rem;
  font-size: 0.28rem;
  color: #333;
  border-top: #e5e5e5 1px solid;
}
.newDetails .left .go_article p {
  float: left;
}
.newDetails .left .go_article a {
  float: left;
  width: calc(100% - 1.2rem);
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newDetails .left .go_article a:hover {
  color: #c7161e;
}
/*=========== p2-3 专题 ===========*/
.newList {
  padding-bottom: 0.8rem;
}
.newList .Nsearch {
  margin: 0.6rem 0 0.2rem;
}
.newList .Nsearch .inp {
  position: relative;
  margin-bottom: 0.4rem;
  width: 100%;
  height: 1.06rem;
  background: #f3f3f3;
}
.newList .Nsearch .inp .clearfix {
  position: relative;
  margin: 0 0.57rem 0 4%;
}
.newList .Nsearch .inp i {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.17rem;
  height: 100%;
  background: url(../images/icon_32.png) center no-repeat;
  background-size: 0.17rem auto;
}
.newList .Nsearch .inp input {
  float: left;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 1.06rem;
  font-size: 0.28rem;
  color: #666;
}
.newList .Nsearch .inp.inp2 input {
  width: calc(100% - 14px);
  height: 1.06rem;
}
.newList .Nsearch .inp.inp2 .but {
  float: left;
  width: 14px;
  height: 1.06rem;
  background: url(../images/icon_45.png) center no-repeat;
  background-size: 0.2rem auto;
}
.newList .list {
  margin-bottom: 0.6rem;
}
.newList .list a {
  margin: 0 0 0.57rem 0;
  width: 100%;
  position: relative;
  border-bottom: #eaeaea 2px solid;
}
.newList .list a::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0px;
  height: 2px;
  background: #ba1912;
  content: " ";
}
.newList .list a .pic {
  width: 100%;
  height: 3.68rem;
  overflow: hidden;
}
.newList .list a .pic img {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newList .list a b {
  line-height: 1.12rem;
  font-size: 0.36rem;
  color: #333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newList .list a:hover::before {
  width: 100%;
}
.newList .list a:hover .pic img {
  transition: all 0.5s;
  transform: scale(1.08);
}
/*=========== p2-0 新闻聚合 ===========*/
.titleBox {
  line-height: 0.54rem;
}
.titleBox b {
  float: left;
  margin-right: 0.3rem;
  font-size: 0.42rem;
  color: #333;
  font-weight: bold;
}
.titleBox b:last-child {
  margin-right: 0;
}
.titleBox b.cur {
  color: #ba1912;
}
.titleBox .goMore {
  float: right;
  padding-right: 0.24rem;
  font-size: 0.28rem;
  color: #999;
  background: url(../images/icon_18.png) right center no-repeat;
  background-size: 0.11rem auto;
}
.titleBox .goMore:hover {
  color: #ba1912;
  background: url(../images/icon_18s.png) right center no-repeat;
  background-size: 0.11rem auto;
}
.newj_01 {
  position: relative;
  padding: 1.74rem 0 0.94rem;
  background: url(../images/newj_1.jpg) center no-repeat;
  background-size: cover;
}
.newj_01 .titleBox b {
  color: #fff;
}
.newj_01 .titleBox .goMore {
  color: #fff;
  background: url(../images/icon_18ss.png) right center no-repeat;
  background-size: 0.11rem auto;
}
.newj_01 .pos .mySwiper {
  padding: 0.46rem 0 0.7rem;
}
.newj_01 .pos .mySwiper a {
  animation-delay: 0.2s;
  position: relative;
  width: 100%;
}
.newj_01 .pos .mySwiper a .pic {
  width: 100%;
  height: 4.3rem;
  overflow: hidden;
}
.newj_01 .pos .mySwiper a .pic img {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newj_01 .pos .mySwiper a .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0.4rem;
  width: calc(100% - 0.8rem);
  height: 0.72rem;
  line-height: 0.72rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
.newj_01 .pos .mySwiper a .text p {
  float: left;
  width: calc(100% - 0.7rem);
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newj_01 .pos .mySwiper a .text i {
  float: right;
  font-size: 0.26rem;
  color: #fff;
}
.newj_01 .pos .mySwiper a:hover .pic img {
  transition: all 0.5s;
  transform: scale(1.08);
}
.newj_01 .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 0;
  font-size: 0.24rem;
  color: #fff;
}
.newj_01 .swiper-pagination .swiper-pagination-bullet {
  display: flex;
  width: auto;
  height: auto;
  font-family: Arial;
  opacity: 1;
  background: none;
  border-radius: 0;
}
.newj_01 .swiper-pagination .swiper-pagination-bullet i {
  margin: 0.13rem 0 0 0.1rem;
  width: 0;
  height: 1px;
  background: #fff;
}
.newj_01 .swiper-pagination .swiper-pagination-bullet-active i {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-name: width45;
  animation-name: width45;
}
.newj_02 {
  padding: 0.56rem 0 0.76rem;
  background: #fbfbfb;
}
.newj_02 .titleBox {
  animation-delay: 0.1s;
  margin-bottom: 0.3rem;
}
.newj_02 .titleBox .fl {
  width: calc(100% - 1rem);
}
.newj_02 .titleBox .fr {
  margin-top: 0.5rem;
}
.newj_02 .titleBox .fl b {
  margin: 0 1rem 0.45rem 0;
}
.newj_02 .titleBox .fl b:nth-child(3),
.newj_02 .titleBox .fl b:nth-child(4) {
  margin-bottom: 0;
}
.newj_02 .left .list {
  margin-bottom: 0.9rem;
}
.newj_02 .left .list a {
  position: relative;
  margin-bottom: 0.08rem;
  padding: 0.36rem 0;
  border-bottom: #eaeaea 2px solid;
}
.newj_02 .left .list a::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0px;
  height: 3px;
  background: #ba1912;
  content: " ";
}
.newj_02 .left .list a .time {
  width: 1.14rem;
  height: 1rem;
  font-family: "Arial";
  color: #333;
}
.newj_02 .left .list a .time div {
  padding: 0.17rem 0 0 0.14rem;
}
.newj_02 .left .list a .time i {
  margin-bottom: 0.05rem;
  font-size: 0.3rem;
  color: #ba1912;
  font-weight: bold;
}
.newj_02 .left .list a .time em {
  font-size: 0.24rem;
}
.newj_02 .left .list a .text {
  float: left;
  margin-left: 0.3rem;
  width: calc(100% - 1.14rem - 0.3rem - 0.4rem);
}
.newj_02 .left .list a .text b {
  line-height: 0.5rem;
  font-size: 0.36rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 2;
  -o-box-orient: vertical;
}
.newj_02 .left .list a .text p {
  margin-top: 0.26rem;
  font-size: 0.28rem;
  color: #666;
  font-family: Arial;
}
.newj_02 .left .list a span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3rem;
  height: 100%;
  background: url(../images/icon_7.png) right center no-repeat;
  background-size: 0.15rem auto;
}
.newj_02 .left .list a.cur .time {
  color: #fff;
  background: #c6a871;
}
.newj_02 .left .list a.cur .time i {
  color: #fff;
}
.newj_02 .left .list a.cur::before {
  width: 100%;
}
.newj_02 .left .list a.cur:hover .text b {
  color: #ba1912;
}
.newj_02 .left .list a:hover::before {
  width: 100%;
}
.newj_02 .right .listBox {
  margin-top: 0.36rem;
}
.newj_02 .right .listBox a .pic {
  position: relative;
  width: 100%;
  height: 3.88rem;
  overflow: hidden;
}
.newj_02 .right .listBox a .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.newj_02 .right .listBox a .pic span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon_23.png) center no-repeat;
  background-size: 0.97rem auto;
}
.newj_02 .right .listBox a p {
  padding-top: 0.2rem;
  font-size: 0.3rem;
  color: #333;
}
.newj_02 .right .listBox a:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.newj_02 .right .listBox a:hover p {
  color: #ba1912;
}
.newj_03 {
  padding: 0.85rem 0 0.8rem;
  background: url(../images/newlist_bac.jpg) center no-repeat;
}
.newj_03 .swiper {
  margin-top: 0.6rem;
  width: 100%;
  height: 100%;
}
.newj_03 .swiper-slide {
  margin: 0 0 1rem 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.newj_03 .swiper-slide a {
  width: 100%;
  height: 4.34rem;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.newj_03 .swiper-slide a .bor {
  padding: 0.6rem 0.58rem;
}
.newj_03 .swiper-slide a .bor b {
  margin-bottom: 0.36rem;
  height: 0.92rem;
  line-height: 0.46rem;
  font-size: 0.3rem;
  color: #333;
}
.newj_03 .swiper-slide a .bor p {
  margin-bottom: 0.32rem;
  height: 0.92rem;
  line-height: 0.46rem;
  font-size: 0.26rem;
  color: #666;
}
.newj_03 .swiper-slide a .bor .pic {
  display: flex;
  align-items: center;
  width: calc(100% - 1.4rem);
  height: 0.6rem;
}
.newj_03 .swiper-slide a .bor .pic img {
  max-width: 100%;
  max-height: 100%;
}
.newj_03 .swiper-slide a .bor span {
  float: right;
  line-height: 0.6rem;
  font-size: 0.26rem;
  color: #666;
  font-family: Arial;
}
.newj_03 .swiper-slide a:hover .bor b {
  color: #ba1912;
}
.newj_03 .swiper-horizontal > .swiper-scrollbar {
  left: 0;
  bottom: 13px;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.newj_03 .swiper-scrollbar-drag {
  top: 50%;
  margin-top: -0.22rem;
  min-width: 0.9rem;
  height: 0.44rem;
  background: url(../images/icon_49.png) center no-repeat;
  background-size: 0.9rem auto;
}
.newj_03 .lie {
  position: relative;
  margin-top: 54px;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.newj_03 .lie i {
  position: absolute;
  left: 16.07%;
  top: 50%;
  margin: -13px 0 0 -26px;
  width: 52px;
  height: 26px;
  background: url(../images/icon_49.png) center no-repeat;
}
.newj_04 {
  padding: 0.9rem 0 0.9rem;
}
.newj_04 .list {
  margin-top: 0.6rem;
}
.newj_04 .list a {
  position: relative;
  float: left;
  width: 4.6rem;
  height: 2.6rem;
}
.newj_04 .list a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newj_04 .list a::before {
  transition: all 0.5s;
  opacity: 0;
  transform: scale(0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ba1912;
  content: " ";
}
.newj_04 .list a .pos {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.newj_04 .list a .pos .bor {
  transition: all 0.5s;
  opacity: 0;
  transform: scale(0.7);
  padding: 0 36px;
  color: #fff;
}
.newj_04 .list a .pos .bor b {
  margin-bottom: 28px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newj_04 .list a .pos .bor p {
  margin-bottom: 23px;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 2;
  -o-box-orient: vertical;
}
.newj_04 .list a .pos .bor .more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 126px;
  height: 46px;
  border: #fff 1px solid;
}
.newj_04 .list a .pos .bor .more i {
  padding-right: 23px;
  font-size: 17px;
  color: #fff;
  background: url(../images/icon_18ss.png) right center no-repeat;
}
.newj_04 .list a:hover::before,
.newj_04 .list a:hover .bor {
  transition: all 0.5s;
  opacity: 1;
  transform: scale(1);
}
.newj_04 .list a:nth-child(2) {
  animation-delay: 0.1s;
}
.newj_04 .list a:nth-child(3) {
  animation-delay: 0.18s;
}
.newj_04 .list a:nth-child(4) {
  animation-delay: 0.26s;
}
.newj_05 {
  padding: 0.85rem 0 1.15rem;
  background: #fff;
}
.newj_05 .titleBox {
  margin-bottom: 0.4rem;
}
.newj_05 .tab_next {
  position: relative;
}
.newj_05 .tab_next .next {
  transition: all 0.6s;
  width: 100%;
  height: 5.2rem;
  overflow: hidden;
}
.newj_05 .tab_next .next i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.width45 {
  -webkit-animation-name: width45;
  animation-name: width45;
}
@-webkit-keyframes width45 {
  0% {
    width: 0px;
  }
  100% {
    width: 0.3rem;
  }
}
/*=========== p6-0 人才理念 ===========*/
.talent_01 {
  position: relative;
  background: url(../images/talent_1.jpg) center no-repeat;
  background-size: cover;
}
.talent_01 .titleBox b {
  margin-bottom: 0.5rem;
  font-size: 0.42rem;
  color: #fff;
}
.talent_01 .pos {
  padding: 1.8rem 0 0.5rem;
}
.talent_01 .module {
  position: relative;
  margin-bottom: 0.4rem;
}
.talent_01 .module .posBox {
  padding: 0.66rem 0.9rem;
  color: #fff;
}
.talent_01 .module .posBox b {
  margin-bottom: 0.26rem;
  font-size: 0.36rem;
}
.talent_01 .module .posBox .text {
  line-height: 0.5rem;
  font-size: 0.3rem;
}
.talent_01 .module .posBox a {
  transition: all 0.5s;
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 0.6rem;
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
  background: #ba1912;
  border: #ba1912 1px solid;
}
.talent_01 .module .posBox a p {
  padding-right: 0.26rem;
  background: url(../images/icon_18ss.png) right center no-repeat;
  background-size: 0.11rem auto;
}
.talent_01 .module.module01 {
  background: url(../images/talent_2.png) right top no-repeat;
  background-size: cover;
}
.talent_01 .module.module02 {
  background: url(../images/talent_3.jpg) right top no-repeat;
  background-size: cover;
}
.talent_01 .module.module03 {
  animation-delay: 0.2s;
  background: #fff url(../images/talent_4.png) right top no-repeat;
}
.talent_01 .module.module03 .posBox {
  color: #333;
}
.talent_02 {
  padding: 0.9rem 0 0.5rem;
}
.talent_02 .list {
  margin-top: 0.46rem;
}
.talent_02 .list a {
  transition: all 0.5s;
  position: relative;
  float: left;
  margin: 0 0 0.5rem 0;
  width: 100%;
  background: #fafafa;
}
.talent_02 .list a .text {
  float: right;
  padding: 0.4rem 0.4rem;
  width: calc(100% - 0.8rem);
}
.talent_02 .list a .text b {
  margin-bottom: 0.24rem;
  font-size: 0.36rem;
  line-height: 0.6rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 2;
  -o-box-orient: vertical;
}
.talent_02 .list a .text p {
  font-size: 0.28rem;
  color: #666;
}
.talent_02 .list a:hover {
  background: #ba1912;
}
.talent_02 .list a:hover .time {
  color: #fff;
}
.talent_02 .list a:hover .time i {
  color: #fff;
}
.talent_02 .list a:hover .text b,
.talent_02 .list a:hover .text p {
  color: #fff;
}
.talent_02 .list a:nth-child(2) {
  animation-delay: 0.1s;
}
.talent_02 .list a:nth-child(3) {
  animation-delay: 0.2s;
}
.talent_02 .list a:nth-child(4) {
  animation-delay: 0.3s;
}
.talent_03 {
  padding: 0.6rem 0 1.2rem;
  background: url(../images/talent_5.png) center no-repeat;
  background-size: cover;
}
.talent_03 .w1400 {
  position: relative;
}
.talent_03 .pos {
  color: #fff;
}
.talent_03 .pos b {
  margin-bottom: 0.75rem;
  font-weight: bold;
  font-size: 0.42rem;
}
.talent_03 .pos .text {
  margin-bottom: 0.9rem;
  line-height: 0.52rem;
  font-size: 0.3rem;
}
.talent_03 .pos .more {
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 1.77rem;
  height: 0.6rem;
  color: #fff;
  background: #ba1912;
}
.talent_03 .pos .more i {
  padding-right: 0.25rem;
  font-size: 0.28rem;
  background: url(../images/icon_18ss.png) right center no-repeat;
  background-size: 0.11rem auto;
}
.talent_04 {
  padding: 1rem 0 0;
}
.talent_04 .titleBox {
  margin-bottom: 0.5rem;
}
.talent_04 .map {
  height: 6.2rem;
}
.talent_04 .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.talent_04 .next {
  animation-delay: 0.1s;
  background: #ba1912 url(../images/talent_6.png) right top no-repeat;
  background-size: 18.4% auto;
}
.talent_04 .next .bor {
  padding: 1.5rem 0.4rem 1.2rem;
}
.talent_04 .next .bor dl {
  margin-bottom: 0.4rem;
  line-height: 0.42rem;
  font-size: 0.3rem;
  color: #fff;
}
.talent_04 .next .bor dl dt {
  float: left;
  padding-left: 0.45rem;
  background: url(../images/icon_50.png) left center no-repeat;
  background-size: 0.25rem auto;
}
.talent_04 .next .bor dl dd {
  float: left;
  width: calc(100% - 84px);
}
.talent_04 .next .bor dl:nth-child(2) dt {
  background: url(../images/icon_51.png) left center no-repeat;
  background-size: 0.25rem auto;
}
.talent_04 .next .bor dl:nth-child(3) dt {
  background: url(../images/icon_52.png) left center no-repeat;
  background-size: 0.25rem auto;
}
.talent_04 .next .bor dl:nth-child(4) dt {
  background: url(../images/icon_53.png) left center no-repeat;
  background-size: 0.25rem auto;
}
/*弹窗*/
.pop_talent {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 31;
  transform: translate(-50%, -50%);
  width: 92%;
  max-height: 80%;
  padding: 1px 0;
  background: #fff;
}
.pop_talent .pic {
  margin: 0.36rem 0.2rem 0.36rem 0;
  padding: 0 0.25rem 0 0.36rem;
  max-height: calc(80vh - 0.72rem - 60px);
  overflow-y: scroll;
}
/*
.pop_talent .pic::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.pop_talent .pic::-webkit-scrollbar-thumb {
 
  border-radius: 6px;
  background-color: #ee1d23;
}
.pop_talent .pic::-webkit-scrollbar-track {
  
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
  background: rgba(214, 193, 127, 0.4);
  background: #f2f2f2;
}
*/
.pop_talent img {
  width: 100%;
}
.pop_talent i {
  position: absolute;
  left: 50%;
  bottom: -60px;
  margin-left: -25px;
  width: 40px;
  height: 40px;
  background: url(../images/icon_62.png) center no-repeat;
  background-size: 40px auto;
  cursor: pointer;
}
.pop_talent_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
/*=========== p4-0 党的建设 ===========*/
.Build_01 {
  padding: 1.8rem 0 0.75rem;
  background: url(../images/build_bac.jpg) center no-repeat;
  background-size: cover;
}
.Build_01 .titleBox {
  margin-bottom: 0.46rem;
}
.Build_01 .titleBox b {
  color: #fff;
}
.Build_01 .titleBox .goMore {
  color: #fff;
  background: url(../images/icon_18ss.png) right no-repeat;
}
.Build_01 .mySwiper {
  margin-bottom: 0.6rem;
}
.Build_01 .mySwiper a {
  animation-delay: 0.2s;
  position: relative;
}
.Build_01 .mySwiper a .pic {
  width: 100%;
  height: 4.3rem;
  overflow: hidden;
}
.Build_01 .mySwiper a .pic img {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Build_01 .mySwiper a .text {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
.Build_01 .mySwiper a .text p {
  transition: all 0.5s;
  opacity: 0;
  margin-left: 3%;
  width: 62.5%;
  font-size: 0.28rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.Build_01 .mySwiper a:hover .pic img {
  transition: all 0.5s;
  transform: scale(1.08);
}
.Build_01 .mySwiper .swiper-slide-active a .text p {
  transition: all 0.5s;
  opacity: 1;
}
.Build_01 .swiper-pagination {
  left: initial;
  right: 3%;
  bottom: 0.3rem;
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
.Build_01 .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.Build_01 .swiper-pagination-bullet-active {
  background: #ba1912;
}
.Build_01 .right {
  animation-delay: 0.1s;
  background: #fff url(../images/icon_55.png) right bottom no-repeat;
  background-size: 57% auto;
}
.Build_01 .right .bor {
  padding: 0.58rem 0.3rem 1px;
}
.Build_01 .right .bor a {
  margin-bottom: 0.4rem;
  padding-left: 0.36rem;
  transition: all 0.5s;
  background: url(../images/icon_54.png) left 0.12rem no-repeat;
  background-size: 0.09rem auto;
}
.Build_01 .right .bor a b {
  line-height: 0.4rem;
  font-size: 0.3rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 3;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 3;
  -o-box-orient: vertical;
}
.Build_01 .right .bor a.cur b {
  color: #b80000;
}
.Build_02 {
  padding: 0.9rem 0 1.14rem;
}
.Build_02 .titleBox {
  margin-bottom: 0.6rem;
}
.Build_02 .left .list a {
  transition: all 0.5s;
  position: relative;
  margin: 0 0 23px 0;
  background: #fafafa;
}
.Build_02 .left .list a .text {
  padding: 0.46rem 4%;
}
.Build_02 .left .list a .text b {
  margin-bottom: 0.24rem;
  line-height: 0.63rem;
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 2;
  -o-box-orient: vertical;
}
.Build_02 .left .list a .text p {
  font-size: 0.28rem;
  color: #666;
}
.Build_02 .left .list a:hover {
  background: #ba1912;
}
.Build_02 .left .list a:hover .text b,
.Build_02 .left .list a:hover .text p {
  color: #fff;
}
.Build_02 .right {
  position: relative;
  height: 4.38rem;
  background: #ba1912 url(../images/build_02.png) right top no-repeat;
  background-size: 28.98% auto;
}
.Build_02 .right .pos {
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
}
.Build_02 .right .pos div {
  margin: 0.36rem auto;
}
.Build_02 .right .pos p {
  font-size: 0.28rem;
  color: #face9b;
}
.Build_02 .right .pos i {
  margin: 0.1rem 0 0.23rem;
  width: 1.1rem;
  height: 1px;
  background: #fff;
}
.Build_02 .right .pos b {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  font-family: Arial;
}
.Build_03 {
  padding: 0.5rem 0 0.6rem;
  background: #fafafa url(../images/build_2.jpg) top center no-repeat;
  background-size: 100% auto;
}
.Build_03 .list {
  margin-top: 0.5rem;
}
.Build_03 .list a {
  margin-bottom: 0.4rem;
  width: 100%;
  background: #fff;
}
.Build_03 .list a .pic {
  width: 100%;
  height: 3.86rem;
  overflow: hidden;
}
.Build_03 .list a .pic img {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Build_03 .list a .text {
  padding: 0.35rem 4% 0.5rem;
}
.Build_03 .list a .text p {
  margin-bottom: 0.2rem;
  line-height: 0.5rem;
  font-size: 0.3rem;
  color: #333;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 2;
  -o-box-orient: vertical;
}
.Build_03 .list a .text i {
  font-size: 0.28rem;
  color: #d2a36e;
  font-family: Arial;
}
.Build_03 .list a:hover .pic img {
  transition: all 0.5s;
  transform: scale(1.08);
}
.Build_03 .list a:hover .text p {
  color: #ba1912;
}
.Build_03 .list a:nth-child(2) {
  animation-delay: 0.1s;
}
.Build_03 .list a:nth-child(3) {
  animation-delay: 0.2s;
}
.Build_03 .list a:nth-child(4) {
  animation-delay: 0.3s;
}
/*=========== p6-3 招贤纳士 ===========*/
.jobs .list a .text {
  margin-left: 0;
  width: calc(100% - 0.45rem);
}
/*=========== p2-1 V视 ===========*/
.activity {
  padding-bottom: 1rem;
  margin-top: 0.6rem;
}
.activity .list {
  margin-bottom: 0.7rem;
}
.activity .list a {
  margin: 0 0 0.56rem 0;
  width: 100%;
  position: relative;
  padding-bottom: 0.3rem;
  border-bottom: #eaeaea 2px solid;
  text-align: center;
}
.activity .list a::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0px;
  height: 2px;
  background: #ba1912;
  content: " ";
}
.activity .list a .pic {
  position: relative;
  width: 100%;
  height: 3.98rem;
  overflow: hidden;
}
.activity .list a .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activity .list a .pic::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/icon_57.png) center no-repeat;
  background-size: 0.6rem auto;
  content: "";
}
.activity .list a b {
  margin: 0.3rem 0 0.2rem;
  font-size: 0.36rem;
  color: #333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.activity .list a p {
  font-size: 0.28rem;
  color: #666;
}
.activity .list a:hover::before {
  width: 100%;
}
.activity .list a:hover .pic img {
  transition: all 0.5s;
  transform: scale(1.08);
}
.activity .list a:hover b {
  color: #ba1912;
}
/*=========== p5-2 责任荣誉 ===========*/
.honor {
  padding: 0.56rem 0 0.2rem;
}
.honor .w1400 {
  position: relative;
}
.honor .left .list {
  padding: 0 0 0.2rem;
}
.honor .left .t {
  margin-bottom: 0.4rem;
  padding-left: 0.43rem;
  line-height: 0.5rem;
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
}
.honor .left .listBox {
  padding: 0 0.43rem;
}
.honor .left a {
  margin-bottom: 0.5rem;
  position: relative;
}
.honor .left a p {
  padding-left: 0.4rem;
  width: calc(100% - 0.4rem);
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #666;
  background: url(../images/icon_54.png) left 0.16rem no-repeat;
  background-size: 0.1rem auto;
}
.honor .left a img {
  margin-top: 0.3rem;
  width: 100%;
}
.honor .right {
  position: absolute;
  right: 0;
  top: -21px;
  width: 39%;
  height: 410px;
}
.honor .right::after {
  position: absolute;
  right: 0;
  top: -80px;
  width: 100%;
  height: 410px;
  background: url(../images/honor_bac.png) right center no-repeat;
  background-size: 45% auto;
  content: " ";
}
.honor .right .bor {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 68%;
  height: 410px;
}
.honor .right .bor img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*=========== p5-1 责任理念 ===========*/
.duty {
  padding: 0.58rem 0 0.8rem;
}
.duty .list {
  margin-bottom: 0.3rem;
}
.duty .list a {
  float: left;
  margin: 0 5.52% 38px 0;
  width: 47.24%;
  position: relative;
  margin-bottom: 0.3rem;
  /* &::before{
                transition: all 0.5s;
                position: absolute;
                left: 0;
                bottom:-2px;
                width: 0px;
                height:3px;
                background: #ba1912;
                content: " ";
            } */
}
.duty .list a:nth-child(2n) {
  margin-right: 0;
}
.duty .list a .pic {
  width: 100%;
  height: 4.6rem;
  overflow: hidden;
}
.duty .list a .pic img {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.duty .list a b {
  margin: 0.2rem 0;
  font-size: 0.26rem;
  color: #333;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.duty .list a:hover::before {
  width: 100%;
}
.duty .list a:hover .pic img {
  transition: all 0.5s;
  transform: scale(1.08);
}
.duty .list a:hover b {
  color: #ba1912;
}
/*=========== p7-1 搜索结果 ===========*/
.results {
  padding: 1.6rem 0 0.9rem;
}
.results .searchBoxs {
  position: relative;
}
.results .results_t input {
  display: block;
  width: calc(100% - 22px);
  height: 70px;
  border-bottom: 1px solid #ba1912;
  padding-left: 22px;
  font-size: 18px;
  color: #333;
}
.results .searchBoxs em {
  width: 35px;
  height: 70px;
  background: url(../images/icon_58.png) center no-repeat;
  position: absolute;
  top: 0;
  right: 25px;
  cursor: pointer;
}
.results .results_t p {
  font-size: 16px;
  color: #333333;
  padding: 42px 0;
  line-height: 1;
}
.results .results_t p i {
  color: #ba1912;
  display: inline-block;
}
.searchTit {
  background-color: #fff;
  width: 100%;
}
.results .results_t input {
  height: 0.8rem;
  font-size: 0.28rem;
  border-radius: 0;
}
.results .searchBoxs em {
  height: 0.8rem;
  width: 0.37rem;
  background-size: 100% auto;
}
.results .results_t p {
  font-size: 0.26rem;
  padding: 0.32rem 0;
}
.searchTit .searchSubTitMo .subCon {
  background-color: #fff;
  padding: 0.35rem 0.43rem 0.3rem;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.searchTit .searchSubTitMo .subCon a {
  font-size: 0.28rem;
  margin: 0 0.1rem;
  color: #333333;
  display: block;
  line-height: 0.78rem;
  border-bottom: 1px solid #b5b5b5;
}
.searchSubTit a:nth-last-child(1) {
  border: 0;
}
.searchSubTit a:hover,
.searchSubTit a.on {
  color: #ba1912;
}
.results_con {
  padding: 0.6rem 0 0;
}
.results_con li {
  width: 100%;
}
.results_con .grid-sizer {
  width: 100%;
}
.results_con a {
  display: block;
  margin-bottom: 0.88rem;
}
.results_con a h5 {
  font-size: 0.32rem;
  color: #333333;
  font-weight: 400;
  line-height: 1;
  transition-duration: 0.5s;
}
.results_con a h6 {
  margin: 0.2rem 0;
}
.results_con a h6 em {
  font-size: 0.24rem;
  color: #b5b5b5;
  float: left;
  font-weight: 400;
  line-height: 1;
}
.results_con a h6 em:nth-child(1) {
  margin-right: 0.2rem;
}
.results_con a p {
  font-size: 0.28rem;
  color: #5f636a;
  line-height: 1.7;
  transition-duration: 0.5s;
}
.results_con a i {
  color: #ba1912;
}
.results_con a:hover h5 {
  color: #ba1912;
}
.results_con a:hover p {
  color: #333333;
}
.searchTit .searchSubTitMo .subCon {
  background-color: #fff;
  padding: 0 0.43rem 0.2rem;
  display: none;
}
.searchTit .searchSubTitMo .subCon a {
  font-size: 0.34rem;
  margin: 0 0.1rem;
  color: #333333;
  display: block;
  line-height: 0.78rem;
}
.searchTit .searchSubTitMo .subCon a.cur {
  border-bottom: 1px solid #b5b5b5;
}
/*=========== p1-4 战略规划 ===========*/
.plan .title {
  margin-bottom: 0.37rem;
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
}
.plan .plan_1 {
  padding: 0.6rem 0 0.9rem;
}
.plan .plan_1 .text {
  font-size: 0.26rem;
  color: #333;
  line-height: 0.48rem;
}
.plan .plan_1 .text i,
.plan .plan_1 .text span {
  display: inline;
}
.plan .plan_1 .text i {
  color: #ba1912;
  font-weight: bold;
}
.plan .plan_2 img {
  margin: 0 auto 0.8rem;
  width: 100%;
}
/*=========== p3-0 业务体系 ===========*/
.business .title_b {
  margin-bottom: 0.48rem;
  line-height: 0.48rem;
  font-size: 0.3rem;
  color: #333;
}
.business .title_b b {
  font-weight: bold;
}
.business_1 {
  padding: 1rem 0 0.8rem;
}
.business_1 .t {
  padding: 0 0 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.business_1 .t i {
  flex: 1;
  height: 0.12rem;
  background: url(../images/icon_68.png) right center no-repeat;
  background-size: auto 0.12rem;
}
.business_1 .t i.i2 {
  background: url(../images/icon_69.png) left center no-repeat;
  background-size: auto 0.12rem;
}
.business_1 .t p {
  padding: 0 0.33rem;
  font-size: 0.42rem;
  color: #ba1912;
  font-weight: bold;
}
.business_1 .text {
  line-height: 0.48rem;
  font-size: 0.26rem;
  color: #333;
}
.business_2 {
  padding: 0.9rem 0 0.76rem;
  background: #fbfbfb url(../images/business_4.png) center bottom no-repeat;
  background-size: 100% auto;
}
.business_2 .title_b {
  margin-bottom: 0.62rem;
}
.business_2 img {
  margin: 0 auto;
  width: 100%;
}
.business_3 {
  padding: 0.9rem 0 1.13rem;
}
.business_3 .title_b {
  margin-bottom: 0.36rem;
}
.business_3 img {
  margin: 0 auto;
  width: 5rem;
}
.business_4 {
  padding: 1rem 0 1.46rem;
  background: #fbfbfb url(../images/business_5.png) left bottom no-repeat;
  background-size: 100% auto;
}
.business_4 .title_b {
  text-align: center;
}
.business_4 img {
  margin: 0 auto;
  width: 6.64rem;
}
/*=========== p3-0 要素市场建设 ===========*/
.construction .business_1 {
  padding: 0.9rem 0 0.9rem;
}
.construction_2 {
  padding: 0.9rem 0 1.5rem;
  background: #fbfbfb url(../images/construction_2.png) left bottom no-repeat;
  background-size: 100% auto;
}
.construction_2 img {
  margin: 0 auto;
  width: 5.6rem;
}
.construction_3 {
  padding: 0.9rem 0;
}
.construction_3 img {
  margin: 0 auto;
  width: 6.06rem;
}
/*=========== p3-0 政策性金融保障 ===========*/
.safeguard_2 {
  padding: 0.82rem 0 1.2rem;
  background: #fbfbfb url(../images/safeguard_1.jpg) left bottom no-repeat;
  background-size: 100% auto;
}
.safeguard_2 img {
  margin: 0 auto;
  width: 6.26rem;
}
.safeguard_3 {
  padding: 0.96rem 0;
}
.safeguard_3 .title_b {
  text-align: center;
}
.safeguard_3 img {
  margin: 0 auto;
  width: 5.5rem;
}
/*=========== p3-0 资本运营 ===========*/
.operation_2 .next {
  padding: 0.85rem 0 1rem;
  background: #fbfbfb url(../images/operation_3.jpg) center no-repeat;
  background-size: 100% auto;
}
.operation_2 .next:nth-child(2) {
  background: #f6f6f6 url(../images/operation_4.jpg) center no-repeat;
  background-size: 100% auto;
}
.operation_2 .next img {
  margin: 0 auto;
  width: 2.92rem;
}
/*=========== p1-1 集团简介 ===========*/
.group_1 {
  padding: 0.57rem 0 0rem;
}
.group_1 .next .t {
  margin-top: 0.52rem;
  line-height: 0.5rem;
  font-size: 0.34rem;
  color: #333;
  font-weight: bold;
}
.group_1 .next .t em {
  display: inline;
  font-size: 0.28rem;
  font-weight: bold;
}
.group_1 .next .text {
  margin-top: 0.48rem;
  line-height: 0.5rem;
  font-size: 0.3rem;
  color: #333;
}
.group_1 .next .text p {
  margin-bottom: 0.3rem;
  text-indent: 2em;
}
.group_1 .next .num {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
}
.group_1 .next .num .numBox {
  display: flex;
  justify-content: center;
}
.group_1 .next .num .numBox .icon {
  margin-top: 0.1rem;
}
.group_1 .next .num .numBox .icon img {
  width: 0.44rem;
}
.group_1 .next .num .numBox:nth-child(2) .icon img {
  width: 0.54rem;
}
.group_1 .next .num .numBox p {
  margin: 0.16rem 0.08rem 0;
  font-size: 0.28rem;
  color: #999;
}
.group_1 .next .num .numBox span {
  font-size: 0.44rem;
  color: #333;
  font-weight: bold;
}
.group_1 .next .num .numBox:nth-child(1) {
  margin-right: 0.2rem;
}
.group_1 .pic {
  width: 100%;
  height: 3.8rem;
}
.group_1 .pic i {
  width: 100%;
  height: 100%;
}
.group_2 {
  padding: 0.52rem 0 1px;
  background: #fbfbfb;
}
.group_2 .t {
  line-height: 0.54rem;
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
}
.group_2 .list {
  margin-top: 0.4rem;
}
.group_2 a {
  transition: all 0.5s;
  margin: 0 0 0.57rem 0;
  background: #fff;
}
.group_2 a .bor {
  position: relative;
  padding: 0.3rem 3% 0.46rem 6.7%;
}
.group_2 a .bor .num {
  position: absolute;
  right: 0.3rem;
  top: 0.12rem;
  font-size: 0.78rem;
  font-weight: bold;
  color: #ededed;
  font-family: Arial;
}
.group_2 a .bor .title {
  position: relative;
  margin-bottom: 0.34rem;
  padding-left: 0.24rem;
  font-size: 0.32rem;
  color: #ba1912;
  font-weight: bold;
}
.group_2 a .bor .title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.05rem;
  height: 0.32rem;
  background: #e9bb6c;
  content: " ";
}
.group_2 .swiper {
  width: 100%;
  /* height: 2.1rem; */
}
.group_2 .swiper-slide {
  /* height: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; */
  padding-right: 0.3rem;
  line-height: 0.46rem;
  font-size: 0.28rem;
  color: #333;
}
.group_2 .swiper-vertical > .swiper-scrollbar {
  width: 0.05rem;
  background: url(../images/icon_73.png) top center repeat-y;
  background-size: 0.03rem auto;
}
.group_2 .swiper-scrollbar-drag {
  width: 0.05rem;
  background: #ba1912;
}
.group_3 {
  padding: 0.2rem 0 0.8rem;
  background: #fff url(../images/group_3_1.png) center bottom no-repeat;
  background-size: 100%;
}
.group_3 .pic img {
  margin: 0 auto;
  width: 90%;
}
.group_3 .next .title {
  margin: 0 0 0.45rem;
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
}
.group_3 .next .text {
  margin-bottom: 0.65rem;
  line-height: 0.5rem;
  font-size: 0.3rem;
  color: #333;
}
/*=========== p1 二级公司简介 ===========*/
.add {
  font-size: 0.28rem;
  color: #333;
}
.add a {
  float: left;
  color: #333;
}
.add a:hover {
  color: #da251d;
}
.add i {
  float: left;
  padding: 0 0.12rem;
}
.company .add {
  margin: 1.7rem 0 0.4rem;
}
.company_1 .w1400 {
  margin-bottom: 0.8rem;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.company_1 .title {
  min-height: 6.17rem;
  color: #fff;
  background: url(../images/company_1_1.png) left bottom no-repeat;
  background-size: cover;
}
.company_1 .title .bor {
  padding: 0.86rem 1rem 0.6rem;
}
.company_1 .title .bor b {
  margin-bottom: 0.8rem;
  font-size: 0.42rem;
}
.company_1 .title .bor dl {
  margin-bottom: 0.7rem;
  padding-left: 0.45rem;
  line-height: 0.48rem;
  font-size: 0.28rem;
  background: url(../images/icon_75.png) left 0.13rem no-repeat;
  background-size: 0.2rem auto;
}
.company_1 .title .bor dl:nth-child(3) {
  background: url(../images/icon_76.png) left 0.14rem no-repeat;
  background-size: 0.22rem auto;
}
.company_1 .next {
  margin: 0 4%;
  padding: 0.6rem 0;
}
.company_1 .next .t {
  display: flex;
  margin-bottom: 0.3rem;
  font-size: 0.42rem;
  color: #333;
  font-weight: bold;
}
.company_1 .next .t .icon {
  width: 0.63rem;
  height: 0.61rem;
  background: url(../images/icon_77.png) left center no-repeat;
  background-size: 0.38rem;
}
.company_1 .next .text {
  line-height: 0.52rem;
  font-size: 0.3rem;
  color: #333;
}
.company_1 .next .text p {
  margin-bottom: 0.3rem;
}
/*=========== p7-3 国企改革 ===========*/
.reform01 {
  padding-top: 0.53rem;
}
.reform01 .next {
  margin-top: 0.28rem;
  padding: 0.6rem 0 0.64rem;
  background: url(../images/reform01_1.jpg) center no-repeat;
  background-size: cover;
}
.reform01 .next img {
  margin: 0 auto 0.36rem;
  height: 0.64rem;
}
.reform01 .next a {
  transition: all 0.5s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 2rem;
  height: 0.7rem;
  background: #ba1912;
  overflow: hidden;
}
.reform01 .next a i {
  position: relative;
  z-index: 2;
  padding-right: 0.3rem;
  font-size: 0.26rem;
  color: #fff;
  background: url(../images/icon_15s.png) right center no-repeat;
  background-size: 0.09rem auto;
}
.reform02 {
  padding: 0.72rem 0 0.63rem;
}
.reform02 .list {
  margin-top: 0.42rem;
}
.reform02 .list a {
  transition: all 0.5s;
  margin-bottom: 0.27rem;
  background: #ba1912;
}
.reform02 .list a .bor {
  padding: 0.36rem 0.39rem;
  color: #fff;
}
.reform02 .list a .bor p {
  margin-bottom: 0.26rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
}
.reform02 .list a .bor .clearfix {
  padding-top: 0.3rem;
  border-top: #fff 1px solid;
}
.reform02 .list a .bor .clearfix b {
  float: left;
  width: calc(100% - 0.6rem);
  line-height: 0.45rem;
  font-size: 0.24rem;
}
.reform02 .list a .bor .clearfix i {
  float: right;
  width: 0.45rem;
  height: 0.45rem;
  background: url(../images/icon_78.png) center no-repeat;
  background-size: 0.45rem auto;
}
.reform02 .list a.cur .bor .clearfix i {
  background: url(../images/icon_79.png) center no-repeat;
  background-size: 0.45rem auto;
}
.reform03 {
  padding: 0.74rem 0 0.9rem;
  background: #fbfbfb;
}
.reform03 .list {
  margin-top: 0.5rem;
}
.reform03 .list a {
  float: left;
  margin: 0 4% 0.27rem 0;
  width: 48%;
  overflow: hidden;
  background: #fff;
}
.reform03 .list a:nth-child(2n) {
  margin-right: 0;
}
.reform03 .list a .bor {
  padding: 0.18rem 0.06rem 0.26rem;
}
.reform03 .list a .bor div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.12rem;
  width: 100%;
  height: 0.84rem;
}
.reform03 .list a .bor p {
  line-height: 0.4rem;
  font-size: 0.28rem;
  color: #333;
  text-align: center;
}
.reform03 .list a .bor i {
  margin: 0 auto 0.16rem;
  width: 0.6rem;
  height: 1px;
  background: #dcdcdc;
}
.reform03 .list a .bor b {
  font-size: 0.24rem;
  color: #999;
  text-align: center;
}
.reform03 .list a .bac {
  display: none;
  opacity: 0;
}
