@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "宋体", "微软雅黑", sans-serif;
}

html {
  max-width: 19.2rem;
  margin: 0 auto;
  min-width: 14.8rem;
  position: relative;
}

.fwb {
  font-weight: bold;
}

.hide1 {
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.finger {
  cursor: pointer;
}

.mkFix {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5;
}

.mkBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fRow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fCol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.f-acenter {
  align-items: center;
}

.f-center {
  justify-content: center;
}

.flex {
  display: flex;
}

.mcenter {
  margin-left: auto;
  margin-right: auto;
}

.color-shadow {
  text-shadow: 0 -0.1rem 0.2rem violet, 0.1rem 0 0.2rem violet,
    0 0.1rem 0.2rem violet, -0.1rem 0 0.2rem violet;
}

.main {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  /* overflow-y: auto; */
  background: url();
  background-size: 100% 100%;
}

.img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.avatar {
  border-radius: 50%;
  box-sizing: content-box;
  overflow: hidden;
}

.input input[type="text"],
.input input[type="number"],
.input input[type="password"] {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: block;
}

.select .icon {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.scrollBarNone::-webkit-scrollbar {
  display: none;
}

.common-head {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2);
  z-index: 100;
}

.common-head .head-top {
  background-color: #00ab04;
}

.common-head .main-top {
  display: flex;
  height: 0.42rem;
  align-items: center;
  width: 14.6rem;
  margin: 0 auto;
}

.common-head .main-top .label {
  font-size: 0.14rem;
  color: #fff;
}

.common-head .main-top .right {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.common-head .main-top .item {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #ffffff;
}

.common-head .main-top .item:not(:last-of-type) {
  margin-right: 0.3rem;
}

.common-head .main-top .item .icon {
  width: 0.2rem;
  margin-right: 0.08rem;
}

.common-head .main-head {
  display: flex;
  align-items: center;
  height: 0.7rem;
  margin: 0 auto;
  white-space: nowrap;
  width: min-content;
  height: 100%;
}

.common-head .main-head .logo {
  display: flex;
  align-items: center;
}

.common-head .main-head .logo .icon {
  width: .58rem;
  align-items: flex-start;
}

.common-head .main-head .logo .right {
  margin-left: .1rem;
}

.common-head .main-head .logo .title {
  font-size: 0.26rem;
  text-align: center;
  color: #333;
  letter-spacing: 0.025rem;
  font-weight: bold;
}

.common-head .main-head .logo .en {
  font-size: 0.08rem;
  color: #333;
  font-weight: lighter;
  letter-spacing: 0.005rem;
}

.common-head .main-head .menus {
  font-size: 0.16rem;
  color: #000;
  margin-left: 4.4rem;
  letter-spacing: 0.025rem;
  display: flex;
  align-items: center;
  height: 100%;
}

.common-head .main-head .menus .menu-item {
  cursor: pointer;
  position: relative;
  height: 100%;
  width: 1.1rem;
  line-height: .7rem;
  font-size: .16rem;
  text-align: center;
  color: #666;
}

.common-head .main-head .menus .menu-item:hover {
  color: #fff;
  background-color: #00ab04;
}

.common-head .main-head .menus .menu-item:after {
  /* content: ""; */
  width: 0.15rem;
  background: url(../images/head_icon_arr.png) no-repeat;
  height: 0.08rem;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translateX(-50%);
  display: none;
}

.common-head .main-head .menus .menu-item.isSub::after {
  display: block;
}

.common-head .main-head .menus .menu-item.Actv {
  color: #fff;
  font-size: .16rem;
  background-color: #00ab04;
}

.common-head .main-head .menus .menu-item.isSub.showMenu::after {
  background: url(../images/head_icon_arr_a.png) no-repeat;
  background-size: cover;
}

.common-head .main-head .menus .menu-item:last-child span {
  display: none;
}

.common-head .main-head .menus .menu-item:last-child {
  margin-right: 0.3rem;
}

.common-head .main-head .right-btns {
  display: flex;
}

.common-head .main-head .right-btns .btn {
  line-height: 1;
  font-size: 0.14rem;
  letter-spacing: 0.015rem;
  display: flex;
  color: #666666;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.common-head .main-head .right-btns .icon {
  width: 0.2rem;
  margin-right: 0.08rem;
}

.common-head .subMenus {
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 0.9rem;
  line-height: 0.7rem;
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 0;
  transform: translateY(100%);
  /* display: flex;
  align-items: flex-end; */
}

.common-head .subMenus .cbox {
  width: 100%;
  height: 0.7rem;
  background-color: #00ab04;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}

.common-head .subMenus .subList {
  position: absolute;
}

.common-head .subMenus .subItem {
  font-size: 0.16rem;
  color: #fff;
  width: 1.12rem;
  cursor: pointer;
  height: 100%;
}

.common-head .subMenus .subItem:hover {
  background-color: #FFF;
  color: #000;
}

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

.Index {
  font-weight: bold;
}

.Index .head {
  height: 7.5rem;
  overflow: hidden;
  margin-bottom: .5rem;
}

.Index .head .swiper-slide {
  width: 100%;
  height: 100%;
}

.Index .head .swiper-pagination {
  text-align: right !important;
  padding: 0 0.92rem !important;
}

.Index .head .swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 1;
}

.Index .head .swiper-pagination-bullet-active {
  color: #00ab04 !important;
  background-color: #00ab04 !important;
}

/* .Index .sec1 {
  width: 14.05rem;
  margin: 0 auto 0.8rem;
  display: flex;
  color: #000;
  letter-spacing: 1px;
}

.Index .sec1 .left .title {
  font-size: 0.66rem;
  letter-spacing: 5px;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.Index .sec1 .left .en {
  padding: 0.05rem 0.23rem;
  background-color: #00ab04;
  border-radius: 0.16rem;
  color: #fff;
  font-size: 0.18rem;
  width: min-content;
  white-space: nowrap;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 0.35rem;
}

.Index .sec1 .left .tip {
  font-size: 0.15rem;
  margin-bottom: 0.6rem;
}

.Index .sec1 .left .content {
  font-size: 0.14rem;
  line-height: 2.3;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.Index .sec1 .left .btn-detail {
  width: 1.18rem;
  height: 0.37rem;
  border-radius: 0.18rem;
  font-size: 0.17rem;
  color: #000;
  border: 3px solid #e1e1e1;
  line-height: 31px;
  display: flex;
  font-weight: bold;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.18rem;
}

.Index .sec1 .left .btn-detail:hover {
  color: #666;
}

.Index .sec1 .left .btn-detail span {
  display: block;
}

.Index .sec1 .left .btn-detail span:nth-child(1) {
  margin-right: 7px;
}

.Index .sec1 .right {
  margin-left: 3.45rem;
  align-self: flex-end;
}

.Index .sec1 .right .img {
  width: 4.74rem;
  height: 6.6rem;
}

.Index .sec2 {
  display: flex;
  position: relative;
  margin-bottom: 1.85rem;
  width: 100%;
}

.Index .sec2 .left .img {
  width: 5.75rem;
  height: 8.25rem;
  overflow: hidden;
}

.Index .sec2 .bgimg {
  width: 7.56rem;
  position: absolute;
  right: 0;
  top: -2.3rem;
}

.Index .sec2 .right {
  position: absolute;
  right: 0;
  top: 0.75rem;
  width: 15.5rem;
  z-index: 10;
  height: 5.7rem;
  background-color: #00ab04;
  border-radius: 0.29rem 0 0 0.29rem;
  padding: 1.1rem 2.55rem 0 0;
  text-align: right;
}

.Index .sec2 .right .title {
  font-size: 0.52rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.35rem;
  letter-spacing: 8px;
}

.Index .sec2 .right .en {
  width: min-content;
  white-space: nowrap;
  font-size: 0.17rem;
  color: #00ab04;
  padding: 7px 12px;
  background-color: #fff;
  border-radius: 16px;
  letter-spacing: 1px;
  margin-left: auto;
  margin-bottom: 0.4rem;
}

.Index .sec2 .right .tip {
  font-size: 0.22rem;
  color: #fff;
  letter-spacing: 5px;
  margin-bottom: 0.9rem;
}

.Index .sec2 .right .btns {
  display: flex;
}

.Index .sec2 .right .btns .btn {
  width: 2.12rem;
  height: 0.61rem;
  border-radius: 0.27rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 0.24rem;
  color: #00ab04;
  letter-spacing: 3px;
  margin-left: 1.28rem;
  cursor: pointer;
  transition: all .15s linear;
}
.Index .sec2 .right .btns .btn:hover {
    background-color: #00ab04;
    color: #fff;
}
.Index .sec2 .right .btns .btn span {
  display: block;
  white-space: nowrap;
}

.Index .sec2 .right .btns .btn .icon {
  width: 0.25rem;
  margin-left: 0.05rem;
}

.Index .sec2 .right .btns .btn:nth-child(1) {
  margin-left: auto;
} */

.Index .sec1 {
  width: 14rem;
  margin: 0 auto .86rem;
}

.Index .sec1 .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: .35rem;
}

.Index .sec1 .top .title {
  font-size: .32rem;
  color: #000;
  font-weight: bold;
  line-height: 1;
}

.Index .sec1 .top .btn-more {
  width: 1.05rem;
  height: 0.31rem;
  font-size: .14rem;
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.01rem solid #000;
  cursor: pointer;
}

.Index .sec1 .top .btn-more:hover {
  border: 0.01rem solid #00ab04;
  color: #00ab04;
}

.Index .sec1 .top .btn-more span {
  display: block;
  line-height: 1;
}

.Index .sec1 .top .btn-more span:not(:last-of-type) {
  margin-right: .1rem;
}

.Index .sec1 .content {
  display: flex;
  width: 100%;
}

.Index .sec1 .content .right {
  width: 8.5rem;
  background-color: #f2f2f2;
  padding: .25rem .4rem 0 .4rem;
  height: 2.13rem;
  margin-left: .88rem;
  flex-shrink: 0;
}

.Index .sec1 .content .right .line {
  display: flex;
  font-size: .16rem;
  color: #666666;
  line-height: 1;
  align-items: center;
  cursor: pointer;
  padding-bottom: 0.02rem;
  position: relative;
}

.Index .sec1 .content .right .line:hover {
  color: #00ab04;
}

.Index .sec1 .content .right .line:hover::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -0.02rem;
  height: 0.01rem;
  border-bottom: 0.01rem solid #00ab04;
}

.Index .sec1 .content .right .line:not(:last-of-type) {
  margin-bottom: 0.28rem;
}

.Index .sec1 .content .right .line .time {
  margin-left: .5rem;
  letter-spacing: 0.03rem;
  flex-shrink: 0;
}

.Index .sec1 .content .right .line .text {
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.Index .sec1 .content .left {
  flex: 1;
  overflow: hidden;
}

.Index .sec1 .left .card-item:not(:last-of-type) {
  margin-bottom: 0.4rem;
}

.Index .sec1 .left .card-item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.Index .sec1 .left .card-item .img {
  width: 1.5rem;
  height: .85rem;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: .25rem;
}

.Index .sec1 .left .card-item .item-content {
  flex: 1;
  font-size: .16rem;
  color: #666;
  overflow: hidden;
}

.Index .sec1 .left .card-item .item-content .time {
  letter-spacing: 0.03rem;
  margin-bottom: .15rem;
}

.Index .sec1 .left .card-item .item-content .info {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 0.08rem;
}

.Index .sec1 .left .card-item:hover .item-content .info {
  border-bottom: 0.01rem solid #00ab04;
}

.Index .sec2 {
  width: 14rem;
  margin: 0 auto 1.2rem;
  display: flex;
}

.Index .sec2 .cover {
  width: 9.7rem;
  height: 6.46rem;
  overflow: hidden;
  margin-right: .52rem;
  flex-shrink: 0;
}

.Index .sec2 .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: .15rem 0 .33rem;
}

.Index .sec2 .right .title {
  font-size: .32rem;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.02rem;
  position: relative;
  margin-bottom: .52rem;
}

.Index .sec2 .right .title::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.02rem;
  background-color: #00ab04;
  position: absolute;
  left: 0;
  bottom: -.3rem;
}

.Index .sec2 .right .info {
  font-size: .18rem;
  color: #666666;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.03rem;
}

.Index .sec2 .right .btns {
  width: 2.12rem;
  margin-top: auto;
}

.Index .sec2 .right .btns .btn {
  width: 2.12rem;
  height: .61rem;
  border: 0.01rem solid #666666;
  display: flex;
  align-items: center;
  padding: 0 .23rem 0 .32rem;
  font-size: .2rem;
  color: #333333;
  font-weight: bold;
  cursor: pointer;
}

.Index .sec2 .right .btns .btn .icon {
  width: .19rem;
  margin-left: auto;
}

.Index .sec2 .right .btns .btn:not(:last-of-type) {
  margin-bottom: .4rem;
}

.Index .sec2 .right .btns .btn:hover {
  color: #00ab04;
  border: 0.01rem solid #00ab04;
}

.Index .sec2 .right .btns .btn .imgChecked {
  display: none;
}

.Index .sec2 .right .btns .btn:hover .imgn {
  display: none;
}

.Index .sec2 .right .btns .btn:hover .imgChecked {
  display: block;
}

.Index .sec3 {
  width: 14rem;
  margin: 0 auto .6rem;
  display: flex;
}

.Index .sec3-1 {
  width: 14rem;
  margin: 0 auto .85rem;
  display: flex;
  flex-wrap: wrap;
}

.Index .sec3-1 .itemBox {
  width: 3.8rem;
  height: 3.8rem;
  background-color: #f2f2f2;
  padding: .4rem .3rem;
  margin-right: 1.3rem;
  cursor: pointer;
}

.Index .sec3-1 .itemBox:nth-child(3n) {
  margin-right: 0;
}

.Index .sec3-1 .itemBox .time {
  font-size: .15rem;
  color: #333333;
  font-weight: bold;
  position: relative;
  margin-bottom: .52rem;
}

.Index .sec3-1 .itemBox .time::after {
  content: "";
  display: block;
  width: .3rem;
  height: 0.01rem;
  background-color: #00ab04;
  position: absolute;
  left: 0;
  bottom: -.13rem;
}

.Index .sec3-1 .title {
  font-size: .2rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: .25rem;
}

.Index .sec3-1 .content {
  font-size: .15rem;
  color: #666666;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.02rem;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.Index .sec3 .right {
  flex-shrink: 0;
  width: 5.15rem;
  height: 3.87rem;
  margin-left: .78rem;
}

.Index .sec3 .left {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.Index .sec3 .left .title {
  font-size: .32rem;
  color: #333333;
  letter-spacing: 0.05rem;
  font-weight: bold;
  margin-bottom: .9rem;
  position: relative;
  text-align: right;
}

.Index .sec3 .left .title::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.02rem;
  background-color: #00ab04;
  position: absolute;
  right: 0;
  bottom: -.4rem;
}

.Index .sec3 .left .content .label {
  font-size: .24rem;
  color: #333333;
  font-weight: bold;
  text-align: right;
  margin-bottom: .23rem;
}

.Index .sec3 .left .content .info {
  font-size: .15rem;
  color: #666666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.Index .sec3 .left .btn-detail {
  width: 1.3rem;
  height: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0.02rem;
  font-size: .2rem;
  color: #333333;
  font-weight: bold;
  border: 0.01rem solid #666666;
  margin-left: auto;
  margin-top: auto;
  cursor: pointer;
  margin-bottom: .11rem;
}

.Index .sec3 .left .btn-detail .icon img {
  width: 100%;
}

.Index .sec3 .left .btn-detail .icon .normal {
  display: block;
}

.Index .sec3 .left .btn-detail .icon .checked {
  display: none;
}

.Index .sec3 .left .btn-detail:hover .icon .normal {
  display: none;
}

.Index .sec3 .left .btn-detail:hover .icon .checked {
  display: block;
}

.Index .sec3 .left .btn-detail:hover {
  color: #00ab04;
  border: 0.01rem solid #00ab04;
}

.Index .sec3 .left .btn-detail .icon {
  width: .2rem;
  margin-right: .15rem;
}

.Index .sec4 {
  width: 100%;
  margin-bottom: 1.3rem;
  position: relative;
  overflow: hidden;
  height: 2.64rem;
}

.Index .sec4 .listBox {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
}

.Index .sec4 .listBox .list-item {
  width: 3.6rem;
  height: 2.64rem;
  overflow: hidden;
  margin-right: .1rem;
  flex-shrink: 0;
}

.Index .sec4 .listBox .list-item img {
  width: 100%;
}

.common-foot {
  background-color: #00ab04;
  padding-top: .32rem;
  width: 100%;
  position: relative;
}

.common-foot .main-foot {
  width: 14rem;
  margin: 0 auto .2rem;
  display: flex;
}

.common-foot .main-foot .left {
  display: flex;
  padding-top: .44rem;
  align-items: center;
}

.common-foot .main-foot .left .item {
  font-size: .16rem;
  color: rgba(255,255,255,.7);
  cursor: pointer;
  min-width: .75rem;
  flex-shrink: 0;
}

.common-foot .main-foot .left .item.Actv {
  font-weight: bold;
}

.common-foot .main-foot .left .item:hover {
  font-weight: bold;
}

.common-foot .main-foot .left .item:not(:last-of-type) {
  margin-right: .4rem;
}

.common-foot .main-foot .right {
  margin-left: auto;
}

.common-foot .main-foot .right .tel {
  font-size: .16rem;
  color: rgba(255,255,255,.7);
  margin-bottom: .15rem;
}

.common-foot .main-foot .right .maBox .ma {
  width: .85rem;
  margin-left: auto;
}

.common-foot .foot2 {
  width: 100%;
  line-height: 1;
  font-size: 0.16rem;
  color: rgba(255,255,255,.7);
  border-top: 0.01rem solid rgba(255,255,255,.1);
}

.common-foot .foot2 .main-foot2 {
  display: flex;
  align-items: center;
  width: 14rem;
  margin: 0 auto;
  height: .5rem;
}

.common-foot .foot2 .main-foot2 .item:not(:last-of-type) {
  margin-right: 0.3rem;
}

.common-foot .foot2 .main-foot2 .address {
  margin-left: auto;
  font-weight: bold;
}

.About {
  font-weight: bold;
  min-height: auto;
}

.About .head {
  height: 5.03rem;
  overflow: hidden;
}

.About .navbar {
  height: 0.8rem;
  width: 100%;
  border-bottom: 0.02rem solid #00ab04;
  font-size: 0.16rem;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.03rem;
  margin-bottom: 0.2rem;
}

.About .navbar .item {
  cursor: pointer;
}

.About .navbar .item:not(:last-of-type) {
  margin-right: 0.26rem;
}

.About .navbar .item:hover,
.About .navbar .item.Actv {
  color: #00ab04;
}

.About .topBox {
  width: 12.76rem;
  height: 1.38rem;
  margin: 0 auto 0.8rem;
  background-color: #fbfbfb;
  border: 0.03rem solid #e1e1e1;
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0.02rem 0.15rem rgba(0, 0, 0, 0.15);
}

.About .topBox .text {
  font-size: 0.27rem;
  color: #000;
  margin-right: 0.2rem;
  font-weight: bold;
  letter-spacing: 0.03rem;
}

.About .topBox .text span {
  color: #227df3;
}

.About .topBox .item {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
}

.About .topBox .item.tel {
  margin-right: 0.2rem;
}

.About .topBox .item.tel .icon {
  width: 0.25rem;
  margin-right: 0.13rem;
}

.About .topBox .item.email .icon {
  width: 0.3rem;
  margin-right: 0.15rem;
}

.About .box1 .center {
  margin-bottom: 1.5rem;
}

.About .box1 .center .ctop {
  display: flex;
  width: 14.7rem;
  margin-left: auto;
  position: relative;
}

.About .box1 .center .ctop::after {
  content: "";
  display: block;
  width: 0.04rem;
  height: 1rem;
  background-color: #00ab04;
  position: absolute;
  top: 0;
  left: 5.7rem;
}

.About .box1 .center .ctop .bigtext {
  font-size: 1.15rem;
  color: #ecebeb;
  margin-right: 2.42rem;
  margin-top: 0.6rem;
  line-height: 1.3;
}

.About .box1 .center .ctop .text2 {
  font-size: 0.52rem;
  font-weight: bold;
  color: #000000;
  right: 3.2rem;
  top: -0.15rem;
  position: absolute;
}

.About .box1 .center .ctop .en {
  font-size: 0.21rem;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0;
  top: 1.95rem;
  font-weight: lighter;
}

.About .box1 .center .cbox {
  width: 9.26rem;
  margin: 0 auto 1.35rem;
  background: url(../images/about_bg1.png) no-repeat;
  background-size: 100%;
}

.About .box1 .center .cbox .img {
  width: 7.23rem;
  margin: 0 auto;
  position: relative;
  top: -0.5rem;
}

.About .box1 .center .cbox .content-box {
  display: flex;
  justify-content: center;
}

.About .box1 .center .cbox .content-box .content {
  font-size: 0.17rem;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.03rem;
  font-weight: lighter;
  writing-mode: vertical-rl;
}

.About .box1 .center .cfoot {
  display: flex;
  width: 12.8rem;
  margin: 0 auto;
  position: relative;
}

.About .box1 .center .cfoot .left {
  width: 6rem;
  background-color: #f6f6f6;
  padding: 0.3rem 0.85rem 0.6rem 0.38rem;
}

.About .box1 .center .cfoot .left .title {
  font-size: 0.36rem;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.02rem;
  position: relative;
  margin-bottom: 0.54rem;
}

.About .box1 .center .cfoot .left .title::after {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.02rem;
  background-color: #00ab04;
  left: 0;
  bottom: -0.2rem;
}

.About .box1 .center .cfoot .left .info {
  font-size: 0.2rem;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.15rem;
}

.About .box1 .center .cfoot .left .content {
  font-size: 0.17rem;
  color: #000;
  text-indent: 0.34rem;
  line-height: 2;
  font-weight: lighter;
}

.About .box1 .center .cfoot .video {
  width: 7.52rem;
  height: 4.22rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -0.35rem;
}

.About .box1 .center .cfoot .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

img {
  display: block;
}

.About .box2 {
  width: 12.8rem;
  margin: -0.2rem auto 0;
}

.About .box2 .top {
  padding-bottom: 0.3rem;
  color: #000;
  border-bottom: 0.03rem solid #00ab04;
  margin-bottom: 0.5rem;
}

.About .box2 .top .title {
  font-size: 0.37rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.2rem;
}

.About .box2 .top .info {
  font-size: 0.16rem;
  letter-spacing: 0.02rem;
  font-weight: bold;
}

.About .box2 .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.About .box2 .list .list-item {
  width: 3.95rem;
  margin-right: calc((100% - 11.85rem) / 2);
  margin-bottom: 0.5rem;
}

.About .box2 .list .list-item:nth-child(3n) {
  margin-right: 0;
}

.About .box2 .list .list-item .img {
  height: 2.96rem;
  width: inherit;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.3rem;
}

.About .box2 .list .list-item .img img {
  width: 100%;
}

.About .box2 .list .list-item .img .tag {
  padding: 0.12rem 0.15rem;
  background-color: #00ab04;
  font-size: 0.16rem;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  min-width: 1.06rem;
  text-align: center;
  position: absolute;
  right: 0;
  letter-spacing: 0.02rem;
  top: 0;
}

.About .box2 .list .list-item .title {
  font-size: 0.24rem;
  margin-bottom: 0.17rem;
}

.About .box2 .list .list-item .info {
  font-size: 0.16rem;
  line-height: 1.5;
  font-weight: bold;
}

.About .box3 {
  margin-bottom: 0.83rem;
}

.About .box3 .sec-top {
  width: 16rem;
  margin-left: auto;
  margin-bottom: 0.9rem;
}

.About .box3 .sec-top .title {
  font-size: 0.37rem;
  color: #000;
  letter-spacing: 0.03rem;
  font-weight: bold;
  margin-bottom: 0.45rem;
}

.About .box3 .sec-top .list {
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  margin-bottom: 0.33rem;
}

.About .box3 .sec-top .list .list-item {
  flex-shrink: 0;
  width: 2.68rem;
  /* height: 3.66rem; */
  margin-right: 0.55rem;
}

.About .box3 .sec-top .foot {
  display: flex;
  align-items: center;
}

.About .box3 .sec-top .foot .progress-box {
  width: 11.3rem;
  position: relative;
  height: 0.01rem;
  background-color: #adadad;
  margin-right: 0.2rem;
}

.About .box3 .sec-top .foot .progress-box .now {
  position: absolute;
  height: 0.05rem;
  transition: all linear 0.15s;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  background-color: #00ab04;
}

.About .box3 .sec-top .foot .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1.15rem;
}

.About .box3 .sec-top .foot .btns .btn {
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
}

.About .box3 .sec-top .foot .btns .btn img {
  width: 100%;
}

.About .box3 .sec-top .foot .btns .btn .img {
  display: block;
}

.About .box3 .sec-top .foot .btns .btn .imgChecked {
  display: none;
}

.About .box3 .sec-top .foot .btns .btn:hover .imgChecked {
  display: block;
}

.About .box3 .sec-top .foot .btns .btn:hover .img {
  display: none;
}

.About .box3 .sec-foot .title {
  font-size: 0.45rem;
  color: #000000;
  letter-spacing: 0.03rem;
  font-weight: bold;
  margin-bottom: 0.35rem;
  padding-left: 3.15rem;
}

.About .box3 .sec-foot .tip {
  font-size: 0.16rem;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 3.15rem;
  margin-bottom: 0.3rem;
}

.About .box3 .sec-foot .tip2 {
  font-size: 0.22rem;
  color: #000;
  padding-left: 3.15rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
  margin-bottom: 0.9rem;
}

.About .box3 .sec-foot .list {
  position: absolute;
  left: 0;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.About .box3 .sec-foot .list .list-item {
  width: 5.27rem;
  height: 3.87rem;
  overflow: hidden;
  margin-right: 0.1rem;
  flex-shrink: 0;
}

.About .box3 .sec-foot .list .list-item img {
  width: 100%;
}

.Service .eat-box {
  width: 12.7rem;
  margin: 0 auto 0.65rem;
  display: flex;
}

.Service .eat-box .left {
  width: 7.9rem;
  height: 5.26rem;
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 0.8rem;
}

.Service .eat-box .right {
  flex: 1;
  color: #000;
  position: relative;
  padding-top: 0.77rem;
}

.Service .eat-box .right .num {
  position: absolute;
  color: #ecebeb;
  font-size: 1.15rem;
  right: 0;
  font-weight: bold;
  line-height: 1;
  top: -0.2rem;
}

.Service .eat-box .right .title {
  font-size: 0.35rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 0.2rem;
}

.Service .eat-box .right .content {
  font-size: 0.16rem;
  line-height: 2.7;
  letter-spacing: 0.04rem;
}

.Service .distr-box {
  width: 12.74rem;
  margin: 0 auto 0.65rem;
  display: flex;
}

.Service .distr-box .left {
  flex: 1;
  position: relative;
  color: #000000;
  padding-top: 0.55rem;
}

.Service .distr-box .left .num {
  font-size: 1.15rem;
  color: #ecebeb;
  line-height: 1;
  left: 0;
  font-weight: bold;
  top: -0.2rem;
  position: absolute;
}

.Service .distr-box .left .title {
  font-size: 0.35rem;
  font-weight: bold;
  margin-bottom: 0.38rem;
  position: relative;
  padding-left: 0.5rem;
  letter-spacing: 0.05rem;
}

.Service .distr-box .left .content {
  font-size: 0.16rem;
  line-height: 2.5;
  letter-spacing: 0.04rem;
}

.Service .distr-box .right {
  width: 8.29rem;
  height: 4.14rem;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: 0.4rem;
}

.Service .distr-box .right img {
  width: 100%;
}

.Show .head {
  margin-bottom: 0.35rem;
}

.Show .food-box {
  width: 12.8rem;
  margin: 0 auto 0.68rem;
  color: #000;
}

.Show .food-box .title {
  font-size: 0.4rem;
  font-weight: bolder;
  margin-bottom: 0.15rem;
  text-align: center;
}

.Show .food-box .info {
  font-size: 0.24rem;
  line-height: 1.2;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.02rem;
  margin-bottom: 0.4rem;
}

.Show .food-box .menus {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
}

.Show .food-box .menus .item {
  font-size: 0.16rem;
  width: 1.8rem;
  height: 0.54rem;
  border: 0.01rem solid #00ab04;
  text-align: center;
  line-height: 0.54rem;
  font-size: 0.16rem;
  color: #000;
  cursor: pointer;
  border-radius: 0.08rem;
}

.Show .food-box .menus .item:hover,
.Show .food-box .menus .item.Actv {
  background-color: #00ab04;
  color: #fff;
}

.Show .food-box .menus .item:not(:last-of-type) {
  margin-right: 0.63rem;
}

.Show .food-box .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.Show .food-box .list .item {
  width: 3rem;
  margin-bottom: 0.7rem;
  margin-right: calc((100% - 12rem) / 3);
}

.Show .food-box .list .item .img {
  width: 100%;
  height: 3rem;
  overflow: hidden;
}

.Show .food-box .list .item .img img {
  transition: all linear .15s;
}

.Show .food-box .list .item .img:hover img {
  transform: scale(1.1);
}

.Show .food-box .list .item:nth-child(4n) {
  margin-right: 0;
}

.Show .food-box .list .item span {
  font-size: 0.2rem;
  font-weight: bold;
  display: block;
  margin-top: 0.15rem;
}

.News .text_news {
  width: 1.47rem;
  position: absolute;
  left: 0rem;
  top: 8.2rem;
}

.News .list {
  width: 12.74rem;
  margin: 0 auto 0.8rem;
}

.News .list .list-item {
  padding-bottom: 0.3rem;
  transition: all 0.2s linear;
  border-bottom: 0.03rem solid #ecebeb;
  margin-bottom: 0.35rem;
  cursor: pointer;
}

.News .list .list-item:hover {
  border-bottom: 0.03rem solid #00ab04;
}

.News .list .list-item .title {
  font-size: 0.32rem;
  margin-bottom: 0.32rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
  display: flex;
  line-height: 1;
  align-items: flex-end;
}

.News .list .list-item .title .text {
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: .26rem;
  color: #333;
}

.News .list .list-item .title .time {
  font-size: 0.2rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
  flex-shrink: 0;
  white-space: nowrap;
  color: #666;
  margin-left: .5rem;
}

.News .list .list-item .content {
  display: flex;
}

.News .list .list-item .content .text {
  font-size: 0.16rem;
  line-height: 1.6;
  flex: 1;
  letter-spacing: 0.02rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.News .list .list-item .content .icon {
  width: 0.4rem;
  margin-left: 0.5rem;
  flex-shrink: 0;
}

.page-box {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
  font-family: "微软雅黑" !important;
}

.page-box .num {
  font-size: 0.16rem;
  color: #000;
  cursor: pointer;
  font-weight: bold;
}

.page-box .num.Actv,
.page-box .num:hover {
  color: #00ab04;
}

.page-box .num:not(:last-of-type) {
  margin-right: 0.25rem;
}

.News .detail-box {
  width: 12.74rem;
  margin: 0 auto 1rem;
  color: #000;
}

.News .detail-box .enlabel {
  font-size: 0.16rem;
  font-weight: bold;
  margin-bottom: 0.24rem;
}

.News .detail-box .title {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}

.News .detail-box .time {
  font-size: 0.16rem;
  color: #000;
  margin-bottom: 0.6rem;
}

.News .detail-box .htmlContent {
  width: 100%;
  font-size: 0.16rem;
  line-height: 2;
}

.News .detail-box .htmlContent img {
  max-width: 80%;
  margin: .15rem auto;
}

.Join .head {
  margin-bottom: 0.35rem;
}

.Join .join-box {
  width: 12.75rem;
  margin: -0.2rem auto 0.5rem;
}

.Join .join-box .en {
  display: table-cell;
  vertical-align: baseline;
  font-size: 0.2rem;
}

.Join .join-box .label {
  font-size: 0.32rem;
  margin-bottom: 0.32rem;
}

.Join .join-box .info {
  font-size: 0.32rem;
  line-height: 1.1;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

.Join .join-box .list-item {
  border-top: 0.04rem solid #00ab04;
  padding-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.Join .join-box .list-item .title {
  font-size: 0.26rem;
  color: #333;
  margin-bottom: 0.1rem;
}

.Join .join-box .list-item .content {
  font-size: 0.24rem;
  line-height: 1.5;
  color: #666;
}

.Call .head {
  margin-bottom: 0.35rem;
}

.Call .sec {
  width: 12.75rem;
  margin: 0 auto 0.8rem;
}

.Call .sec1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Call .sec1 .logo {
  width: 2.8rem;
  margin-right: 2rem;
  flex-shrink: 0;
}

.Call .sec1 .right {
  color: #000;
}

.Call .sec1 .right .line-box {
  display: flex;
  flex-wrap: wrap;
}

.Call .sec1 .right .line-box .line {
  width: 50%;
  flex-shrink: 0;
}

.Call .sec1 .right .line-box .line .text {
  display: flex;
}

.Call .sec1 .right .line-box .line .text span:not(:last-of-type) {
  margin-right: 0.2rem;
}

.Call .sec1 .right .en {
  font-size: 0.25rem;
  letter-spacing: 0.03rem;
  letter-spacing: 0.05rem;
  text-align: center;
  margin-bottom: 0.1rem;
}

.Call .sec1 .right .title {
  font-size: 0.35rem;
  margin-bottom: 0.35rem;
  text-align: center;
}

.Call .sec1 .right .line {
  display: flex;
  font-size: 0.2rem;
}

.Call .sec1 .right .line:not(:last-of-type) {
  margin-bottom: 0.23rem;
}

.Call .sec1 .right .line .label {
  white-space: nowrap;
  margin-right: 1.1rem;
}

.Call .map {
  height: 6.4rem;
  overflow: hidden;
}

.Order .head {
  margin-bottom: 0.35rem;
}

.Order .order-box {
  width: 12.75rem;
  margin: 0 auto 1rem;
}

.Order .order-box .title {
  font-size: 0.32rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.2rem;
  color: #333;
}

.Order .order-box .info {
  font-size: 0.2rem;
  letter-spacing: 0.03rem;
  margin-bottom: 0.58rem;
  color: #666;
}

.Order .order-box .edit-box {
  width: 100%;
  background-color: #f6f6f6;
  padding: 0.5rem 0.95rem 0.5rem 1.35rem;
}

.Order .order-box .edit-box .edit-item {
  display: flex;
  padding-bottom: 0.23rem;
  border-bottom: 0.02rem solid #00ab04;
  margin-bottom: 0.33rem;
}

.Order .order-box .edit-box .edit-item .label {
  font-size: 0.24rem;
  color: #000;
  letter-spacing: 0.05rem;
  margin-right: auto;
  line-height: 0.48rem;
}

.Order .order-box .edit-box .edit-item .input {
  width: 7.83rem;
  height: 0.48rem;
  border-radius: 0.1rem;
  border: 0.01rem solid #000;
  overflow: hidden;
}

.Order .order-box .edit-box .edit-item .input input {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.24rem;
  line-height: 0.48rem;
  padding: 0 0.2rem;
}

.Order .order-box .edit-box .edit-item .input input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.Order .order-box .edit-box .edit-item .textarea {
  width: 7.83rem;
  height: 3.6rem;
  border: 0.01rem solid #000;
  border-radius: 0.1rem;
  overflow: hidden;
}

.Order .order-box .edit-box .edit-item .textarea textarea {
  display: block;
  width: 100%;
  height: 100%;
  resize: none;
  border: none;
  background-color: transparent;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.1rem 0.2rem;
  font-size: 0.24rem;
  color: rgba(0, 0, 0, 0.5);
}

.Order .order-box .edit-box .edit-item .textarea textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.Order .order-box .edit-box .btn {
  width: 1.4rem;
  height: 0.74rem;
  cursor: pointer;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.74rem;
  background-color: #00ab04;
  margin: 0 auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Order .order-box .edit-box .btn span {
  display: block;
}

.Order .order-box .edit-box .btn span:not(:last-of-type) {
  margin-right: 0.15rem;
}

.Service .eat-box.chengbao {
  display: block;
}

.Service .eat-box.chengbao .top {
  margin-bottom: 1.1rem;
}

.Service .eat-box.chengbao .foot-list {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
}

.Service .eat-box.chengbao .foot-list .item {
  width: 4.07rem;
  height: 3.05rem;
  overflow: hidden;
}

.Service .eat-box.chengbao .foot-list .item:not(:last-of-type) {
  margin-left: calc((100% - 12.21rem) / 2);
}

.Service .eat-box.chengbao .foot-list .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.Index .section-box {
  width: 14.08rem;
  margin: 0 auto 1rem;
}

.Index .section-box .video {
  width: 100%;
  height: 7.9rem;
  margin-bottom: 0.55rem;
  background-color: #000;
}

.Index .section-box .content {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.5;
  text-indent: 0.36rem;
  letter-spacing: 0.02rem;
  margin-bottom: 0.6rem;
}

.Index .section-box .bigImg {
  width: 13.6rem;
  margin: 0 auto;
}

.Index .section-box .btn-more {
  width: 2.12rem;
  height: 0.6rem;
  background-color: #00ab04;
  font-size: 0.2rem;
  line-height: 0.6rem;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin: 0.4rem auto 0;
}

/* 移动端 */
.mobile-slide-menu,.mobile-common-head {
  display: none;
}

.About .mobile {
  display: none;
}



/* 手机端 */
@media only screen and (max-width: 750px) {
  html {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .common-head {
    display: none;
  }
  .Index .head {
    height: 4rem;
    width: 100%;
    overflow: hidden;
  }
  .Index .head .swiper-wrapper {
    width: 100%!important;
  }
  .Index .head .swiper-slide {
    width: 100%!important;
  }
  .Index .sec1 {
    width: 7rem;
    margin: 0 auto .5rem;
  }
  .Index .sec1 .content {
    display: block;
  }
  .Index .sec1 .content .left {
    margin-bottom: .3rem;
  }
  .Index .sec1 .content .right {
    margin: 0;
    width: 100%;
    padding: .25rem;
    height: auto;
  }
  .Index .section-box {
    width: 7rem;
    margin: 0 auto .5rem;
  }
  .Index .section-box .video {
    height: 4.5rem;
    margin-bottom: .35rem;
  }
  .Index .section-box .bigImg {
    width: 100%;
  }
  .Index .section-box .bigImg img {
    width: 100%;
    display: block;
  }
  .Index .sec2 {
    width: 7rem;
    display: block;
    margin: 0 auto .5rem;
  }
  .Index .sec2 .cover {
    width: 100%;
    height: auto;
    margin: 0 0 .3rem;
  }
  .Index .sec2 .cover img {
    width: 100%;
    display: block;
  }
  .Index .sec2 .right .info {
    margin-bottom: .3rem;
    font-size: .24rem;
  }
  .Index .sec2 .right .btns {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  .Index .sec2 .right .btns .btn {
    margin-bottom: 0!important;
    font-size: .24rem;
  }
  .common-foot {
    padding: 0;
  }
  .common-foot .main-foot {
    display: block;
    width: 100%;
    padding: .35rem .2rem 0;
    margin-bottom: .1rem;
  }
  .common-foot .main-foot .left {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: .3rem;
  }
  .common-foot .main-foot .left .item {
    margin: 0 0 .25rem;
    width: 25%;
    text-align: center;
    font-size: .22rem;
    flex-shrink: 0;
  }
  .common-foot .main-foot .left .item:not(:last-of-type) {
    margin: 0 0 .25rem;
  }
  .common-foot .main-foot .right .maBox .ma {
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
  }
  .common-foot .main-foot .right .maBox .ma img {
    width: 100%;
    display: block;
  }
  .common-foot .main-foot .right .tel {
    font-size: .22rem;
    margin-top: .2rem;
    text-align: center;
  }
  .common-foot .foot2 .main-foot2 {
    display: block;
    padding: .25rem;
    width: 100%;
    font-size: .22rem;
    height: auto;
    line-height: 1.5;
    letter-spacing: .02rem;
  }
  .common-foot .foot2 .main-foot2 .list.flex {
    display: block;
  }
  .common-foot .foot2 .main-foot2 .list .item {
    margin-bottom: .1rem;
  }

  .mobile-common-head {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    height: 1rem;
    padding: 0 .3rem;
    background-color: #fff;
    z-index: 300;
    box-shadow: 0 2px .1rem rgba(196, 189, 189,.2);
  }
  .mobile-common-head .menus {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .mobile-common-head img {
    width: 100%;
    display: block;
  }
  .mobile-common-head .logo {
    width: 3rem;
  }
  .mobile-common-head .icon {
    width: .3rem;
    margin-left: auto;
  }

  .mobile-slide-menu {
    position: fixed;
    left: 0;
    width: 100%;
    display: block;
    top: .8rem;
    background-color: #fff;
    z-index: 100;
    transition: all linear .25s;
    padding: .3rem .2rem;
    bottom: 0;
    color: #333;
    font-weight: bold;
    transform: translateX(-100%);
  }
  .mobile-slide-menu.open {
    transform: translateX(0);
  }
  .mobile-slide-menu .list {
    height: 100%;
    padding: 0 .45rem;
    overflow-y: auto;
  }
  .mobile-slide-menu .list .list-item.subBox {
    transition: all linear .5s;
    overflow: hidden;
    height: 0;
  }
  .mobile-slide-menu .list .list-item.subBox.Hauto {
    height: auto;
  }
  .mobile-slide-menu .text {
    font-size: .28rem;
    letter-spacing: .02rem;
    line-height: .8rem;
    border-bottom: 1px dashed #eee;
  }
  .mobile-slide-menu .text.sub {
    padding-left: .3rem;
    color: #999;
    font-size: .24rem;
    font-weight: normal;
  }

  .About .head {
    width: 100%;
    overflow: hidden;
  }
  .About .head img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .About .component-topBox {
    display: none;
  }
  .About .info-box {
    color: #333;
    width: 7rem;
    margin: 0 auto 1rem;
    display: block;
    letter-spacing: .03rem;
  }
  .About .info-box .title{
    font-size: .24rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: .3rem;
  }
  .About .info-box .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .About .info-box .line .item {
    display: flex;
    align-items: center;
    font-size: .26rem;
  }
  .About .info-box .line .item .icon {
    width: .3rem;
    margin-right: .1rem;
  }
  .About  img{
    width: 100%;
    display: block;
  }
  .About .box1 .ctop, .About .box1 .cbox {
    display: none!important;
  }
  .About .mobile.brief-box {
    display: block;
    width: 7rem;
    margin: 0 auto .3rem;
  }
  .About .mobile.brief-box .top{
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
  }
  .About .mobile.brief-box .top .icon {
    width: 1rem;
    flex-shrink: 0;
    margin-right: .2rem;
  }
  .About .mobile.brief-box .top .tright {
    flex: 1;
  }
  .About .mobile.brief-box .top .tright .ttitle {
    font-size: .28rem;
    color: #333;
    letter-spacing: .02rem;
    margin-bottom: .15rem;
  }
  .About .mobile.brief-box .top .tright .en {
    font-size: .22rem;
    color: #999;
    letter-spacing: .02rem;
  }
  .About .mobile.brief-box  .content {
    font-size: .24rem;
    color: #666;
    letter-spacing: .02rem;
    line-height: 1.8;
  }
  .About .box1 .center .cfoot {
    display: block;
    width: 7rem;
    margin: 0 auto;
  }
  .About .box1 .center .cfoot .left {
    width: 100%;
    margin-bottom: .3rem;
    padding: .25rem;
    letter-spacing: .02rem;
  }
  .About .box1 .center .cfoot .video {
    width: 100%;
    position: initial;
    right: initial;
    top: 0;
  }

  .About .box1 .center {
    margin-bottom: .5rem;
  }

  .About .box3 .sec-top {
    width: 100%;
    padding-left: .3rem;
  }

  .About .box3 .sec-top .list {
    width: 100%;
  }

  .About .box3 .sec-top .foot {
    display: none;
  }

  .About .box3 .sec-foot .title,.About .box3 .sec-foot .tip, .About .box3 .sec-foot .tip2{
    padding-left: .3rem;
    font-size: .2rem;
  }
  .About .box3 .sec-foot .title {
    font-size: .37rem;
  }
  .About .box2 {
    width: 7rem;
    margin: 0 auto .3rem;
  }
  .About .box2 .list .list-item {
    width: 100%;
    margin-right: 0;
    letter-spacing: .03rem;
  }
  .About .box2 .list .list-item .img {
    height: 4rem;
  }
  .News .detail-box {
    width: 7rem;
    margin: 0 auto .5rem;
    letter-spacing: .03rem;
  }
  .News .detail-box .title {
    margin-bottom: .2rem;
  }
  .Service .eat-box {
    width: 7rem;
    flex-direction: column-reverse;
    margin: 0 auto .3rem;
  }
  .Service .eat-box.chengbao .top.flex {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: .5rem;
  }
  .Service .eat-box .left {
    width: 100%;
    margin-right: 0;
  }
  .Service .eat-box.chengbao .foot-list {
    flex-direction: row;
    overflow-x: auto;
    scrollbar-width: none;
    justify-content: space-between;
  }
  .Service .eat-box.chengbao .foot-list::-webkit-scrollbar {
    display: none;
  }

  .Service .eat-box.chengbao .foot-list .item:not(:last-of-type) {
    margin-left: 0;
  }
  .Service .eat-box.chengbao .foot-list .item {
    width: 3.3rem;
    height: 2rem;
  }
  .Service .distr-box {
    width: 7rem;
    margin: 0 auto .5rem;
    flex-direction: column;
  }
  .Service .distr-box .right {
    margin-top: .35rem;
    width: 100%;
    margin-left: 0;
  }

  .Show .food-box {
    width: 7rem;
    margin: 0 auto;
  }

  .Show .food-box .list .item {
    width: 3.2rem;
    margin-right: calc(100% - 6.4rem);
  }
  .Show .food-box .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .News .list {
    width: 7rem;
    margin: 0 auto .5rem;
  }
  .News .list .list-item {
    transition: all linear .1s;
  }
  .News .list .list-item .content .icon {
    display: none;
  }
  .Order .order-box {
    width: 7rem;
    margin: 0 auto .5rem;
  }
  .Order .order-box .edit-box {
    padding: .3rem .25rem;
  }
  .Order .order-box .edit-box .edit-item {
    display: block;
  }
  .Order .order-box .edit-box .edit-item .input,.Order .order-box .edit-box .edit-item .textarea {
    width: 100%;
    border: .01rem solid #d4d1d1;
  }
  .Order .order-box .edit-box .edit-item .label {
    margin-bottom: .2rem;
    color: #333;
  }
  .Order .order-box .edit-box .edit-item .textarea textarea,.Order .order-box .edit-box .edit-item .input {
    color: #999;
  }
  .Order .order-box .edit-box .btn {
    height: .5rem;
  }
  .Join .join-box {
    width: 7rem;
    margin: 0 auto .3rem;
  }
  .Call .sec{
    width: 7rem;
    margin: 0 auto .5rem;
  }
  .Call .sec1 .right .line-box .line .text{
    flex-wrap: wrap;
  }
  .Call .sec1 .right .line-box .line {
    width: 100%;
    letter-spacing: .02rem;
    font-size: .24rem;
    color: #333;
  }
  .News .list .list-item .content .text {
    font-size: .22rem;
    color: #333;
  }
  .About .navbar .item {
    font-size: .26rem;
  }
  .About .box3 .sec-foot .list .list-item {
    width: 4rem;
    height: 3rem;
  }
  .About .box3 .sec-foot .list .list-item img {
    height: 100%;
    display: block;
  }
  .common-foot .main-foot .right {
    display: flex;
    flex-direction: column-reverse;
  }
  .Index .sec1 .left .card-item .img {
    width: 2rem;
    height: 1.2rem;
  }
  .Index .sec1 .left .card-item .img img {
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .Index .sec1 .left .card-item {
    align-items: initial;
  }
  .Index .sec1 .left .card-item .item-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .Index .sec1 .left .card-item .item-content .time {
    font-size: .22rem;
    margin-top: auto;
    text-align: right;
    margin-bottom: 0;
  }
  .Index .sec1 .left .card-item .item-content .info {
    font-size: .26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: initial;
  }
  .Index .sec1 .top .btn-more {
    height: .4rem;
    font-size: .2rem;
  }
  .Index .sec1 .top {
    align-items: center;
  }
  .Index .sec1 .content .right .line {
    font-size: .22rem;
  }
  .Index .section-box .content {
    font-size: .24rem;
    letter-spacing: .02rem;
    line-height: 1.7;
    color: #333;
  }
  .Index .section-box .btn-more {
    font-size: .24rem;
  }
  .Index .sec2 .right .btns .btn .icon {
    width: .3rem;
  }
  .About .box1 .center .cfoot .left .info {
    font-size: .24rem;
  }
  .About .box1 .center .cfoot .left .content {
    font-size: .22rem;
  }
  .About .box2 .top .info {
    font-size: .22rem;
  }
  .About .box2 .list .list-item .info {
    font-size: .22rem;
  }
  .About .box2 .list .list-item .img .tag {
    font-size: .22rem;
  }
  .Service .eat-box .right .content,.Service .distr-box .left .content {
    font-size: .24rem;
  }
  .Show .food-box .info {
    line-height: 1.5;
    letter-spacing: .04rem;
  }
  .Show .food-box .menus .item {
    font-size: .24rem;
  }
  .Show .food-box .list .item span {
    font-size: .24rem;
  }
  .About .navbar .item:not(:last-of-type) {
    margin-right: .65rem;
  }
  .News .detail-box .enlabel,.News .detail-box .time {
    font-size: .24rem;
  }
  .News .detail-box .htmlContent {
    font-size: .24rem;
    line-height: 2;
    letter-spacing: .04rem;
    color: #333;
  }
  .Order .order-box .info {
    font-size: .22rem;
  }
}