.after {
  content: '';
  display: inline-block;
}
.after_a {
  content: '';
  position: absolute;
}
.flex,
.flex_js,
.flex_jc,
.flex_ac,
.flex_js_ac,
.flex_jc_ac,
.flex_js_fe,
.flex_ae,
.flex_je_ac {
  display: flex;
}
.flex_ae {
  justify-content: flex-end;
}
.flex_js,
.flex_js_fe {
  justify-content: space-between;
}
.flex_jc {
  justify-content: center;
}
.flex_ac {
  align-items: center;
}
.flex_js_fe {
  align-items: flex-end;
}
.flex_js_ac {
  justify-content: space-between;
  align-items: center;
}
.flex_jc_ac {
  justify-content: center;
  align-items: center;
}
.flex_row {
  flex-flow: row wrap;
}
.flex_je_ac {
  justify-content: flex-end;
  align-items: center;
}
:root {
  --ww: 1920 * 100vw;
}
@media (max-width: 1024px) {
  :root {
    --ww: 1200 * 100vw;
  }
}
@media (max-width: 768px) {
  :root {
    --ww: 1024 * 100vw;
  }
}
@media (max-width: 640px) {
  :root {
    --ww: 600 * 100vw;
  }
}
html {
  font-size: calc(100 / var(--ww));
}
body {
  font-size: 0.16rem;
  overflow-x: hidden;
}
.f14 {
  font-size: 0.14rem;
}
.f16 {
  font-size: 0.16rem;
}
.f17 {
  font-size: 0.17rem;
}
.f18 {
  font-size: 0.18rem;
}
.f20 {
  font-size: 0.2rem;
}
.f22 {
  font-size: 0.22rem;
}
.f24 {
  font-size: 0.24rem;
}
.f26 {
  font-size: 0.26rem;
}
.f28 {
  font-size: 0.28rem;
}
.f30 {
  font-size: 0.3rem;
}
.f32 {
  font-size: 0.32rem;
}
.f34 {
  font-size: 0.34rem;
}
.f36 {
  font-size: 0.36rem;
}
.f38 {
  font-size: 0.38rem;
}
.f40 {
  font-size: 0.4rem;
}
.f42 {
  font-size: 0.42rem;
}
.f44 {
  font-size: 0.44rem;
}
.f46 {
  font-size: 0.46rem;
}
.f48 {
  font-size: 0.48rem;
}
.f50 {
  font-size: 0.5rem;
}
.f52 {
  font-size: 0.52rem;
}
.f54 {
  font-size: 0.54rem;
}
.f56 {
  font-size: 0.56rem;
}
.f58 {
  font-size: 0.58rem;
}
.f60 {
  font-size: 0.6rem;
}
.f62 {
  font-size: 0.62rem;
}
.f64 {
  font-size: 0.64rem;
}
@media (max-width: 768px) {
  .f48 {
    font-size: 0.32rem;
  }
  .f60 {
    font-size: 0.48rem;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 0.2rem;
  }
  .f14 {
    font-size: 0.18rem;
  }
  .f16 {
    font-size: 0.2rem;
  }
  .f17 {
    font-size: 0.2rem;
  }
  .f18 {
    font-size: 0.22rem;
  }
  .f20 {
    font-size: 0.22rem;
  }
  .f22 {
    font-size: 0.24rem;
  }
}
.re {
  position: relative;
}
.hidden {
  overflow: hidden;
}
.ani {
  transition: all 0.5s;
}
a:hover .ani {
  transform: scale(1.15);
}
.header {
  width: 100%;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
}
.header .logo {
  max-width: 1.7rem;
}
.header .right {
  display: inline-flex;
  gap: 0.23rem;
  margin-left: 1rem;
}
.header .menuIcon {
  display: none;
}
.header .lang {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.header .lang .title {
  cursor: pointer;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  border-radius: 0.22rem;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.12rem 0.2rem;
  color: #fff;
}
.header .lang .title::after {
  content: '';
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  vertical-align: middle;
  margin-bottom: 0.03rem;
}
.header .lang .title .icon {
  width: 0.21rem;
  height: 0.21rem;
  background: url(../images/lang.svg) no-repeat center;
  background-size: contain;
  display: inline-flex;
}
.header .lang .box {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 100%;
  text-align: center;
  padding: 60px 0 10px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  opacity: 0;
  padding-top: 10px;
  pointer-events: none;
  transform: translate3d(-50%, 10px, 0);
  -webkit-transform: translate3d(-50%, 10px, 0);
  -moz-transform: translate3d(-50%, 10px, 0);
  -o-transform: translate3d(-50%, 10px, 0);
  -ms-transform: translate3d(-50%, 10px, 0);
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.header .lang .box aside {
  box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 0;
  white-space: nowrap;
  position: relative;
}
.header .lang .box aside::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}
.header .lang .box a {
  color: #999;
  display: block;
  padding: 10px;
  transition: all 0.3s;
}
.header .lang .box a:hover {
  background-image: -moz-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: -webkit-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: -ms-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: linear-gradient(90deg, #ff2228, #ff6700);
  color: #fff;
}
.header .lang .box a:last-child {
  display: none;
}
.header .lang.on .box {
  opacity: 1;
  transform: translate3d(-50%, 0px, 0);
  -webkit-transform: translate3d(-50%, 0px, 0);
  -moz-transform: translate3d(-50%, 0px, 0);
  -o-transform: translate3d(-50%, 0px, 0);
  -ms-transform: translate3d(-50%, 0px, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}
.header .navTop .ul {
  width: 100%;
  gap: 0.55rem;
}
.header .navTop li {
  text-align: center;
  position: relative;
}
.header .navTop li span {
  display: inline-block;
  position: relative;
}
.header .navTop li span a {
  position: relative;
  color: #000000;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .header .navTop li.li_sub span a {
    position: relative;
    padding-right: 0.2rem;
  }
  .header .navTop li.li_sub span a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.07rem;
    height: 0.07rem;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-top: -0.05rem;
  }
  .header .navTop li.li_sub .sub a {
    white-space: nowrap;
  }
}
.header .navTop li .sub {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  padding: 0.2rem 0.3rem;
  min-width: 1.46rem;
  pointer-events: none;
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0 0.2rem 0 0.2rem;
  line-height: 0.36rem;
  text-align: left;
}
.header .navTop li .sub a {
  color: #fff;
  display: inline-block;
}
.header .navTop li .sub a:hover {
  text-decoration: underline;
  color: #f4904c;
}
.header .navTop li.hover .sub {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  backface-visibility: hidden;
  pointer-events: auto;
}
.header:not(.white) {
  background-color: transparent;
}
.header:not(.white) .open_search {
  filter: brightness(0) invert(100%);
}
.header:not(.white) .navTop li span a {
  color: #fff;
}
.header:not(.white) #open_menu i,
.header:not(.white) #open_menu::before,
.header:not(.white) #open_menu::after {
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .header {
    line-height: 0.8rem;
  }
  .header .other {
    z-index: 110;
  }
  .header .lang {
    line-height: 1;
  }
  .header .lang .box {
    width: 0.7rem;
  }
  .header .menuIcon {
    display: inline-flex;
    align-items: center;
  }
  .header #open_menu {
    z-index: 100;
    width: 0.25rem;
    height: 0.18rem;
    cursor: pointer;
    position: relative;
  }
  .header #open_menu i {
    display: inline-block;
    width: 80%;
    height: 2px;
    transform: translateY(-50%);
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 5px;
  }
  .header #open_menu::before,
  .header #open_menu::after {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    left: 0;
    content: '';
    position: absolute;
  }
  .header #open_menu::before {
    top: 0;
  }
  .header #open_menu::after {
    bottom: 0;
    top: auto;
  }
  .header #open_menu.open_menu_on i {
    opacity: 0;
  }
  .header #open_menu.open_menu_on:before {
    transform: rotate(45deg);
    top: 0.1rem;
  }
  .header #open_menu.open_menu_on:after {
    transform: rotate(-45deg);
    bottom: auto;
    top: 0.1rem;
  }
  .header .navTop {
    display: none;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    right: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    z-index: 10;
    line-height: 40px;
    margin-left: 0;
    display: block;
    padding: 0;
    transition: all 0.5s;
    opacity: 0;
    background-image: none;
    margin-right: 0;
    z-index: 106;
    padding-top: 0.8rem;
  }
  .header .navTop::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 0.8rem);
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header .navTop.show {
    visibility: visible;
    top: 0;
    opacity: 1;
  }
  .header .navTop .ul {
    position: relative;
    height: 100%;
    max-height: 100%;
    width: 100%;
    margin: 0 0 0 auto;
    background-color: #fff;
    margin-right: 0;
    overflow: auto;
    display: block;
  }
  .header .navTop .ul li {
    float: none;
    height: auto;
    text-align: left;
    border-bottom: 1px solid #eee;
    margin: 0;
    width: 100%;
  }
  .header .navTop .ul li:hover span a,
  .header .navTop .ul li.aon span a {
    color: #333;
  }
  .header .navTop .ul li span {
    display: block;
    line-height: 0.6rem;
    padding: 0 0.2rem;
  }
  .header .navTop .ul li span a {
    padding-bottom: 0;
    line-height: normal;
    height: 0.6rem;
    justify-content: flex-start;
    display: inline-flex;
  }
  .header .navTop .ul li span a::before {
    display: none;
  }
  .header .navTop .ul li .sub {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    color: #999999;
    width: 100%;
    background-color: transparent;
    padding: 0.1rem 0;
    min-width: auto;
    display: none;
    opacity: 1;
    text-align: left;
    backface-visibility: hidden;
    pointer-events: auto;
  }
  .header .navTop .ul li .sub a {
    color: #666;
  }
  .header .navTop .ul li .box {
    top: 0;
    box-shadow: none;
    text-align: left;
    display: block;
    padding-left: 0.4rem;
  }
  .header .navTop .ul li .box::before {
    display: none;
  }
  .header .navTop .ul li .box a {
    margin: 0;
    padding: 0;
    line-height: 0.46rem;
    text-align: left;
    display: block;
  }
  .header .navTop .ul .li_sub span {
    position: relative;
    display: block;
  }
  .header .navTop .ul .li_sub .op {
    position: absolute;
    width: 0.14rem;
    height: 0.14rem;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
  }
  .header .navTop .ul .li_sub .op::before,
  .header .navTop .ul .li_sub .op::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #333;
    transform: translate(-50%, -50%);
  }
  .header .navTop .ul .li_sub .op::before {
    width: 100%;
    height: 0.02rem;
  }
  .header .navTop .ul .li_sub .op::after {
    width: 0.02rem;
    height: 100%;
  }
  .header .navTop .ul .li_sub.hover .op::after {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  .header .logo {
    max-width: 1.2rem;
  }
}
.Hmore {
  min-width: 2.6rem;
  border-radius: 0.3rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  height: 0.5rem;
  line-height: 0.5rem;
  justify-content: center;
  gap: 0.1rem;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  background-image: -moz-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: -webkit-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: -ms-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: linear-gradient(90deg, #ff2228, #ff6700);
}
.Hmore:hover {
  color: #fff;
}
.Hmore.white {
  background: #fff;
  color: #f4904c;
  font-weight: normal;
}
.Hmore.white::after {
  border-color: #f4904c;
}
.pt120 {
  padding-top: 1.2rem;
}
.pt100 {
  padding-top: 1rem;
}
.pt90 {
  padding-top: 0.9rem;
}
.pt80 {
  padding-top: 0.8rem;
}
.pt70 {
  padding-top: 0.7rem;
}
.pt60 {
  padding-top: 0.6rem;
}
.pt30 {
  padding-top: 0.3rem;
}
.pb140 {
  padding-bottom: 1.4rem;
}
.pb130 {
  padding-bottom: 1.3rem;
}
.pb120 {
  padding-bottom: 1.2rem;
}
.pb100 {
  padding-bottom: 1rem;
}
.pb90 {
  padding-bottom: 0.9rem;
}
.pb80 {
  padding-bottom: 0.8rem;
}
.pb70 {
  padding-bottom: 0.7rem;
}
.pb60 {
  padding-bottom: 0.6rem;
}
.pb55 {
  padding-bottom: 0.55rem;
}
.pb50 {
  padding-bottom: 0.5rem;
}
.pb25 {
  padding-bottom: 0.25rem;
}
.mt30 {
  margin-top: 0.3rem;
}
.mb40 {
  margin-bottom: 0.4rem;
}
.mb35 {
  margin-bottom: 0.35rem;
}
.mb30 {
  margin-bottom: 0.3rem;
}
.mb20 {
  margin-bottom: 0.2rem;
}
.mb15 {
  margin-bottom: 0.15rem;
}
.mb10 {
  margin-bottom: 0.1rem;
}
@media (max-width: 768px) {
  .pt120 {
    padding-top: 0.7rem;
  }
  .pt100 {
    padding-top: 0.6rem;
  }
  .pb120 {
    padding-bottom: 0.7rem;
  }
  .pb100 {
    padding-bottom: 0.6rem;
  }
  .pt90 {
    padding-top: 0.5rem;
  }
  .pb90,
  .pb80 {
    padding-bottom: 0.5rem;
  }
  .pb60 {
    padding-bottom: 0.4rem;
  }
}
.poImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.bg_f5f7f9 {
  background-color: #f5f7f9;
}
.Htitle {
  color: #333;
}
.Htitle .Hdes {
  color: #555555;
  opacity: 0.6;
}
.Htitle.white {
  color: #fff;
}
.Htitle.white .Hdes {
  color: #fff;
}
.Htitle.center .line {
  margin-left: auto;
  margin-right: auto;
}
.Htitle .line {
  display: block;
  width: 0.9rem;
  height: 4px;
  background-image: -moz-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: -webkit-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: -ms-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: linear-gradient(90deg, #ff2228, #ff6700);
  margin: 0.2rem 0 0;
}
.Hcircle {
  position: absolute;
  border-radius: 100%;
  background-image: -moz-linear-gradient(180deg, #ff2228, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(180deg, #ff2228, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(180deg, #ff2228, rgba(255, 255, 255, 0));
  background-image: linear-gradient(180deg, #ff2228, rgba(255, 255, 255, 0));
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 1024px) {
  .Hcircle {
    transform: scale(0.6);
  }
}
.Hbanner {
  position: relative;
  background-color: #2f2323;
}
.Hbanner .slider {
  border-radius: 0 0 0 2.5rem;
  overflow: hidden;
}
.Hbanner .pic {
  position: relative;
  overflow: hidden;
}
.Hbanner .pic img {
  width: 100%;
  transition: all 1.5s ease-in-out;
}
.Hbanner .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  color: #fff;
}
.Hbanner .textwarp::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 1;
}
.Hbanner .con {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.Hbanner .cn {
  line-height: calc(72 / 60);
  max-width: 7.9rem;
}
.Hbanner .des {
  margin-top: 0.4rem;
  max-width: 5.1rem;
  position: relative;
  padding-left: 0.24rem;
  line-height: calc(36 / 18);
  max-width: 6rem;
}
.Hbanner .Hmore {
  margin-top: 0.7rem;
  gap: 0;
}
.Hbanner .Hmore .icon {
  width: 0.18rem;
  height: 0.17rem;
  background: url(../images/icon_zx.svg) no-repeat center;
  background-size: contain;
  margin-top: -0.15rem;
}
.Hbanner .circle {
  width: 4.51rem;
  height: 4.51rem;
  right: 0;
  bottom: calc(-4.51rem / 2);
}
.Hbanner .animate {
  opacity: 0;
  transition: all 0.8s ease-in-out;
  transform: translateY(20px);
}
.Hbanner .animate:nth-child(2) {
  transition-delay: 0.2s;
}
.Hbanner .animate:nth-child(3) {
  transition-delay: 0.4s;
}
.Hbanner .ani_show .animate {
  opacity: 1;
  transform: translateY(0);
}
.Hbanner .slick-dots {
  bottom: calc(60 / 1920 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  max-width: 13.2rem;
  width: 92%;
  text-align: left;
}
.Hbanner .slick-dots li {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0;
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background-color: transparent;
  opacity: 1;
}
.Hbanner .slick-dots li button {
  display: inline-flex;
  width: 0.08rem;
  height: 0.08rem;
  background-color: #fff;
  border-radius: 100%;
  font-size: 0;
  border: none;
}
.Hbanner .slick-dots li.slick-active {
  border-color: #fff;
}
.Hbanner .slick-arrow {
  border: none;
  background-color: transparent;
  width: 30px;
}
.Hbanner .slick-arrow::before {
  width: 20px;
  height: 20px;
  border-color: #fff;
  border-width: 3px 3px 0 0;
}
.Hbanner .slick-prev {
  left: 0.7rem;
}
.Hbanner .slick-next {
  right: 0.7rem;
}
@media screen and (max-width: 1024px) {
  .Hbanner .slider {
    border-radius: 0 0 0 1.5rem;
  }
  .Hbanner .f60 {
    font-size: 0.32rem;
  }
  .Hbanner .textwarp .des {
    margin-top: 0.25rem;
  }
  .Hbanner .Hmore {
    margin-top: 0.3rem;
  }
}
@media (max-width: 640px) {
  .Hbanner .pic img {
    min-height: 40vh;
    object-fit: cover;
    -webkit-object-fit: cover;
  }
  .Hbanner .f60 {
    font-size: 0.3rem;
  }
  .Hbanner .textwarp {
    padding-left: 2%;
    padding-right: 2%;
  }
  .Hbanner .textwarp .f18 {
    font-size: 0.2rem;
  }
  .Hbanner .textwarp .des * {
    font-size: 0.24rem !important;
    line-height: 1.6;
  }
}
@-webkit-keyframes picImg {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes picImg {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.z_index {
  z-index: 2;
}
.Hbox_one {
  background-color: #2f2323;
  border-radius: 0 0 2.5rem 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.Hbox_one .Hcircle {
  width: 7.77rem;
  height: 7.77rem;
  top: calc(-7.77rem / 2);
  left: 0.63rem;
  background-image: -moz-linear-gradient(-30deg, #ff2228 0%, rgba(255, 255, 255, 0) 70%);
  background-image: -webkit-linear-gradient(-30deg, #ff2228 0%, rgba(255, 255, 255, 0) 70%);
  background-image: -ms-linear-gradient(-30deg, #ff2228 0%, rgba(255, 255, 255, 0) 70%);
  background-image: linear-gradient(-30deg, #ff2228 0%, rgba(255, 255, 255, 0) 70%);
  z-index: -1;
}
.Hbox_one .circle2 {
  z-index: -2;
  background-image: -moz-linear-gradient(-90deg, #ff6700 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(-90deg, #ff6700 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(-90deg, #ff6700 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(-90deg, #ff6700 0%, rgba(255, 255, 255, 0) 100%);
  left: 4.51rem;
}
.Hbox_one .ul {
  gap: 0.7rem 0.25rem;
}
.Hbox_one li {
  width: calc((100% - 0.25rem * 2) / 3);
}
.Hbox_one .box {
  display: block;
  height: 100%;
  background-color: #fff;
  padding: 0.4rem;
  border-radius: 0.2rem;
  border: solid 1px #f4f4f4;
  position: relative;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Hbox_one .box:hover {
  transform: translateY(-0.1rem);
}
.Hbox_one .box:hover .more {
  color: #f4904c;
}
.Hbox_one .box:hover .more,
.Hbox_one .box:hover .more .arrow {
  border-color: #f4904c;
}
.Hbox_one .icon {
  width: 1.1rem;
  height: 1.09rem;
  position: absolute;
  right: 0.2rem;
  top: -0.2rem;
}
.Hbox_one .title {
  padding-right: 1rem;
  margin-bottom: 0.25rem;
}
.Hbox_one .stit {
  line-height: calc(30 / 16);
  color: #333333;
  font-weight: bold;
}
.Hbox_one .des {
  color: #555555;
  line-height: calc(28 / 16);
}
.Hbox_one .more {
  margin-top: 0.3rem;
  color: #999999;
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Hbox_one .arrow {
  width: 0.06rem;
  height: 0.06rem;
  border: solid #999999;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .Hbox_one {
    border-radius: 0 0 1.5rem 0;
  }
}
@media (max-width: 640px) {
  .Hbox_one .ul {
    gap: 0.5rem 0.15rem;
  }
  .Hbox_one li {
    width: 100%;
  }
}
.Hbox_two .left {
  width: calc(610 / 1280 * 100%);
}
.Hbox_two .left .icon {
  flex-shrink: 0;
  width: 0.64rem;
  text-align: center;
}
.Hbox_two .left .icon img {
  width: 50%;
}
.Hbox_two .left .title {
  line-height: 1;
}
.Hbox_two .left .des {
  color: #666666;
  line-height: calc(28 / 16);
  margin-top: 0.25rem;
}
.Hbox_two .right {
  width: calc(521 / 1280 * 100%);
}
.Hbox_two .right .con {
  position: relative;
}
.Hbox_two .right .con::before,
.Hbox_two .right .con::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Hbox_two .right .con::before {
  width: 115.356%;
  padding-top: 115.356%;
  background: url(../images/Hicon_bg2.png) no-repeat center;
  background-size: contain;
}
.Hbox_two .right .con::after {
  width: 102%;
  height: 102%;
  background-image: -moz-linear-gradient(110deg, rgba(255, 34, 40, 0) 50%, #ff2228 100%);
  background-image: -webkit-linear-gradient(110deg, rgba(255, 34, 40, 0) 50%, #ff2228 100%);
  background-image: -ms-linear-gradient(110deg, rgba(255, 34, 40, 0) 50%, #ff2228 100%);
  background-image: linear-gradient(110deg, rgba(255, 34, 40, 0) 50%, #ff2228 100%);
  margin-left: 0.6rem;
  margin-top: 0.6rem;
  border-radius: 100%;
  opacity: 0.1;
}
.Hbox_two .right .pic {
  padding-top: 100%;
  border-radius: 100%;
  overflow: hidden;
  z-index: 2;
}
.Hbox_two .Hcircle {
  width: 7rem;
  height: 7rem;
  background-image: -moz-linear-gradient(145deg, rgba(255, 34, 40, 0) 0, #ff2228 100%);
  background-image: -webkit-linear-gradient(145deg, rgba(255, 34, 40, 0) 0, #ff2228 100%);
  background-image: -ms-linear-gradient(145deg, rgba(255, 34, 40, 0) 0, #ff2228 100%);
  background-image: linear-gradient(145deg, rgba(255, 34, 40, 0) 0, #ff2228 100%);
  opacity: 0.1;
  top: calc(-7rem / 2);
  left: -1.3rem;
}
.Hbox_two .circle2 {
  width: 8.19rem;
  height: 8.19rem;
  background-image: -moz-linear-gradient(-15deg, rgba(255, 103, 0, 0.2) 0, #ff6700 100%);
  background-image: -webkit-linear-gradient(-15deg, rgba(255, 103, 0, 0.2) 0, #ff6700 100%);
  background-image: -ms-linear-gradient(-15deg, rgba(255, 103, 0, 0.2) 0, #ff6700 100%);
  background-image: linear-gradient(-15deg, rgba(255, 103, 0, 0.2) 0, #ff6700 100%);
  opacity: 0.2;
  bottom: calc(-8.19rem / 2);
  right: -2.72rem;
  left: auto;
  top: auto;
}
@media (max-width: 640px) {
  .Hbox_two .left {
    width: 100%;
  }
  .Hbox_two .right {
    width: 80%;
    margin: 0 auto 1.5rem;
  }
}
.Hother {
  background: url(../images/Hbox_bg.png) no-repeat top center;
  border-radius: 3rem 0 0 0;
}
@media (max-width: 1024px) {
  .Hother {
    border-radius: 1.5rem 0 0 0;
    background-size: cover;
  }
}
.Hbox_three {
  border-radius: 3rem 0 3rem 0;
}
.Hbox_three .w1280 {
  z-index: 2;
  position: relative;
}
.Hbox_three .pic {
  padding-top: calc(170 / 300 * 100%);
  border-radius: 0.2rem;
  margin-bottom: 0.3rem;
}
.Hbox_three .swiper-button {
  width: 0.5rem;
  height: 0.5rem;
  opacity: 1;
  display: flex;
  border: 1px solid #ff2426;
  background-color: #fff9f3;
  border-radius: 100%;
  margin-top: -5.2%;
}
.Hbox_three .swiper-button::after {
  color: #ff2228;
  font-size: 0.18rem;
}
.Hbox_three .swiper-button:hover {
  background-image: -moz-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: -webkit-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: -ms-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: linear-gradient(90deg, #ff2228, #ff6700);
  border-color: transparent;
}
.Hbox_three .swiper-button:hover::after {
  color: #fff;
}
.Hbox_three .swiper-button-prev {
  left: -8%;
}
.Hbox_three .swiper-button-next {
  right: -8%;
}
@media (max-width: 1600px) {
  .Hbox_three .swiper-button-prev {
    left: -4%;
  }
  .Hbox_three .swiper-button-next {
    right: -4%;
  }
}
@media (max-width: 1366px) {
  .Hbox_three .swiper-button-prev {
    left: -2%;
  }
  .Hbox_three .swiper-button-next {
    right: -2%;
  }
}
@media (max-width: 1024px) {
  .Hbox_three {
    border-radius: 1.5rem 0 1.5rem 0;
  }
}
.pagination .swiper-pagination {
  position: relative;
  display: inline-flex;
  width: auto;
  top: auto;
  bottom: auto;
  border: solid 1px #f4f4f4;
  background-color: #ffffff;
  gap: 0.12rem;
  padding: 0.1rem 0.18rem;
  border-radius: 0.15rem;
}
.pagination .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #dddddd;
  margin: 0;
  opacity: 1;
}
.pagination .swiper-pagination .swiper-pagination-bullet-active {
  background-image: -moz-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: -webkit-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: -ms-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: linear-gradient(90deg, #ff2228, #ff6700);
}
.Hfour li {
  padding: 0.1rem;
}
.Hfour .box {
  display: block;
  padding-top: calc(90 / 180 * 100%);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 0.1rem;
  background-color: #fff;
  width: 100%;
  position: relative;
}
.Hfour .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Hfour .pic img {
  max-height: 90%;
  max-width: 90%;
}
.footer {
  background-color: #312626;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 5;
}
.footer a {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #fff;
}
.footer .left {
  width: calc(500 / 1280 * 100%);
}
.footer .flogo {
  max-width: 1.45rem;
}
.footer .stitle {
  margin: 0.15rem 0 0.35rem;
  color: #fff;
}
.footer .ewmlist {
  gap: 0.25rem;
}
.footer .ewmlist li {
  width: 1.2rem;
  background-color: #fff;
  padding: 0.1rem;
  border-radius: 0.08rem;
}
.footer .ewmlist li img {
  width: 100%;
}
.footer .fnav {
  gap: 1rem;
  line-height: 0.3rem;
}
.footer .fnav dt a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.12rem;
  margin-bottom: 0.15rem;
  display: block;
  position: relative;
}
.footer .fnav dt a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0.2rem;
  height: 1px;
  background-image: -moz-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: -webkit-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: -ms-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: linear-gradient(90deg, #ff2228, #ff6700);
}
.footer .dl_nav {
  width: 1.2rem;
}
.footer .dl_nav a {
  display: block;
}
.footer .dl_lxfs {
  width: 2.1rem;
}
.footer .dl_lxfs .item {
  display: flex;
}
.footer .dl_lxfs .name {
  flex: 0 0 auto;
}
.footer .link {
  gap: 0.3rem;
  margin-bottom: 0.35rem;
}
.footer .link img {
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.footer .link a:hover img {
  opacity: 1;
}
.footer .Copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.2);
  padding: 0.25rem 0 0.75rem;
}
.footer .Copyright a {
  color: rgba(255, 255, 255, 0.2);
}
.footer .Copyright a:hover {
  color: #fff;
}
.footer .Copyright .beian {
  margin-top: 0.15rem;
  gap: 0.05rem 0.25rem;
}
.footer .Copyright .beian a {
  display: inline-flex;
  align-items: center;
  gap: 0.05rem;
}
@media screen and (max-width: 1600px) {
  .footer {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 1400px) {
  .footer {
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 0.5rem;
    padding-left: 0;
  }
  .footer .dl_nav {
    display: none;
  }
  .footer .left {
    width: 100%;
    text-align: center;
  }
  .footer .fnav {
    width: 100%;
    justify-content: center;
    margin-top: 0.2rem;
  }
  .footer .flogo {
    margin: 0 auto;
  }
  .footer .ewmlist {
    justify-content: center;
  }
  .footer .dl_lxfs {
    width: auto;
    margin: 0 auto;
  }
  .footer .link {
    justify-content: center;
  }
  .footer .Copyright {
    padding: 0.15rem 0;
  }
}
.right_icon {
  position: fixed;
  right: 0.1rem;
  bottom: 30%;
  padding: 0.09rem;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 0.3rem;
  border: solid 1px #eeeeee;
  background-color: #fff;
  z-index: 10;
  display: flex;
  flex-flow: column wrap;
  gap: 0.08rem;
}
.right_icon a {
  display: flex;
  width: 0.42rem;
  height: 0.42rem;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fbf5f3;
  position: relative;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.right_icon a .icon {
  max-height: 50%;
  max-width: 50%;
}
.right_icon a:hover {
  background-image: -moz-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: -webkit-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: -ms-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: linear-gradient(90deg, #ff2228, #ff6700);
}
.right_icon a:hover .icon {
  filter: brightness(0) invert(100%);
}
.right_icon .ewm .icon {
  max-height: 100%;
  max-width: 100%;
}
.right_icon .warp {
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 0.25rem;
  color: #333333;
}
.right_icon .con {
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  border: solid 1px #eeeeee;
  padding: 0.1rem;
  position: relative;
  display: none;
  white-space: nowrap;
  text-align: center;
}
.right_icon .con::before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0.1rem;
  border: 0.06rem solid transparent;
  border-left-color: #fff;
}
.right_icon .con img {
  width: 1rem;
  max-width: none;
  margin-bottom: 0.05rem;
}
@media screen and (max-width: 1600px) {
  .right_icon a {
    width: 0.3rem;
    height: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .right_icon {
    right: 1%;
  }
}
.NYbanner {
  position: relative;
  z-index: 2;
}
.NYbanner .banenr {
  border-radius: 0 0 2.5rem 0;
}
.NYbanner .img {
  width: 100%;
}
.NYbanner .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.NYbanner .textwarp::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.NYbanner .textwarp .w1280 {
  position: relative;
  z-index: 2;
}
.NYbanner.NYbanner_h50 .img {
  max-height: 60vh;
  object-fit: cover;
  -webkit-object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .NYbanner .banenr {
    border-radius: 0 0 1.5rem 0;
  }
}
@media (max-width: 640px) {
  .NYbanner .banenr {
    border-radius: 0 0 1rem 0;
  }
  .NYbanner .banenr img {
    object-fit: cover;
    -webkit-object-fit: cover;
    min-height: 25vh;
  }
  .NYbanner .f48 {
    font-size: 0.3rem;
  }
}
.left_radius .NYbanner .banenr {
  border-radius: 0 0 0 2.5rem;
}
@media screen and (max-width: 1024px) {
  .left_radius .NYbanner .banenr {
    border-radius: 0 0 0 1.5rem;
  }
}
@media (max-width: 640px) {
  .left_radius .NYbanner .banenr {
    border-radius: 0 0 0 1rem;
  }
}
.NYmenu .w1320 {
  border-bottom: 1px solid #e5e5e5;
}
.NYmenu .nav .ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.4rem;
}
.NYmenu .nav li.aon a {
  color: #f4904c;
}
.NYmenu .nav li.aon a::after {
  width: 100%;
}
.NYmenu .nav a {
  display: flex;
  align-items: center;
  position: relative;
  height: 0.8rem;
}
.NYmenu .nav a::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  width: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  height: 3px;
  background-color: #f4904c;
}
.NYmenu .nav a:hover {
  color: #f4904c;
}
.NYmenu .nav a:hover::after {
  width: 100%;
}
.NYmenu .current {
  display: inline-flex;
  flex-flow: row wrap;
  color: #888888;
  align-items: center;
}
.NYmenu .current a {
  color: #888888;
}
.NYmenu .current a:hover {
  color: #f4904c;
}
.NYmenu .current i {
  display: inline-block;
  margin: 0 0.15rem;
  font-family: serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.12rem;
}
.NYmenu .current2 {
  line-height: 0.6rem;
}
@media screen and (max-width: 768px) {
  .NYmenu .current:not(.current2) {
    display: none;
  }
  .NYmenu .nav .ul {
    gap: 0 0.15rem;
  }
  .NYmenu .nav a {
    line-height: 0.5rem;
    padding: 0;
  }
}
.bg_jbbg {
  background-image: -moz-linear-gradient(180deg, #ffffff, #e9ecfe);
  background-image: -webkit-linear-gradient(180deg, #ffffff, #e9ecfe);
  background-image: -ms-linear-gradient(180deg, #ffffff, #e9ecfe);
  background-image: linear-gradient(180deg, #ffffff, #e9ecfe);
}
.SingleBox {
  color: #555;
  line-height: calc(36 / 18);
}
.SolutionMain .circle {
  width: 7rem;
  height: 7rem;
  right: -1.1rem;
  top: calc(-7rem / 2);
  z-index: 1;
  opacity: 1;
  background: url(../images/quan_1.png) no-repeat center;
  background-size: cover;
}
.SolutionMain .circle2 {
  width: 6.61rem;
  height: 6.61rem;
  opacity: 1;
  background: url(../images/quan_2.png) no-repeat center #fff9f3;
  background-size: cover;
  left: -1.09rem;
  bottom: calc(-7rem / 2);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .SolutionMain .circle {
    right: -2.3rem;
  }
  .SolutionMain .circle2 {
    left: -1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .SolutionMain .Hcircle {
    transform: scale(0.4);
  }
  .SolutionMain .circle2 {
    left: -2rem;
    transform: scale(0.5);
  }
}
.left_radius .SolutionMain .circle {
  right: auto;
  left: -1.1rem;
  background-image: url(../images/quan_4.png);
}
.left_radius .SolutionMain .circle2 {
  left: auto;
  right: -1.09rem;
}
@media screen and (max-width: 1024px) {
  .left_radius .SolutionMain .circle {
    left: -2.3rem;
  }
  .left_radius .SolutionMain .circle2 {
    right: -1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .left_radius .SolutionMain .circle2 {
    right: -2rem;
  }
}
.left_radius .honor_Main .circle2 {
  left: auto;
  right: -3rem;
}
.Global_box {
  background-color: #fff9f3;
}
.Global_box .w1280 {
  position: relative;
  z-index: 2;
}
.Global_box .list {
  gap: 0.66rem 0.4rem;
}
.Global_box .list .item {
  width: calc((100% - 0.4rem) / 2);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 0.1rem;
  background-color: #fff;
}
.Global_box .list .title {
  text-align: center;
}
.Global_box .list .tit {
  display: inline-flex;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 0.1rem;
  padding: 0.105rem 0.2rem;
  min-width: 2.2rem;
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  color: #333333;
  transform: translateY(-0.25rem);
}
.Global_box .list .icon {
  max-width: 0.25rem;
  flex: 0 0 auto;
  margin-right: 0.1rem;
}
.Global_box .list .con {
  padding: 0.15rem 0.4rem 0.4rem;
}
.Global_box .list .s_linebox {
  gap: 0.15rem 0.1rem;
}
.Global_box .list .s_linebox li {
  line-height: 0.28rem;
  min-width: calc((100% - 0.1rem * 2) / 3);
}
@media screen and (max-width: 640px) {
  .Global_box .list .item {
    width: 100%;
  }
}
.s_linebox {
  gap: 0.15rem 0.1rem;
}
.s_linebox li {
  display: flex;
  align-items: flex-start;
}
.s_linebox li::before {
  content: '';
  width: 0.15rem;
  height: 0.28rem;
  background: url(../images/s_line1.png) no-repeat center;
  background-size: contain;
  flex: 0 0 auto;
  margin-right: 0.12rem;
}
.s_linebox li .con {
  flex: 1;
}
.Our_strengths .list {
  padding-bottom: 0.64rem;
  border-radius: 0 0 0 0.6rem;
  background: url(../images/bg_1.png) no-repeat center;
  background-size: cover;
}
.Our_strengths .list .right {
  width: calc(686 / 1280 * 100%);
}
.Our_strengths .list .right img {
  width: 100%;
  border-radius: 0 0.6rem 0 0.6rem;
}
.Our_strengths .list .left {
  padding: 1rem 0.7rem 0;
  line-height: 0.3rem;
  width: calc(570 / 1280 * 100%);
}
.Our_strengths .list .left li:not(:last-child) {
  margin-bottom: 0.65rem;
}
.Our_strengths .list .left .tit {
  color: #333;
  line-height: 1;
  margin-bottom: 0.15rem;
}
.Our_strengths .list .left .des {
  width: 100%;
}
.Our_strengths .list .left .des span {
  min-width: 33.33%;
}
@media screen and (max-width: 640px) {
  .Our_strengths .list .right,
  .Our_strengths .list .left {
    width: 100%;
  }
  .Our_strengths .list .left {
    padding: 0.5rem;
  }
}
.Our_strengths_qz .w1280 {
  position: relative;
  z-index: 2;
}
.Our_strengths_qz .list .left li {
  width: 100%;
}
.Our_strengths_qz .list .left li:not(:last-child) {
  margin-bottom: 0.55rem;
}
.Industrysector {
  background-image: -moz-linear-gradient(180deg, #fff9f3, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(180deg, #fff9f3, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(180deg, #fff9f3, rgba(255, 255, 255, 0));
  background-image: linear-gradient(180deg, #fff9f3, rgba(255, 255, 255, 0));
  border-radius: 3rem 0 0 0;
}
.Industrysector::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 100%;
  height: 100%;
  background: url(../images/bg_2.png) no-repeat center top;
}
.Industrysector .list .ul {
  gap: 0.15rem;
}
.Industrysector .list li {
  width: calc(110 / 1280 * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  cursor: pointer;
}
.Industrysector .list li:not(.on) {
  flex: 0 0 auto;
}
.Industrysector .list .pic {
  height: 3.6rem;
}
.Industrysector .list .pic::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.Industrysector .list .textwarp {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0.24rem 0;
  z-index: 3;
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.Industrysector .list .textwarp .txt {
  display: none;
  gap: 0.15rem;
  flex-wrap: wrap;
  margin-left: 0.2rem;
}
.Industrysector .list .on {
  width: 100%;
}
.Industrysector .list .on .pic::before {
  opacity: 0;
}
.Industrysector .list .on .textwarp {
  text-align: left;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.Industrysector .list .on .textwarp .txt {
  display: inline-flex;
}
@media screen and (max-width: 640px) {
  .Industrysector .list .ul {
    flex-wrap: wrap;
  }
  .Industrysector .list li {
    width: 100%;
  }
  .Industrysector .list li .pic::before {
    opacity: 0;
  }
  .Industrysector .list li .textwarp {
    text-align: left;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .Industrysector .list li .textwarp .txt {
    display: flex;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .Industrysector {
    border-radius: 1rem 0 0 0;
  }
}
.employer_mainBG {
  background: url(../images/bg_3.jpg) no-repeat center top;
  background-size: cover;
}
.ZY_services {
  z-index: 2;
}
.ZY_services .list {
  gap: 1.72rem 1.34rem;
  position: relative;
}
.ZY_services .list::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: calc(522 / 1280 * 100%);
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arrow_line.png) no-repeat center;
  background-size: contain;
}
.ZY_services .item {
  width: calc((100% - 1.34rem * 3) / 4);
  background-color: #fff;
  box-shadow: 0px 2px 0.29rem 0px rgba(0, 0, 0, 0.12);
  border-radius: 0.2rem 0.2rem 0.8rem 0.2rem;
  padding: 0.5rem 0.3rem;
  position: relative;
  z-index: 2;
}
.ZY_services .box {
  position: relative;
  padding-left: 0.13rem;
}
.ZY_services .box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.03rem;
  height: 0.2rem;
  background-image: -moz-linear-gradient(180deg, #ff2228, #ff6700);
  background-image: -webkit-linear-gradient(180deg, #ff2228, #ff6700);
  background-image: -ms-linear-gradient(180deg, #ff2228, #ff6700);
  background-image: linear-gradient(180deg, #ff2228, #ff6700);
  border-radius: 2px;
}
.ZY_services .tit {
  line-height: 1;
}
.ZY_services .con {
  line-height: calc(30 / 16);
  margin-top: 0.25rem;
}
.ZY_services .item:nth-child(4) {
  transform: translateY(75%);
}
.ZY_services .item:nth-child(7) {
  order: 1;
}
.ZY_services .item:nth-child(6) {
  order: 2;
}
.ZY_services .item:nth-child(5) {
  order: 3;
}
@media screen and (max-width: 1024px) {
  .ZY_services .list {
    gap: 1.6rem 0.8rem;
  }
  .ZY_services .item {
    width: calc((100% - 0.8rem * 3) / 4);
  }
}
@media screen and (max-width: 640px) {
  .ZY_services .list {
    gap: 0.9rem;
  }
  .ZY_services .list::before {
    display: none;
  }
  .ZY_services .list::after {
    content: '';
    display: inline-flex;
    order: 4;
    width: calc((100% - 0.9rem) / 2);
  }
  .ZY_services .item {
    width: calc((100% - 0.9rem) / 2);
    position: relative;
    border-radius: 0.2rem;
  }
  .ZY_services .item::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: calc(-0.71rem / 2);
    width: 0.9rem;
    height: 0.71rem;
    background: url(../images/arrow_line2.png) no-repeat center;
    background-size: contain;
  }
  .ZY_services .item:nth-child(2n)::before {
    left: 50%;
    margin-left: -0.45rem;
    transform: rotate(90deg);
    top: 100%;
    margin-top: 0.1rem;
  }
  .ZY_services .item:nth-child(3) {
    order: 1;
  }
  .ZY_services .item:nth-child(3)::before {
    transform: rotate(-180deg);
    left: auto;
    right: 100%;
  }
  .ZY_services .item:nth-child(4) {
    transform: translateY(0);
  }
  .ZY_services .item:nth-child(5) {
    order: 2;
  }
  .ZY_services .item:nth-child(6) {
    order: 3;
  }
  .ZY_services .item:nth-child(7) {
    order: 5;
  }
  .ZY_services .item:nth-child(7)::before {
    display: none;
  }
  .ZY_services .box {
    padding-left: 0;
  }
  .ZY_services .box::before {
    display: none;
  }
  .ZY_services .tit::after {
    content: '';
    display: inline-block;
    display: block;
    width: 0.4rem;
    height: 2px;
    background-image: -moz-linear-gradient(180deg, #ff2228, #ff6700);
    background-image: -webkit-linear-gradient(180deg, #ff2228, #ff6700);
    background-image: -ms-linear-gradient(180deg, #ff2228, #ff6700);
    background-image: linear-gradient(180deg, #ff2228, #ff6700);
    border-radius: 2px;
    margin: 0.15rem 0 0.1rem;
  }
}
.ZZ_services {
  z-index: 2;
  position: relative;
}
.ZZ_services .list {
  gap: 0.27rem;
  padding-bottom: 0.46rem;
}
.ZZ_services .item {
  width: calc((100% - 0.27rem * 3) / 4);
  background-color: #fff;
  border-radius: 0.2rem;
  border: solid 1px #f4f4f4;
  padding: 0.4rem 0.4rem 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
  cursor: pointer;
}
.ZZ_services .tit {
  margin-bottom: 0.2rem;
}
.ZZ_services .icon {
  width: 0.92rem;
  height: 0.92rem;
  background: url(../images/icon_bg.png) no-repeat center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 2px;
  transform: translateY(0.46rem);
}
.ZZ_services .icon i {
  background-color: #fff9f3;
  border-radius: 100%;
  display: flex;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.ZZ_services .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-object-fit: contain;
}
.ZZ_services .item:hover {
  transform: translateY(-0.1rem);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}
.ZZ_services .item:hover .icon i {
  transform: translateY(-0.1rem);
  background-image: -moz-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: -webkit-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: -ms-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: linear-gradient(90deg, #ff2228, #ff6700);
}
.ZZ_services .item:hover .icon i img {
  filter: brightness(0) invert(100%);
}
@media screen and (max-width: 640px) {
  .ZZ_services .item {
    width: 100%;
    position: relative;
    margin-bottom: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .ZZ_services .item .icon {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -0.46rem);
  }
}
.SSC_servicesPic {
  background: url(../images/bg_4.png) no-repeat center top;
}
.SSC_servicesPic .content {
  margin-top: 3.6rem;
  background-color: #fbf2e9;
  border-radius: 0.4rem;
  padding: 0 0.6rem;
}
.SSC_servicesPic .pic {
  margin: 0 auto;
  width: 7.64rem;
  max-width: 100%;
}
.SSC_servicesPic .pic img {
  margin-top: -3.05rem;
}
.SSC_servicesPic .item {
  padding: 0.75rem 0;
}
.SSC_servicesPic .item .line {
  width: 0.46rem;
  margin: 0.1rem 0 0.1rem;
}
.SSC_servicesPic .con {
  color: #333333;
  opacity: 0.7;
  line-height: calc(36 / 18);
}
@media screen and (max-width: 640px) {
  .SSC_servicesPic {
    background-size: contain;
  }
  .SSC_servicesPic .content {
    padding: 0 0.3rem;
    margin-top: 2.3rem;
  }
  .SSC_servicesPic .pic img {
    margin-top: -1.8rem;
  }
  .SSC_servicesPic .item {
    width: 48%;
    padding: 0.35rem 0;
  }
}
.SSC_servicesValue .list {
  padding: 0 1.4rem;
  gap: 1rem 2rem;
  position: relative;
  margin-bottom: 0.46rem;
}
.SSC_servicesValue .list::before,
.SSC_servicesValue .list::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #dddddd;
}
.SSC_servicesValue .list::before {
  width: 100%;
  height: 1px;
}
.SSC_servicesValue .list::after {
  width: 1px;
  height: 100%;
}
.SSC_servicesValue .quan {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background-color: #fff9f3;
  z-index: 3;
}
.SSC_servicesValue .item {
  width: calc((100% - 2rem) / 2);
}
.SSC_servicesValue .icon {
  flex-shrink: 0;
  width: 0.45rem;
  margin-right: 0.2rem;
}
.SSC_servicesValue .textwarp {
  flex: 1;
}
.SSC_servicesValue .tit {
  color: #333333;
  margin-bottom: 0.15rem;
}
.SSC_servicesValue .con {
  line-height: calc(30 / 16);
}
@media screen and (max-width: 1024px) {
  .SSC_servicesValue .list {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .SSC_servicesValue .list {
    padding: 0 0.1rem;
    gap: 0.3rem;
  }
  .SSC_servicesValue .list::before,
  .SSC_servicesValue .list::after {
    display: none;
  }
  .SSC_servicesValue .item {
    width: 100%;
  }
}
.bg_fff9f3 {
  background-color: #fff9f3;
}
.Payroll_services .list {
  gap: 0.75rem 0.5rem;
}
.Payroll_services .item {
  width: calc((100% - 0.5rem * 2) / 3);
  text-align: center;
}
.Payroll_services .item .icon {
  width: 0.45rem;
  height: 0.46rem;
  margin: 0 auto 0.15rem;
}
.Payroll_services .tit {
  color: #333;
  margin-bottom: 0.1rem;
}
.Payroll_services .img {
  margin-bottom: 0.5rem;
}
.Payroll_services .img img {
  width: 100%;
  border-radius: 0.4rem;
}
@media screen and (max-width: 640px) {
  .Payroll_services .item {
    width: calc((100% - 0.5rem) / 2);
  }
  .Payroll_services .img {
    margin-bottom: 0;
  }
}
.SOP_content {
  border-radius: 0 0 2rem 0;
  background-image: -moz-linear-gradient(0deg, #fff1e3, #fff9f3);
  background-image: -webkit-linear-gradient(0deg, #fff1e3, #fff9f3);
  background-image: -ms-linear-gradient(0deg, #fff1e3, #fff9f3);
  background-image: linear-gradient(0deg, #fff1e3, #fff9f3);
  position: relative;
}
.SOP_content .list {
  gap: 0.4rem;
  position: relative;
  z-index: 2;
  justify-content: center;
}
.SOP_content .item {
  width: calc((100% - 0.4rem * 2) / 3);
  background-color: #fff;
  padding: 0.7rem 0.3rem 0.5rem;
  border-radius: 1.2rem;
}
.SOP_content .Htitle .line {
  width: 0.4rem;
  height: 0.04rem;
}
.SOP_content .des {
  line-height: calc(36 / 18);
  margin: 0.25rem 0 0.2rem;
}
.SOP_content .circle3 {
  width: 4.01rem;
  height: 4.01rem;
  background: url(../images/quan_3.png) no-repeat center;
  background-size: cover;
  opacity: 1;
  left: -0.21rem;
  bottom: calc(-4.01rem / 2);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .SOP_content {
    border-radius: 0 0 1rem 0;
  }
  .SOP_content .circle3 {
    left: -1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .SOP_content .item {
    width: 100%;
  }
}
.GSRqz_services {
  background: url(../images/bg_5.png) no-repeat center top #fff9f3;
  background-size: contain;
}
.GSRqz_services .list .title {
  padding-bottom: 0.6rem;
  position: relative;
}
.GSRqz_services .list .title span {
  display: inline-flex;
  min-width: 3.6rem;
  align-items: center;
  justify-content: center;
  min-height: 0.8rem;
  border: 1px solid #e9cebb;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.1rem;
}
.GSRqz_services .list .title::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  height: 0.6rem;
  bottom: 0;
  background-color: #d7a98c;
}
.GSRqz_services .list .ul {
  position: relative;
  justify-content: center;
  gap: 0.2rem;
  flex-wrap: wrap;
}
.GSRqz_services .list .ul li {
  /* padding-top: .7rem;*/
  width: calc((100% - 0.2rem * 4) / 5);
  position: relative;
}
.GSRqz_services .list .ul .con {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1rem;
  border: 1px solid #e9cebb;
  background-color: #fff;
  border-radius: 0.1rem;
  width: 100%;
  padding: 0.1rem;
}
.GSRqz_services .list .ul .icon {
  flex: 0 0 auto;
  margin-right: 0.1rem;
  max-width: 0.35rem;
}
@media screen and (max-width: 640px) {
  .GSRqz_services .list .ul li {
    width: calc((100% - 0.2rem * 1) / 2);
  }
  .GSRqz_services .list .ul .con {
    width: 100%;
    justify-content: flex-start;
    padding: 0 0 0 0.2rem;
  }
}
.gjbkBox {
  position: relative;
  z-index: 2;
}
.gjbkBox .searchbox {
  max-width: 100%;
  width: 7.25rem;
  margin: 0 auto 0.5rem;
}
.gjbkBox .searchbox select,
.gjbkBox .searchbox .text {
  width: calc((100% - 1.3rem) / 2);
  background-color: #fff;
  border: none;
  line-height: 0.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  color: #555555;
  padding: 0 0.25rem;
}
.gjbkBox .searchbox select::placeholder,
.gjbkBox .searchbox .text::placeholder {
  color: #555555;
}
.gjbkBox .searchbox select {
  padding-right: 0.4rem;
  background-position: 90% center;
}
.gjbkBox .searchbox .btn {
  min-width: 1rem;
  line-height: 0.6rem;
  height: 0.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #cbac95;
  border-radius: 0.5rem;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .gjbkBox .searchbox {
    gap: 0.2rem;
  }
  .gjbkBox .searchbox select,
  .gjbkBox .searchbox .text {
    width: 100%;
  }
}
.gjbkList {
  gap: 0.4rem;
}
.gjbkList li {
  width: calc((100% - 0.4rem * 2) / 3);
}
.gjbkList .box {
  display: block;
}
.gjbkList .pic {
  padding-top: calc(225 / 400 * 100%);
  border-radius: 0.1rem;
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 640px) {
  .gjbkList {
    gap: 0.3rem 0.2rem;
  }
  .gjbkList li {
    width: calc((100% - 0.2rem) / 2);
  }
}
.gjbk_Details .NYbanner .banenr {
  border-radius: 0;
}
.gjbk_Details .DetailsFlex {
  background-color: #ffffff;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-top: -0.8rem;
  position: relative;
  z-index: 3;
}
.gjbk_Details .leftmenu {
  width: 2.2rem;
  flex-shrink: 0;
  background-color: #faf0e3;
  padding: 0.55rem 0.1rem 0.55rem 0.55rem;
}
.gjbk_Details .leftmenu li {
  margin-bottom: 0.2rem;
}
.gjbk_Details .leftmenu a {
  display: inline-block;
  color: #666666;
  padding-bottom: 0.1rem;
  position: relative;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.gjbk_Details .leftmenu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.04rem;
  background-image: -moz-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: -webkit-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: -ms-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: linear-gradient(90deg, #ff2228, #ff6700);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s;
}
.gjbk_Details .leftmenu a:hover {
  color: #ff2228;
  font-size: 0.24rem;
  font-weight: bold;
}
.gjbk_Details .leftmenu a:hover::after {
  width: 100%;
  opacity: 1;
}
.gjbk_Details .leftmenu .aon a {
  color: #ff2228;
  font-size: 0.24rem;
  font-weight: bold;
}
.gjbk_Details .leftmenu .aon a::after {
  width: 100%;
  opacity: 1;
}
.gjbk_Details .rightMain {
  flex: 1;
  padding: 0.5rem 0.55rem;
}
.gjbk_Details .SingleBox {
  color: #333;
  line-height: calc(36 / 18);
}
@media screen and (max-width: 640px) {
  .gjbk_Details .DetailsFlex {
    margin-top: 0.5rem;
  }
  .gjbk_Details .leftmenu,
  .gjbk_Details .rightMain {
    width: 100%;
  }
  .gjbk_Details .leftmenu {
    padding: 0.2rem;
  }
  .gjbk_Details .leftmenu .ul {
    display: flex;
    gap: 0.2rem;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .gjbk_Details .leftmenu li {
    margin-bottom: 0;
  }
  .gjbk_Details .rightMain {
    padding: 0.3rem;
  }
}
.aboutBox .left {
  width: calc(660 / 1280 * 100%);
}
.aboutBox .right {
  width: calc(521 / 1280 * 100%);
}
.aboutBox .right .con {
  position: relative;
}
.aboutBox .right .con::before,
.aboutBox .right .con::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.aboutBox .right .con::before {
  width: 115.356%;
  padding-top: 115.356%;
  background: url(../images/Hicon_bg2.png) no-repeat center;
  background-size: contain;
}
.aboutBox .right .con::after {
  width: 102%;
  height: 102%;
  background-image: -moz-linear-gradient(110deg, rgba(255, 34, 40, 0) 50%, #ff2228 100%);
  background-image: -webkit-linear-gradient(110deg, rgba(255, 34, 40, 0) 50%, #ff2228 100%);
  background-image: -ms-linear-gradient(110deg, rgba(255, 34, 40, 0) 50%, #ff2228 100%);
  background-image: linear-gradient(110deg, rgba(255, 34, 40, 0) 50%, #ff2228 100%);
  margin-left: 0.6rem;
  margin-top: 0.6rem;
  border-radius: 100%;
  opacity: 0.1;
}
.aboutBox .right .pic {
  padding-top: 100%;
  border-radius: 100%;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 640px) {
  .aboutBox .left {
    width: 100%;
  }
  .aboutBox .right {
    width: 80%;
    margin: 1rem auto 0.1rem;
  }
}
.hxjz_box {
  position: relative;
  z-index: 2;
}
.hxjz_box .w1280 {
  max-width: 14.4rem;
}
.hxjz_box .list {
  gap: 0.6rem;
  max-width: 13.4rem;
  width: 100%;
  margin: 0 auto;
}
.hxjz_box .list .item {
  width: calc((100% - 0.6rem * 3) / 4);
  text-align: center;
}
.hxjz_box .list .item img {
  margin-bottom: 0.2rem;
}
.hxjz_box .imgbox {
  position: relative;
}
.hxjz_box .imgbox .pic {
  position: relative;
  padding-top: calc(600 / 1440 * 100%);
  border-radius: 0.4rem;
}
.hxjz_box .imgbox .textwarp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 0.1rem;
}
.hxjz_box .imgbox .textwarp .title {
  margin-bottom: 0.15rem;
}
@media (max-width: 640px) {
  .hxjz_box .list {
    gap: 0.3rem;
  }
  .hxjz_box .list .item {
    width: calc((100% - 0.3rem) / 2);
  }
}
.team_info .Htitle {
  width: calc(300 / 1280 * 100%);
}
.team_info .SingleBox {
  width: calc(900 / 1280 * 100%);
}
@media (max-width: 640px) {
  .team_info .Htitle,
  .team_info .SingleBox {
    width: 100%;
  }
}
.teamList {
  gap: 1.2rem 0.7rem;
}
.teamList li {
  margin-top: 1.1rem;
  width: calc((100% - 0.7rem * 2) / 3);
}
.teamList .box {
  border-radius: 0.2rem;
  background-color: #fff;
  display: flex;
  width: 100%;
  padding: 0 0.55rem 0.45rem;
}
.teamList .warp {
  width: 100%;
}
.teamList .pic {
  position: relative;
  width: 2.06rem;
  margin: 0 auto 0.4rem;
  margin-top: -1.13rem;
}
.teamList .pic::before,
.teamList .pic::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.teamList .pic::before {
  width: 115.356%;
  padding-top: 115.356%;
  background: url(../images/team_bg.png) no-repeat center;
  background-size: contain;
}
.teamList .pic::after {
  width: 102%;
  height: 102%;
  margin-left: 10%;
  margin-top: 10%;
  border-radius: 100%;
  background: url(../images/team_bg2.png) no-repeat center;
  background-size: cover;
}
.teamList figure {
  padding-top: 100%;
  border-radius: 100%;
  overflow: hidden;
  z-index: 2;
}
.teamList .title span:not(:last-child) {
  margin-right: 0.1rem;
}
.teamList .stitle {
  color: #999999;
  margin-top: 0.05rem;
}
.teamList .line {
  display: block;
  width: 0.4rem;
  height: 0.03rem;
  background-image: -moz-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: -webkit-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: -ms-linear-gradient(90deg, #ff2228, #ff6700);
  background-image: linear-gradient(90deg, #ff2228, #ff6700);
  margin: 0.2rem auto 0.3rem;
}
.teamList .des {
  color: #666666;
  line-height: calc(28 / 14);
}
@media (max-width: 640px) {
  .teamList li {
    width: 100%;
  }
}
.honor_list {
  position: relative;
  z-index: 2;
}
.honor_list .list {
  gap: 0.75rem 0.7rem;
}
.honor_list .item {
  width: calc((100% - 0.7rem * 2) / 3);
}
.honor_list .pic {
  padding-top: calc(475 / 380 * 100%);
  position: relative;
  background: url(../images/honor_bg.jpg) no-repeat center;
  background-size: cover;
  border-radius: 6px;
  overflow: hidden;
}
.honor_list .pic span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 0.3rem;
}
.honor_list .pic i {
  display: inline-block;
  position: relative;
  padding: 0.2rem 0.72rem;
}
.honor_list .pic img {
  position: relative;
  z-index: 2;
  max-height: 100%;
}
.honor_list .title {
  margin: calc(20 / 16 * 1em) calc(30 / 16 * 1em) 0;
  text-align: center;
  line-height: calc(24 / 16);
}
@media (max-width: 768px) {
  .honor_list .list {
    gap: 0.5rem 0.4rem;
  }
  .honor_list .item {
    width: calc((100% - 0.4rem) / 2);
  }
}
@media (max-width: 640px) {
  .honor_list .list {
    gap: 0.5rem 0.4rem;
  }
  .honor_list .item {
    width: 100%;
  }
}
.joinBox .list {
  gap: 0.25rem;
}
.joinBox .list .item {
  width: calc((100% - 0.25rem * 3) / 4);
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 0.6rem;
  text-align: center;
}
.joinBox .list .pic {
  width: 1.1rem;
  height: 1.1rem;
  background-color: #fff5f2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  border-radius: 100%;
  margin: 0 auto 0.15rem;
}
.joinBox .list .pic b {
  color: #ff2228;
}
.joinBox .list .des {
  line-height: calc(28 / 16);
}
@media (max-width: 640px) {
  .joinBox .list .item {
    width: 100%;
  }
}
.menu_join {
  max-width: 6rem;
  border-radius: 0.25rem;
  background-color: #fff;
  margin: 0 auto;
}
.menu_join a {
  display: inline-flex;
  width: 50%;
  line-height: 0.5rem;
  border-radius: 0.25rem;
  justify-content: center;
}
.menu_join a:hover,
.menu_join a.aon {
  background-color: #cbac95;
  color: #fff;
}
.job_list {
  margin: 0.6rem 0;
  border-radius: 0.2rem;
  overflow: hidden;
}
.job_list .title {
  display: flex;
  width: 100%;
  padding: 0.2rem 0.35rem;
  align-items: center;
  cursor: pointer;
  background-color: #f2e1d1;
  margin-bottom: 1px;
  color: #666666;
}
.job_list .title li {
  width: 100%;
}
.job_list .title .name,
.job_list .title .icon {
  flex: 0 0 auto;
}
.job_list .title .icon {
  width: 15px;
}
.job_list .title .icon span {
  width: 8px;
  height: 8px;
  border: solid #666666;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: inline-block;
}
.job_list .title .name {
  width: 26%;
}
.job_list .top {
  background-color: #d7a98c;
  color: #fff;
  line-height: 0.6rem;
  padding: 0 0.35rem;
  margin-bottom: 0;
}
.job_list .content {
  padding: 0.4rem 0.35rem;
  display: none;
  background-color: #f7f1ea;
}
.job_list .con {
  line-height: calc(36 / 16);
}
.job_list .con:not(:first-child) {
  margin-top: 0.4rem;
}
.job_list .salary {
  display: none;
}
.job_list .btn {
  width: 3rem;
  line-height: 0.5rem;
  text-align: center;
  background-color: #d7a98c;
  border-radius: 50px;
  color: #fff;
  display: block;
  margin: 0.4rem auto 0.2rem;
}
.job_list .selected {
  background-color: #f8f8f8;
}
.job_list .selected .title {
  border-bottom: none;
}
.job_list .selected .icon span {
  transform: rotate(-135deg);
  margin-bottom: 3px;
}
@media (max-width: 640px) {
  .job_list .title .city,
  .job_list .title .edu,
  .job_list .title .salary,
  .job_list .title .time {
    display: none;
  }
  .job_list .title li:not(.icon) {
    width: calc((100% - 0.3rem) / 2);
  }
}
.open_inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  max-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}
.open_inner > .flex {
  width: 100%;
  min-height: 100%;
  align-items: center;
  justify-content: center;
}
.open_inner .inner {
  width: 88%;
  max-width: 6rem;
  border-radius: 10px;
  padding: 0.4rem;
  position: relative;
  background-image: -moz-linear-gradient(180deg, #f5f0e9 0%, #fff 100%);
  background-image: -webkit-linear-gradient(180deg, #f5f0e9 0%, #fff 100%);
  background-image: -ms-linear-gradient(180deg, #f5f0e9 0%, #fff 100%);
  background-image: linear-gradient(180deg, #f5f0e9 0%, #fff 100%);
}
.open_inner .title {
  display: flex;
  align-items: center;
  color: #333;
  gap: 0.2rem;
  text-align: center;
  color: #333333;
  margin-bottom: 10px;
  justify-content: center;
  margin-bottom: 0.3rem;
}
.open_inner .title::before,
.open_inner .title::after {
  content: '';
  display: inline-block;
  width: 0.4rem;
  height: 2px;
  background-color: #999999;
}
.open_inner .close {
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  right: 0.15rem;
  top: 0.15rem;
  cursor: pointer;
}
.open_inner .close::before,
.open_inner .close::after {
  content: '';
  position: absolute;
  background-color: #999999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 3px;
  height: 100%;
}
.open_inner .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.formbox {
  max-width: 3.5rem;
  margin: 0 auto;
}
.formbox .item {
  width: 100%;
}
.formbox .filebox {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  color: #999999;
  border: 1px solid #eeeeee;
  line-height: 0.4rem;
  padding-left: 15px;
  border-radius: 4px;
}
.formbox .filebox .file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.formbox .filebox .txt {
  width: calc(100% - 100px);
  word-break: break-all;
  line-height: normal;
}
.formbox .file_btn {
  display: inline-flex;
  width: 0.9rem;
  border-left: 1px solid #eeeeee;
  margin-left: 10px;
  justify-content: center;
  cursor: pointer;
  background-color: #ecd9cd;
  flex: 0 0 auto;
  color: #b38263;
}
.formbox .text {
  width: 100%;
  border: 1px solid #eeeeee;
  line-height: 0.4rem;
  height: 0.4rem;
  padding: 0 0.15rem;
  margin-bottom: 0.15rem;
  border-radius: 4px;
}
.formbox .text::placeholder {
  color: #999999;
}
.formbox .btn {
  width: 1.5rem;
  line-height: 0.5rem;
  border-radius: 50px;
  background-color: #d7a98c;
  color: #fff;
  margin: 0.25rem auto 0;
  display: block;
  text-align: center;
}
@media (max-width: 640px) {
  .formbox .text,
  .formbox .filebox {
    height: 0.64rem;
    line-height: 0.64rem;
    border-color: #d7a98c;
    overflow: hidden;
  }
  .formbox .file_btn {
    border-left-color: #d7a98c;
  }
}
.open_join .formbox {
  max-width: 350px;
  margin: 0 auto;
}
.counter_search {
  background-color: #f7f1ea;
  border-radius: 0.2rem;
  padding: 0.55rem 0.45rem 0.3rem;
  z-index: 10;
}
.counter_search .warpone {
  width: calc(380 / 1180 * 100%);
}
.counter_search .warpone .flex {
  gap: 0.1rem;
}
.counter_search dl {
  position: relative;
  width: 100%;
  flex: 1;
}
.counter_search dt {
  padding: 0 0.2rem;
  background: url(../images/select.svg) no-repeat 95% center;
  padding-right: 0.4rem;
  background-color: #fff;
  border-radius: 0.1rem;
  line-height: 0.6rem;
  cursor: pointer;
}
.counter_search dt img {
  max-width: 0.35rem;
}
.counter_search dd {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff9f3;
  display: none;
  line-height: 0.36rem;
  padding: 0.2rem;
  width: 100%;
  z-index: 10;
  max-height: 3rem;
  overflow: auto;
}
.counter_search .warptwo {
  width: calc(760 / 1180 * 100%);
}
.counter_search .warptwo .flex_ac {
  gap: 0.1rem;
}
.counter_search .text {
  width: 3.7rem;
  line-height: 0.6rem;
  border: none;
  height: 0.6rem;
  padding: 0 0.2rem;
  background-color: #fff;
  border-radius: 0.1rem;
}
.counter_search .item {
  cursor: pointer;
}
.counter_search .btn {
  width: 2.6rem;
  line-height: 0.6rem;
  background-color: #cbac95;
  display: block;
  margin: 0.3rem auto;
  color: #fff;
  text-align: center;
  border-radius: 0.5rem;
}
.counter_search .des {
  line-height: calc(24 / 14);
  color: #333;
  opacity: 0.6;
}
@media (max-width: 640px) {
  .counter_search .warpone,
  .counter_search .warptwo {
    width: 100%;
  }
  .counter_search .warptwo {
    margin-top: 0.2rem;
  }
  .counter_search .warptwo .text {
    width: 100%;
  }
}
.counter_result .table_item {
  display: flex;
  justify-content: space-between;
  background-color: #f2e1d1;
  margin-bottom: 1px;
  padding-right: 0.35rem;
}
.counter_result .table_item .tit {
  display: inline-flex;
  width: calc(640 / 1280 * 100%);
  align-items: flex-start;
}
.counter_result .table_item .tit img {
  max-width: 0.35rem;
}
.counter_result .table_item .tit {
  padding: 0.15rem 0.35rem;
}
.counter_result .table_item .Local,
.counter_result .table_item .scaler {
  padding: 0.15rem 0.2rem;
}
.counter_result .table_item .Local,
.counter_result .table_item .scaler {
  width: calc(290 / 1280 * 100%);
  background-color: rgba(243, 237, 224, 0.3);
}
.counter_result .table_item_top {
  background-color: transparent;
  margin-top: 0.4rem;
  margin-bottom: 0;
}
.counter_result .table_item_top .Local,
.counter_result .table_item_top .scaler {
  color: #d7a98c;
  border-radius: 0.2rem 0.2rem 0 0;
}
.counter_result .table_item_top .Local {
  background-color: #f3ede0;
}
.counter_result .table_item_top .scaler {
  background-color: #f6ebe3;
}
.counter_result .list {
  margin-bottom: 0.2rem;
}
.counter_result .list > .table_item {
  background-color: #d7a98c;
  color: #fff;
}
.counter_result .list > .table_item:first-child {
  border-radius: 0.2rem 0.2rem 0 0;
}
.counter_result .table_con {
  margin-bottom: 1px;
}
.counter_result .table_con .table_item {
  background-color: #f7f1ea;
  margin-bottom: 0;
}
.counter_result .table_con:last-child .table_list .table_item:last-child {
  border-radius: 0 0 0.2rem 0.2rem;
}
.counter_result .table_con .table_title {
  color: #666666;
  background-color: #f2e1d1;
}
.counter_result .table_con .table_title b {
  font-weight: normal;
}
.counter_result .table_con .table_title .Local {
  background-color: #eadcc8;
}
.counter_result .table_con .table_title .scaler {
  background-color: #eddacb;
}
.counter_result .table_con .table_title .tit {
  align-items: flex-start;
}
.counter_result .table_con .table_list {
  color: #999999;
  background-color: #f7f1ea;
}
.counter_result .table_con .table_list .Local {
  background-color: rgba(216, 209, 180, 0.3);
}
.counter_result .table_con .table_list .scaler {
  background-color: #f6ebe3;
}
.counter_result .table_con .table_list .table_item:first-child aside {
  padding-top: 0.2rem;
}
.counter_result .table_con .table_list .table_item:last-child aside {
  padding-bottom: 0.2rem;
}
.counter_result .table_con .tit {
  position: relative;
}
.counter_result .table_con .hover {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  margin-left: 0.1rem;
}
.counter_result .table_con .hover .line {
  width: 0.23rem;
  height: 0.23rem;
  background: url(../images/tan.png) no-repeat center;
  display: block;
  background-size: contain;
}
.counter_result .table_con .hover .con {
  position: absolute;
  left: 0;
  top: 100%;
  width: 5rem;
  padding: 0.2rem;
  border-radius: 0.1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 2;
  display: none;
  max-width: 60vw;
}
.counter_result .table_con .hover:hover .con {
  display: block;
}
.counter_result .table_con .length .tit b {
  position: relative;
  padding-right: 0.2rem;
}
.counter_result .table_con .length .tit b::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.08rem;
  height: 0.08rem;
  border: solid #666;
  border-width: 1px 1px 0 0;
  transform: translateY(-50%) rotate(-45deg);
  margin-top: 0.03rem;
}
@media (max-width: 640px) {
  .counter_result {
    font-size: 0.18rem;
  }
  .counter_result .table_item {
    padding-right: 0;
  }
  .counter_result .table_item .tit {
    width: 40%;
  }
  .counter_result .table_item .Local,
  .counter_result .table_item .scaler {
    width: 28%;
  }
}
.counter_other .name {
  flex: 0 0 auto;
  margin-right: 0.1rem;
}
.cookiecon {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  background-color: rgba(0, 0, 0, 0.5);
}
.cookiecon .flexbox {
  width: 100%;
  padding: 0.1rem 0.2rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  gap: 0.05rem 0.2rem;
}
.cookiecon .col-1 {
  flex: 1;
}
.cookiecon .col {
  flex-shrink: 0;
}
.cookiecon .ant-btn {
  display: inline-flex;
  border: 1px solid #f4904c;
  line-height: 0.35rem;
  padding: 0 0.1rem;
  color: #fff;
  background-color: #f4904c;
  border-radius: 5px;
  cursor: pointer;
}
.cookiecon .ant-btn-default {
  background-color: #fff;
  color: #f4904c;
}
.cookiecon .col-4 a {
  color: #f4904c;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .cookiecon .flexbox {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .cookiecon .col-1 {
    flex: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1024px) {
  .header .navTop li span a,
  .header .lang,
  .Hbanner .des,
  .NYbanner .des,
  .header .navTop li.li_sub .sub a {
    font-size: 14px;
  }
}
.open_inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 200;
  overflow: auto;
  max-height: 100%;
  display: none;
}
.open_inner .flexbox {
  width: 100%;
  min-height: 100%;
  padding: 5% 0;
  position: relative;
}
.open_inner .inner {
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 0.55rem;
  position: relative;
}
.open_inner .w1200 {
  max-width: 7.7rem;
  width: 88%;
  margin: 0 auto;
  padding: 0.55rem 1rem;
}
.open_inner .close {
  width: 0.41rem;
  height: 0.41rem;
  position: absolute;
  right: -0.4rem;
  top: -0.4rem;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .open_inner .inner {
    padding: 0.3rem;
  }
  .open_inner .close {
    right: -0.3rem;
    top: -0.3rem;
  }
}
