.clearfix:after {
  content: '';
  clear: both;
  display: block;
}

.neBanner {
  position: relative !important;
  overflow: hidden !important;
  background: #000 !important;
}

.pcImg {
  display: block;
  animation: changeScale 10s infinite;
  width: 100%;
}

.mImg {
  display: none;
  width: 100%;
}

.lxbannerTxt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1rem;
  color: #fff;
}

.lxbannerTxt dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lxbannerTxt dl dt {
  width: 35%;
  height: 4.8rem;
  background: rgba(202, 23, 29, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
}

.lxbannerTxt dl dt h1 {
  font-size: 0.26rem;
  margin-bottom: 0.3rem;
}

.lxbannerTxt dl dt p {
  font-size: 0.22rem;
  line-height: 2.2;
}

.lxbannerTxt dl dd {
  width: 65%;
  height: 4.8rem;
}

.lxbannerTxt dl dd img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lxBox1 {
  background: url(../images/lxBg.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 0.9rem 0;
}

.neTitle {
  text-align: center;
  font-size: 0.36rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
}

.lxT {
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 10px rgb(110 110 110 / 20%);
  margin-bottom: 0.4rem;
  padding: 0.2rem;
  transition-duration: .5s;
}

.lxT dt {
  text-align: center;
}

.lxT dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lxT dd li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 0.2rem;
}

.lxT dd li h1 {
  font-size: 0.22rem;
  margin-right: 0.15rem;
}

.fgsList dl {
  background: #fff;
  width: 32%;
  float: left;
  box-shadow: 0 1px 10px rgb(110 110 110 / 20%);
  margin-bottom: 0.4rem;
  margin-right: 2%;
  height: 1.46rem;
  padding: 0.2rem;
  transition-duration: .5s;
}

.fgsList dl:nth-child(3n) {
  margin-right: 0;
}

.fgsList dl dt,
.lxT dt {
  font-size: 0.24rem;
  color: #ca171d;
  padding-bottom: 0.1rem;
}

.fgsList dl dd {
  font-size: 0.2rem;
}

.fgsList dl:hover {
  border-radius: 0.2rem;
}

.nebannerTxt {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}

.nebannerTxt h1 {
  font-size: 0.56rem;
}

.nebannerTxt p {
  font-size: 0.36rem;
}

.neMenu {
  background: rgba(0, 0, 0, 0.5);
  height: 0.76rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.neMenu a {
  color: #fff;
  font-size: 0.22rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.7rem;
  transition-duration: .5s;
  height: 100%;
}

.neMenu a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 0.24rem;
  margin-top: -0.12rem;
  background: rgba(255, 255, 255, 0.3);
}

.neMenu a:last-child:after {
  display: none;
}

.neMenu a:hover {
  font-weight: bold;
  background: #ca171d;
  color: #fff;
}

.abBox1 {
  background: url(../images/abBg.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 1rem 0 0.4rem 0;
}

.abBox1 .w1600 {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}

.abLeft {
  width: 20%;
}

.abRight {
  width: 75%;
}

.abRight p {
  font-size: 0.2rem;
  text-align: justify;
  text-indent: 0.38rem;
  padding-bottom: 0.2rem;
  line-height: 1.5;
}

.abTi {
  margin-bottom: 0.4rem;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
}

.abTi h1 {
  position: relative;
  z-index: 2;
  font-size: 0.44rem;
}

.abTi img {
  width: 0.6rem;
  display: block;
  position: relative;
  bottom: -0.2rem;
  left: -0.3rem;
  z-index: 1;
}

.shuList dl {
  margin-bottom: 1rem;
  margin-top: 0.4rem;
}

.shuList dl dd p {
  font-size: 0.24rem;
}

.shuList dl dd h1 {
  font-size: 0.6rem;
  color: #cc0011;
}

.shuList dl dd h1 span {
  font-size: 0.2rem;
  color: #333;
  font-weight: normal;
}

.shuList dl:last-child {
  margin-bottom: 0;
}

.abBox2 {
  padding: 0.53rem 0;
  background: linear-gradient(top, rgb(255, 255, 255), rgb(255, 243, 224) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255), rgb(255, 243, 224) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(255, 243, 224) 100%);
  background: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(255, 243, 224) 100%);
  background: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(255, 243, 224) 100%);
}

.gxImg {
  width: 11.53rem;
  margin: 0 auto;
}

.gxImg img {
  width: 100%;
  display: block;
  margin-left: 0.7rem;
}

.abBox3 {
  background: url(../images/whBg.jpg) no-repeat center;
  padding: 1.06rem 0 1.83rem 0;
  background-size: 100% 100%;
}

.whMenubox {
  width: 50%;
  margin: 0.5rem auto 0;
}

.whMenubox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* 启用换行 */
}

.whMenubox ul li {
  width: 15%;
  cursor: pointer;
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.2rem;
  border-radius: 0.3rem;
  margin: 0 0.5% 0.2rem;
}

.whMenubox ul li.hover {
  background: #ca171d;
  border-color: #ca171d;
}

.whCbContainer {
  text-align: center;
  color: #fff;
  margin-top: 1.36rem;
}

.whCbContainer h1 {
  font-size: 0.36rem;
}

.whCbContainer h2 {
  font-size: 0.3rem;
  font-weight: normal;
  margin: 0.2rem 0;
}

.whCbContainer p {
  font-size: 0.24rem;
}

.abBox4 {
  position: relative;
  padding: 0.82rem 0;
}

.zzBox {
  position: relative;
  overflow: hidden;
}

.zzBox .swiper-slide {
  padding: 10px 20px;
}

.zzLis {
  background: #e5e9ec;
  border-radius: 0.1rem;
  padding: 0.3rem 0.3rem 0.1rem 0.3rem;
  box-shadow: 0 1px 10px rgb(110 110 110 / 20%);
}

.zzImgs {
  overflow: hidden;
}

.zzImgs img {
  width: 100%;
  display: block;
  transition: all 0.5s ease;
}

.zzTxt {
  font-size: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
}

.zzBox .swiper-slide:hover .zzImgs img {
  transform: scale(1.1);
}

.abBox4 .swiper-wrapper {
  padding-bottom: 0.7rem;
}

.abBox4 .swiper-container {
  padding-bottom: 0.1rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}

.abBox4 .swiper-scrollbar {
  height: 2px !important;
  background: #e5e5e5;
  width: 100%;
  left: 0%;
  bottom: 16px !important;
  position: absolute;
  z-index: 1;
}


.buttonQh {
  position: relative;
  padding-left: 20%;
  z-index: 51;
}

.buttonQh p {
  font-size: 16px;
  margin-top: 20px;
}

.qhIcon {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 15px;
  background: #fff;
  width: 120px;
}

.abBox4 .swiper-button-next,
.abBox4 .swiper-button-prev {
  background: none;
  bottom: 0rem;
  top: auto;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 12px;
  height: 19px;
}

.abBox4 .swiper-button-next:hover,
.abBox4 .swiper-button-prev:hover {
  background: none !important;
}

.cicle {
  margin: 0 20px;
  width: 0.23rem;
  height: 0.23rem;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ca171d;
}

.abBox4 .swiper-button-next img,
.abBox4 .swiper-button-prev img {
  width: 100%;
  display: block;
}

.abBox4 .swiper-scrollbar-drag {
  background: #ca171d;
}

.abBox4 .swiper-button-prev {
  left: 0;
}


.abBox4 .swiper-button-next {
  right: 0;
}

.zpBox1 .abTi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.zpList dl {
  width: 49%;
  background: #fff;
  float: left;
  box-shadow: 0 1px 10px rgb(110 110 110 / 20%);
  height: 1.4rem;
  padding: 0.2rem 0.3rem;
  position: relative;
  transition-duration: .5s;
  overflow: hidden;
  margin-bottom: 0.2rem;
}

.zpList dl a {
  width: 100%;
  display: block;
  height: 100%;
  position: relative;
}

.zpList dl dt h1 {
  font-size: 0.26rem;
  margin-bottom: 0.1rem;
}

.zpList dl dt ul {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zpList dl dt ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.2rem;
  color: #333;
}

.zpList dl dt ul li img {
  display: block;
  width: 0.3rem;
  margin-right: 0.02rem;
}

.zpList dl dd {
  position: absolute;
  width: 0.42rem;
  height: 0.42rem;
  background: url(../images/arrow_next.png) no-repeat center #fff;
  border-radius: 50%;
  box-shadow: 0 1px 10px rgb(110 110 110 / 20%);
  background-size: 0.21rem 0.21rem;
  right: 0.2rem;
  margin-top: -0.21rem;
  top: 50%;
  transition-duration: .5s;
}

.zpList dl:hover {
  border-radius: 0.2rem;
}

.zpList dl:hover dd {
  background: url(../images/arrow_next_hover.png) no-repeat center #ca171d;
  background-size: 0.21rem 0.21rem;
}

.zpList dl:nth-child(2n) {
  float: right;
}

.zpBox2 {
  padding: 0.7rem 0;
}

.zpTi {
  text-align: center;
  margin-bottom: 0.5rem;
}

.zpTi h1 {
  font-size: 0.44rem;
}

.zpTi p {
  font-size: 0.22rem;
}

.rcList dl {
  width: 32%;
  float: left;
  margin-right: 2%;
}

.rcList dl dt {
  overflow: hidden;
}

.rcList dl dt img {
  width: 100%;
  display: block;
  transition: all 0.5s ease;
}

.rcList dl:hover dt img {
  transform: scale(1.1);
}

.rcList dl dd {
  border: 1px solid #e5e5e5;
  height: 3.6rem;
  border-top: none;
  padding: 0.2rem;
  transition-duration: .5s;
}

.rcList dl dd h1 {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
  color: #ca171d;
}

.rcList dl dd p,
.rcCbContainer {
  font-size: 0.18rem;
  text-align: justify;
}

.rcList dl:hover dd {
  border-color: #ca171d;
}

.rcList dl:nth-child(3n) {
  margin-right: 0;
}

.rcList dl:nth-child(2) dd {
  border-top: 1px solid #e5e5e5;
}

.rcMenubox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.rcMenubox ul li {
  width: 49%;
  font-size: 0.16rem;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  margin-bottom: 0.1rem;
}

.rcMenubox ul li.hover {
  background: #ca171d;
  color: #fff;
  border-color: #ca171d;
}

.rcContentbox {
  height: 1.8rem;
  overflow: auto;
}

.zpBox3 {
  background: url(../images/ygBg.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 1rem 0;
}



.ygBox {
  width: 75%;
  background: #fff;
  overflow: hidden;
  border-radius: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  height: 4.5rem;
}

.ygImg {
  width: 48%;
  height: 100%;
}

.ygImg img {
  width: 100%;
  display: block;
  height: 100%;
}

.zpBox3 .w80 {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}

/* 招聘详情页核心样式 */
.jobDetail {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 职位标题 */
.jobTitle {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

/* 职位基本信息容器 */
.jobInfo {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

/* 单个信息项 */
.jobInfoItem {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 14px;
}

.jobInfoItem i {
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 8px;
}

/* 职位模块（职责/要求） */
.jobSection {
  margin-bottom: 35px;
}

/* 模块标题 */
.jobSectionTitle {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 3px solid #ca171d;
  /* 橙色强调线 */
}

/* 模块内容 */
.jobSectionContent {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  padding: 0 5px;
}

/* 内容段落间距（适配后台富文本换行） */
.jobSectionContent p {
  margin-bottom: 12px;
}

.jobSectionContent p:last-child {
  margin-bottom: 0;
}

/* 移动端适配（768px以下） */
@media (max-width: 768px) {
  .jobDetail {
    margin: 25px auto;
    padding: 0 15px;
  }

  .jobTitle {
    font-size: 20px;
    padding-bottom: 12px;
  }

  .jobInfo {
    gap: 15px;
    padding: 15px;
  }

  .jobInfoItem {
    width: 100%;
    /* 移动端单行显示一个信息项 */
    font-size: 13px;
  }

  .jobSectionTitle {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .jobSectionContent {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* 平板适配（768px-1024px） */
@media (min-width: 769px) and (max-width: 1024px) {
  .jobInfoItem {
    width: calc(50% - 10px);
    /* 平板每行显示两个信息项 */
  }
}

.ygTxt {
  padding: 0.2rem;
  overflow: auto;
  width: 50%;
  height: 100%;
}


.ygTxt li a {
  display: flex;
  justify-content: left;
  align-items: center;
  border-bottom: 1px dashed #e5e5e5;
  width: 100%;
  height: 0.48rem;
  font-size: 0.18rem;
  position: relative;
  padding-left: 0.1rem;
  transition-duration: .5s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ygTxt li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background: #ca171d;
  border-radius: 50%;
}

.ygTxt li a:hover {
  color: #ca171d;
  padding-left: 0.2rem;
}

.zpBox4 {
  padding: 0.7rem 0;
}

.zpBox4 .zpTi p {
  font-size: 0.18rem;
}

.yxygBox {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.ygLis {
  position: relative;
  overflow: hidden;
}

.ygLis img {
  width: 100%;
  display: block;
  transition: all 0.5s ease;
}

.ygLis:hover img {
  transform: scale(1.1);
}

.ygLis p {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  color: #fff;
  background: #ca171d;
  font-size: 0.18rem;
  padding: 0.02rem 0.2rem;
}

.yxygBox .swiper-button-next,
.yxygBox .swiper-button-prev {
  position: absolute;
  width: 0.42rem;
  height: 0.42rem;
  background: url(../images/arrow_next.png) no-repeat center #fff;
  border-radius: 50%;
  box-shadow: 0 1px 10px rgb(110 110 110 / 20%);
  background-size: 0.21rem 0.21rem;
  right: 0.2rem;
  margin-top: -0.21rem;
  top: 50%;
  transition-duration: .5s;
}

.yxygBox .swiper-button-prev {
  background: url(../images/arrow_prev.png) no-repeat center #fff;
  background-size: 0.21rem 0.21rem;
  left: -0.8rem;
}

.yxygBox .swiper-button-next {
  right: -0.8rem;
}

.yxygBox .swiper-button-prev:hover {
  background: url(../images/arrow_prev_hover.png) no-repeat center #ca171d;
  background-size: 0.21rem 0.21rem;
}

.yxygBox .swiper-button-next:hover {
  background: url(../images/arrow_next_hover.png) no-repeat center #ca171d;
  background-size: 0.21rem 0.21rem;
}

.newBox2 {
  padding: 0.7rem 0 1.2rem;
}

.pu_slide {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 0.7rem;
}

.pu_slide:nth-child(3n) {
  margin-right: 0;
}

.pu_slide a {
  position: relative;
  border-top: 2px solid #ccc;
  padding: 0.18rem 0 0;
}

.pu_slide a::before {
  transition: 0.6s;
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #cc0011;
}

.pu_slide a .content .t1 .mark {
  color: #999;
}

.pu_slide a .content .t1 .time {
  margin: 0.04rem 0 0 0;
  color: #000;
  font-weight: bold;
}

.pu_slide a .content .t2 {
  margin: 0.34rem 0 0.32rem;
}

.pu_slide a .content .t2 p {
  color: #000;
  line-height: 0.36rem;
  height: 0.72rem;
}

.pu_slide a .img {
  overflow: hidden;
  width: 100%;
  height: 2.3rem;
}

.pu_slide a .img img {
  transition: 0.4s;
  width: 100%;
  height: 100%;
  display: block;
}

.pu_slide a:hover::before {
  width: 100%;
}

.pu_slide a:hover .img img {
  transform: scale(1.05);
}


.jianT {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jianT ul {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#AspNetPager1_input {
  border: 1px solid #ccc;
  height: 0.54rem;
  width: 0.54rem;
  border-radius: 0.06rem;
  text-align: center;
}

#AspNetPager1_btn {
  display: block;
  margin-left: 0.1rem;
  border: 1px solid #ccc;
  height: 0.54rem;
  width: 0.54rem;
  border-radius: 0.06rem;
  background: #c72d32;
  color: #fff;
}

.jianT li a {
  height: 0.54rem;
  min-width: 0.54rem;
  margin: 0 0.07rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 0.06rem;
}

.jianT li a:hover,
.jianT li .on {
  background: #d70d19;
  color: #fff;
  border: 1px solid #d70d19;
}

.jianT li:nth-child(1) a,
.jianT li:last-child a {
  min-width: 1.24rem;
}

.jianT li span {
  height: 0.54rem;
  min-width: 0.54rem;
  margin: 0 0.07rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 0.06rem;
}

.jianT li span:hover {
  background: #d70d19;
  color: #fff;
  border: 1px solid #d70d19;
}

.jianT li:nth-child(1) span,
.jianT li:last-child span {
  min-width: 1.24rem;
}

.detailBit {
  width: 100%;
  border-bottom: 1px solid #333;
  padding-bottom: 0.2rem;
  margin-bottom: 0.5rem;
}

.detailBit h1 {
  line-height: 0.7rem;
  font-size: 0.35rem;
  color: #333;
}

.detailTime {
  display: flex;
  justify-content: space-between;
}

.detailTime .t {
  line-height: 0.44rem;
  color: #d70d19;
  font-size: 0.2rem;
}

.xqBox1 {
  padding: 0.8rem 0;
}

.detailtext {
  width: 100%;
  padding-bottom: 0.3rem;
  font-size: 0.2rem;
  color: #333333;
}

.newBox1 {
  padding: 1rem 0 0.5rem;
}

.newCon {
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}

.newPic {
  width: 55%;
  overflow: hidden;
}

.newPic img {
  width: 100%;
  display: block;
  transition-duration: .5s;
}

.newCon:hover .newPic img {
  transform: scale(1.05);
}

.newWb {
  width: 45%;
  padding: 0.4rem;
}

.newWb p {
  font-size: 0.2rem;
}

.newWb h1 {
  font-size: 0.24rem;
  margin-top: 0.2rem;
  color: #333;
  font-weight: normal;
}

.newBox1 .swiper-pagination,
.djright .swiper-pagination {
  width: 40% !important;
  left: 57% !important;
  text-align: left !important;
  bottom: 0.5rem !important;
}

.newBox1 .swiper-pagination-bullet-active,
.djright .swiper-pagination-bullet-active {
  background-color: #ca171d;
}

.djBox1 {
  background: url(../images/djBg.jpg) no-repeat center;
  padding: 1.8rem 0 0.64rem 0;
}

.djBox1 .w1600 {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}

.djMenu {
  background: #a22521;
  width: 3.17rem;
  border-radius: 0.15rem;
  overflow: hidden;
}

.djMenu li a {
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition-duration: .5s;
}

.djMenu li a h1 {
  font-size: 0.26rem;
  font-weight: normal;
}

.djMenu li a p {
  font-size: 0.36rem;
  opacity: 0.05;
  font-weight: bold;
  position: relative;
  left: -0.1rem;
}

.djMenu li a:hover,
.djMenu li .on {
  background: #b82d29;
}

.djright {
  width: calc(100% - 3.17rem);
  width: -webkit-calc(100% - 3.17rem);
}

.djrTi {
  color: #fff;
  font-size: 0.22rem;
  padding: 0.22rem 0.73rem;
}

.djrTi h1 {
  font-size: 0.36rem;
}

.djWhite {
  background: #fff;
  padding: 0.3rem;
  border-radius: 0 0.1rem 0.1rem 0;
  position: relative;
}

.djright .newCon {
  background: #fff;
}

.djright .newPic {
  width: 49%;
}

.djright .newWb {
  width: 50%;
}

.djBox2 {
  padding: 0.7rem 0;
}

.djSearch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.djSearch select {
  border: 1px solid #d7d7d7;
  outline: none;
  height: 0.51rem;
  border-radius: 0.1rem;
  width: 15%;
  padding-left: 0.15rem;
  font-size: 0.2rem;
  color: #333;
}

.input {
  width: 74%;
  height: 0.51rem;
  display: flex;
  justify-content: left;
  align-items: center;
  border: 1px solid #d7d7d7;
  border-radius: 0.1rem;
  padding-left: 0.1rem;
}

.input img {
  display: block;
  width: 0.2rem;
  margin-right: 0.1rem;
}

.input input {
  border: none;
  outline: none;
  height: 100%;
  width: 80%;
  font-size: 0.2rem;
  color: #333;
  padding-left: 0.1rem;
}

.djSearch a {
  width: 10%;
  height: 0.51rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.2rem;
  background: #ca171d;
  border-radius: 0.1rem;
}

.djLblist {
  padding: 0.5rem 0;
}

.djCon {
  background: #f9f9f9;
  position: relative;
  padding: 0.45rem;
  margin-bottom: 0.45rem;
  display: flex;
  justify-content: left;
  align-items: center;
  transition-duration: .5s;
}

.pu_link {
  overflow: hidden;
  position: relative;
  transition: 0.4s;
  background: #fff;
  color: #d70d19;
  width: 1rem;
  height: 1rem;
  text-align: center;
  padding-top: 0.15rem;
}

.pu_link h1 {
  font-size: 0.36rem;
  color: #d70d19;
  line-height: 1.1;
}

.pu_link p {
  font-size: 0.18rem;
  color: #d70d19;
}

.pu_link::before {
  z-index: 1;
  transition: 0.6s;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 2px;
  height: 0.1rem;
  background: #cc0011;
}

.pu_link::after {
  transition: 0.6s;
  content: '';
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 0.2rem;
  height: 2px;
  background: #cc0011;
}

.pu_link .lbsj::before {
  z-index: 1;
  transition: 0.6s;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 0.1rem;
  background: #cc0011;
}

.pu_link .lbsj::after {
  transition: 0.6s;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0.2rem;
  height: 2px;
  background: #cc0011;
}


.djCon:hover .pu_link::before {
  height: 100%;
}

.djCon:hover .pu_link::after {
  width: 100%;
}

.djCon:hover .pu_link .lbsj {
  color: #cc0011;
  transition-delay: 0.6s;
}

.djCon:hover .pu_link .lbsj::before {
  height: 100%;
}

.djCon:hover .pu_link .lbsj::after {
  width: 100%;
}

.djWzi {
  width: 85%;
  padding: 0 0 0 4%;
}

.djWzi h1 {
  font-size: 0.22rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.1rem;
}

.djWzi p {
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.djCon:hover .djWzi h1 {
  color: #cc0011;
}

.newJt {
  position: absolute;
  width: 0.42rem;
  height: 0.42rem;
  background: url(../images/arrow_next.png) no-repeat center #fff;
  border-radius: 50%;
  box-shadow: 0 1px 10px rgb(110 110 110 / 20%);
  background-size: 0.21rem 0.21rem;
  right: 0.4rem;
  margin-top: -0.21rem;
  top: 50%;
  transition-duration: .5s;
}

.djCon:hover {
  box-shadow: 0 1px 10px rgb(110 110 110 / 20%);
  border-radius: 0.2rem;
}

.djCon:hover .newJt {
  background: url(../images/arrow_next_hover.png) no-repeat center #ca171d;
  background-size: 0.21rem 0.21rem;
}

.cyBox1 {
  background: #fbf1ea;
  padding: 0.7rem 0;
}

.cyLis {
  background: #fff;
  padding: 0.55rem;
  box-shadow: 0 1px 10px rgb(110 110 110 / 20%);
}

.cyLis {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 0.7rem;
}

.cyLis dd {
  width: 46%;
  overflow: hidden;
}

.cyLis dd img {
  width: 100%;
  display: block;
  transition: all 0.5s ease;
}

.cyLis dd:hover img {
  transform: scale(1.1);
}

.cyLis dt {
  width: 50%;
}

.syZi {
  margin: 0.3rem 0;
  height: 3rem;
}

.syZi p {
  font-size: 0.2rem;
  text-align: justify;
  text-indent: 0.38rem;
}

.cyLis dt .lo {
  width: 2rem;
  display: block;
}

.cyMore {
  overflow: hidden;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}

.cyMore::before {
  z-index: 1;
  transition: 0.6s;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 2px;
  height: 0.1rem;
  background: #fff;
}

.cyMore::after {
  transition: 0.6s;
  content: '';
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 0.2rem;
  height: 2px;
  background: #fff;
}

.cyMore a {
  transition: 0.6s;
  position: relative;
  width: 1.8rem;
  line-height: 0.54rem;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: bold;
}

.cyMore a::before {
  z-index: 1;
  transition: 0.6s;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 0.1rem;
  background: #fff;
}

.cyMore a::after {
  transition: 0.6s;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0.2rem;
  height: 2px;
  background: #fff;
}

.cyMore:hover {
  background: #fff;
  transition-delay: 0.6s;
}

.cyMore:hover::before {
  height: 100%;
}

.cyMore:hover::after {
  width: 100%;
}

.cyMore:hover a {
  color: #cc0011;
  transition-delay: 0.6s;
}

.cyMore:hover a::before {
  height: 100%;
}

.cyMore:hover a::after {
  width: 100%;
}

.cyMore.color::before {
  background: #cc0011;
}

.cyMore.color::after {
  background: #cc0011;
}

.cyMore.color a {
  color: #000;
  border-color: #ccc;
}

.cyMore.color a::before {
  background: #cc0011;
}

.cyMore.color a::after {
  background: #cc0011;
}

.cyMore.color:hover {
  background: #cc0011;
}

.cyMore.color:hover a {
  color: #fff;
}

.syXqbox1 {
  background: url(../images/cyBg.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 1rem 0 0.5rem 0;
}

.syTit img {
  width: 2rem;
  margin: 0 auto;
  display: block;
}

.syWb {
  font-size: 0.2rem;
  text-align: justify;
  margin: 0.4rem 0;
}

.syLx {
  display: flex;
  justify-content: center;
  align-items: center;
}

.syLx li {
  text-align: center;
  font-size: 0.2rem;
  padding: 0 1rem;
}

.syLx li h1 {
  font-size: 0.24rem;
}

.syLx li:nth-child(1) {
  border-right: 1px solid #c5c5c5;
}

.caseBox {
  padding: 0.7rem 0;
}

.caseTi {
  font-size: 0.36rem;
  text-align: center;
  margin-bottom: 0.3rem;
}

.caseMenubox ul {
  width: 80%;
  margin: 0 auto 0.4rem;
  border-bottom: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
}

.caseMenubox ul li {
  font-size: 0.24rem;
  cursor: pointer;
  border-bottom: 3px solid #fff;
  padding-bottom: 0.2rem;
  margin: 0 0.4rem;
}

.caseMenubox ul li.hover {
  border-bottom: 3px solid #cc0011;
}

.caseCbContainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.caseLeft,
.caseRight {
  width: 49%;
  overflow: hidden;
  position: relative;
}

.xmTi {
  font-size: 0.22rem;
}

.xmZi {
  font-size: 0.2rem;
  text-align: justify;
}

.cyPic img {
  width: 100%;
  display: block;
}


.caseRight .swiper-button-prev {
  width: 0.62rem;
  height: 0.62rem;
  left: 5%;
  border-radius: 100%;
  background: #fff;
  outline: none;
}

.caseRight .swiper-button-prev:after {
  content: '';
  display: block !important;
  width: 0.21rem;
  height: 0.21rem;
  background: url(../images/arrow_prev.png) 0 0/cover no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.caseRight .swiper-button-prev:before {
  content: '';
  display: block;
  width: 116.12903%;
  height: 116.12903%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}

.caseRight .swiper-button-prev:hover {
  background: #c72d32;
}

.caseRight .swiper-button-prev:hover:after {
  background-image: url(../images/arrow_prev_hover.png);
}

.caseRight .swiper-button-next {
  width: 0.62rem;
  height: 0.62rem;
  transform: translateZ(0);
  right: 5%;
  border-radius: 100%;
  background: #fff;
  outline: none;
}

.caseRight .swiper-button-next:after {
  content: '';
  display: block !important;
  width: 0.21rem;
  height: 0.21rem;
  background: url(../images/arrow_next.png) 0 0/cover no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.caseRight .swiper-button-next:before {
  content: '';
  display: block;
  width: 116.12903%;
  height: 116.12903%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}

.caseRight .swiper-button-next:hover {
  background: #c72d32;
}

.caseRight .swiper-button-next:hover:after {
  background-image: url(../images/arrow_next_hover.png);
}

.zYbox {
  padding: 0.64rem 0;
}

.zYbox .syTit {
  max-width: 2rem;
  margin: 0 auto;
}

.zYbox .syTit img {
  width: auto;
  max-width: 2rem;
}

.zYbox .syWb {
  text-align: center;
  width: 92%;
  margin: 0.2rem auto;
}

.picTu {
  width: 100%;
  display: block;
  transition-duration: .5s;
}

.zYbox .swiper-slide {
  overflow: hidden;
}

.zYbox .swiper-slide:hover img {
  transform: scale(1.1);
}

.cyMenu {
  position: absolute;
  left: 5%;
  top: 20%;
  z-index: 2;
}

.cyMenu a {
  display: block;
  color: #fff;
  font-size: 0.22rem;
  margin-bottom: 0.45rem;
  position: relative;
  padding-left: 0.3rem;
  transition-duration: .5s;
}

.cyMenu a::before {
  content: '';
  width: 0.14rem;
  height: 0.14rem;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  margin-top: -0.07rem;
  transition-duration: .5s;
}

.cyMenu a:hover::before {
  background: #ca171d;
}

@media only screen and (max-width: 1500px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}


@media only screen and (max-width: 1280px) {}





@media only screen and (max-width: 760px) {

  .pcImg,
  .newJt,
  .cyMenu {
    display: none;
  }

  .mImg {
    display: block;
  }


  .wrap {
    margin: 0 20px;
  }

  .gxImg {
    width: 100%;
    overflow: auto;
  }

  .gxImg img {
    margin-left: 0;
  }

  .w100 {
    width: 600px;
  }

  .lxbannerTxt dl {
    display: block;
  }

  .lxbannerTxt dl dt,
  .lxbannerTxt dl dd,
  .lxT dd,
  .rcList dl,
  .zpBox3 .w80,
  .ygBox,
  .ygTxt,
  .ygImg,
  .newCon,
  .newPic,
  .newWb,
  .pu_slide,
  .djBox1 .w1600,
  .djright,
  .djright .newPic,
  .djright .newWb,
  .cyLis,
  .cyLis dt,
  .cyLis dd,
  .syZi,
  .syLx,
  .caseCbContainer,
  .caseLeft,
  .caseRight,
  .abBox1 .w1600,
  .abLeft,
  .abRight {
    width: 100%;
    height: auto;
    display: block;
    float: none;
  }

  .syLx li:nth-child(1) {
    border: none;
  }

  .pu_slide a .img {
    height: auto;
  }

  .lxbannerTxt dl dt {
    padding: 20px;
  }

  .lxbannerTxt dl dt h1 {
    font-size: 16px;
    margin-bottom: 0;
  }

  .shuList dl {
    width: 33.33%;
    float: left;
    text-align: center;
    margin: 20px 0;
  }

  .whMenubox {
    width: 100%;
  }

  .whMenubox ul li {
    font-size: 14px;
    width: 24%;
  }

  .whCbContainer {
    margin-top: 50px;
  }

  .shuList::after {
    content: '';
    clear: both;
    display: block;
  }

  .neTitle,
  .caseTi,
  .shuList dl dd h1 {
    font-size: 20px;
  }

  .fgsList dl dt,
  .lxT dt,
  .lxT dd li h1,
  .zpList dl dt h1,
  .zpTi p,
  .rcList dl dd h1,
  .detailBit h1,
  .djMenu li a h1,
  .djWzi h1,
  .xmTi,
  .whCbContainer h1,
  .whCbContainer h2 {
    font-size: 16px;
  }

  .lxbannerTxt dl dt p,
  .fgsList dl dd,
  .lxT dd li,
  .zpList dl dt ul li,
  .rcList dl dd p,
  .rcCbContainer,
  .ygTxt li a,
  .newWb p,
  .detailTime .t,
  .detailtext,
  .djWzi p,
  .syZi p,
  .cyMore a,
  .syWb,
  .syLx li,
  .abRight p,
  .whCbContainer p {
    font-size: 14px;
  }

  .caseLeft,
  .caseRight {
    margin-bottom: 10px;
  }

  .syLx li {
    padding: 0 0 10px 0;
  }

  .rcMenubox ul li,
  .newWb p {
    font-size: 12px;
  }

  .lxBox1,
  .abBox1,
  .zpBox3,
  .djBox1 {
    padding: 30px 0;
  }

  .fgsList dl {
    width: 100%;
    margin-bottom: 10px;
  }

  .lxT dd li {
    margin-bottom: 10px;
  }

  .lxT dd li h1 {
    width: 20%;
    margin-right: 0;
  }

  .lxT dd li {
    justify-content: left;
  }

  .lxbannerTxt {
    bottom: 5%;
  }

  .neMenu a {
    padding: 0 8px;
    font-size: 14px;
  }

  .jianT li:nth-child(1) a,
  .jianT li:last-child a {
    display: none;
  }

  .nebannerTxt h1,
  .abTi h1 {
    font-size: 24px;
  }

  .nebannerTxt p,
  .zpTi h1 {
    font-size: 20px;
  }

  .rcList dl {
    margin-bottom: 10px;
  }

  .zpList dl {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
  }

  .zpList dl dt ul li img {
    width: 17px;
  }

  .rcList dl dd {
    height: auto;
  }

  .yxygBox .swiper-button-prev {
    left: -20px;
  }

  .yxygBox .swiper-button-next {
    right: -10px;
  }

  .nebannerTxt {
    top: 30%;
  }

  .newWb {
    padding: 10px;
  }

  .newBox1 .swiper-pagination,
  .djright .swiper-pagination {
    width: 100% !important;
    left: auto !important;
    text-align: center !important;
    bottom: 10px !important;
    right: 0 !important;
  }

  .djMenu {
    width: 100%;
  }

  .djMenu:after {
    content: '';
    clear: both;
    display: block;
  }

  .djMenu li {
    width: 50%;
    float: left;
  }

  .djrTi {
    font-size: 18px;
    padding: 15px 0;
  }

  .djSearch select {
    font-size: 14px;
    width: 20%;
  }

  .input {
    width: 64%;
  }

  .djCon,
  .cyLis {
    padding: 15px;
    margin-bottom: 10px;
  }

  .caseMenubox ul {
    width: 100%;
  }

  .caseMenubox ul li {
    font-size: 16px;
    margin: 0 4px;
  }

  .detailBit h1,
  .detailTime .t {
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .detailtext img {
    width: 100% !important;
    height: auto !important;
  }
}