@keyframes dd {
  0% {
    transform: translate(-40%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.suban {
  position: relative;
  overflow: hidden;
  padding-top: 1rem;
}
.suban .subanimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  animation: myshow 5s;
}
.suban .txt {
  transition-duration: 1.5s;
  opacity: 0;
  animation: dd 1s linear forwards;
  color: #ffffff;
}
.suban .txt .s-h4 {
  font-weight: 700;
  font-size: 0.48rem;
}
.suban .txt .s-h5 {
  font-size: 0.28rem;
  width: 40%;
  padding-bottom: 0.4rem;
  position: relative;
}
.suban .txt .s-h5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.8rem;
  height: 0.03rem;
  background-color: #fff;
}
.suban .txt.blue {
  color: #00ffff;
}
.suban .txt.blue .s-h5:after {
  background-color: #00ffff;
}
.suban.suban-ft .txt {
  text-align: center;
}
.suban.suban-ft .txt .s-h4 {
  font-size: 0.4rem;
  margin-bottom: 0.36rem;
}
.suban.suban-ft .txt .sbtn {
  width: 1.2rem;
  margin: 0 auto;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: #3d73ea;
  border-radius: 0.04rem;
  color: #ffffff;
  font-size: 0.16rem;
  display: block;
}
@-webkit-keyframes myshow {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@-moz-keyframes myshow {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@-ms-keyframes myshow {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@-o-keyframes myshow {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes myshow {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.cur-ban {
  height: 0.8rem;
  line-height: 0.8rem;
  background: #fff;
}
.cur-ban .crumbs {
  font-size: 0.18rem;
  color: #595757;
  float: right;
  padding-left: 20px;
  max-width: 51%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cur-ban .crumbs a,
.cur-ban .crumbs span,
.cur-ban .crumbs img {
  color: #595757;
  font-size: 0.18rem;
  display: inline-block;
  vertical-align: middle;
}
.cur-ban .crumbs a.act,
.cur-ban .crumbs a:hover {
  color: #00a0e9;
}
.cur-ban .crumbs b {
  font-weight: normal;
}
.cur-ban .crumbs img {
  width: 0.25rem;
  height: 0.22rem;
  margin-right: 0.08rem;
}
.cur-ban .link {
  overflow: hidden;
}
.cur-ban .link a {
  font-size: 0.2rem;
  margin-right: 0.55rem;
  display: block;
  float: left;
  color: #595757;
}
.cur-ban .link a.on,
.cur-ban .link a:hover {
  color: #00a0e9;
}
.subwarp {
  background-color: #f2f2f2;
}
.subwarp .subwarp-in {
  padding: 0.6rem 0 0.4rem;
  padding-bottom: 0.9rem;
}
.subwarp .subtit {
  font-size: 0.4rem;
  margin-bottom: 0.3rem;
  text-align: center;
  color: #00a0e9;
  font-family: 'Bold';
}
.subwarp .subp {
  font-size: 0.18rem;
  color: #595757;
  margin: 0.2rem 0;
  margin-bottom: 0.5rem;
}
.subwarp .blue-h {
  font-size: 0.28rem;
  padding: 0.15rem 0;
  font-family: 'Bold';
  color: #00a0e9;
}
.subwarp .blue-h.line {
  border-bottom: 0.01rem solid #d2d2d2;
}
.link-warp {
  position: relative;
  padding-right: 3rem;
}
.link-warp .link-ul {
  font-size: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.1rem 0;
}
.link-warp .link-ul a {
  color: #595757;
  font-size: 0.18rem;
  background-color: #fff;
  padding: 0.06rem 0.1rem;
  border-radius: 0.08rem;
  margin-right: 0.2rem;
}
.link-warp .link-ul a.on,
.link-warp .link-ul a:hover {
  color: #fff;
  background-color: #00a0e9;
}
.link-warp .link-ul a:last-child {
  margin-right: 0;
}
.link-search {
  display: flex;
  width: 2.8rem;
  height: 0.42rem;
  border-radius: 0.02rem;
  border: 0.01rem solid #cccccd;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.link-search input {
  width: 100%;
  height: 100%;
  padding: 0 0.3rem 0 0.15rem;
  background-color: transparent;
  box-sizing: border-box;
  line-height: 0.42rem;
  font-size: 0.18rem;
  border-radius: 0.2rem;
}
.link-search img {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  width: 0.18rem;
  height: 0.21rem;
  cursor: pointer;
}
.link-con {
  padding-top: 0.6rem;
}
.link-con .link-h {
  font-size: 0.4rem;
  color: #ea5514;
  border-bottom: 0.02rem solid #cfcfd0;
  padding-bottom: 0.16rem;
  margin-bottom: 0.4rem;
  font-family: 'Bold';
}
.link-con .h4,
.link-con .h5 {
  color: #00a0e9;
  margin-bottom: 0.2rem;
  height: 0.5rem /* 30/100 */;
}
.link-con .h4 {
  font-size: 0.32rem;
  font-family: "bold";
}
.link-con .h5 {
  font-size: 0.28rem;
}
.dotul {
  color: #595757;
}
.dotul .dotul-h5 {
  font-size: 0.22rem;
  padding: 0.2rem 0 0.1rem;
  font-family: 'Bold';
}
.dotul .dotul-ul {
  border-top: 0.01rem solid #fff;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.dotul .dotul-ul li {
  position: relative;
  padding-left: 0.3rem;
  margin: 0.1rem 0;
}
.dotul .dotul-ul li:before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  top: 0.03rem;
  background-image: url("../img/i-circle.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.prodoup .sMesW {
  position: relative;
  overflow: hidden;
  border-radius: 0.04rem;
  background-color: white;
}
.prodoup .sMesW::after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  background-color: rgba(0, 160, 233, 0.8);
}
.prodoup .sMesW img{
  pointer-events: none;
}
.prodoup .sMesW:hover::after {
  top: 0;
}
.prodoup .sMesW:hover .txt {
  top: 0;
}
/*@media screen and (max-width: 515px){*/
/*  .prodoup .sMesW:active::after {*/
/*    top: 0;*/
/*    display: none;*/
/*  }*/
/*  .prodoup .sMesW:focus::after {*/
/*    top: 0;*/
/*    display: none;*/
/*  }*/
/*  .prodoup .sMesW:active .txt {*/
/*    top: 0;*/
/*  }*/
/*}*/

.prodoup .sMesW .txt {
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  padding: 0 0.36rem;pointer-events: none;
}
.prodoup .sMesW .txt .dotul-h5 {
  font-size: 0.24rem;
  padding: 0.2rem 0;
}
.prodoup .sMesW .txt .dotul-ul {
  padding-top: 0.1rem;
}
.prodoup .sMesW .b2 {
  padding: 0.2rem 0;
}
.prodoup .sMesW .b2 .m21 {
  color: #00a0e9;
}
.pdetails .pdeli {
  background-color: #fff;
  padding: 0.6rem 0.4rem;
  margin-bottom: 0.2rem;
}
.pdetails .pdeli .pdelin {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  align-items: center;
}
.pdetails .pdeli .pde-txt {
  width: calc(50% - 0.65rem);
  text-align: center;
}
.pdetails .pdeli .pde-txt .txt_t {
  font-size: 0.5rem;
  margin-bottom: 0.24rem;
  font-family: Bold;
  color: #00a0e9;
}
.pdetails .pdeli .pde-txt .txt_c {
  padding: 0.1rem 0.2rem;
  background-color: #00a0e9;
  display: inline-block;
  border-radius: 5px;
  font-size: 0;
}
.pdetails .pdeli .pde-txt .txt_c span,
.pdetails .pdeli .pde-txt .txt_c img {
  display: inline-block;
  vertical-align: middle;
  font-size: .16rem;
}
.pdetails .pdeli .pde-txt .txt_c span {
  color: #fff;
}
.pdetails .pdeli .pde-txt .txt_c img {
  width: 0.55rem;
  height: 0.14rem;
}
.pdetails .pdeli .pde-img {
  width: calc(50% - 1.2rem);
}
.pdetails .pdeli:nth-of-type(2n) .pdelin {
  flex-direction: row-reverse;
}
.aides {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0 1rem;
}
.aides .aides-le {
  color: #00a0e9;
  padding-right: 1rem;
  width: 50%;
}
.aides .img {

  width: 50%;
}
.aides .aides-le .h5 {
  font-size: 0.6rem;
  margin-bottom: 0.2rem;
}
.aides .aides-le .txt {
  font-size: 0.18rem;
  color: #595757;
}
.fangda:hover img {
  transform: scale(1.05);
}
.fangda img {
  transform: scale(1);
  transition-duration: .5s;
}

.advit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
  margin: 0.4rem 0;
  margin-bottom: 0;
}
.advit.advit3 {
  grid-template-columns: repeat(3, 1fr);
}
.advit.advit2 {
  grid-template-columns: repeat(2, 1fr);
}
.advit .dotul {
  background-color: #fff;
  padding: 0 0.2rem;
}
@media screen and (min-width: 991px){
  .advit2 .dotul:last-of-type{
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .advit .dotul:nth-of-type(3){
    grid-column-start: unset;
    grid-column-end: unset;
  }
}

.advit .dotul .dotul-ul {
  padding-bottom: 0.2rem;
}
.advit .dotul .dotul-ul li:before {
  background-image: url("../img/i-circle-hui.png");
}
.gvideo {
  position: relative;
  margin: 0.6rem 0;
}
.gvideo img {
  display: block;
  width: 100%;
}
.greenGrid .sMesW {
  background-color: #fff;
}
.greenGrid .sMesW .b1 {
  height: 2rem;
  text-align: center;
}
.greenGrid .sMesW .b1 > img {
  width: 1.4rem;
  height: auto;
  margin-top: 0.6rem;
}
.greenGrid .sMesW .b2 .m21 {
  font-size: 0.4rem;
}
.advit-org .dotul .dotul-h5 {
  color: #ea5514;
}
.videoT {
  position: relative;
  width: 50%;
}
.videoT:hover .play {
  display: block!important;
}
.videoT.videoTg {
  width: 100%;
  margin: 0.6rem 0;
}
.videoT.videoTg .videoTCont {
  font-size: 0;
  position: relative;
  left: 0;
  top: 0;
}
.videoT .videoTCont {
  font-size: 0;
  position: relative;
  left: -0.3rem;
  top: -0.3rem;
}
.videoT:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
}
.videoT .videoSadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
.videoT .videoSadow.hide {
  display: none;
}
.videoT .videoSadow.hide + .play {
  display: none;
}
.videoT video {
  object-fit: cover;
  width: 100%;
  height: 8rem;
  position: relative;
  z-index: 1;
}
.videoT .play {
  width: 0.68rem;
  height: 0.68rem;
  background-image: url("../img/play.png");
  background-size: 100% 100%;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.videoT .play:hover {
  background-image: url("../img/playOn.png");
}
.subg {
  text-align: center;
  width: 100%;
  color: #fff;
  padding-bottom: 30%;
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.subg .bt {
  position: relative;
  padding: 0.8rem 0 0.4rem;
  margin-bottom: 0.5rem;
}
.subg .bt .zh {
  font-size: 0.48rem;
  font-family: 'Bold';
}
.subg .bt .en {
  font-size: 0.28rem;
}
.subg .bt:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.5rem;
  width: 1rem;
  height: 0.02rem;
  background-color: #fff;
}
.subg .bt.blue .zh {
  font-size: 0.4rem;
  color: #00a0e9;
}
.subg .bt.blue:after {
  background-color: #00a0e9;
}
.subg .p {
  font-size: 0.17rem;

  width: 100%;
  margin: 0 auto;
  margin-top: -10px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.feawarp {
  padding-bottom: 34%;
}
.feawarp .p {
  color: #595757;
  width: 94%;
}
.induscon {
  font-size: 0;
  background-color: #fff;
  margin: 0.2rem 0 0.6rem 0;
}
.induscon .indus-le,
.induscon .indus-ri {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
}
.induscon .indus-le {
  padding: 0.2rem 0.4rem;
}
.induscon .indus-ul {
  border-bottom: 0.01rem solid #d4d4d5;
  white-space: nowrap;
  overflow-x: auto;
  display: flex;
}
.induscon .indus-ul li {
  font-size: 0.2rem;
  cursor: pointer;
  padding: 0.16rem 0;
  position: relative;
  margin: 0 0.2rem;
}
.induscon .indus-ul li:first-child {
  margin-left: 0;
}
.induscon .indus-ul li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.02rem;
}
.induscon .indus-ul li.act {
  color: #ea5514;
}
.induscon .indus-ul li.act:after {
  background-color: #ea5514;
}
.induscon .indus-txt {
  padding-top: 0.4rem;
}
.induscon .indus-txt .indus-txt-li {
  font-size: 0.18rem;
  display: none;
}
.induscon .indus-txt .indus-txt-li:first-child {
  display: block;
}
.ablink {
  text-align: center;
  margin: 0 auto;
  font-size: 0;
  padding: 0.3rem 0 0.2rem;
}
.ablink a {
  font-size: 0.18rem;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  height: 0.62rem;
  line-height: 0.62rem;
  padding: 0 0.7rem;
  margin: 0 0.1rem 0.1rem;
}
.ablink a.on,
.ablink a:hover {
  color: #ea5514;
}
.ablink a:first-child {
  margin-left: 0;
}
.ablink a:last-child {
  margin-right: 0;
}
.ab-tit {
  color: #ea5514;
  font-size: 0.54rem;
  text-align: center;
  margin-top: 0.7rem;
  font-family: 'Bold';
}
.brand-tab {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.brand-tab-li {
  width: 24%;
  height: 3.5rem;
  font-size: 0.32rem;
  background-color: #fff;
  border-radius: 0.04rem;
}
.brand-tab-li img {
  width: 1rem;
  margin: 0.6rem auto 0.4rem;
  display: block;
}
.brand-tab-li.act {
  color: #ea5514;
}
.brand-txt {
  background-color: #fff;
  margin-top: 0.4rem;
  text-align: center;
  font-size: 0.44rem;
  color: #ea5514;
}
.brand-txt-li {
  display: none;
  position: relative;
  padding: 0.6rem 0.2rem;
}
.brand-txt-li.act {
  display: block;
}
.brand-txt-li.act:before {
  content: '';
  position: absolute;
  left: 12.5%;
  top: -0.15rem;
  margin-left: -0.15rem;
  width: 0;
  height: 0;
  border-bottom: 0.15rem solid #fff;
  border-left: 0.15rem solid transparent;
  border-right: 0.15rem solid transparent;
}
.brand-txt-li:nth-child(2):before {
  left: 37.5%;
}
.brand-txt-li:nth-child(3):before {
  left: 62.5%;
}
.brand-txt-li:nth-child(4):before {
  left: 87.5%;
}
.ab-editor {
  margin-top: 1rem;
  font-size: 0;
}
.ab-editor-le,
.ab-editor .subp {
  display: inline-block;
  vertical-align: top;
}
.ab-editor-le {
  width: 30%;
  font-size: 0.54rem;
  color: #ea5514;
  font-family: 'Bold';
  line-height: 0.54rem;
}
.ab-editor .subp {
  width: 70%;
  margin-top: 0;
}
.featswi {
  padding: 0 0.6rem;
  box-sizing: border-box;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
  position: relative;
}
.featswi .swiper-button-next,
.featswi .swiper-button-prev {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin-top: -0.2rem;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../img/morebb.png");
  background-repeat: no-repeat;
  background-size: 0.28rem 0.07rem;
  background-position: center 44%;
}
.featswi .swiper-button-next:hover,
.featswi .swiper-button-prev:hover {
  background-color: #00a0e9;
}
.featswi .swiper-button-next::after,
.featswi .swiper-button-prev::after {
  display: none;
}
.featswi .swiper-button-next.b,
.featswi .swiper-button-prev.b {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin-top: -0.2rem;
  background-color: #ffffff;
  background-image: url("../img/moreh.png");
  background-repeat: no-repeat;
  background-size: 0.28rem 0.07rem;
  background-position: center 44%;
}
.featswi .swiper-button-next.b:hover,
.featswi .swiper-button-prev.b:hover {
  background-image: url("../img/morebb.png");
  background-color: #00a0e9;
}
.featswi .swiper-button-next.b::after,
.featswi .swiper-button-prev.b::after {
  display: none;
}
.featswi .swiper-button-prev {
  left: 0;
  transform: scaleX(-1);
}
.featswi .swiper-button-next {
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.featswi .swiper-slide {
  padding: 0.1rem;
  border-radius: 0.08rem;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
}
.featswi .swiper-slide .img {
  position: relative;
  transition: 0.3s;
}
.featswi .swiper-slide .img img {
  width: 100%;
  display: block;
  border-radius: 0.08rem;
}
.honor_warp {
  position: relative;
  padding: 0 0 0.6rem 3.8rem;
  font-size: 0.24rem;
  min-height: 3rem;
}
.honor_warp .cebl {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 2.9rem;
  height: 100%;
}
.honor_warp .cebl .cebl-h {
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  font-size: 0.4rem;
  font-family: "bold";
  color: #fff;
  background-color: #ea5514;
}
.honor_warp .cebl .cebl-scroll {
  max-height:4.2rem  /* 400/100 */ ;
  overflow: auto;
}
.honor_warp .cebl .cebl-scroll li {
  height: 0.6rem;
  line-height: 0.6rem;
  border-bottom: 0.01rem solid #c9c9ca;
  display: block;
  background-color: #fff;
  color: #595757;
  padding-left: 0.52rem;
  position: relative;
  cursor: pointer;
}
.honor_warp .cebl .cebl-scroll li:after {
  content: "";
  position: absolute;
  right: 0.3rem;
  top: 0.28rem;
  width: 0.28rem;
  height: 0.07rem;
  background-image: url("../img/moreh-light.png");
  background-repeat: no-repeat;
  background-size: 0.28rem 0.14rem;
  background-position: center top;
}
.honor_warp .cebl .cebl-scroll li:last-child {
  border-bottom: none;
}
.honor_warp .cebl .cebl-scroll li.on,
.honor_warp .cebl .cebl-scroll li:hover {
  color: #ea5514;
}
.honor_warp .cebl .cebl-scroll li.on:after,
.honor_warp .cebl .cebl-scroll li:hover:after {
  background-position: center bottom;
}
.honor_warp .cebul {
  display: grid;
  gap: 0.35rem;
  grid-template-columns: repeat(3, 1fr);
}
.honor_warp .cebul .cebli {
  text-align: center;
  background-color: #fff;
  padding: 0.18rem;
  box-sizing: border-box;
}
.honor_warp .cebul .cebli .img {
  height: 3rem;
  overflow: hidden;
  transition: all 0.6s;
}
.honor_warp .cebul .cebli .img img {
  height: 100%;
  object-fit: contain;
}
.honor_warp .cebul .cebli .txt {
  font-size: 0.18rem;
  margin-top: 0.12rem;
  color: #595757;
}
.honor_warp .cebul .cebli:hover .img {
  transform: scale(1.05);
}
.honor_warp .cebul .cebli:hover .txt {
  color: #ea5514;
}
.news_warp .sMesW.sMesWh .b2 {
  background-color: #fff;
}
.news-link {
  position: relative;
  padding-bottom: 0.1rem;
  margin-bottom: 0.4rem;
  border-bottom: 0.02rem solid #d4d4d4;
}
.news-link .link-ul a {
  background-color: transparent;
  padding: 0.02rem 0.08rem;
  border-radius: 0.06rem;
}
.news-link .link-search {
  top: 40%;
  height: 0.32rem;
  border-radius: 0.08rem;
}
.news-link .link-search input {
  line-height: 0.32rem;
}
.news-link .link-search img {
  top: 0.06rem;
}
.recr_warp .bt {
  position: relative;
  padding: 0.8rem 0 0.4rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.recr_warp .bt .zh {
  font-size: 0.4rem;
  font-family: 'Bold';
}
.recr_warp .bt:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.5rem;
  width: 1rem;
  height: 0.02rem;
  background-color: #fff;
}
.recr_warp .bt.blue .zh {
  color: #00a0e9;
}
.recr_warp .bt.blue:after {
  background-color: #00a0e9;
}
.recr_warp .merul {
  display: flex;
  justify-content: space-between;
}
.recr_warp .merli {
  position: relative;
  height: 3.5rem;
  overflow: hidden;
  text-align: center;
}
.recr_warp .merli img {
  height: 100%;
  transition: all 0.6s;
  object-fit: cover;
  display: block;
}
.recr_warp .merli h5 {
  font-size: 0.4rem;
  color: #fff;
  font-family: "bold";
}
.recr_warp .merli:hover img {
  transform: scale(1.05);
}
.recr_warp .newGird {
  grid-template-columns: repeat(5, 1fr);
}
.recr_warp .newGird .sMesW {
  background-color: #fff;
  height: 3rem;
}
.recr_warp .newGird .sMesW .b1 {
  height: 2rem;
  text-align: center;
}
.recr_warp .newGird .sMesW .b1 > img {
  width: auto;
  height: 0.8rem;
  margin-top: 0.6rem;
}
.recr_warp .newGird .sMesW .b2 {
  padding: 0;
  margin-top: -10px;
}
.recr_warp .treat {
  padding-bottom: 6%;
  margin: 0.8rem 0;
}
.recr_warp .treat .featswi .swiper-slide {
  text-align: center;
  height: 3rem;
}
.recr_warp .treat .featswi .swiper-slide .img {
  position: relative;
  transition: 0.3s;
  height: 2rem;
  display: flex;
  align-items: center;
}
.recr_warp .treat .featswi .swiper-slide .img img {
  height: .8rem;
  width: auto;
  margin: 0 auto;
  /*padding-top: 0.4rem;*/
}
.recr_warp .treat .featswi .swiper-slide .p {
  font-size: 0.25rem;
  color: #595757;
  font-weight: bold;
  width: 90%;
}
.recr_warp .job {
  width: 70%;
  display: flex;
  justify-content: center;
}
.recr_warp .job .merli {
  cursor: pointer;
}
.recr_warp .job .Promore {
  justify-content: center;
}
.recr_warp .job .Promore .m1 {
  color: #fff;
}
.recr_warp .job .Promore:hover .m1 {
  color: #fff;
}
.job_warp .sf1-mobile {
  display: none;
}
.job_warp .link-search {
  position: relative;
  top: 0;
  transform: translate(0, 0);
  width: 100%;
}
.job_warp .recli {
  display: block;
  padding: 0.6rem 0.6rem 0.4rem;
  border-bottom: 0.02rem solid #cbcbcb;
}
.job_warp .recli .reclin {
  position: relative;
  padding-right: 1.8rem;
}
.job_warp .recli:last-child {
  border-bottom: none;
}
.job_warp .recli .name img,
.job_warp .recli .name span {
  display: inline-block;
  vertical-align: middle;
}
.job_warp .recli .name img {
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 0.08rem;
}
.job_warp .recli .name span {
  font-size: 0.28rem;
  font-family: "bold";
}
.job_warp .recli ul {
  margin: 0.2rem 0;
  font-size: 0;
}
.job_warp .recli ul li {
  font-size: 0.18rem;
  color: #595757;
  padding: 0 0.2rem;
  border-left: 1px solid #595757;
  display: inline-block;
  vertical-align: middle;
}
.job_warp .recli ul li:first-child,
.job_warp .recli ul li:nth-child(2) {
  padding-left: 0;
  border-left: 0;
}
.job_warp .recli ul li img {
  height: 0.22rem;
}
.job_warp .recli .time {
  font-size: 0.18rem;
  position: absolute;
  right: 0;
  top: 0.1rem;
}
.job_warp .recli:hover .name span {
  color: #00a0e9;
}
.searchType {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.15rem;
  padding-top: 0.3rem;
}
.searchType .sl1 {
  font-size: 0.32rem;
  color: #595757;
  font-weight: bold;
}
.searchType .sl2 {
  font-size: 0.18rem;
  color: #919292;
  cursor: pointer;
}
.searchType .sl2 span,
.searchType .sl2 img {
  display: inline-block;
  vertical-align: middle;
}
.searchType .sl2 img {
  width: 0.18rem;
  height: 0.18rem;
  margin-left: 0.1rem;
}
.searchType-res {
  color: #919292;
  font-size: 0.18rem;
}
.searchFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.searchFlex .sf1,
.searchFlex .sf2 {
  background-color: #fff;
}
.searchFlex .sf1 {
  width: 4rem;
  margin-right: 0.5rem;
  padding: 0 0.5rem 0.4rem;
  box-sizing: border-box;
}
.searchFlex .sf2 {
  flex: 1;
}
.searchFlex .sf2 .searchType {
  padding-left: 0.6rem;
  margin-bottom: 0;
}
.recrdes .recle {
  background-color: #ffffff;
  padding: 0.6rem;
  position: relative;
}
.recrdes .name {
  margin-bottom: 0.4rem;
}
.recrdes .name img,
.recrdes .name span {
  display: inline-block;
  vertical-align: middle;
}
.recrdes .name img {
  width: 0.38rem;
  height: 0.38rem;
  margin-right: 0.2rem;
}
.recrdes .name span {
  font-size: 0.4rem;
  line-height: 0.4rem;
  font-family: "bold";
}
.recrdes ul li {
  font-size: 0.18rem;
  padding: 0 0.2rem;
  border-left: 0.01rem solid #9b9a9a;
  display: inline-block;
  vertical-align: middle;
}
.recrdes ul li:first-child {
  padding-left: 0;
  border-left: 0;
}
.recrdes .time {
  font-size: 0.18rem;
  margin-top: 0.06rem;
  margin-bottom: 0.36rem;
}
.recrdes .rules {
  /*color: #333;*/
  margin-bottom: 0.3rem;
}
.recrdes .rules h5 {
  font-size: 0.18rem;
  font-family: "bold";
  margin-bottom: 0.1rem;
}
.recrdes .rules h5.org {
  color: #ea5514;
}
.recrdes .rules div p {
  line-height: 0.3rem;
  font-size: 0.18rem;
}
.recrdes .modu {
  position: relative;
  padding-top: 0.4rem;
  border-top: 0.01rem solid #595757;
}
.recrdes .modu.modu-line {
  border-top: none;
  padding-top: 0;
}
.recrdes .modu .modu-n {
  font-size: 0.28rem;
  line-height: 0.28rem;
  font-family: "bold";
  margin-bottom: 0.3rem;
}
.reclm {
  margin-bottom: 0.3rem;
}
.reclm a {
  margin-right: 0.3rem;
}
.reclm a.on {
  color: #00a0e9;
}
.all-checkbox-select {
  margin: 0.4rem 0 0.2rem;
}
.all-checkbox-select .checkbox-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.all-checkbox-select .checkbox-select span {
  font-size: 0.24rem;
  font-family: "bold";
  margin-bottom: 0.1rem;
}
.all-checkbox-select .checkbox-select img {
  width: 0.2rem;
  height: 0.13rem;
  transform: rotate(180deg);
}
.all-checkbox-select .checkbox-select.on img {
  transform: rotate(360deg);
}
.checkbox-inline {
  margin: 0.06rem 0;
}
.checkbox-inline label {
  cursor: pointer;
  font-size: 0.18rem;
}
.checkbox-inline input[type="checkbox"] {
  width: 0.14rem;
  height: 0.14rem;
  line-height: 0.14rem;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-right: 0.1rem;
}
.checkbox-inline input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.checkbox-inline input[type="checkbox"]:checked::before {
  content: "\2713";
  background-color: #00a0e9;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0.14rem;
}
.contact_warp {
  padding-top: 0;
}
.contact_warp .link-h {
  padding-top: 0.6rem;
}
.contact-both {
  display: grid;
  gap: 0.4rem;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 0.5rem /* 50/100 */;
}
.contact-box-in {
  display: flex;
  flex-direction: column;
}

.contact-box {
  position: relative;
  padding: 0.4rem 1.5rem 0.4rem 0.4rem;
  font-size: 0.18rem;
  flex: 1;
  background-color: #fff;
}
.contact-box h5 {
  font-size: 0.24rem;
  color: #ea5514;
}
.contact-box .list {
  min-height: 1.1rem;
}
.contact-box .list .li-tel,
.contact-box .list .li-addr {
  position: relative;
  padding-left: 0.2rem;
}
.contact-box .list .li-tel:before,
.contact-box .list .li-addr:before {
  content: '';
  position: absolute;
  top: 0.06rem;
  left: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 0.1rem;
}
.contact-box .list .li-tel:before {
  width: 0.16rem;
  height: 0.16rem;
  background-image: url("../img/i-tel.png");
}
.contact-box .list .li-addr:before {
  width: 0.14rem;
  height: 0.19rem;
  background-image: url("../img/i-addr.png");
}
.contact-box .list div {
  margin: 0.1rem 0;
}
.contact-box .list div span,
.contact-box .list div img,
.contact-box .list div p {
  display: inline-block;
  vertical-align: middle;
}
.contact-box .list div img {
  width: 0.16rem;
  margin-right: 0.1rem;
}
.contact-box .code {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translate(0, -50%);
}
.contact-box .code img {
  width: 1.1rem;
  height: 1.1rem;
  border: 0.01rem solid #cdcdce;
  border-radius: 0.04rem;
}
.shade {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  background-color: #fff;
  border-radius: 0.2rem 0.2rem 0 0;
  padding: 0 0.3rem 0.4rem;
  box-sizing: border-box;
}
.shade-in {
  position: relative;
}
.shade-in .close {
  position: absolute;
  right: 0;
  top: 0.3rem;
  width: 0.3rem;
  height: 0.3rem;
}
.shade-in .h5 {
  font-size: 0.28rem;
  font-family: "bold";
  padding-top: 0.2rem;
}
.shade-in .count {
  font-size: 0.18rem;
  margin: 0.3rem 0 0.2rem;
}
.shade-in .shade-checkbox {
  max-height: 6rem;
  overflow: auto;
}
.shade-in .btns {
  display: flex;
  justify-content: space-between;
}
.shade-in .btns div {
  border-radius: 0.04rem;
  text-align: center;
  font-size: 0.22rem;
  height: 0.7rem;
  line-height: 0.7rem;
}
.shade-in .btns .sml {
  flex: 1;
  margin-right: 0.2rem;
  background-color: #fdeee7;
}
.shade-in .btns .big {
  flex: 2;
  background-color: #ea5514;
  color: #fff;
}
.ab_develop .bt {
  padding-top: 0;
}
.ab_develop .bt .zh {
  color: #ea5514;
}
.ab_develop .bt:after {
  background-color: #848282;
}
.ab_develop .subg {
  padding-bottom: 0;
}
.ab_develop .devswi {
  position: relative;
  padding-top: 0.32rem;
}
.ab_develop .swiper {
  position: relative;
}
.ab_develop .swiper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5.2rem;
  border: 0.01rem solid #9e9e9f;
  width: 100%;
}
.ab_develop .swiper::after {
  content: '';
  position: absolute;
  height: 1rem /* 200/100 */;
  width: 0.8rem /* 160/100 */;
  background-size: 100% 100%;
  background-image: url('../img/fazhanLogo.png');
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 15%;
  z-index: 4;
}
.ab_develop .devtxt .time {
  font-size: 0.32rem;
  color: #595757;
}
.ab_develop .devtxt .con {
  height: 5.5rem;
  position: relative;
  opacity: 0;
  margin-bottom: 0.4rem;
}
.ab_develop .devtxt .con .img {
  margin: 0 auto;
  object-fit: cover;
  width: auto;
  display: flex;
  justify-content: center;
}
.ab_develop .devtxt .con .img img{
  height: 3.5rem;
  margin: 0 5px;
}
.videoTan{
  position: fixed;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  display: none;
  z-index: 10;
}
.videoTan.active{
  display: block;
}
.videoTan .hide{
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}
.videoTan video{
  position: absolute;
  height: 80vh;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  max-width: 80%;
}
.ab_develop .devtxt .con .p {
  font-size: 0.22rem;
  margin-top: 0.2rem;
  font-family: "bold";
  color: #00a0e9;
}
.ab_develop .swiper-slide {
  text-align: center;
  position: relative;
  transition: all 0.6s;
}
.ab_develop .swiper-slide::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 5.1rem;
  background-color: #929293;
  margin-left: -0.1rem;
  border-radius: 50%;
  width: 0.2rem;
  height: 0.2rem;
}
.ab_develop .swiper-slide-active .devtxt .time {
  font-size: 0.64rem;
  line-height: 0.64rem;
  font-family: "bold";
  color: #00a0e9;
}
.ab_develop .swiper-slide-active .devtxt .con {
  opacity: 1;
}
.ab_develop .swiper-button-next,
.ab_develop .swiper-button-prev {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin-top: -0.2rem;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../img/morebb.png");
  background-repeat: no-repeat;
  background-size: 0.28rem 0.07rem;
  background-position: center 44%;
  top: 5.5rem;
}
.ab_develop .swiper-button-next::after,
.ab_develop .swiper-button-prev::after {
  display: none;
}
.ab_develop .swiper-button-prev {
  left: 0;
  transform: scaleX(-1);
}
.ab_develop .swiper-button-next {
  right: 0;
  background-color: #00a0e9;
}
@media screen and (max-width: 991px) {
  .honor_warp .cebl .cebl-h {
    height: .8rem;
    text-align: center;
    line-height: .8rem;
    font-size: 0.3rem;
    font-family: "bold";
    color: #fff;
    background-color: #ea5514;
  }
  .sMesW .b1{
    height: 5rem;
  }
  .aides{
    flex-wrap: wrap;
  }
  .advit {
    grid-template-columns: repeat(1, 1fr)!important;
  }
  .aides .img {
    width: 100%;
  }
  .aides .aides-le{
    padding-right: 0;
    width: 100%;
  }
  .subwarp .subp{
    font-size: .3rem;
  }
  .recrdes .rules div p{
    font-size: .22rem;
  }
  .suban {
    height: 3rem;
  }
  .cur-ban {
    height: auto;
  }
  .cur-ban .crumbs {
    float: none;
    padding-left: 0;
    max-width: inherit;
  }
  .subwarp .subwarp-in.container {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .contact-both {
    grid-template-columns: repeat(1, 1fr);
  }
  .link-con .h5 {
    height: auto;
  }
  .searchFlex {
    display: block;
  }
  .searchFlex .sf1 {
    display: none;
  }
  .searchFlex .sf2 {
    background-color: transparent;
  }
  .searchFlex .sf2 .searchType {
    display: none;
  }
  .job_curban .link {
    display: none;
  }
  .job_warp .subwarp-in {
    padding-top: 0;
  }
  .job_warp .sf1-mobile {
    text-align: center;
    background-color: #fff;
    margin-bottom: 0.2rem;
    display: block;
  }
  .job_warp .sf1-mobile .sl1 {
    font-size: 0.36rem;
  }
  .job_warp .sf1-mobile .link-search-wai {
    padding: 0.3rem;
  }
  .job_warp .sf1-mobile .link-search-wai .link-search {
    height: 0.6rem;
  }
  .job_warp .sf1-mobile .link-search-wai .link-search input {
    line-height: 0.62rem;
    padding-right: 1.2rem;
  }
  .job_warp .sf1-mobile .link-search-wai .link-search img {
    height: auto;
  }
  .job_warp .sf1-mobile .link-search-wai .link-search .ico1 {
    top: 0.12rem;
    width: 0.36rem;
    right: 0.8rem;
  }
  .job_warp .sf1-mobile .link-search-wai .link-search .ico2 {
    top: 0.14rem;
    width: 0.3rem;
    right: 0.16rem;
  }
  .job_warp .sf1-mobile .link-search-wai .link-search:after {
    content: "";
    position: absolute;
    right: 0.6rem;
    top: 10%;
    width: 0.01rem;
    height: 80%;
    background-color: #d4d4d4;
  }
  .job_warp .sf1-mobile .cus-select {
    display: flex;
    padding-bottom: 0.3rem;
  }
  .job_warp .sf1-mobile .cus-select .select-li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .job_warp .sf1-mobile .cus-select .select-li span,
  .job_warp .sf1-mobile .cus-select .select-li img {
    display: inline-block;
    vertical-align: middle;
  }
  .job_warp .sf1-mobile .cus-select .select-li span {
    font-size: 0.22rem;
    display: flex;
  }
  .job_warp .sf1-mobile .cus-select .select-li img {
    width: 0.24rem;
    height: 0.15rem;
  }
  .job_warp .recli {
    margin-bottom: 0.2rem;
    border-bottom: none;
    background-color: #fff;
    padding: 0.3rem 0.4rem 0.2rem;
  }
  .job_warp .recli .time {
    top: 0;
    bottom: 0;
  }
  .job_warp .reclm {
    padding-top: 0.2rem;
  }
  .job_warp .recrdes .recle {
    padding: 0.2rem;
  }
  .ablink {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    white-space: nowrap;
    overflow-x: auto;
  }
  .brand-txt {
    font-size: 0.36rem;
  }
  .ab-editor-le {
    display: none;
  }
  .ab-editor .subp {
    width: 100%;
  }
  .honor_warp {
    padding-left: 2rem;
  }
  .honor_warp .cebl {
    width: 1.8rem;
  }
  .honor_warp .cebul {
    gap: 0.1rem;
    grid-template-columns: repeat(2, 1fr);
    display: flex;
    flex-wrap: wrap;
  }
  .honor_warp .cebul .cebli{
    width: 48%;
  }
  .induscon .indus-le,
  .induscon .indus-ri {
    width: 100%;
  }
  .induscon .indus-ri {
    padding: 0 0.4rem;
    padding-bottom: .4rem;
  }
  .advit.advit2,
  .advit.advit3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .recr_warp .subwarp-in {
    padding-top: 0;
  }
  .recr_warp .job {
    width: 100%;
  }
  .pdetails .pdeli .pde-txt .txt_t {
    font-size: 0.36rem;
  }
  .pdetails .pdeli .pde-img {
    width: 50%;
  }
}
.addSearch{
  position: absolute;
  background-color: white;
  top: 120%;
  width: 89%;
  left: 0;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #a1a1a2;
  line-height: 20px;
}
.addSearch .a1{
  font-size: .2rem;

}
.addSearch a{
  display: block;
  line-height: .26rem;
  font-size: .16rem;
}
.contact-both + .link-h{
  padding-top: .1rem;
}
.addnel{

}
@media screen and (min-width: 515px){
  .addSearch .a1{
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 515px){
  .containerHon{
    width: 95% !important;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .honor_warp .cebul .cebli .img{
     height: auto;
    padding: 10px 0;
  }
  .honor_warp .cebl .cebl-scroll li{
    padding-right: 0.7rem;
    padding-left: unset;
    text-align: right;
  }
  .videoTan video{
    height: auto;
  }
  .sMesW.sMesWh .b2{
    min-height: 80px;
  }
  .recrdes .name span{
    width: 60%;
  }
  .subg{
    padding-bottom: 43%;
  }
  .social-share .social-share-icon{
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    font-size: 12px !important;
  }
  .subg .bt{
    padding: 0.4rem 0 0.2rem;
    margin-bottom: 0.3rem;
  }
  .subg .bt.blue .zh {
    font-size: 0.35rem;
    color: #00a0e9;
  }
  /*.feawarp {*/
  /*  padding-bottom: 76%;*/
  /*}*/
  .brand-tab-li{
    font-size: .28rem;
  }
  .brand-txt{
    font-size: .34rem;
  }
  .sMesW .b2{
    height: auto;
    min-height: 40px;
  }
    .recr_warp .newGird {
      grid-template-columns: repeat(2, 1fr);
    }
  .pdetails .pdeli .pde-txt .txt_t {
    font-size: 0.26rem;
  }
  .pdetails .pdeli .pde-img {
    width: 70%;
  }
  .pdetails .pdeli .pde-txt .txt_c{
    font-size: 0;
  }
  .pdetails .pdeli .pde-txt .txt_c span{
    font-size: 12px;
  }
}
/*# sourceMappingURL=sub.css.map */
