@font-face {
  font-family: SourceHanSansCN;
  src: url(../font/SourceHanSansCN-Normal.otf);
}

@font-face {
  font-family: SourceHanSansCN;
  src: url(../font/SourceHanSansCN-Normal.otf);
}

.main-bg {
  background-color: #ffffff;
  padding-bottom: 20px;
}

.sild-float {
  position: fixed;
  z-index: 21;
  right: 0;
  bottom: 30%;
  width: 46px;
}

.sild-float .list {
  margin-bottom: 2px;
}

.sild-float .list>a {
  display: block;
  width: 100%;
  height: 46px;
  background: rgba(0, 0, 0, 0.5) no-repeat center center;
  transition: all 0.5s ease;
}

.sild-float .list a.a1 {
  background-image: url(../img/side4.png);
}

.sild-float .list a.a5 {
  background-image: url(../img/side5.png);
}

.sild-float .list a.a3 {
  background-image: url(../img/side3.png);
}

.sild-float .list:hover>a {
  background-color: #c2a284;
  transition: all 0.5s ease;
}

.sild-float .list .rolme {
  transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  position: absolute;
  right: 46px;
  top: 0;
  padding: 10px;
  line-height: 26px;
  width: 184px;
  background: rgba(0, 0, 0, 0.5);
}

.sild-float .list:hover .rolme {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}

.sild-float .list .rolme .ltt {
  font-size: 20px;
  color: #fff;
  text-align: center;
  word-break: break-all;
}

.sild-float .list .rolme .emv img {
  border-radius: 10px;
}

.sild-float .list:nth-child(1) .fplae {
  border-top-left-radius: 5px;
  overflow: hidden;
}

.sild-float .list:last-child>a {
  border-bottom-left-radius: 5px;
  overflow: hidden;
}

.sild-float .bpmaeb {
  height: 46px;
  width: 46px;
  background: url(../img/side1.png) no-repeat center center;
  transition: all 0.5s ease;
  background-size: 50% 50%;
}

.sild-float .email .bpmaeb {
  background: url(../img/side2.png) no-repeat center center;
}

.sild-float .fplae {
  line-height: 46px;
  height: 46px;
  width: 226px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}

.sild-float .fplae:hover {
  transform: translateX(-180px);
  transition: all 0.5s ease;
}

.sild-float .fplae:hover .bpmaeb {
  background-color: #c2a284;
  transition: all 0.5s ease;
}

.sild-float .fplae .ltt {
  width: 180px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  word-break: break-all;
}

.sild-float .email .fplae .ltt {
  font-size: 14px;
}

.sild-float .kefu .fplae .ltt {
  font-size: 14px;
}

.sild-float .friends .fplae .ltt {
  font-size: 14px;
}

.sild-float {
  position: fixed;
  z-index: 21;
  right: 0;
  bottom: 30%;
  width: 46px;
}

.sild-float .list {
  margin-bottom: 2px;
}

.sild-float .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  background: rgba(0, 0, 0, 0.5) no-repeat center center;
  transition: all 0.5s ease;
  background-size: 50% auto !important;
}

.sild-float .list a.a1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sild-float .list .rolme {
  transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  position: absolute;
  right: 46px;
  top: 0;
  padding: 10px;
  line-height: 26px;
  width: 184px;
  background: rgba(0, 0, 0, 0.5);
}

.sild-float .list .rolme .ltt {
  font-size: 20px;
  color: #fff;
  text-align: center;
  word-break: break-all;
}

.sild-float .list .rolme .emv img {
  border-radius: 10px;
}

.sild-float .list:hover a {
  background-color: #0762d5;
  transition: all 0.5s ease;
}

.sild-float .list:hover .rolme {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}

.sild-float .list:nth-child(1) .fplae {
  border-top-left-radius: 5px;
  overflow: hidden;
}

.sild-float .list:last-child>a {
  border-bottom-left-radius: 5px;
  overflow: hidden;
}

.sild-float .bpmaeb {
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  background-size: 50% auto !important;
}

.sild-float .fplae {
  display: flex;
  align-items: center;
  line-height: 46px;
  height: 46px;
  width: 226px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}

.sild-float .fplae:hover {
  transform: translateX(-180px);
  transition: all 0.5s ease;
}

.sild-float .fplae:hover .bpmaeb {
  background-color: #0762d5;
  transition: all 0.5s ease;
}

.sild-float .fplae .ltt {
  width: 180px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  word-break: break-all;
}

.sild-float .email .fplae .ltt {
  font-size: 12px;
}

.sild-float .kefu .fplae .ltt {
  font-size: 14px;
}

.sild-float .friends .fplae .ltt {
  font-size: 14px;
}

/*  new  */
.public-top {
  padding-top: 90px;
}

.public-tobody {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}

.public-tobody-product {
  max-width: 1093px;
  width: 100%;
}

/* .header.on .logo .i1,
.logo .i2 {
  display: none;
} */
/* .header.on .logo .i2 {
  display: block;
} */
/* downmenu */
.main-nav-m {
  display: none;
  position: relative;
  cursor: pointer;
  width: calc(100% - 40px);
  margin: auto;
  margin-top: 0.2rem;
}

.thr3 {
  display: none;
  padding-left: 40px;
}

.thr3 a {
  line-height: 30px;
}

.main-nav-m .title {
  position: relative;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  background: #253d93;
  box-sizing: border-box;
  text-align: left;
  border-bottom: none;
}

.main-nav-m .title strong {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.main-nav-m .title i {
  position: absolute;
  content: "";
  width: 45px;
  height: 100%;
  right: 0;
}

.main-nav-m .title i::before,
.main-nav-m .title i::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 12px;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.main-nav-m .title i::before {
  left: 46%;
  transform: rotate(40deg) scaleY(1.5);
  -webkit-transform: rotate(40deg) scaleY(1.5);
}

.main-nav-m .title i::after {
  right: 46%;
  transform: rotate(-40deg) scaleY(1.5);
  -webkit-transform: rotate(-40deg) scaleY(1.5);
}

.main-nav-m .title.active i::before {
  transform: rotate(-40deg) scaleY(1.5);
  -webkit-transform: rotate(-40deg) scaleY(1.5);
}

.main-nav-m .title.active i::after {
  transform: rotate(40deg) scaleY(1.5);
  -webkit-transform: rotate(40deg) scaleY(1.5);
}

.main-nav-m>ul {
  display: none;
  position: absolute;
  top: 45px;
  width: 100%;
  padding: 0 10px;
  background-color: #253d93;
  color: #fff;
  z-index: 22;
  box-sizing: border-box;
}

.main-nav-m ul>li {
  animation: ReturnToNormal 0.5s both;
  -webkit-animation: ReturnToNormal 0.5s both;
}

.main-nav-m ul>li>a {
  display: block;
  line-height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.main-nav-m ul>li a {
  color: #fff;
}

/* downmenu */
.homeSwiper .swiper-wrapper .swiper-slide,
.homeSwiper {
  width: 100%;
  height: 4.67rem;
  overflow: hidden;
  position: relative;
}

.homeSwiper {
  margin-top: 0.23rem;
}

.homeSwiper-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.homeSwiper .swiper-pagination-bullet {
  width: 0.14rem !important;
  height: 0.14rem !important;
  border-radius: 50% !important;
  background: rgba(0, 0, 0, 0.9) !important;
}

.homeSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000 !important;
}

.home-swiper-b {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

.home-swiper-con {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.home-swiper-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-swiper .swiper-slide.swiper-slide-active .home-swiper-b>img {
  display: block;
  -webkit-animation-name: zoomOut;
  -moz-animation-name: zoomOut;
  -o-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.home-swiper-con>.title {
  font-size: 48px;
  font-weight: 400;
  color: #ffffff;
}

.home-swiper-con>.info {
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0.2rem;
}

.home-swiper .swiper-pagination-bullet {
  width: 0.11rem;
  height: 0.11rem;
  margin: 0 0.1rem !important;
}

.home-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  /* background: transparent; */
}

.swiper-pagination-icon span {
  width: 50px !important;
  /* border: 1px solid red; */
  /* border-radius: 2px; */
}

.swiper-pagination-icon .swiper-pagination-bullet {
  width: 50px !important;
  height: 5px;
  border-radius: 0 !important;
  /* border-radius: 50%; */
  position: relative;
  opacity: 1;
  /* border: 1px solid red; */
  background-color: #ffffff;
  opacity: 0.5;
}

.swiper-pagination-icon .swiper-pagination-bullet.on {
  /* width: 24px !important; */
  /* height: 24px; */
  /* border-radius: 50%; */
  /* width: 381px; */
  height: 6px;
  opacity: 1;
}

.home-swiper .swiper-pagination {
  bottom: 2% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  height: 50px;
}

.top .more,
.top .more {
  width: max-content;
  height: 32px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 0 0.19rem;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top .mores1 {
  display: none;
}

.info-b-i .info-b-img {
  width: 320px;
  min-width: 320px;
}

.info-b-i .info-b-con {
  width: calc(100% - 340px);
}

.info-b-i>.t1,
.info-b-i .info-b-con .t1 {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.info-b-i>.t1 {
  width: calc(100% - 100px);
}

.info-b-i .info-b-con .t1 {
  font-weight: bold;
}

.info-b-i>.t2,
.info-b-i .info-b-con .t2 {
  font-size: 14px;
  font-weight: 400;
  color: #7a7a7a;
  line-height: 24px;
}

.info-b-i>.day,
.info-b-i .info-b-con .day {
  font-size: 14px;
  font-weight: 400;
  color: #c2c2c2;
  margin: 0.15rem 0;
}

.info-b-i>.day {
  margin: 0;
}

/* 
.home-news-i1 .info-b-i {
    border-bottom: 1px dashed #F5F5F5;
    padding-bottom: 14px;
    margin-bottom: 14px;
} */
/* 
.home-model {
    background: url(../images/h1.png)no-repeat center center;
    background-size: cover;
    padding: .77rem 0;
}

.home-model .row>.t1 {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.home-model .row .row-i {
    margin-top: 42px;
    margin-left: -20px;
}

.home-model .row .row-i .items {
    width: 100%;
    padding-left: 20px;
}

.home-model .row .row-i .items .items-i {
    background: #fff;
    padding: 23px;
    border: 3px solid #BD9E7E;
}

.home-model-swiper {
    padding-bottom: 30px !important;
}

.home-model-swiper .swiper-pagination {
    bottom: 0 !important;
}

.home-model .row .row-i .items .items-i .items-img {
    max-height: 200px;
}

.home-model .row .row-i .items .items-i .items-img img {
    min-height: 200px;
    object-fit: cover;
}

.home-model .row .row-i .items .items-i .items-con {
    margin-top: .4rem;
}

.home-model .row .row-i .items .items-i .items-con .t1 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.home-model .row .row-i .items .items-i .items-con .t2 {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-top: .3rem;
}

.home-model .row .row-i {
    margin-bottom: .43rem;
} */
.mores {
  width: max-content;
  height: 53px;
  background-color: #0e1b83;
  color: #ffffff;
  padding: 0 0.19rem;
  font-size: 14px;
  font-weight: 400;
  color: #787878;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: auto;
}

.mores.light {
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
}

.develop-b {
  background: url(../images/bg-d1.png) no-repeat center bottom;
  background-size: cover;
}

.develop-i .mySwiper2 {
  width: 60%;
}

.develop-i .mySwiper {
  width: 40%;
  height: 100%;
}

.develop-i .mySwiper .swiper-wrapper {
  height: 90%;
}

.develop-i {
  height: 5rem;
}

.develop-i .mySwiper-i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  font-weight: 500;
  color: #c8c8c8;
  padding: 20px 0;
  cursor: pointer;
}

.develop-i .mySwiper-i.swiper-slide-thumb-active {
  font-size: 60px;
  font-weight: 800;
  color: #f39700;
  background: linear-gradient(90deg, transparent, #f6f6f6, #f6f6f6);
}

.mySwiper2 .mySwiper2-i .t1 {
  margin-bottom: 20px;
}

.mySwiper2 .mySwiper2-i .t1:last-child {
  margin-bottom: 0;
}

.mySwiper2 .mySwiper2-i .t1 .a {
  font-size: 16px;
  font-weight: bold;
  color: #f39700;
  line-height: 30px;
}

.mySwiper2 .mySwiper2-i .t1 .b {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.mySwiper2-prev,
.mySwiper2-next {
  width: 29px;
  height: 29px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
}

.mySwiper2-prev {
  top: 0;
}

.page-b-i,
.page-i {
  width: auto;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-b-i.cur,
.page-b-i:hover {
  font-weight: bold;
}

.page-b-i {
  width: 35px;
  height: 45px;
  margin: 0 10px;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #444444;
}

.page-i {
  height: 44px;
  background: rgba(35, 47, 61, 0);
  border: 1px solid #e0e0e0;
  border-radius: 22px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  color: #160a8b;
}

.page-i:hover {
  background: #160a8b;
  color: #fff;
}

.public-page {
  width: fit-content;
  margin: 0.4rem auto;
}

.page-b {
  margin: 0 15px;
}

.maps-b,
.lx-box,
.evolve-b,
.join-b,
.contact-map-b,
.about-b,
.develop-b,
.shareholder-b,
.introduction-b .model1,
.introduction-b .model2,
.introduction-b .model {
  padding: 1rem 0;
}

.shareholder-b::after {
  width: 29%;
  content: "";
}

.shareholder-b .item {
  width: 29%;
  display: flex;
  align-items: center;
  margin-bottom: 0.49rem;
}

.shareholder-b .item .t1 {
  width: 90%;
  padding: 0 0.3rem;
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
  line-height: 30px;
  text-align: center;
}

.shareholder-b .item::before,
.shareholder-b .item::after {
  width: 0.19rem;
  height: 0.55rem;
  content: "";
  display: block;
}

.shareholder-b .item::before {
  background: url(../images/s1.png) no-repeat;
  background-size: contain;
}

.shareholder-b .item::after {
  background: url(../images/s2.png) no-repeat;
  background-size: contain;
}

.about-b-i {
  width: 48%;
  height: 100%;
  border: 1px solid #c6c6c6;
  padding: 0.15rem;
  margin-bottom: 0.41rem;
}

.about-b-img {
  min-height: 4.04rem;
}

.about-b-i .t1 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #003c6d;
  padding: 0.26rem;
}

.contact-b {
  margin: 1rem auto;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
}

.contact-b .left {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
}

.map-i .t1,
.contact-b .left .left-i .t1 {
  font-size: 20px;
  font-weight: 800;
  color: #253d93;
  margin-bottom: 0.5rem;
}

.map-i .t2,
.contact-b .left .left-i .t2 {
  display: flex;
  align-items: center;
  margin-bottom: 0.19rem;
  font-size: 16px;
  font-weight: 400;
  color: #090909;
}

.map-i .t2 img,
.contact-b .left .left-i .t2 img {
  margin-right: 0.15rem;
}

.map-i .t2:last-child,
.contact-b .left .left-i .t2:last-child {
  margin-bottom: 0;
}

.contact-b .right {
  width: 55%;
}

.contact-b .right img {
  width: 100%;
  height: 100%;
}

.contacts-map {
  width: 100%;
  height: 2.72rem;
}

.map-i .right {
  width: 60%;
}

.map-i {
  margin-bottom: 1rem;
}

.map-i:last-child {
  margin-bottom: 0;
}

.business-b {
  background: url(../images/bg-business.png) no-repeat center center;
  background-size: cover;
}

.business {
  padding: 1rem 0;
}

.business .left {
  width: 40%;
}

.business .right {
  width: 60%;
  padding: 0 0.64rem;
}

.business .right .right-i .t1 {
  font-size: 20px;
  font-weight: bold;
  color: #253d93;
}

.business .right .right-i .t2 {
  font-size: 16px;
  font-weight: 400;
  color: #090909;
  line-height: 20px;
  margin-top: 0.15rem;
}

.business .right .right-i {
  margin-bottom: 0.5rem;
}

.business .right .right-i:last-child {
  margin-bottom: 0;
}

.join-top {
  height: 59px;
  line-height: 59px;
  padding: 0 29px 0 45px;
}

.unfold {
  width: 73px;
}

.join-nav {
  width: calc(100% - 90px);
  font-size: 16px;
  font-weight: bold;
  color: #444444;
}

.join-nav li {
  width: 11%;
}

.join-nav li:nth-child(1) {
  width: 15%;
  margin-right: 15px;
}

.join-nav li:nth-child(n + 3) {
  text-align: center;
}

.join-con {
  margin-top: 16px;
}

.join-nav1 {
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  font-weight: 500;
  color: #3b3b3b;
}

.join-con-box {
  background: #ffffff;
  margin-bottom: 16px;
}

.join-us {
  background: #fff;
  padding: 24px 29px 70px 45px;
  border-top: 1px solid #f0f1f3;
}

.join-us .email {
  margin: 0.3rem 0 0 0;
}

.join-us .t1 {
  font-size: 16px;
  font-weight: bold;
  color: #303030;
  margin: 22px 0 18px 0;
}

.join-con-box.current .join-btn {
  background: #172b84;
}

.join-con-box .join-btn {
  align-items: center;
}

.join-con-box.current .join-nav1 {
  color: #fff;
}

.join-btn {
  padding: 0 29px 0 45px;
}

.join-con-box .unfold-up {
  width: 21px;
  height: 21px;
  background: url(../images/down.png) no-repeat center center;
}

.join-con-box.current .unfold-up {
  background: url(../images/up.png) no-repeat center center;
}

.join-us-btn>.title {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-left: 0.08rem;
}

.join-us-btn {
  width: max-content;
  padding: 0.16rem 0.35rem;
  background: #007bc6;
  border-radius: 50px;
  margin-top: 0.4rem;
}

.join-us-btn .webuploader-pick {
  line-height: initial !important;
  color: #fff !important;
}

.contact-b-meun-i {
  width: calc(100% / 3);
  padding: 0.2rem;
  border: 1px solid #efefef;
  margin-left: 0.4rem;
}

.contact-b-meun {
  margin-left: -0.4rem;
  margin-bottom: 0.45rem;
}

.health-b {
  width: 100%;
  padding: 0.5rem 0 0 0;
}

.health-b::after {
  width: 33%;
  content: "";
}

/* .health-img-play::after {
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/icon-play.png) no-repeat;
  -o-background-size: contain;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
} */
.health-con {
  margin: 0.3rem 0;
}

.health-con .title {
  font-size: 18px;
  font-weight: 400;
  color: #444444;
  text-align: center;
}

.health-img {
  position: relative;
}

.health-b-i {
  width: 100%;
  padding: 0.7rem 0;
}

.health-b-i .info {
  margin-top: 0.37rem;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.community-i:nth-child(2),
.health-b-i:nth-child(2) {
  background: #f7f7f7;
}

.health-b-img-i {
  width: 100%;
  margin-right: 0.5rem;
}

.health-b-img-i:last-child {
  margin-right: 0;
}

.health-b-img {
  margin-top: 0.38rem;
}

.industry {
  padding: 0.47rem 0 0.55rem 0;
}

.industry-i-min-l>.title {
  font-size: 20px;
  font-weight: bold;
  color: #3d3d3d;
}

.industry-i-min-l>.time {
  margin: 15px 0 24px 0;
  position: relative;
  padding-left: 29px;
  font-size: 14px;
  font-weight: 300;
  color: #636363;
}

.industry-i-min-l>.time::after {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #160a8b;
  top: 50%;
  left: 0;
  content: "";
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.industry-i-min-l>.info {
  font-size: 16px;
  font-weight: 500;
  color: #676767;
  line-height: 30px;
}

.industry-i-min-l>.home-btn {
  margin-top: 40px;
  border: 1px solid #f0f4fc;
  -o-background-size: contain;
  background-size: contain;
  padding: 0.16rem 0.46rem;
  background: #f0f4fc;
  border-radius: 50px;
  color: #160a8b;
}

.industry-i:hover .industry-i-min-l>.home-btn {
  border: 1px solid #fff;
}

.industry-i-min-l>.home-btn>.home-btn-i span {
  margin-right: 15px;
}

.industry-i:hover .industry-i-min-l>.home-btn .i1,
.industry-i-min-l>.home-btn .i2 {
  display: none;
}

.home-btn-i {
  display: flex;
  align-items: center;
}

.industry-i:hover .industry-i-min-l>.home-btn .i2 {
  display: block;
}

.industry-i-min-l {
  width: 58%;
}

.industry-i-min-r {
  width: 38%;
  max-height: 284px;
}

.industry-i-min {
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.industry-i:hover {
  background: #160a8b center bottom;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}

.industry-i {
  padding: 30px 0 0px 0;
  -webkit-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}

.industry-i:hover .industry-i-min-l>.time::after {
  background: #ffffff;
}

/* .industry-i:hover .industry-i-min-l>.home-btn, */
.industry-i:hover .industry-i-min-l>.info,
.industry-i:hover .industry-i-min-l>.time,
.industry-i:hover .industry-i-min-l>.title {
  color: #ffffff;
}

.industry-i:hover .industry-i-min {
  border-bottom: none;
}

.news-list {
  padding: 0.31rem 20px 0.6rem;
}

.public-con-r-con-info-null {
  width: -webkit-calc(98.5%);
  width: -moz-calc(98.5%);
  width: calc(100% - 1.5rem);
}

.public-con-r-con-info-title>img {
  margin-left: 10px;
}

.news-list {
  padding: 0.61rem 0;
}

.news-detail-b-row {
  padding: 0.53rem;
  background: #ffffff;
  border-top: 2px solid #0174dd;
}

.news-box,
.news-b {
  padding: 0.3rem 0;
}

.news-detail-b {
  padding: 0.29rem 20px;
}

.news-detail-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 0.31rem;
}

.news-detail-menu>.info {
  font-size: 16px;
  font-weight: 400;
  color: #717171;
  margin: 0 2% 0 0;
}

.news-detail-share {
  margin: 0 2%;
}

.news-detail-b-row-top {
  position: relative;
  padding: 0 0.24rem;
  padding-bottom: 3%;
  border-bottom: 1px solid #d8d8d8;
}

.news-detail-share-i {
  margin: 0 8px;
}

.news-detail-b-row-top>.title {
  font-size: 30px;
  font-weight: bold;
  color: #393939;
  text-align: center;
}

.news-detail-share>.title {
  font-size: 16px;
  font-weight: 500;
  margin-left: 14px;
}

.news-detail-con {
  padding: 0.37rem 0.29rem;
  line-height: 30px;
}

.news-detail-con a,
.news-detail-con em,
.news-detail-con i,
.news-detail-con span {
  display: inline;
}

.news-detail-con img {
  margin: 1% auto;
  height: auto;
  display: block;
}

.news-detail-con-img {
  margin: auto;
  display: block;
}

.news-detail-con-title {
  font-size: 18px;
  font-weight: 500;
  color: #3b3b3b;
  line-height: 36px;
}

.news-detail-page-l-prev,
.news-detail-page-l-next {
  font-size: 16px;
  line-height: 24px;
  margin: 3% 0;
  display: block;
  font-weight: bold;
  color: #7d7d7d;
}

.news-detail-page-l-prev:hover,
.news-detail-page-l-next:hover {
  color: #034698;
}

.news-detail-page {
  margin: 0 0.29rem;
  background: #f9f9f9;
  padding: 2% 4%;
}

.news-detail-page-r {
  max-width: 170px;
  width: 100%;
  height: 48px;
  background: #034698;
}

.news-detail-page-r>.title {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 7px;
}

.lx-i-inpit-d .lx-i-inpit-i,
.lx-i-inpit-a .lx-i-inpit-i {
  width: 32%;
  margin-bottom: 30px;
  border: 1px solid #efefef;
  background: #fff;
}

.lx-i-inpit-d .lx-i-inpit-i {
  width: 100%;
}

.lx-i-inpit-d .lx-i-inpit-i,
.lx-i-inpit-a .lx-i-inpit-i .i1 {
  padding: 20px;
}

.lx-i-inpit-c .lx-i-inpit-i img {
  margin-right: 0;
}

.lx-i-inpit-i img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 20px;
}

.lx-i-inpit-i .s1,
.lx-i-inpit-i .i1 {
  width: 95%;
  font-size: 16px;
  background-color: transparent;
}

.lx-i-inpit-b .lx-i-inpit-i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lx-i-inpit-b .lx-i-inpit-i {
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #efefef;
  background: #fff;
}

.lx-i-inpit-i .i2 {
  width: 50%;
  background-color: transparent;
}

.lx-i-inpit-c .lx-i-inpit-i {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #19438d;
  padding: 0.19rem 0.8rem;
}

.lx-i-inpit-btn {
  background: #19438d;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.37rem;
}

.lx-box>.t1 {
  font-size: 16px;
  font-weight: 400;
  color: #3f3f3f;
  margin-bottom: 0.32rem;
}

.lx-i-inpit-i>.code {
  width: 125px;
  height: 42px;
}

.lx-i-inpit-i>.code img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.organization-b {
  padding: 0.5rem 0;
}

.organization-b img {
  margin: auto;
  display: block;
}

.product-top-l {
  width: 45%;
}

.product-d-swiper-b,
.product-d-swiper2 {
  width: 100%;
}

.product-d-swiper {
  width: 87%;
  margin: auto;
}

.product-d-swiper-b {
  position: relative;
  margin-top: 0.35rem;
}

.product-d-swiper2-img {
  width: 100%;
  height: 100%;
  padding: 0.3rem 0;
  /* border: 1px solid rgba(231, 231, 231, 0.75); */
}

.product-d-swiper2-img>img {
  width: auto;
  height: auto;
  margin: auto !important;
  max-height: 3.9rem;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-d-swiper-img {
  width: 0.8rem;
  height: 0.73rem;
  border: 2px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  overflow: hidden;
  cursor: pointer;
}

.product-d-swiper-img img {
  width: auto;
  height: auto;
}

.product-detail-next,
.product-detail-prev {
  width: 0.45rem;
  height: 0.45rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-detail-next {
  left: auto;
  right: 0;
}

.product-d-swiper-b .swiper-slide.swiper-slide-thumb-active .product-d-swiper-img {
  border-color: #e62129 !important;
}

.product-d-swiper-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-top-r {
  width: 50%;
}

.product-top-r>.title {
  font-size: 24px;
  font-weight: bold;
  color: #494949;
  padding-bottom: 0.28rem;
}

.product-top-r-con .product-top-r-con-i {
  font-size: 16px;
  font-weight: 400;
  color: #232323;
  line-height: 0.48rem;
}

.product-top-r-con-i>.info {
  font-size: 18px;
  font-weight: bold;
  color: #db261f;
}

.product-top-title {
  display: none;
}

.product-b {
  margin-top: 0.24rem;
  background: #fff;
  padding: 0.3rem;
}

.price-b-con .t1 {
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  line-height: 46px;
}

.price-b-con .t1 span {
  color: #e2311d;
  font-size: 30px;
  font-weight: bold;
}

.product-share {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.34rem;
}

.product-box {
  padding: 0.4rem 0;
}

.product-box .product-detail {
  padding: 0 0.3rem !important;
}

.news-detail-share-i {
  margin-left: 0.17rem;
}

.public-nav .title {
  font-size: 14px;
  font-weight: 400;
  color: #494949;
}

.nav-home {
  width: auto;
  height: max-content;
  margin-right: 0.12rem;
}

.product-detail-con {
  margin-top: 0.2rem;
}

.product-detail-con .top {
  width: 100%;
  height: 62px;
  overflow-x: auto;
  overflow-y: hidden;
}

.product-detail-con .top .t1 {
  width: max-content;
  font-size: 18px;
  font-weight: bold;
  color: #040000;
  line-height: 59px;
  margin-right: 0.76rem;
  cursor: pointer;
  min-width: max-content;
}

.product-detail-con .top .t1.cur {
  color: #160a8b;
}

.product-detail-con .top .t1.cur::after {
  display: block;
}

.product-detail-con .top .t1::after {
  width: 100%;
  height: 2px;
  background: #160a8b;
  content: "";
  display: none;
}

.product-detail-con .con {
  /* padding-top: 0.5rem; */
  padding: 0.5rem 0;
}

.product-detail-con .con .con-i {
  font-size: 16px;
  font-weight: 400;
  color: #4e4e4e;
  line-height: 30px;
  display: none;
}

.product-detail-con .con .con-i img.pro {
  width: 100%;
  height: auto;
}

.public-banner {
  position: relative;
}

.public-banner-info {
  padding: 1.03rem 1.23rem;
  position: relative;
  z-index: 1;
}

.public-banner-info .t1 {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  line-height: 36px;
}

.public-banner-info .t2 {
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
  margin-top: 0.1rem;
  text-transform: uppercase;
}

.product-hot {
  margin: 0.41rem auto 0.45rem;
}

.product-hot>.t1 {
  font-size: 25px;
  font-weight: bold;
  color: #33a4de;
  text-align: center;
}

.product-hot-list-img {
  border: 1px solid #dddddd;
  padding: 0.3rem 0;
}

.product-hot-list-img img {
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: auto;
}

.product-hot-list-i {
  text-align: center;
  display: block;
}

.product-hot-list-i .t1 {
  font-size: 16px;
  font-weight: 400;
  color: #272727;
  margin-top: 0.2rem;
}

.product-hot-list {
  margin-top: 0.45rem;
  position: relative;
}

.hot-prev,
.hot-next {
  width: 27px;
  height: 27px;
  background: #b2b2b2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  z-index: 2;
}

.hot-prev {
  left: 0;
}

.hot-next {
  right: 0;
}

.product-list-menu {
  width: 2.43rem;
}

.product-list-con {
  width: calc(100% - 2.63rem);
  background: #fff;
  padding: 0.27rem 0.24rem;
}

.product-list-con>.t1 {
  font-size: 18px;
  font-weight: bold;
  color: #2b2b2b;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dedede;
  padding-bottom: 0.27rem;
}

.product-list-con>.t1::before {
  height: 18px;
  content: "";
  display: block;
  width: 3px;
  background: #e62129;
  margin-right: 0.13rem;
}

.product-list-con .list {
  margin-top: 0.19rem;
  margin-left: -20px;
}

.product-list-con .list .list-i {
  width: calc(100% / 4);
  height: max-content;
  padding: 1px;
  margin-bottom: 0.27rem;
  padding-left: 20px;
}

.product-list-con .list .list-i .t1 {
  font-size: 14px;
  font-weight: 400;
  color: #292929;
  text-align: center;
  margin-top: 0.16rem;
}

.product-list-con .list .list-i .list-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dedede;
}

.product-list-con .list .list-i .list-img img {
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  margin: 10px auto;
}

.product-list-menu-i {
  background: #fff;
  cursor: pointer;
}

.product-list-menu-i .list {
  padding: 0.22rem 0.26rem;
}

.product-list-b {
  background: #f7f7fa;
  padding: 0.36rem 0;
}

.product-list-menu-i .top {
  width: 100%;
  height: 0.6rem;
  padding: 0 0.26rem;
  transition: all ease-out 0.4s;
  border-bottom: 1px solid #ececec;
}

.product-list-menu-i .top .t1 {
  font-size: 16px;
  font-weight: bold;
  color: #273061;
}

.product-list-menu-i.cur .top .icon .i1,
.product-list-menu-i .top .icon .i2 {
  display: none;
}

.product-list-menu-i.cur .top {
  background: #e62129;
  transition: all ease-out 0.4s;
}

.product-list-menu-i.cur .top .t1 {
  color: #fff;
}

.product-list-menu-i.cur .top .icon .i2 {
  display: block;
}

.product-list-menu-i .list {
  display: none;
  border-bottom: 1px solid #ececec;
}

.product-list-menu-i .list a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #292929;
  line-height: 36px;
}

.product-list-menu-i .list a:hover {
  color: #e62129;
}

.con-i .tables {
  width: 100%;
  border: 1px solid #eaedf4;
  margin-bottom: 0.1rem;
}

.con-i .tables tr {
  height: 61px;
  border-bottom: 1px solid #eaedf4;
}

.con-i .tables th {
  padding: 0 0.51rem;
  text-align: left;
  background: #ecf3fb;
}

.con-i .tables tr td {
  padding: 0 0.51rem;
}

.con-i .tables tr td:nth-child(1) {
  width: 30%;
  border-right: 1px solid #eaedf4;
}

.con-i .tables tr td:nth-child(2) {
  width: 70%;
}

.maps-b .left .top-i {
  min-width: 150px;
  height: 39px;
  background: #e1dff0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-right: 5px;
}

.maps-b .left .top-i.cur {
  background: #160a8b;
  color: #ffffff;
}

.maps-b .right .right-img {
  width: 40%;
  max-height: 200px;
  height: auto;
}

.maps-b .right .right-img img {
  object-fit: cover;
}

.maps-b .right {
  width: 50%;
  margin-left: 0.34rem;
}

.maps-b .right .right-i .right-con {
  width: 70%;
  background: #f7f7f7;
  padding: 0.28rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
}

.maps-b .right .right-i .right-con .t1 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.maps-b .right .right-i .right-con .t2 {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 0.15rem;
}

.maps-b .right .right-i .right-con .t2 span {
  display: block;
}

.maps-b .right .right-i .right-con .t2 em {
  color: #dd0000;
  font-size: 18px;
}

.maps-b .right .right-i {
  margin-bottom: 0.17rem;
}

.maps-b .right .right-i:hover {
  box-shadow: 0px 8px 29px 0px rgba(0, 0, 0, 0.09);
}

.maps-b-img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}

.mealbn img,
.maps-b-img img {
  max-width: none;
}

.maps-b-img .row .ct1 {
  top: 307px;
  left: 47px;
}

.maps-b-img .row .ct2 {
  top: 290px;
  left: 134px;
}

.maps-b-img .row .ct3 {
  top: 337px;
  left: 199px;
}

.maps-b-img .row .ct4 {
  top: 306px;
  left: 272px;
}

.maps-b-img .row .ct5 {
  top: 271px;
  left: 356px;
}

.maps-b-img .row .ct6 {
  top: 171px;
  left: 456px;
}

.maps-b-img .row .ct7 {
  top: 79px;
  left: 490px;
}

.maps-b-img .row .ct8 {
  top: 94px;
  left: 608px;
}

.maps-b-img .row .ct9 {
  top: 220px;
  left: 171px;
}

.maps-b-img .row .ct10 {
  top: 156px;
  left: 191px;
}

.maps-b-img .row .ct11 {
  top: 157px;
  left: 250px;
}

.maps-b-img .row .ct12 {
  top: 164px;
  left: 343px;
}

.maps-b-img .row .ct13 {
  top: 170px;
  left: 71px;
}

.maps-b-img .row .ct14 {
  top: 94px;
  left: 132px;
}

.maps-b-img .row .ct15 {
  top: 60px;
  left: 238px;
}

.maps-b-img .row .ct16 {
  top: 61px;
  left: 307px;
}

.maps-b-img .row .items .light {
  height: 23px;
  cursor: pointer;
  display: none;
}

.maps-b-img .row .items .tit {
  color: #333;
  line-height: 40px;
  cursor: pointer;
}

.maps-b-img .row .items {
  position: absolute;
  text-align: center;
  width: 60px;
  height: 40px;
  z-index: 2;
}

.maps-b-img .row .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 686px;
  height: 419px;
  z-index: 1;
  background: transparent;
  display: none;
}

.maps-b-img .row .items.on .tit {
  color: #fff;
}

.maps-b-img .row .img.on {
  display: block;
}

.info-b-dj {
  width: 31%;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}

.info-b-dj img {
  margin-right: 5px;
}

.info-b.dj {
  max-height: 400px;
  padding: 20px 0;
  overflow-y: auto;
}

.mealbn {
  max-width: 675px;
  margin: 1rem auto;
}

.mealbn>.pic>img {
  display: block;
  width: 675px;
  height: 537px;
}

.mealbn .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 675px;
  height: 537px;
  z-index: 1;
  display: none;
  background: transparent !important;
}

.mealbn .img.on {
  display: block;
}

.mealbn .img img {
  display: block;
  width: 675px;
  height: 537px;
}

.mealbn .city {
  position: absolute;
  text-align: center;
  width: 60px;
  z-index: 2;
}

.mealbn .city>.pic {
  display: none;
  height: 23px;
  cursor: pointer;
  background: url(../images/xz41.png) no-repeat center center;
}

.mealbn .city.on>.pic {
  background: url(../images/xz42.png) no-repeat center center;
}

.mealbn .city09.on .pic,
.mealbn .city04.on .pic,
.mealbn .city31.on .pic,
.mealbn .city32.on .pic,
.mealbn .city25.on .pic {
  background: url(../images/xz41.png) no-repeat center center;
}

.mealbn .city.on {
  color: #fff;
  z-index: 3;
}

.mealbn .city .tit {
  color: #333;
  line-height: 42px;
  white-space: nowrap;
  font-size: 14px;
}

.mealbn .city.on .tit {
  color: #fff;
}

.mealbn .city04.on .tit,
.mealbn .city09.on .tit,
.mealbn .city31.on .tit,
.mealbn .city25.on .tit {
  color: #333;
}

.mealbn .city.on .tit {
  display: block;
}

.mealbn .city01 {
  left: 572px;
  top: 58px;
}

.mealbn .city02 {
  left: 572px;
  top: 125px;
}

.mealbn .city03 {
  left: 541px;
  top: 160px;
}

.mealbn .city04 {
  left: 473px;
  top: 195px;
}

.mealbn .city05 {
  left: 487px;
  top: 237px;
}

.mealbn .city06 {
  left: 434px;
  top: 277px;
}

.mealbn .city07 {
  left: 427px;
  top: 319px;
}

.mealbn .city08 {
  left: 481px;
  top: 303px;
}

.mealbn .city09 {
  left: 541px;
  top: 303px;
}

.mealbn .city10 {
  left: 411px;
  top: 365px;
}

.mealbn .city11 {
  left: 465px;
  top: 365px;
}

.mealbn .city12 {
  left: 495px;
  top: 390px;
}

.mealbn .city13 {
  left: 375px;
  top: 410px;
}

.mealbn .city14 {
  left: 435px;
  top: 425px;
}

.mealbn .city15 {
  left: 225px;
  top: 235px;
}

.mealbn .city16 {
  left: 305px;
  top: 325px;
}

.mealbn .city17 {
  left: 370px;
  top: 175px;
}

.mealbn .city18 {
  left: 120px;
  top: 150px;
}

.mealbn .city19 {
  left: 235px;
  top: 170px;
}

.mealbn .city20 {
  left: 120px;
  top: 300px;
}

.mealbn .city21 {
  left: 344px;
  top: 212px;
}

.mealbn .city22 {
  left: 378px;
  top: 261px;
}

.mealbn .city23 {
  left: 415px;
  top: 229px;
}

.mealbn .city24 {
  left: 448px;
  top: 215px;
}

.mealbn .city25 {
  left: 462px;
  top: 174px;
}

.mealbn .city26 {
  left: 268px;
  top: 410px;
}

.mealbn .city27 {
  left: 348px;
  top: 380px;
}

.mealbn .city28 {
  left: 522px;
  top: 344px;
}

.mealbn .city29 {
  left: 386px;
  top: 498px;
}

.mealbn .city30 {
  left: 541px;
  top: 414px;
}

.mealbn .city31 {
  left: 451px;
  top: 448px;
}

.mealbn .city32 {
  left: 510px;
  top: 283px;
}

.mealbn .city33 {
  left: 360px;
  top: 328px;
}

.mealbn .city:hover {
  z-index: 3;
}

.mealbn .city:hover .aelmbn {
  display: block;
}

.aelmbn {
  position: absolute;
  display: none !important;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  top: 33px;
  background: #fff;
  padding: 10px;
  width: 350px;
  padding: 15px;
}

.aelmbn .pic {
  width: 160px;
}

.aelmbn .con {
  width: calc(100% - 175px);
}

.aelmbn .con .d1 {
  font-size: 18px;
}

.aelmbn .con .d2 {
  margin-top: 8px;
  line-height: 1.8;
  color: #666;
}

.fix-video video {
  width: 50% !important;
}

/*  new  */
@media (max-width: 1600px) {
  .mauto {
    width: 98%;
  }

  /* nav ul li {
    min-width: 78px;
  } */
}

@media (max-width: 1500px) {
  .mauto {
    width: 95%;
  }

  .home-swiper-con>.title {
    font-size: 40px;
    line-height: 55px;
  }

  .home-swiper-con>.info {
    font-size: 24px;
    line-height: 40px;
  }

  .logo {
    /* width: 35%; */
  }
}

@media (max-width: 1400px) {
  .contact-b {
    width: calc(100% - 40px);
    margin: 1rem auto;
  }

  .public-con {
    padding: 0 !important;
  }

  .wrap {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .product-box .public-nav,
  .business,
  .health-b,
  .industry,
  .news-b,
  .lx-box,
  .evolve-b,
  .join-b,
  .contact-map-b,
  .about-b,
  .develop-b,
  .shareholder-b,
  .introduction-b .model1,
  .introduction-b .model2,
  .introduction-b .model,
  .public-ban-nav-b,
  .public-footer .top,
  .home-model2,
  .home-model1,
  .home-model {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* nav ul li {
    min-width: 80px;
  } */
  .home-model3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-swiper-con {
    width: 90%;
  }
}

@media (max-width: 1350px) {
  /* nav ul li {
    min-width: 75px;
  } */
}

@media (max-width: 1300px) {

  /* nav ul li {
    margin: 0;
  } */
  .public-footer {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}

@media (max-width: 1280px) {
  .maps-b .right .right-img {
    max-height: none;
  }

  .mauto {
    width: 95%;
  }

  .public-footer .top .right .code {
    margin-left: 0.2rem;
  }

  .maps-b {
    padding: 0.5rem 20px;
  }

  .maps-b {
    display: block;
  }

  .maps-b .right {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  .md-db {
    display: block !important;
  }

  .ny-banner {
    padding: 6% 0 0;
  }

  .ny-nav span {
    position: relative;
    display: block;
    padding: 0 55px 0 20px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.6);
    line-height: 52px;
    font-size: 16px;
    height: 52px;
  }

  .ny-nav span:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    width: 15px;
    background: url(../images/xx2.png) no-repeat center center;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }

  .ny-nav p {
    float: none;
    display: none;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 52px;
    width: 100%;
  }

  .ny-nav p a {
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .mauto {
    width: 95%;
  }

  /* nav ul li {
    margin: 0 4px;
  } */
  .header-m {
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  }

  .header-m::after {
    display: none;
    position: fixed;
    content: "";
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .header-m .logo {
    position: absolute;
    left: 50%;
    height: 70px;
    line-height: 70px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .header-m .logo img {
    max-height: 40px;
  }

  .header-m .m-menu-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 70px;
    cursor: pointer;
  }

  .header-m .m-menu-b::before,
  .header-m .m-menu-b::after {
    position: absolute;
    content: "";
    top: 50%;
    left: -webkit-calc(35px / 2);
    left: -moz-calc(35px / 2);
    left: calc(35px / 2);
    width: 25px;
    height: 1px;
    z-index: 999;
    -o-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
    -webkit-transition: all 0.3s ease-out 0.3s;
    background: #222;
  }

  .header-m .m-menu-b::before {
    -moz-transform: translateY(-4px) rotate(0);
    -ms-transform: translateY(-4px) rotate(0);
    -o-transform: translateY(-4px) rotate(0);
    transform: translateY(-4px) rotate(0);
    -webkit-transform: translateY(-4px) rotate(0);
  }

  .header-m .m-menu-b::after {
    -moz-transform: translateY(4px) rotate(0);
    -ms-transform: translateY(4px) rotate(0);
    -o-transform: translateY(4px) rotate(0);
    transform: translateY(4px) rotate(0);
    -webkit-transform: translateY(4px) rotate(0);
  }

  .header-m .m-menu {
    display: none;
    z-index: 888;
    position: fixed;
    width: 100%;
    width: 260px;
    height: 100%;
    top: 0;
    left: -260px;
    opacity: 1;
    background: #fafafa;
    text-align: left;
    padding-top: 70px;
  }

  .header-m .m-menu::after {
    position: absolute;
    top: 70px;
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
  }

  .header-m .nav {
    height: -webkit-calc(-6%);
    height: -moz-calc(-6%);
    height: calc(100% - 106px);
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header-m .nav>li {
    border-bottom: 1px solid #ebebeb;
    -moz-animation: resize 0.5s both;
    -o-animation: resize 0.5s both;
    animation: resize 0.5s both;
    -webkit-animation: resize 0.5s both;
  }

  .header-m .nav>li>a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 0 40px;
    color: #666;
    vertical-align: middle;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
  }

  .header-m .nav>li>a::after {
    position: absolute;
    content: "";
    left: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border: 1px solid #999;
    border-radius: 50%;
    background: transparent;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  .header-m .nav>li .sub-nav {
    display: none;
  }

  .sub-nav2 a {
    background-color: rgba(0, 0, 0, 0.05) !important;
  }

  .sub-nav2 a:before {
    display: none;
  }

  .sub-nav2 a:after {
    display: none;
  }

  .header-m .nav>li .sub-nav a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 12px 40px;
    background: #f2f2f2;
    color: #4e4e4e;
  }

  .header-m .nav>li .sub-nav a::before,
  .header-m .nav>li .sub-nav a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 20px;
    top: 20px;
    border: 5px solid transparent;
    overflow: hidden;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  .header-m .nav>li.active .sub-nav li.active a::before {
    left: 20px;
    /* border: 1px solid red; */
    /* border-le */
    /* border-left: none;
    border-right: none;
    border-top: 20px solid #555; */
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    /* border-top: 5px solid #fff; */
    border-color: #555 transparent transparent transparent;
  }

  .header-m .nav>li.active .sub-nav li.active a::after {
    display: none;
  }

  .header-m .nav>li .sub-nav a::before {
    left: 21px;
    border-left: 5px solid #555;
  }

  .header-m .nav>li .sub-nav a::after {
    border-top: 5px #ebebeb solid;
  }

  .header-m .nav>li.cur {
    position: relative;
  }

  .header-m .nav>li.cur::after,
  .header-m .nav>li.cur::before {
    position: absolute;
    content: "";
    background: #999;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }

  .header-m .nav>li.cur::before {
    top: 19px;
    right: 25px;
    width: 2px;
    height: 12px;
  }

  .header-m .nav>li.cur::after {
    top: 24px;
    right: 20px;
    width: 12px;
    height: 2px;
  }

  .header-m .nav>li.active::after {
    background: #fff;
  }

  .header-m .nav>li.active::before {
    height: 0;
  }

  .header-m .nav>li.active>a {
    color: #fff;
    background: #1062a5;
  }

  .header-m .nav>li.active>a::after {
    border-color: #fff;
    background: #fff;
  }

  .header-m .nav>li.active .sub-nav li {
    -moz-animation: ReturnToNormal 0.5s both;
    -o-animation: ReturnToNormal 0.5s both;
    animation: ReturnToNormal 0.5s both;
    -webkit-animation: ReturnToNormal 0.5s both;
  }

  .header-m .m-search-b {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 70px;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
    -o-background-size: 23px;
    background-size: 23px;
  }

  html.active {
    height: 100%;
    overflow: hidden;
  }

  html.active body {
    height: 100%;
    overflow: hidden;
  }

  html.active .header-m {
    left: 260px;
  }

  html.active .header-m::after {
    display: block;
  }

  html.active .header-m .m-menu-b::before,
  html.active .header-m .m-menu-b::after {
    background: #000;
  }

  html.active .header-m .m-menu-b::before {
    -moz-transform: translateY(0) rotate(225deg);
    -ms-transform: translateY(0) rotate(225deg);
    -o-transform: translateY(0) rotate(225deg);
    transform: translateY(0) rotate(225deg);
    -webkit-transform: translateY(0) rotate(225deg);
  }

  html.active .header-m .m-menu-b::after {
    -moz-transform: translateY(0) rotate(-225deg);
    -ms-transform: translateY(0) rotate(-225deg);
    -o-transform: translateY(0) rotate(-225deg);
    transform: translateY(0) rotate(-225deg);
    -webkit-transform: translateY(0) rotate(-225deg);
  }

  html.active .header-m .m-menu {
    display: block;
    left: 0;
  }

  html.active footer,
  html.active main,
  html.active .i-banner,
  html.active .banner {
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
    -webkit-transform: translateX(260px);
  }
}

@media (max-width: 1100px) {
  /* nav ul li {
    min-width: 106px;
  } */
}

@media (max-width: 1024px) {
  body {
    padding-top: 70px !important;
  }

  header {
    height: 70px;
  }
}

@media (max-width: 1024px) {
  .product-detail-con .top .t1 {
    margin-right: 0.4rem !important;
  }

  .price-b-con .t1 {
    line-height: 36px !important;
  }

  .develop-i .mySwiper-i {
    font-size: 40px !important;
  }

  .develop-i .mySwiper-i.swiper-slide-thumb-active {
    font-size: 50px !important;
  }

  .introduction-b .model1 .model1-i .t1 .title {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  .introduction-b .model .row {
    display: block;
  }

  .about-b-img {
    min-height: auto;
  }

  .contact-b {
    margin: 0.5rem auto;
  }

  .model .row .model-con {
    padding: 20px 0 0;
  }

  .news-detail-con {
    padding: 30px 20px;
  }

  .news-detail-b-row {
    padding: 20px;
  }

  .organization-b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .public-banner .title .t2 {
    font-size: 26px;
    margin-top: 10px;
  }

  .public-banner .title .t1 {
    font-size: 30px;
  }

  .public-banner .title {
    left: 10%;
  }

  .home-model2 .row,
  .home-news {
    display: block;
  }

  .model .row .model-con,
  .model .row .model-img,
  .home-model2 .row .row-i,
  .n1Swiper-i img,
  .home-news-i1,
  .home-news-i {
    width: 90% !important;
    margin: auto;
    padding: 0rem 0 0.2rem 0 !important;
  }

  .industry-i-min-l>.home-btn,
  .home-model2 .row .right,
  .home-news-i1 {
    margin-top: 20px;
  }

  .industry {
    padding: 20px;
  }

  .industry-i {
    padding: 0;
  }

  .industry-i-min-l>.time {
    margin: 10px 0;
  }

  .business,
  .lx-box,
  .evolve-b,
  .join-b,
  .contact-map-b,
  .about-b,
  .develop-b,
  .shareholder-b,
  .introduction-b .model1,
  .introduction-b .model2,
  .introduction-b .model,
  .home-model2,
  .home-model {
    padding: 0.5rem 20px;
  }

  .public-top {
    padding-top: 0;
  }

  /* .home-model .row .row-i {
        display: flex;
        flex-wrap: wrap;
    }

    .home-model .row .row-i .items {
        padding-left: 20px;
        margin-bottom: 20px;
    } */
}

@media (max-width: 980px) {
  .price-b-con .t1 {
    line-height: 30px;
  }

  .mySwiper2-prev img {
    transform: rotate(270deg);
  }

  .mySwiper2-next img {
    transform: rotate(270deg);
  }

  .mySwiper2-prev,
  .mySwiper2-next {
    top: 50%;
    transform: translateY(-50%);
  }

  .mySwiper2-prev {
    left: 0 !important;
  }

  .mySwiper2-next {
    right: 0 !important;
    left: auto !important;
  }

  .develop-i .mySwiper2 {
    margin-top: 20px;
  }

  .develop-i .mySwiper2,
  .develop-i .mySwiper {
    width: 100%;
  }

  .develop-i {
    display: flex;
    flex-direction: column-reverse;
  }

  .public-ban-nav-b {
    display: none;
  }

  .contact-map-b .map-i {
    margin-bottom: 0.5rem;
  }

  .contact-map-b .map-i,
  .main-nav-m {
    display: block;
  }

  .map-i .right {
    width: 100%;
    margin-top: 20px;
  }

  .map-i .t1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .fix-video video {
    width: 90% !important;
  }

  .home-news-i .info-b-i {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .page-b {
    margin: 0 7px;
  }

  .page-i {
    height: 40px;
    background: rgba(35, 47, 61, 0);
    border: 1px solid #e0e0e0;
    border-radius: 22px;
    padding: 0 5px;
    font-size: 16px;
    font-weight: 500;
    color: #160a8b;
  }

  .news-detail-con-title {
    font-size: 16px;
    line-height: 28px;
  }

  /* .home-model .row .row-i .items .items-i .items-img img {
        min-height: auto;
    }

    .home-model .row .row-i .items:last-child {
        margin-bottom: 0;
    }

    .home-model .row .row-i .items .items-i .items-con {
        margin-top: 10px;
    }

    .home-model .row .row-i {
        margin-top: 20px;
    }

    .home-model .row .row-i .items .items-i .items-img {
        max-height: none;
    } */
  .mealbn,
  .maps-b-img .row {
    transform: scale(0.8);
  }

  .con-i .tables tr {
    height: 55px;
  }

  .product-detail-con .con .con-i {
    font-size: 14px;
    line-height: 30px;
    display: none;
    white-space: nowrap;
  }

  .product-detail-con .top {
    height: auto;
    overflow-x: auto;
  }

  .product-detail-con .top .t1 {
    margin-right: 0rem !important;
    padding: 0 0.1rem !important;
    /* border: 1px solid red; */
    width: 50% !important;
    text-align: center !important;
  }

  .recommend-b>.t1 {
    font-size: 22px;
  }

  .con-i .tables tr td,
  .con-i .tables th {
    padding: 0 20px;
  }

  .product-detail-con .con {
    /* padding-top: 20px; */
    padding: 0.5rem 0;
  }

  .product-share {
    margin-bottom: 10px;
  }

  .product-d-swiper2-img>img {
    max-height: none;
  }

  .product-top-r,
  .product-d-swiper2-img>img,
  .product-top-l {
    width: 100%;
  }

  .product-top {
    display: block;
  }

  .develop-i .mySwiper-i.swiper-slide-thumb-active {
    background: linear-gradient(360deg, transparent, #f6f6f6, #f6f6f6);
  }

  .develop-i {
    height: auto;
  }

  .mySwiper2 .mySwiper2-i .t1 {
    margin-bottom: 15px;
  }

  .develop-i .mySwiper-i.swiper-slide-thumb-active {
    font-size: 30px;
  }

  .develop-i .mySwiper-i {
    font-size: 20px;
  }

  .about-b-i .t1 {
    padding: 20px 20px 10px;
  }

  .model .row .model-con .t1,
  .about-b-i .t1 {
    font-size: 20px;
  }

  .contact-b .left .left-i {
    width: 90%;
  }

  .contact-b .right,
  .contact-b .left {
    width: 100%;
  }

  .contact-b {
    display: block;
  }

  .business,
  .lx-box,
  .evolve-b,
  .join-b,
  .contact-map-b,
  .about-b,
  .develop-b,
  .shareholder-b,
  .introduction-b .model1,
  .introduction-b .model2,
  .introduction-b .model,
  .home-model2,
  .home-model {
    padding: 0.5rem 20px;
  }

  .public-banner .title .t1 {
    font-size: 22px;
  }

  .public-banner .title .t2 {
    font-size: 20px;
  }

  .map-i .t1,
  .contact-b .left .left-i .t1,
  .business .right .right-i .t1 {
    font-size: 18px;
  }

  .join-top {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }

  .join-btn {
    padding: 0 20px;
  }

  .join-us {
    padding: 20px;
  }

  .join-nav li {
    display: none;
  }

  .join-nav li:nth-child(1) {
    width: 100%;
    display: block !important;
  }

  .shareholder-b .item,
  .health-i {
    width: 48%;
  }

  .evolve-swiper .swiper-slide {
    transform: scale(none) !important;
  }

  .evolve-swiper-con {
    padding-top: 0.2rem;
  }

  .evolve-swiper .swiper-button-prev {
    left: 0% !important;
  }

  .evolve-swiper .swiper-button-next {
    right: 0 !important;
  }

  .page-b-i {
    margin: 0;
  }

  .industry-i:hover .industry-i-min-l>.time::after {
    background: #160a8b !important;
  }

  .industry-i:hover {
    background: #fff !important;
  }

  .industry-i:hover * {
    color: #000 !important;
  }

  .business .right,
  .business .left,
  .industry-i-min-r,
  .industry-i-min-l {
    width: 100%;
  }

  .business .right {
    margin-top: 20px;
    padding: 0;
  }

  .business .right .right-i,
  .industry-i-min-r {
    margin-bottom: 20px;
  }

  .business .left img {
    margin: auto;
    display: block;
  }

  .industry-i-min {
    display: flex;
    flex-direction: column-reverse;
  }

  .news-detail-con img {
    width: 100% !important;
    height: auto !important;
  }

  .news-detail-con {
    padding: 10px 0;
  }

  .news-detail-menu {
    display: flex;
    flex-wrap: wrap;
  }

  .news-detail-page-r {
    margin: auto;
    margin-top: 20px;
  }

  .business,
  .news-detail-page {
    display: block;
  }

  .news-detail-page {
    margin: 0;
  }

  .news-box {
    padding: 0px;
  }

  .lx-i-inpit-b .lx-i-inpit-i,
  .lx-i-inpit-d .lx-i-inpit-i,
  .lx-i-inpit-a .lx-i-inpit-i {
    margin-bottom: 15px;
  }

  .public-banner .title {
    width: max-content;
  }

  .lx-i-inpit-b .lx-i-inpit-i,
  .lx-i-inpit-d .lx-i-inpit-i,
  .lx-i-inpit-a .lx-i-inpit-i .i1 {
    padding: 15px;
  }

  .lx-i-inpit-btn {
    margin-top: 20px;
  }

  .public-banner img,
  .public-banner {
    min-height: 3rem;
  }

  .info-b-i {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .home-swiper-img {
    min-height: 4rem;
  }

  .home-news-i .top .type .t1::after {
    bottom: -21px;
  }

  .home-swiper-con>.title {
    font-size: 30px;
  }

  .news-detail-b-row-top>.title,
  .home-model2 .row .row-i .right-i .left .left-i .t1,
  .home-model2 .row .left .t1,
  .home-model1 .row-i .top .t1,
  .home-model .row>.t1,
  .home-news-i1 .top .type .t1,
  .home-news-i .top .type .t1 {
    font-size: 20px !important;
  }

  .home-model2 .row .row-i .right-i .left .left-i .t1 {
    line-height: 20px !important;
  }

  .home-model2 .row .row-i .right-i .left .left-i i {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .home-swiper-con>.info {
    font-size: 20px;
    margin-top: 10px;
    line-height: normal;
  }

  .logo {
    width: auto;
  }

  .lx-i-inpit-d .lx-i-inpit-i,
  .lx-i-inpit-a .lx-i-inpit-i,
  .home-model1 .list .list-i .msg,
  .home-model1 .list .list-i .t1,
  .home-model .row .row-i .items,
  .info-b-i>.t1,
  .info-b-i .info-b-con .t1,
  .info-b-i .info-b-con,
  .info-b-i .info-b-img {
    width: 100%;
  }

  .info-b-i .info-b-con {
    margin-top: 20px;
  }

  .home-model1 .list .list-i .day,
  .info-b-i>.day {
    margin-top: 10px;
  }

  .home-model1 .list .list-i {
    display: block;
  }

  .n1Swiper-i .show {
    padding: 20px;
  }

  .n1Swiper-i .show .t2 {
    font-size: 16px;
  }
}

@media (max-width: 580px) {
  .info-b-dj {
    width: 48%;
  }

  .newsswiper-img {
    height: 3.5rem;
  }

  .recommend-b {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .maps-b-img {
    padding: 0;
  }

  .maps-b .right .right-i {
    display: block;
  }

  .mealbn,
  .maps-b-img .row {
    transform: scale(0.5);
  }

  .product-box {
    padding: 0;
  }

  .product-b {
    margin-top: 0;
  }

  .develop-i .mySwiper-i {
    font-size: 16px;
  }

  .recommend-b>.t1,
  .price-b-con .t1 span,
  .product-top-r>.title,
  .develop-i .mySwiper-i.swiper-slide-thumb-active {
    font-size: 20px;
  }

  .introduction-b .model1 .model1-i .t1 em {
    margin-left: 5px !important;
  }

  .introduction-b .model1 .model1-i .t2 {
    font-size: 14px !important;
  }

  .introduction-b .model1 .model1-i .t1 .title {
    font-size: 18px !important;
    line-height: 18px !important;
  }

  .introduction-b .model1 .row {
    padding: 0 !important;
  }

  .maps-b .right .right-i .right-con,
  .maps-b .right .right-img,
  .shareholder-b .item,
  .about-b-i,
  .health-i {
    width: 100%;
  }

  .home-model3 {
    margin-top: 0.5rem;
  }

  .home-model3 .items {
    height: 130px;
  }

  /* .model4Swiper {
        width: 85%;
    } */
  .home-model3 .items .t1 {
    font-size: 14px;
  }

  .home-swiper-con>.title {
    font-size: 20px;
    line-height: 22px;
  }

  .public-footer .top {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 425px) {
  .mealbn {
    margin-left: -100px;
  }
}