@-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);
  }
}
@keyframes dd {
  0% {
    transform: translate(-40%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.suban {
  position: relative;
  overflow: hidden;
}
.suban .subanimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.suban .txt {
  transition-duration: 1.5s;
  opacity: 0;
  animation: dd 1s linear forwards;
  color: #ffffff;
}
.newTextTitle{
  color:#4f2816;
  font-size: 0.32rem;
  border-bottom: 2px solid #dcdddd;
  margin-bottom: 30px;
  font-weight: bold;
}
.newTextTitle>div{
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
}
.newTextTitle>div:after{
  position: absolute;
  background-color: #e9662f;
  width: 100%;
  bottom: -2px;
  left: 0;
  height: 2px;
  content:'';
}
.newText{
  align-items: center;
  color:#4f2816;
  font-size:0.22rem;
  display: flex;
  justify-content: flex-start;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .newTextTitle{

  }
  .newTextTitle>div{

  }
  .newTextTitle>div:after{

  }
  .newText{
    font-size:0.2rem;
  }
}

.newText:nth-of-type(2){
  margin-bottom: 0.2rem;
}
.newText img{
  width: .18rem;
  margin-right: 0.2rem;
}
.suban .txt .s-h4 {
  font-size: 0.48rem;
  line-height: 0.48rem;
  font-family: 'Bold';
}
.suban .txt .s-h5 {
  font-size: 0.28rem;
  width: 40%;
  margin-top: 0.2rem;
}
.suban.suban-search .h {
  margin-bottom: 0.7rem;
  text-align: center;
}
.suban.suban-search .h span {
  font-size: 0.26rem;
  color: #fff;
  padding: 0 0.24rem;
}
.suban.suban-search .search {
  position: relative;
  height: 0.55rem;
  padding: 0 1.3rem 0 0.55rem;
  border-radius: 0.3rem;
  background-color: rgba(255, 255, 255, 0.3);
}
.suban.suban-search .search img {
  position: absolute;
  left: 0.22rem;
  top: 0.14rem;
  width: 0.24rem;
  height: 0.29rem;
}
.suban.suban-search .search input,
.suban.suban-search .search button {
  font-size: 0.18rem;
  color: #fff;
}
.suban.suban-search .search input {
  line-height: 0.55rem;
  width: 100%;
  background-color: transparent;
}
.suban.suban-search .search input::placeholder {
  color: white;
}
.suban.suban-search .search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1.3rem;
  background-color: #e9662f;
  border-radius: 0.3rem;
  outline: none;
  border: none;
  cursor: pointer;
}
.cur-ban {
  height: 1rem;
  line-height: 1rem;
  background: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}
.cur-ban .crumbs {
  font-size: 0.18rem;
  color: #595757;
  float: right;
  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.16rem;
  display: inline-block;
  vertical-align: middle;
}
.cur-ban .crumbs a.act,
.cur-ban .crumbs a:hover {
  color: #e9662f;
}
.cur-ban .crumbs b {
  font-weight: normal;
}
.cur-ban .crumbs img {
  width: 0.25rem;
  height: 0.21rem;
  margin-right: 0.08rem;
}
.cur-ban .link {
  overflow: hidden;
}
.cur-ban .link a {
  font-size: 0.16rem;
  margin-right: 0.55rem;
  display: block;
  float: left;
  color: #595757;
}
.cur-ban .link a.on,
.cur-ban .link a:hover {
  color: #e9662f;
}
.subg {
  text-align: center;
  width: 100%;
  color: #fff;
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.num-info {
  display: flex;
  align-items: center;
  margin: 0.88rem 0;
  justify-content: space-around;
  align-items: flex-start;
}
.num-info .num-info_li {
  position: relative;
  font-size: 0.14rem;
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .num-info .num-info_li {
    font-size: 0.18rem;
  }
}
.num-info .num-info_li img {
  width: 0.48rem;
  height: 0.48rem;
  display: block;
  margin: 0 auto 0.3rem;
}
.num-info .num-info_li span.counter-value {
  font-size: 0.36rem;
  line-height: 0.36rem;
  margin-right: 0.1rem;
  font-family: 'Bold';
  color: #4d2613;
}
.num-info .num-info_li span.twoline {
  width: 0.5rem;
  display: inline-block;
  text-align: left;
  line-height: 0.16rem;
}
.num-info .num-info_li span.li-text {
  display: block;
  margin-top: 0.1rem;
}
.num-info .num-info_li::after {
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #d4d4d4;
  position: absolute;
  right: 0;
  display: none;
}
.num-info .num-info_li:last-child::after {
  display: none;
}
.pri-edit {
  position: relative;
}
.pri-edit.pri-editindex {
  margin-bottom: 1rem;
}
.pri-edit .bg {
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  background-size: cover;
  width: 100%;
  z-index: -1;
}
.pri-edit .pribt {
  width: 2rem;
}
.pri-edit .pribt .en {
  font-size: 0.4rem;
  line-height: 0.4rem;
  font-family: 'LBold';
  color: #e9662f;
}
.pri-edit .pribt .zh {
  font-size: 0.46rem;
  line-height: 0.46rem;
  margin: 0.2rem 0 0.4rem;
  font-family: 'Bold';
  color: #4d2613;
}
.pri-edit .pri-le {
  position: relative;
  padding-right: 40%;
  font-size: 0.14rem;
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 991px) {
  .pri-edit.pri-editindex {
    margin-bottom: 0rem;
  }
  .pri-edit .pri-le {
    font-size: 0.18rem;
  }
}
.pri-edit .pri-le .bg {
  left: auto;
  bottom: auto;
  top: 0.3rem;
  width: 5.4rem;
  right: 42%;
}
.pri-edit .pri-le .prip {
  margin-right: 0.5rem;
}
.mobimgs {
  position: relative;
}
.pri-ri {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  border-radius: 0.1rem;
  overflow: hidden;
  height: 100%;
}
.pri-ri.pri-rils {
  width: 4rem;
  border-radius: 0.1rem;
  display: none;
}
.pri-ri img {
  max-width: 100%;
}
.abt {
  position: relative;
  padding-bottom: 0.4rem;
  padding-top: 0.88rem;
  margin-bottom: 0.5rem;
}
.abt .zh {
  font-size: 0.46rem;
  line-height: 0.46rem;
  font-family: 'Bold';
  color: #4d2613;
}
.abt::before,
.abt::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.03rem;
}
.abt::before {
  width: 100%;
  background-color: #d4d4d4;
}
.abt::after {
  width: 20%;
  background-color: #e9662f;
}
.abt.sml {
  padding-bottom: 0.25rem;
  padding-top: 0;
}
.abt.sml .zh {
  font-size: 0.3rem;
  line-height: 0.3rem;
}
.abt.sml::before,
.abt.sml::after {
  height: 0.01rem;
}
.abt.sml::after {
  width: 1.2rem;
}
.log {
  display: block;
  width: 1.48rem;
  height: 0.43rem;
  margin-bottom: 0.3rem;
}
.dev-swi {
  display: flex;
}
.dev-swi .dev-le,
.dev-swi .dev-ri {
  width: 50%;
  box-sizing: border-box;
}
.dev-swi .dev-le {
  padding-bottom: 0.22rem;
  position: relative;
}
.dev-swi .dev-le img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.dev-swi .dev-le .swiper-pagination {
  bottom: 0;
}
.dev-swi .dev-le .swiper-pagination .swiper-pagination-bullet {
  width: 0.24rem;
  height: 0.01rem;
  background-color: #dddddd;
  margin: 0 0.06rem;
  opacity: 1;
}
.dev-swi .dev-le .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e9662f;
}
.dev-swi .dev-ri {
  padding-left: 0.5rem;
}
.dev-swi .dev-ri .swiper {
  height: 3.44rem;
}
.dev-swi .dev-ri .swiper .swiper-slide {
  height: auto;
}
.dev-swi .dev-ri .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #e9662f;
}
.dev-swi .dev-ri .rli {
  padding: 0.25rem 0;
}
.dev-swi .dev-ri .rli .year {
  font-size: 0.2rem;
  line-height: 0.2rem;
  margin-bottom: 0.2rem;
  color: #e9662f;
}
.dev-swi .dev-ri .rli .p {
  font-size: 0.14rem;
}
.greycol {
  background-color: #eeeeee;
}
.honor-warp .dev-swi {
  margin-bottom: 1rem;
}
.honor-warp .dev-swi .dev-le {
  width: 41.75%;
}
.honor-warp .dev-swi .dev-ri {
  width: 58.25%;
}
.honor-warp .dev-swi .dev-ri .swiper {
  height: 5rem;
}
.honor-warp .dev-swi .dev-ri .rli {
  padding: 0.15rem 0;
}
.honor-warp .dev-swi .dev-ri .rli .p {
  font-size: 0.18rem;
  line-height: 0.2rem;
  position: relative;
  padding-left: 0.4rem;
}
.honor-warp .dev-swi .dev-ri .rli .p::before,
.honor-warp .dev-swi .dev-ri .rli .p::after {
  content: '';
  position: absolute;
  border-radius: 50%;
}
.honor-warp .dev-swi .dev-ri .rli .p::before {
  width: 0.14rem;
  height: 0.14rem;
  border: 1px solid #e9662f;
  left: 0.02rem;
  top: 0;
}
.honor-warp .dev-swi .dev-ri .rli .p::after {
  width: 0.08rem;
  height: 0.08rem;
  background-color: #e9662f;
  left: 0.055rem;
  top: 0.035rem;
}
.honor-warp .greycol {
  padding: 0.78rem 0 1rem;
}
.honor-warp .hon-swi {
  position: relative;
}
.honor-warp .hon-swi .cebul {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: repeat(3, 1fr);
}
.honor-warp .hon-swi .cebul .cebli {
  text-align: center;
  background-color: #fff;
  padding: 0.2rem;
  box-sizing: border-box;
  border-radius: 0.1rem;
}
.honor-warp .hon-swi .cebul .cebli .img {
  height: 2.8rem;
  overflow: hidden;
  transition: all 0.6s;
}
.honor-warp .hon-swi .cebul .cebli .img img {
  height: 100%;
  object-fit: contain;
}
.honor-warp .hon-swi .cebul .cebli .txt {
  font-size: 0.18rem;
  color: #595757;
  height: 0.8rem;
  padding-top: 0.3rem;
  box-sizing: border-box;
}
.honor-warp .hon-swi .cebul .cebli:hover .img {
  transform: scale(1.05);
}
.honor-warp .hon-swi .swiper {
  padding-bottom: 0.9rem;
}
.honor-warp .hon-swi .swiper-button-next,
.honor-warp .hon-swi .swiper-button-prev {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  color: #fff;
  background-color: #979798;
  top: 100%;
}
.honor-warp .hon-swi .swiper-button-next::after,
.honor-warp .hon-swi .swiper-button-prev::after {
  font-size: 0.16rem;
}
.honor-warp .hon-swi .swiper-button-next:not(.swiper-button-disabled),
.honor-warp .hon-swi .swiper-button-prev:not(.swiper-button-disabled) {
  background-color: #d88e6e;
}
.honor-warp .hon-swi .swiper-button-next:not(.swiper-button-disabled):hover,
.honor-warp .hon-swi .swiper-button-prev:not(.swiper-button-disabled):hover {
  background-color: #e9662f;
}
.honor-warp .hon-swi .swiper-button-next {
  right: 46%;
}
.honor-warp .hon-swi .swiper-button-prev {
  left: 46%;
}
.member_warp {
  position: relative;
  min-height: 3rem;
  padding-left: 3.3rem;
}
.member_warp .cebl {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 1.6rem;
  height: 100%;
}
.member_warp .cebl .cebl-scroll li {
  /*height: 0.36rem;*/
  /*line-height: 0.36rem;*/
  padding: 0.1rem 0.1rem;
  margin-bottom: 0.1rem ;
  display: block;
  text-align: center;
  color: #595757;
  font-size: 0.16rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .member_warp .cebl .cebl-scroll li {
    font-size: 0.18rem;
  }
}
.member_warp .cebl .cebl-scroll li.on,
.member_warp .cebl .cebl-scroll li:hover {
  background-color: #e9662f;
  color: #fff;
}
.member_warp .editor .zh {
  font-size: 0.4rem;
  font-family: 'Bold';
  line-height: 0.4rem;
  margin-bottom: 0.4rem;
  color: #4d2613;
}
.member_warp .editor .p {
  font-size: 0.16rem;
  line-height: 0.24rem;
}
@media screen and (max-width: 991px) {
  .member_warp .editor .p {
    font-size: 0.18rem;
  }
}
.member_warp .editor img {
  max-width: 100%;
}
.contact-both {
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.05);
  display: flex;
}
.contact-both .contact-box {
  position: relative;
  font-size: 0.18rem;
  flex: 1;
  padding: 0.36rem 0.44rem;
}
.contact-both .contact-box h5 {
  font-size: 0.26rem;
  color: #e9662f;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.28rem;
  margin-bottom: 0.2rem;
}
.contact-both .contact-box .list .li-tel,
.contact-both .contact-box .list .li-addr {
  position: relative;
  padding-left: 0.2rem;
}
.contact-both .contact-box .list .li-tel:before,
.contact-both .contact-box .list .li-addr:before {
  content: '';
  position: absolute;
  top: 0.06rem;
  left: 0;
  background-size: 100% auto;
  margin-right: 0.1rem;
  background-repeat: no-repeat;
}
.contact-both .contact-box .list .li-tel:before {
  width: 0.12rem;
  height: 0.12rem;
  background-image: url("/en/Public/Front/base/img/i-tel.png");
}
.contact-both .contact-box .list .li-addr:before {
  width: 0.1rem;
  height: 0.14rem;
  background-image: url("/en/Public/Front/base/img/i-addr.png");
}
.contact-both .contact-box .list div {
  margin: 0.1rem 0;
}
.contact-both .contact-box .list div span,
.contact-both .contact-box .list div img,
.contact-both .contact-box .list div p {
  display: inline-block;
  vertical-align: middle;
}
.contact-both .contact-box .list div img {
  width: 0.16rem;
  margin-right: 0.1rem;
}
.business-grap {
  padding: 0.9rem 0 1.2rem;
  padding-bottom: 0;
}
.bus-bt {
  margin-bottom: 0.7rem;
  color: #4d2613;
  text-align: center;
}
.bus-bt .big {
  position: relative;
  font-family: 'Bold';
  font-size: 0.52rem;
  line-height: 0.52rem;
  padding: 0.12rem 1.3rem;
  display: inline-block;
  margin: 0 auto;
}
.bus-bt .big:before,
.bus-bt .big:after {
  content: '';
  width: 0.27rem;
  height: 0.23rem;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bus-bt .big:before {
  background-image: url("/en/Public/Front/base/img/bt-l.png");
  top: 0;
  left: 0;
}
.bus-bt .big:after {
  background-image: url("/en/Public/Front/base/img/bt-r.png");
  bottom: 0;
  right: 0;
}
.busGird {
  display: grid;
  gap: 0.2rem;
  grid-template-columns: repeat(4, 1fr);
}
.busGird .sMesW {
  text-align: center;
  border-radius: 0.1rem;
  overflow: hidden;
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.05);
}
.busGird .sMesW .b2 {
  background-color: #fff;
  padding: 0.3rem 0;
  color: #595757;
  height: 100%;
}
.busGird .sMesW .b2 .m21 {
  font-size: 0.21rem;
  font-family: 'Bold';
  min-height: 0.59rem;
  white-space: normal;
}
.busGird .sMesW .more {
  text-align: center;
}
.busGird .sMesW .more .m1 {
  font-size: 0.14rem;
  margin-right: 0.04rem;
}
@media screen and (max-width: 991px) {
  .busGird .sMesW .more .m1 {
    font-size: 0.18rem;
  }
}
.busGird .sMesW .more span,
.busGird .sMesW .more img {
  display: inline-block;
  vertical-align: middle;
}
.busGird .sMesW .more img {
  width: 0.14rem;
}
.busGird .sMesW .b1 {
  overflow: hidden;
  height: 2.11rem;
  position: relative;
}
.busGird .sMesW .b1 > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.busGird .sMesW .b1 .txt {
  color: #fff;
  font-size: 0.14rem;
  padding-top: 20px;
  opacity: 0;
  z-index: 1001;
}
@media screen and (max-width: 991px) {
  .busGird .sMesW .b1 .txt {
    font-size: 0.18rem;
  }
}
.busGird .sMesW .b1 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(233, 102, 47, 0.8);
}
.busGird .sMesW:hover {
  transform: translate(0, 0);
}
.busGird .sMesW:hover .b1 > img,
.busGird .sMesW:hover .b1 .txt,
.busGird .sMesW:hover .b1 .mask {
  transition-duration: 0.5s;
}
.busGird .sMesW:hover .b1 > img {
  transform: scale(1.02);
}
.busGird .sMesW:hover .b1 .txt {
  padding-top: 0;
  opacity: 1;
  transition-duration: 0.5s;
  white-space: normal;
}
.busGird .sMesW:hover .b1 .mask {
  opacity: 1;
  visibility: visible;
}
.busGird .sMesW:hover .b2 .m21 {
  color: #e9662f;
  transition-duration: 0.5s;
}
.bus-sbt {
  font-size: 0.33rem;
  color: #4d2613;
  line-height: 0.33rem;
  font-family: 'Bold';
}
.bus-sbt.cen {
  text-align: center;
}
.bus-dots {
  position: relative;
  padding: 0 2rem;
  margin-top: 0.8rem;
}
.bus-dots .bus-sbt {
  /*height: 0.78rem;*/
  line-height: 0.4rem;
}
.bus-dots .p {
  font-size: 0.14rem;
  line-height: 0.32rem;
  padding: 0.2rem 0 0.4rem;
}
@media screen and (max-width: 991px) {
  .bus-dots .p {
    font-size: 0.18rem;
  }
}
.bus-dots:before,
.bus-dots:after {
  content: '';
  width: 0.84rem;
  height: 0.72rem;
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.bus-dots:before {
  background-image: url("/en/Public/Front/base/img/sbt-l.png");
  top: 0;
  left: 0;
}
.bus-dots:after {
  background-image: url("/en/Public/Front/base/img/sbt-r.png");
  bottom: 0;
  right: 0;
}
.jump-link {
  text-align: center;
  margin: 0.64rem 0 1.3rem;
}
.jump-link span,
.jump-link img {
  display: inline-block;
  vertical-align: middle;
}
.jump-link span {
  font-family: 'Bold';
  color: #e9662f;
  font-size: 0.14rem;
}
@media screen and (max-width: 991px) {
  .honor-warp .hon-swi .cebul .cebli .img{
    height: 1.8rem;
  }
  .honor-warp .hon-swi .swiper-button-next {
    right: 36%;
  }
  .honor-warp .hon-swi .swiper-button-prev {
    left: 36%;
  }
  .jump-link span {
    font-size: 0.18rem;
  }
}
.jump-link img {
  width: 0.23rem;
  height: 0.23rem;
  padding-left: 0.1rem;
}
.img-grap {
  margin-bottom: 1.35rem;
}
.business1-grap {
  padding: 1.1rem 0;
}
.induscon {
  font-size: 0;
  background-color: #fff;
  border-radius: 0.1rem;
}
.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;
  height: 3rem;
}
.induscon .indus-ul {
  border-bottom: 0.01rem solid #d4d4d5;
  white-space: nowrap;
  overflow-x: auto;
  display: flex;
}
.induscon .indus-ul li {
  font-size: 0.22rem;
  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: #e9662f;
}
.induscon .indus-ul li.act:after {
  background-color: #e9662f;
}
.induscon .indus-txt {
  padding-top: 0.3rem;
  overflow: auto;
  height: 72%;

}
.induscon .indus-txt .indus-txt-li {
  font-size: 0.14rem;
  display: none;
  line-height: 0.28rem;
}
@media screen and (max-width: 991px) {
  .induscon .indus-txt .indus-txt-li {
    font-size: 0.18rem;
  }
}
.induscon .indus-txt .indus-txt-li:first-child {
  display: block;
}
.mall-card ul {
  font-size: 0;
}
.mall-card .ul .li {
  position: relative;
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.mall-card .ul .li img {
  display: block;
  width: 100%;
}
.mall-card .ul .li .txt {
  color: #fff;
  z-index: 1;
  transition: all 0.5s;
}
.mall-card .ul .li .txt h5 {
  font-size: 0.25rem;
  position: relative;
}
.mall-card .ul .li .txt h5:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.7rem;
  margin-left: -0.35rem;
  display: none;
  background-color: #fff;
  height: 1px;
}
.mall-card .ul .li .txt .inp {
  z-index: 1;
  font-size: 0.16rem;
  line-height: 0.35rem;
  opacity: 0;
  height: 0;
}
.mall-card .ul .li .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  z-index: 0;
}
.mall-card .ul .li:hover h5 {
  transition: all 0.5s;
  padding-bottom: 0.3rem;
}
.mall-card .ul .li:hover h5:after {
  display: block;
}
.mall-card .ul .li:hover .txt .inp {
  z-index: 1;
  opacity: 1;
  height: auto;
  padding-top: 0.2rem;
}
.mall-card .ul .li:hover .mask {
  transition: all 0.5s;
  opacity: 1;
}
.mall-info {
  padding: 1.4rem 0;
  position: relative;
}
.mall-info .subg {
  position: absolute;
  left: 0;
  top: 23%;
}
.mall-info .pri {
  position: relative;
}
.mall-info .pri .pri-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.54rem;
  display: block;
}
.mall-info .pri .pri-img img {
  object-fit: cover;
}
.mall-info .pri .company {
  padding-left: 4.54rem;
  font-size: 0.16rem;
  color: #111111;
  line-height: 0.26rem;
  word-break: break-word;
}
.mall-info .pri .company .bus-sbt {
  padding: 0.4rem 0;
}
.mall-info .pri .num-info {
  margin: 0.5rem 0 0 0;
  align-items: flex-start;
}
.mall-info .pri .num-info .num-info_li {
  width: 50%;
}
.mall-info .pri .num-info .num-info_li p span {
  color: #e9662f;
}
.mall-manage {
  padding-top: 0.4rem;
}
.mall-manage .man-bt {
  font-size: 0.36rem;
  line-height: 0.56rem;
  text-align: center;
  color: #e9662f;
}
.mall-manage .man-swi,.mall-card {
  position: relative;
  margin-top: 0.6rem;
  padding-bottom: 0.4rem;
}
.mall-manage .man-swi .swiper-pagination,.mall-card .swiper-pagination {
  bottom: 0;
}
.mall-manage .man-swi .swiper-pagination .swiper-pagination-bullet,.mall-card .swiper-pagination .swiper-pagination-bullet {
  width: 0.24rem;
  height: 0.01rem;
  background-color: #dddddd;
  margin: 0 0.06rem;
  opacity: 1;
}
.mall-manage .man-swi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.mall-card .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e9662f;
}
.mall-manage .man-swi .swiper-slide {
  display: flex;
}
.mall-manage .man-swi .txt,
.mall-manage .man-swi .img {
  flex-basis: 50%;
}
.mall-manage .man-swi .txt {
  padding: 0.48rem 0.48rem 0;
  background-color: #f6f6f6;
}
.mall-manage .man-swi .txt h5 {
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #e9662f;
}
.mall-manage .man-swi .txt ul li {
  position: relative;
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin: 0.2rem 0;
  padding-left: 0.4rem;
}
.mall-manage .man-swi .txt ul li::before {
  content: '';
  position: absolute;
  top: 0.06rem;
  left: 0;
  background-size: 100% auto;
  margin-right: 0.1rem;
  background-repeat: no-repeat;
  width: 0.2rem;
  height: 0.18rem;
  background-image: url("/en/Public/Front/base/img/gou.png");
}
.mall-manage .man-swi .img img {
  height: 100%;
  object-fit: cover;
}
.bus-tis {
  position: relative;
  padding-bottom: 1.3rem;
}
.bus-tis .bus-sbt {
  margin-bottom: 0.4rem;
}
.bus-tis.bus-tis_maps {
  display: flex;
  align-items: center;
}
.bus-tis.bus-tis_maps .img-le {
  width: 3.52rem;
  margin-right: 1.3rem;
}
.bus-tis.bus-tis_maps .orgt {
  color: #e9662f;
  font-size: 0.14rem;
}
@media screen and (max-width: 991px) {
  .bus-tis.bus-tis_maps .orgt {
    font-size: 0.18rem;
  }
}
.bus-tis.bus-tis_maps .orgt div {
  line-height: 0.32rem;
}
.bus-tis.bus-tis_head {
  padding-top: 1rem;
  width: 100%;
}
.bus-tis.bus-tis_head .img-le {
  width: 5rem;
  margin-right: 0.7rem;
}
.bus-tis .txt {
  font-size: 0.14rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 991px) {
  .bus-tis .txt {
    font-size: 0.18rem;
  }
}
.bus-tis .imgs {
  display: flex;
  justify-content: space-between;
}
.bus-tis .imgs img {
  width: 32.8%;
}
.bus-tis .bus-gap {
  display: grid;
  grid-gap: 0.16rem 0.16rem;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.bus-tis .bus-gap_li {
  position: relative;
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.4rem;
}
.bus-tis .bus-gap_li img {
  height: 0.8rem;
  margin-top: 0.2rem;
}
.bus-tis .bus-gap_li p {
  font-size: 0.14rem;
  line-height: 0.28rem;
  margin-top: 0.1rem;
  min-height: 0.54rem;
}
@media screen and (max-width: 991px) {
  .bus-tis .bus-gap_li p {
    font-size: 0.18rem;
  }
}
.bus-tis .bus-gap_li h5 {
  font-size: 0.18rem;
  color: #4d2613;
  font-family: 'Bold';
}
.bus-tis .bus-gap_li:hover {
  transform: translate(0, -0.1rem);
}
.bus-tis .bus-gap.bus-gap2 {
  text-align: left;
  grid-template-columns: auto auto;
}
.bus-tis .bus-gap.bus-gap2 .bus-gap_li {
  padding-left: 1.7rem;
}
.bus-tis .bus-gap.bus-gap2 .bus-gap_li img {
  position: absolute;
  left: 0.4rem;
  top: 50%;
  margin-top: -0.5rem;
}
.cbt {
  text-align: center;
  margin-bottom: 0.6rem;
}
.cbt .zh {
  font-size: 0.48rem;
  line-height: 0.6rem;
  color: #4d2613;
  font-family: 'Bold';
}
.cbt .en {
  color: #a77b61;
  font-size: 0.18rem;
  line-height: 0.23rem;
}
.culcol {
  background-color: #f9f5ec;
}
.cul_warp {
  position: relative;
}
.cul_warp .shang {
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 100%;
}
.cul_warp .bamboo {
  position: absolute;
}
.cul_warp .bamboo.bambool {
  left: 10.5%;
  bottom: 0;
  height: 1.8rem;
}
.cul_warp .bamboo.bamboor {
  right: 10.5%;
  top: 0;
  height: 1.96rem;
}
.cul_warp .reel {
  padding: 0.9rem 0 0.5rem;
  position: relative;
}
.cul_warp .reel .reel-ul {
  display: flex;
  justify-content: space-between;
  padding-top: 0.3rem;
  align-items: flex-start;
  height: 7rem;
  overflow: auto;
}
.cul_warp .reel .reel-ul .reel-li {
  height: 4rem;
  text-align: center;
  position: relative;
  width: 2.08rem;
}
.cul_warp .reel .reel-ul .reel-li:hover .juan-content {
  height: 4.7rem;
}
.cul_warp .reel .reel-ul .reel-li-nr {
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 100%;
}
.cul_warp .reel .reel-ul .reel-li-nr img {
  width: 0.6rem;
}
.cul_warp .reel .reel-ul .reel-li:nth-child(2n) {
  margin-top: 1rem;
}
.cul_warp .reel .reel-ul .reel-li .j1 {
  width: 2.08rem;
  height: 0.27rem;
}
.cul_warp .reel .reel-ul .reel-li .j1.j1t {
  margin-bottom: 0.81rem;
  z-index: 2;
}
.cul_warp .reel .reel-ul .reel-li .j1.j1b {
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 100%;
  z-index: 2;
}
.cul_warp .reel .reel-ul .reel-li .en {
  font-family: 'Lnormal';
  font-size: 0.165rem;
  line-height: 0.19rem;
  width: 0.7rem;
  margin: 0.36rem auto 0;
}
.cul_warp .reel .reel-ul .reel-li:hover .jc {
  height: 4.6rem;
}
.cul_warp .reel .reel-ul .reel-li:hover .j1.j1b {
  transition: all 0.5s;
}
.cul_warp .reel .reel-ul .reel-li .jc {
  transition: all 0.5s;
  position: absolute;
  left: 7.5%;
  top: 0rem;
  width: 85%;
  height: 0;
  overflow: hidden;
}
.cul_warp .reel .reel-ul .reel-li .jcconts {
  width: 1.85rem;
  opacity: 0.3;
  left: 0;
}
.cul_warp .reel .reel-ul .reel-li .jctext {
  font-size: 0.26rem;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  writing-mode: vertical-lr;
}
.meet_warp {
  padding-top: 0.9rem;
  padding-bottom: 1rem;
}
.meet_warp .meet {
  margin-left: 15.75%;
}
.meet_warp .cbt {
  margin-bottom: 1rem;
}
.swi-develop {
  position: relative;
  cursor: pointer;
  padding-left: 1.34rem;
}
.swi-develop .line {
  width: 1.34rem;
  height: 0.24rem;
  position: absolute;
  left: 0rem;
  top: 1.8rem;
}
.swi-develop .bird {
  position: absolute;
  left: -0.5rem;
  top: 54%;
  width: 1.69rem;
  height: 0.39rem;
}
.swi-develop .devit {
  position: relative;
  padding: 1.8rem 0;
  padding-bottom: 3.4rem;
}
.swi-develop .devit .devitin:before {
  content: '';
  width: 100%;
  height: 0.02rem;
  background-color: #c3a391;
  position: absolute;
  left: 0.07rem;
}
.swi-develop .devit .dot {
  position: relative;
  width: 0.16rem;
  height: 0.16rem;
}
.swi-develop .devit .dot span {
  display: inline-block;
  width: 0.11rem;
  height: 0.11rem;
  border: 0.02rem solid #a87b61;
  background: #fff;
  border-radius: 50%;
  position: relative;
  top: -0.11rem;
  z-index: 1;
}
.swi-develop .devit .dot:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0.1rem;
  width: 0.02rem;
  background: #c3a391;
  height: 1.8rem;
  margin-left: -0.005rem;
}
.swi-develop .devit .dot:before {
  content: '';
  position: absolute;
  left: 0.01rem;
  top: -1.8rem;
  background: #c3a391;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
}
.swi-develop .devit .txt {
  position: absolute;
  left: 0.4rem;
  top: 0;
  overflow: hidden;
  text-align: left;
  width: 165%;
}
.swi-develop .devit .txt .year {
  font-size: 0.28rem;
  color: #a87b61;
  line-height: 0.28rem;
  margin-bottom: 0.1rem;
  padding-bottom: 0.2rem;
  position: relative;
  font-family: 'Bold';
}
.swi-develop .devit .txt .year:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.32rem;
  height: 0.01rem;
  background-color: #a87b61;
}
.swi-develop .devit .txt .p {
  font-size: 0.18rem;
  color: #595757;
  margin-bottom: 0.2rem;
}
.swi-develop .swiper-slide:nth-child(2n) .dot {
  margin-bottom: 1.2rem;
}
.swi-develop .swiper-slide:nth-child(2n) .dot::before {
  top: 1.4rem;
}
.swi-develop .swiper-slide:nth-child(2n) .dot::after {
  top: 0;
  bottom: auto;
  height: 1.4rem;
}
.swi-develop .swiper-slide:nth-child(2n) .txt {
  top: auto;
}
.duty {
  padding: 1rem 0;
  padding-bottom: 1.5rem;
  overflow: unset!important;
}
.duty .duty-box {
  display: flex;
  position: relative;
}
.duty .duty-box .doh {
  position: absolute;
}
.duty .duty-box .doh.doh1 {
  width: 0.68rem;
  height: 0.56rem;
  left: 0.3rem;
  top: -0.2rem;
}
.duty .duty-box .doh.doh2 {
  width: 0.7rem;
  height: 0.59rem;
  right: 0;
  bottom: -0.7rem;
}
.duty .duty-box .img {
  width: 53.5%;
}
.duty .duty-box .txt {
  width: 46.5%;
  padding-left: 1.3rem;
  box-sizing: border-box;
  text-align: left;
}
.duty .duty-box .txt img {
  width: 4.25rem;
}
.duty .duty-box .txt p {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #595757;
  margin-top: 0.5rem;
}
@media screen and (max-width: 991px) {
  .duty .duty-box .txt p {
    font-size: 0.18rem;
  }
}
.duty1 .duty1-p {
  color: #595757;
  text-align: left;
  font-size: 0.14rem;
}
@media screen and (max-width: 991px) {
  .duty1 .duty1-p {
    font-size: 0.18rem;
  }
}
.duty1 .dev-swi {
  margin: 0.6rem 0;
  text-align: left;
  height: 4.01rem;
}
.duty1 .dev-swi .dev-le {
  padding-bottom: 0;
  overflow: hidden;
}
.duty1 .dev-swi .dev-le img {
  object-fit: cover;
}
.duty1 .dev-swi .dev-ri .swiper {
  height: 4.01rem;
}
.duty1 .dev-swi .dev-ri .rli {
  padding-top: 0;
  padding-right: 0.2rem;
}
.duty1 .dev-swi .dev-ri .rli .year {
  font-size: 0.14rem;
  color: #bd8862;
  line-height: 0.2rem;
}
.duty1 .dev-swi .dev-ri .rli .year b {
  font-size: 0.28rem;
  line-height: 0.28rem;
  padding-right: 0.04rem;
}
.duty1 .dev-swi .dev-ri .rli .p {
  color: #595757;
}
.duty1 .dev-swi .dev-ri .rli .p img {
  width: 0.18rem;
  height: 0.16rem;
  margin-right: 0.06rem;
  display: inline-block;
  vertical-align: middle;
}
.duty2 {
  position: relative;
}
.duty2 .bird {
  position: absolute;
  height: 1.33rem;
}
.duty2 .bird1 {
  left: 7%;
  top: 0;
}
.duty2 .bird2 {
  right: 7%;
  top: 1.3rem;
}
.duty2 .container {
  position: relative;
  padding-top: 1rem;
}
.newul {
  padding: 1rem 4.7rem 0.5rem 0;
  position: relative;
}
.newul ul {
  font-size: 0;
}
.newul ul li {
  font-size: 0.16rem;
  padding: 0.12rem 0.36rem;
  border: 0.01rem solid #f0f0f0;
  border-radius: 0.08rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.16rem;
}
.newul ul li.on,
.newul ul li:hover {
  color: #fff;
  background-color: #e9662f;
  border-color: #e9662f;
  cursor: pointer;
}
.newul ul li:hover a{
  color: #fff;
}
.newul .link-search {
  display: flex;
  width: 4.7rem;
  height: 0.36rem;
  border-radius: 0.08rem;
  border: 0.01rem solid #f0f0f0;
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  padding: 0.06rem 0;
}
.newul .link-search input {
  width: 100%;
  height: 100%;
  padding: 0 0.45rem 0 0.24rem;
  background-color: transparent;
  box-sizing: border-box;
  line-height: 0.36rem;
  font-size: 0.16rem;
  border-radius: 0.2rem;
}
.newul .link-search img {
  position: absolute;
  right: 0.24rem;
  top: 0.12rem;
  width: 0.21rem;
  height: 0.26rem;
  cursor: pointer;
}
.newGird {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: repeat(3, 1fr);
}
.newGird .sMesW {
  border-radius: 0.1rem;
  overflow: hidden;
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.05);
}
.newGird .sMesW .b1 > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
}
.newGird .sMesW .b2 {
  background-color: #fff;
  color: #595757;
  padding: 0.18rem 0.26rem 0.2rem 0.26rem;
}
.newGird .sMesW .b2 .t,
.newGird .sMesW .b2 .sign {
  font-size: 0.14rem;
}
@media screen and (max-width: 991px) {
  .newGird .sMesW .b2 .t,
  .newGird .sMesW .b2 .sign {
    font-size: 0.18rem;
  }
}
.newGird .sMesW .b2 .b {
  font-size: 0.16rem;
  font-family: 'Bold';
  line-height: 0.24rem;
  margin: 0.16rem 0 0.2rem;
  height: .48rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newGird .sMesW:hover {
  transform: translate(0, -10px);
}
.newGird .sMesW:hover .b1 > img {
  transform: scale(1.02);
}
.newGird .sMesW:hover .b2 .b {
  color: #e9662f;
}
.pager {
  font-size: 0;
  text-align: center;
  margin: 0.5rem 0 0.8rem;
  margin-bottom: 0;
}
.pager a {
  display: inline-block;
  vertical-align: middle;
  width: 0.36rem;
  line-height: 0.36rem;
  height: 0.36rem;
  text-align: center;
  margin-left: 0.08rem;
  font-size: 0.16rem;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
.pager .page-prev,
.pager .page-next {
  width: auto;
  border: none;
  margin: 0 0.2rem;
}
.pager .page-cur {
  color: #fff;
  border-color: #e9662f;
  background-color: #e9662f;
}
.nedit {
  margin: 1rem 0 0.9rem;
  margin-bottom: 0;
}
.nedit h2,
.nedit .time {
  text-align: center;
}
.nedit h2 {
  font-size: 0.33rem;
  color: #4d2613;
  font-family: 'Bold';
}
.nedit .time {
  font-size: 0.14rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 991px) {
  .nedit .time {
    font-size: 0.18rem;
  }
}
.nedit .line {
  padding: 0.5rem 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin: 0.3rem 0;
  font-size: 0.14rem;
  line-height: 0.32rem;
}
@media screen and (max-width: 991px) {
  .nedit .line {
    font-size: 0.18rem;
  }
}
.nedit .line img {
  display: block;
  margin: 0 auto;
}
.nedit .npage a {
  font-size: 0.14rem;
  display: block;
  line-height: 0.32rem;
}
@media screen and (max-width: 991px) {
  .nedit .npage a {
    font-size: 0.18rem;
  }
}
.nedit .npage a:hover {
  color: #e9662f;
}
.nedit .rpage {
  margin-top: 0.8rem;
  text-align: center;
}
.nedit .rpage a {
  font-size: 0.16rem;
  line-height: 0.5rem;
  display: inline-block;
  width: 1.4rem;
  height: 0.5rem;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin: 0 auto;
}
.nedit .rpage a:hover {
  background-color: #e9662f;
  border-color: #e9662f;
  color: #fff;
}
.join_warp .mercon {
  padding: 1rem 0 1.3rem;
}
.join_warp .mercon .merbt {
  text-align: center;
  font-size: 0.39rem;
  color: #4d2613;
  font-family: 'Bold';
  margin: 0.5rem auto;
}
.join_warp .merul {
  display: flex;
  justify-content: space-between;
}
.join_warp .merul .merli {
  position: relative;
  height: 3.5rem;
  overflow: hidden;
  text-align: center;
}
.join_warp .merul .merli img {
  height: 100%;
  width: 100%;
  transition: all 0.6s;
  object-fit: cover;
  display: block;
}
.join_warp .merul .merli h5 {
  font-size: 0.48rem;
  color: #fff;
  font-family: "bold";
  top: 40%;
}
.join_warp .merul .merli h5,
.join_warp .merul .merli ul {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.join_warp .merul .merli ul {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 0.7rem;
  line-height: 0.7rem;
  box-sizing: border-box;
  font-size: 0;
}
.join_warp .merul .merli ul li {
  position: relative;
  font-size: 0.18rem;
  padding: 0 0.4rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.join_warp .merul .merli ul li:after {
  content: '';
  position: absolute;
  right: 0;
  width: 0.01rem;
  height: 0.2rem;
  top: 50%;
  margin-top: -0.1rem;
  background-color: #fff;
}
.join_warp .merul .merli ul li:first-child {
  padding-left: 0;
}
.join_warp .merul .merli ul li:last-child {
  padding-right: 0;
}
.join_warp .merul .merli ul li:last-child:after {
  display: none;
}
.join_warp .merul .merli:hover img {
  transform: scale(1.05);
}
.join_warp .merul .merli:hover .txt h5 {
  transition: all 0.5s;
  padding-bottom: 0.3rem;
}
.join_warp .merul .merli:hover .txt h5:after {
  display: block;
}
.join_warp .merul .merli:hover .txt .inp {
  z-index: 1;
  opacity: 1;
  height: auto;
  padding-top: 0.2rem;
}
.join_warp .merul .merli .txt {
  color: #fff;
  z-index: 1;
  transition: all 0.5s;
}
.join_warp .merul .merli .txt h5 {
  font-size: 0.3rem;
  position: relative;
  font-family: 'normal';
}
.join_warp .merul .merli .txt h5:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.7rem;
  margin-left: -0.35rem;
  display: none;
  background-color: #fff;
  height: 1px;
}
.swiper-slide:last-of-type .txt{
  width: 85%;
}
.join_warp .merul .merli .txt .inp {
  z-index: 1;
  font-size: 0.16rem;
  line-height: 0.2rem;
  opacity: 0;
  height: 0;
  padding: 0 10%;
}
.join_warp .merul.merul-bor {
  border-radius: 0.1rem;
  overflow: hidden;
}
.join_warp .duty {
  padding-bottom: 1.96rem;
}
.join_warp .duty.subg {
  background-size: contain;
  background-position: center center;
}
.join_warp .duty .duty-box .img,
.join_warp .duty .duty-box .txt {
  width: 50%;
}
.join_warp .duty .duty-box .txt {
  padding-left: 0.56rem;
  position: relative;
}
.join_warp .duty .duty-box .txt .zh {
  font-size: 0.46rem;
  color: #4d2613;
  line-height: 0.46rem;
  font-family: 'Bold';
}
.join_warp .duty .duty-box .txt p {
  margin-top: 0.4rem;
}
.join_warp .duty .duty-box .txt img {
  width: 2.77rem;
  height: 0.8rem;
  position: absolute;
  right: 0;
  top: 100%;
}
.join_warp .bus-tis .bus-gap_li {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.04);
}
.join_warp .bus-tis .bus-gap_li img {
  height: 1.09rem;
  margin: 0 auto 0.2rem;
}
.join_warp .bus-tis .bus-gap_li p {
  text-align: left;
  line-height: 0.24rem;
}
.join_warp .bus-tis .bus-gap_li ul li {
  font-size: 0.14rem;
  line-height: 0.24rem;
  display: inline;
  padding-left: 0.2rem;
  position: relative;
  margin-right: 0.2rem;
}
.join_warp .bus-tis .bus-gap_li ul li:before,
.join_warp .bus-tis .bus-gap_li ul li:after {
  content: '';
  position: absolute;
  border-radius: 50%;
}
.join_warp .bus-tis .bus-gap_li ul li:before {
  left: 0;
  width: 0.1rem;
  height: 0.1rem;
  border: 0.01rem solid #e9662f;
  top: 0.05rem;
}
.join_warp .bus-tis .bus-gap_li ul li:after {
  width: 0.06rem;
  height: 0.06rem;
  background-color: #e9662f;
  left: 0.025rem;
  top: 0.075rem;
}
.join_warp .bus-tis .bus-gap {
  grid-gap: 0.3rem 0.3rem;
}
.join_warp .bus-tis .bus-gap.bus-gap3 {
  grid-template-columns: repeat(3, 1fr);
}
.join_warp .bus-tis .bus-gap.bus-gap2 .bus-gap_li {
  padding-left: 2rem;
}
.join_warp .bus-tis .bus-gap.bus-gap2 .bus-gap_li img {
  left: 0.5rem;
  margin-bottom: 0;
}
.join_warp .mall-manage {
  padding-top: 0;
}
.join_warp .mall-manage .man-swi {
  margin-top: 0;
}
.join_warp .abt-garp {
  padding-top: 0;
}
.recon .sl1 {
  font-size: 0.22rem;
  border-bottom: 0.01rem solid #ebebeb;
  padding: 0.26rem 0;
}
.recon .lims {
  position: relative;
  margin: 0.6rem 0 0.4rem;
  padding-right: 0.8rem;
}
.recon .lims .lims-all {
  position: relative;
}
.recon .lims-in {
  margin: 0.1rem 0;
  position: relative;
  padding-left: 1rem;
}
.recon .lims-in span {
  position: absolute;
  left: 0;
  top: 0.05rem;
  font-family: 'Bold';
  font-size: 0.16rem;
}
.recon .lims-in ul li {
  font-size: 0.14rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.32rem;
  cursor: pointer;
  color: #595757;
}
@media screen and (max-width: 991px) {
  .recon .lims-in ul li {
    font-size: 0.18rem;
  }
}
.recon .lims-in ul li.on,
.recon .lims-in ul li:hover {
  color: #e9662f;
}
.recon .lims .clbtn {
  color: #e9662f;
  font-family: 'Bold';
  font-size: 0.16rem;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.recli {
  display: block;
  padding: 0.36rem 0;
  border-bottom: 0.01rem solid #ebebeb;
}
.recli .reclin {
  position: relative;
  padding-right: 1.4rem;
}
.recli .name img,
.recli .name span {
  display: inline-block;
  vertical-align: middle;
}
.recli .name img {
  width: 0.18rem;
  height: 0.21rem;
  margin-right: 0.12rem;
}
.recli .name span {
  font-size: 0.22rem;
  font-family: "bold";
}
.recli ul {
  font-size: 0;
  margin-top: 0.14rem;
}
.recli ul li {
  font-size: 0.14rem;
  color: #595757;
  margin-right: 0.2rem;
  display: inline-block;
  vertical-align: middle;
}
.recli ul li span,
.recli ul li img {
  display: inline-block;
  vertical-align: middle;
}
.recli ul li img {
  height: 0.16rem;
  margin-right: 0.05rem;
}
.recli .time {
  font-size: 0.14rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.recli:hover .name span {
  color: #e9662f;
}
.recle {
  padding: 0.9rem 0;
}
.recle .name {
  margin-bottom: 0.3rem;
}
.recle .name img,
.recle .name span {
  display: inline-block;
  vertical-align: middle;
}
.recle .name img {
  width: 0.38rem;
  height: 0.38rem;
  margin-right: 0.2rem;
}
.recle .name span {
  font-size: 0.4rem;
  line-height: 0.4rem;
  font-family: "bold";
}
.recle .name .price {
  color: #e9662f;
  padding-left: 0.7rem;
}
.recle ul {
  display: inline-block;
}
.recle ul li {
  font-size: 0.18rem;
  padding-right: 0.2rem;
  display: inline-block;
  vertical-align: middle;
}
.recle ul li img {
  padding-right: 0.04rem;
  height: 0.16rem;
}
.recle .time {
  font-size: 0.18rem;
  display: inline-block;
  vertical-align: middle;
}
.recle .signs {
  margin: 0.36rem 0 0.18rem;
}
.recle .signs span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1rem;
  border-radius: 0.04rem;
  background-color: #eaeaea;
  padding: 0.04rem 0.14rem;
  font-size: 0.14rem;
}
@media screen and (max-width: 991px) {
  .recle .signs span {
    font-size: 0.18rem;
  }
}
.recle .rules {
  color: #333;
  margin-bottom: 0.3rem;
}
.recle .rules h5 {
  font-size: 0.18rem;
  font-family: "bold";
  margin-bottom: 0.1rem;
}
.recle .rules h5.org {
  color: #e9662f;
}
.recle .rules div p {
  line-height: 0.28rem;
  font-size: 0.14rem;
}
.recle .modu {
  position: relative;
  padding-top: 0.4rem;
  border-top: 0.01rem solid #d7d7d7;
}
.recle .modu.modu-line {
  border-top: none;
  padding-top: 0;
}
.recle .modu .modu-n {
  font-size: 0.28rem;
  line-height: 0.28rem;
  font-family: "bold";
  margin-bottom: 0.3rem;
}
.indSwiper .swiper-slide {
  background-position: center;
  background-size: cover;
}
.indSwiper .swiper-slide .banntext {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 10;
}
.indSwiper .swiper-slide .banntext img {
  height: 2.4rem;
  transition: 1s linear 0s;
  transform: translateX(-100px);
  opacity: 0;
}
.indSwiper .swiper-slide .bannimg {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.2, 1.2);
}
.indSwiper .swiper-slide .bannimg.m {
  display: none;
}
.indSwiper .swiper-slide-active .bannimg,
.indSwiper .swiper-slide-duplicate-active .bannimg {
  transition: 6s linear;
  transform: scale(1.12, 1.12);
}
.indSwiper .swiper-slide-active .banntext img,
.indSwiper .swiper-slide-duplicate-active .banntext img {
  transition: 1s linear 0s;
  transform: translateX(0px);
  opacity: 1;
}
.indSwiper .swiper-pagination {
  bottom: 0.56rem !important;
}
.indSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.17rem;
  height: 0.17rem;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
  margin: 0 0.11rem !important;
}
.indSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.indwarp .amore {
  cursor: pointer;
  font-size: 0;
  width: 1.1rem;
  height: 0.38rem;
  line-height: 0.36rem;
  text-align: center;
  border: 0.01rem solid #c1c0c0;
  margin-top: 0.5rem;
  border-radius: 0.04rem;
}
.indwarp .amore span {
  font-size: 0.14rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  .indwarp .amore span {
    font-size: 0.18rem;
  }
}
.indwarp .amore .tr {
  width: 0.19rem;
  height: 0.14rem;
  background-image: url("/en/Public/Front/base/img/tr-hei.png");
  background-position: left center;
  background-size: 0.38rem 0.14rem;
  margin-left: 0.04rem;
}
.indwarp .amore:hover {
  background-color: #e9662f;
  border-color: #e9662f;
}
.indwarp .amore:hover span {
  color: #fff;
}
.indwarp .amore:hover .tr {
  background-position: right center;
}
.indwarp .num-con {
  background-color: #eeeeee;
  padding: 0.4rem 0 0.34rem;
}
.indwarp .num-con .num-info {
  margin: 0;
  justify-content: space-around;
  align-items: flex-start;
}
.indwarp .num-con .num-info_li span.counter-value {
  color: #e9662f;
}
.indwarp .num-con .num-info_li::after {
  display: none;
}
.indwarp .pri-edit {
  padding-top: 0.7rem;
}
.indwarp .pri-edit .pri-le {
  padding-bottom: 0;
}
.indwarp .pri-edit .pri-le .prip p {
  font-size: 0.14rem;
  line-height: 0.28rem;
}
.pri-edit .pri-le .prip p{
  /*text-indent: 30px!important;*/
}
@media screen and (max-width: 991px) {

  .indwarp .pri-edit .pri-le .prip p {
    font-size: 0.18rem;
    text-indent: 30px!important;
  }
}
.indwarp .pri-edit .pri-le .pri-ri img {
  height: 100%;
}
.indwarp .pri-edit .pribt .zh {
  margin-bottom: 0.8rem;
}
.indwarp .business-grap {
  padding-bottom: 0.9rem;
}
.indwarp .business-grap h5 {
  font-size: 0.46rem;
  line-height: 0.46rem;
  color: #fff;
  position: relative;
  padding-bottom: 0.4rem;
  margin-bottom: 0.6rem;
  font-family: 'Bold';
}
.indwarp .business-grap h5:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 1.1rem;
  background-color: #fff;
  margin-left: -0.55rem;
}
.indwarp .business-grap .amore {
  margin: 0.7rem auto 0;
}
.indwarp .business-grap .amore .tr {
  background-position: right center;
}
.indwarp .new-con {
  padding: 1.1rem 0 1.5rem;
}
.indwarp .new-zh {
  margin-bottom: 0.5rem;
}
.indwarp .new-zh h5 {
  font-size: 0.46rem;
  line-height: 0.46rem;
  color: #4d2613;
  font-family: 'Bold';
  display: inline-block;
}
.indwarp .new-zh .more {
  float: right;
  margin-top: 0.22rem;
  cursor: pointer;
}
.indwarp .new-zh .more span,
.indwarp .new-zh .more img {
  display: inline-block;
  vertical-align: middle;
}
.indwarp .new-zh .more span {
  font-size: 0.14rem;
}
@media screen and (max-width: 991px) {
  .indwarp .new-zh .more span {
    font-size: 0.18rem;
  }
}
.indwarp .new-zh .more img {
  width: 0.19rem;
  height: 0.14rem;
}
@media screen and (max-width: 991px) {
  .swi-develop .devit{
    padding-top: 1.9rem;
    padding-bottom: 4rem;
  }
  .swi-develop .devit .txt{
    left: .2rem;
  }
  .mall-card .ul .li {
    width: 100%;
  }
  .mall-card .ul .li img {
    width: 100%;
    object-fit: cover;
  }
  .num-info .num-info_li span.li-text {
    margin-top: 0;
  }
  .man-swi img {
    width: 100%;
  }
  .join_warp .bus-tis .bus-gap.bus-gap2 .bus-gap_li {
    padding-left: 1.6rem;
  }
  .join_warp .bus-tis .bus-gap_li ul li {
    display: block;
  }
  .join_warp .bus-tis .bus-gap_li {
    display: flex;
    align-items: center;
  }
  .join_warp .bus-tis .bus-gap_li h5 {
    text-align: left;
  }
  .join_warp .bus-tis .bus-gap_li img {
    width: 0.7rem;
    height: auto;
    padding-right: 0.4rem;
  }
  .join_warp .merul .merli {
    margin-bottom: 0.2rem;
    height: auto;
  }
  .duty .duty-box .doh.doh2 {
    bottom: -0.6rem;
    width: 0.4rem;
    height: auto;
  }
  .duty .duty-box .txt p {
    margin-top: 0.3rem;
  }
  .bus-dots .bus-sbt {
    line-height: unset;
    height: auto;
  }
  .bus-dots:before {
    top: -0.3rem;
  }
  .bus-dots:before,
  .bus-dots:after {
    content: '';
    width: 0.35rem;
    height: 0.22rem;
  }
  .cur-ban .crumbs {
    padding-left: 0.2rem;
  }
  .cur-ban .link a {
    display: inline-block;
    float: unset;
  }
  .cur-ban .link {
    overflow: auto;
    white-space: nowrap;
  }
  .num-info {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .num-info .num-info_li {
    width: 33%;
    margin-bottom: 0.2rem;
  }
  .num-info .num-info_li img {
    margin-bottom: 0.1rem;
  }
  .pri-editnorm .pri-ri {
    position: unset;
    width: 100%;
    margin-top: 0.1rem;
  }
  .pri-editnorm .pri-le {
    padding-right: 0;
  }
  .pri-editnorm .pri-le .prip {
    margin-right: 0rem;
  }
  .duty {
    padding-bottom: 1rem;
  }
  .duty2 .bird1 {
    left: 0;
    height: 0.8rem;
  }
  .duty2 .bird2 {
    right: 0;
    height: 0.8rem;
  }
  .indSwiper .swiper-slide .banntext {
    top: 30%;
    left: 5%;
  }
  .indSwiper .swiper-slide .banntext img {
    height: 1.8rem;
  }
  .indSwiper .swiper-slide .bannimg {
    display: none;
  }
  .indSwiper .swiper-slide .bannimg.m {
    display: block;
  }
  .num-info .num-info_li span.twoline {
    width: auto;
  }
  .pri-editindex > .bg {
    bottom: unset;
    top: 11rem;
    height: 1.5rem;
  }
  .pri-editindex .pri-le .prip {
    margin-right: 0;
  }
  .pri-editindex .pri-le .prip span{
    display: block;
    text-indent: 0;
  }
  .pri-editindex .pri-ri.pri-hide {
    display: none;
  }
  .pri-editindex .pri-le {
    padding-right: 0;
  }
  .mobimgs .pri-ri.pri-rils {
    width: 3rem;
    display: block;
  }
  .indwarp .pri-edit .pribt .zh {
    margin-bottom: 0.5rem;
  }
  .pri-edit .pri-le .bg {
    width: 100%;
    right: 0;
  }
  .indwarp .num-con {
    padding-top: 0.6rem;
    background-color: transparent;
  }
  .indwarp .num-con .num-info {
    padding-right: 3rem;
    padding-left: 0rem;
    flex-wrap: wrap;
  }
  .indwarp .num-con .num-info_li {
    width: 100%;
    text-align: left;
    margin-bottom: 0.15rem;
  }
  .indwarp .business-grap h5 {
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
  .indwarp .business-grap h5:after {
    left: 10%;
  }
  .cul_warp .reel .reel-ul {
    height: 5rem;
  }
  .suban {
    height: 3rem;
  }
  .dev-swi {
    display: block;
  }
  .dev-swi .dev-le,
  .dev-swi .dev-ri {
    width: 100%;
  }
  .dev-swi .dev-ri {
    padding-left: 0;
  }
  .honor-warp .dev-swi .dev-le,
  .honor-warp .dev-swi .dev-ri {
    width: 100%;
  }
  .honor-warp .hon-swi .cebul {
    gap: 0.2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .member_warp {
    padding-left: 1.76rem;
  }
  .contact-grap {
    padding-bottom: 1rem;
  }
  .contact-both {
    display: block;
  }
  .busGird {
    grid-template-columns: repeat(2, 1fr);
  }
  .busGirdg {
    display: block;
    white-space: nowrap;
    overflow: auto;
    scroll-behavior: smooth;
  }
  .busGirdg.container {
    padding: 0 0;
  }
  .busGirdg .sMesW {
    display: inline-block;
    width: 3.3rem;
    margin-left: 0.2rem;
  }
  .bus-dots {
    padding: 0;
  }
  .induscon .indus-le,
  .induscon .indus-ri {
    width: 100%;
  }
  .induscon .indus-ri {
    padding: 0 0.4rem 0.4rem;
  }
  .mall-card .ul .li .txt h5 {
    font-size: 0.2rem;
  }
  .mall-card .ul .li .txt .inp {
    line-height: 0.3rem;
  }
  .mall-info .pri .pri-img {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .mall-info .pri .pri-img img {
    width: 70%;
  }
  .mall-info .pri .company {
    padding-left: 0;
  }
  .mall-manage .man-swi .swiper-slide {
    display: block;
  }
  .mall-manage .man-swi .txt,
  .mall-manage .man-swi .img {
    flex-basis: 100%;
  }
  .mall-manage .man-swi .txt {
    padding-bottom: 0.1rem;
  }
  .bus-bt .big {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .bus-tis.bus-tis_maps {
    display: block;
  }
  .bus-tis.bus-tis_maps .img-le {
    width: 70%;
    margin: 0 auto 0.4rem auto;
    display: block;
  }
  .bus-tis .bus-gap {
    grid-template-columns: auto auto;
  }
  .bus-tis .bus-gap.bus-gap2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .meet_warp .meet {
    margin-left: 0.1rem;
  }
  .swi-develop .devit .devitin:before {
    top:1.93rem;
  }
    .swi-develop .devit .dot span {
    /*top: -0.28rem;*/
  }
  .duty .duty-box {
    display: block;
  }
  .duty .duty-box .txt,
  .duty .duty-box .img {
    width: 100%;
  }
  .duty .duty-box .txt {
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .duty .duty-box .txt img {
    width: 2rem;
  }
  .duty1 .dev-swi {
    height: auto;
  }
  .duty1 .dev-swi .dev-ri {
    margin-top: 0.3rem;
  }
  .join_warp .duty .duty-box .txt,
  .join_warp .duty .duty-box .img {
    width: 100%;
  }
  .join_warp .duty .duty-box .txt {
    padding-left: 0;
    padding-bottom: 1rem;
    margin-top: 0.3rem;
  }
  .join_warp .merul {
    display: block;
  }
  .join_warp .bus-tis .bus-gap.bus-gap3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .newGird {
    grid-template-columns: 1fr;
  }
  .newGird .sMesW .b2 .b {
    font-size: 0.28rem;
    line-height: 0.36rem;
    height: .68rem;
  }
  .newul {
    padding-right: 0;
  }
  .newul .link-search {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .newul ul {
    white-space: nowrap;
    overflow: auto;
  }
  .recon .lims {
    padding-right: 0;
  }
  .recon .lims .clbtn {
    text-align: center;
    position: relative;
  }
  .recon .lims-in span {
    top: 0.15rem;
  }
}
@media screen and (max-width: 515px) {
  .bus-tis .bus-gap {
    grid-template-columns: repeat(2, 1fr);
  }
  .bus-tis.bus-tis_maps .img-le{
    margin: 0 auto 0.4rem auto;
    width: 100%;
  }
}
/*# sourceMappingURL=sub.css.map */
<!--ºÄÊ±1784242115.4688Ãë-->