html {
  -webkit-text-size-adjust: none;
}
a {
  outline: none;
  text-decoration: none;
  color: #666;
}
a:hover {
  text-decoration: none;
}
html {
  zoom: 1;
}
html * {
  outline: 0;
  zoom: 1;
}
html button::-moz-focus-inner {
  border-color: transparent !important;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  /*border-collapse:collapse;border-spacing:0;*/
}
fieldset,
a img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
q:before,
q:after {
  content: "";
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea,
button {
  -webkit-appearance: none !important;
}
em,
i {
  font-style: normal;
}
select {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  display: block;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 321px) {
  /*iphone5*/
  html {
    font-size: 62.5% !important;
  }
}
@media only screen and (min-width: 361px) {
  html {
    font-size: 70.31% !important;
  }
}
@media only screen and (min-width: 376px) {
  html {
    font-size: 73.24% !important;
  }
}
@media only screen and (min-width: 481px) {
  html {
    font-size: 84% !important;
  }
}
@media only screen and (min-width: 561px) {
  html {
    font-size: 90% !important;
  }
}
@media only screen and (min-width: 641px) {
  html {
    font-size: 100% !important;
  }
}
body {
  font-family: "Microsoft YaHei", sans-serif;
  margin: 0 auto;
  max-width: 640px;
  min-width: 320px;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

/* 通用 */
.bgi img {
  width: 100%;
}
.mt1 {
  margin-top: 1rem;
}
.mgt10 {
  margin: 1rem 1rem 0;
}
.pdb1 {
  padding-bottom: 1rem;
}
.bgcf4 {
  background-color: #f4f4f4;
}
.tit h2 {
  font-size: 2rem;
  text-align: center;
  margin-top: 1rem;
}
.tit span {
  text-align: center;
  display: block;
  font-size: 1.4rem;
  color: #666666;
}
.bgdh img {
  width: 100%;
}
.btn-kc {
  margin: 1rem;
  overflow: hidden;
}
.btn-kc span {
  width: 50%;
  float: left;
  display: block;
}
.btn-kc a {
  text-align: center;
  display: block;
  margin: 0.5rem;
  border-radius: 5rem;
  height: 3.2rem;
  line-height: 3.2rem;
  font-size: 1.3rem;
}
.btn-kc a.btn-kcl {
  color: #ffffff;
  background: linear-gradient(to right, #820811, #a61c27);
}
.btn-kc a.btn-kcr {
  color: #ffffff;
  background: linear-gradient(to right, #f7c200, #ffd84b);
}
.banner {
  width: 100%;
}
/* 头部图 */

/* 单品图片 */
.box-danpin {
  background-color: #f6f5ef;
  position: relative;
  padding-bottom: 0.1rem;
}
.box-danpin .top1 {
  position: absolute;
  top: -3rem;
  left: 1rem;
  right: 1rem;
}
.top1 {
  background-color: #ffffff;
  border-radius: 0.5rem;
}
.top1 ul {
  display: flex;
  justify-content: space-around;
  padding-top: 0;
  overflow: hidden;
}
.top1 ul li {
  text-align: center;
  width: 33.3333%;
}
.top1 ul li a {
  display: block;
  margin: 1rem 0;
  border-right: 1px solid #efefef;
  margin-right: -2px;
}
.top1 ul li span {
  display: block;
  color: #000000;
  font-size: 1.5rem;
}
.top1 ul li i {
  font-size: 3rem;
  color: #97141e;
}
.danpin-pic {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  margin: 0 1rem;
  overflow: hidden;
}
.danpin-pic li {
  width: 25%;
  margin-left: -1px;
  margin-bottom: -1px;
}
.danpin-pic li a {
  display: block;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.danpin-pic li a img {
  width: 80%;
  margin: 1px auto;
}
.danpin-pic li a span {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
/* 表单提交 */
.bd {
  overflow: hidden;
  background-color: #515758;
  background-image: linear-gradient(#bb200c 0%, #bb200c 50%, #f4f4f4 50%);
}
.bd h3 {
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
}
.bd1 {
  background-color: #ffffff;
  margin: 1rem;
  padding: 1rem;
  border-radius: 0.4rem;
  box-shadow: 0px 0px 2px #dcdad7;
}
.bddh {
  height: 4rem;
  margin-bottom: 1rem;
  position: relative;
}
.bddh i {
  position: absolute;
  display: block;
  font-size: 2rem;
  color: #ccc;
  line-height: 2rem;
  left: 0.8rem;
  height: 2rem;
  border-right: 1px solid#ddd;
  top: 1rem;
  padding-right: 0.5rem;
}
.bddh input {
  border: 1px solid #e4e4e4;
  background-color: #f4f4f4;
  height: 3.8rem;
  font-size: 1.3rem;
  width: 98%;
  border-radius: 0.3rem;
  margin-left: 0.8%;
  text-indent: 3.5rem;
}
.bd-tjbtn input {
  background-color: #970c0c;
  border: 1px solid #970c0c;
  border-radius: 2rem;
  border: none;
  width: 100%;
  height: 4rem;
  font-size: 1.8rem;
  color: #ffffff;
  background: linear-gradient(to right, #820811, #a61d27);
}

/* 单品通用 */

.dplist {
  margin: 0 1rem;
}
.dp-tit {
  text-align: center;
}
.tit-style {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 2rem;
}
.tit-style span {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border: 1px solid #820811;
  font-size: 2rem;
  display: block;
  border-radius: 5rem;
  font-weight: bold;
  color: #830812;
}
.dp-tit p {
  padding: 1rem;
  border: 1px dashed #830812;
  border-radius: 0.5rem;
  margin: 1rem 0;
  font-size: 1.4rem;
}
.dp-tit b {
  color: #830812;
}

.dppic ul {
  display: flex;
  flex-wrap: wrap;
}
.dppic ul li {
  width: 33.333%;
}
.dppic ul li a {
  display: block;
  margin: 0.5rem;
  position: relative;
}
.dppic ul li a img {
  width: 100%;
  border-radius: 50%;
}
.dppic ul li span {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  background-color: #f82081;
  opacity: 0.8;
  position: absolute;
  bottom: 1.5rem;
  left: 0.5rem;
  right: 0.5rem;
}
.dppic ul li p {
  border-radius: 50%;
}
.laoshi750 img {
  width: 100%;
}

/* 摆摊时间 */
.box-shiji {
  background-color: #f6f5ef;
  overflow: hidden;
}
.box-shiji b {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1rem 0;
  display: block;
}
.xmxb {
  margin: 0 0.25rem;
}
.xmxb ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0.75rem;
}
.xmxb ul li {
  width: 25%;
}
.xmxb ul li a {
  display: block;
  background-color: #ffffff;
  margin: 0 0.25rem;
  padding: 1rem 0.5rem 0.5rem;
  color: #000000;
  text-align: center;
  font-size: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 2px #f4f3ed;
}
.xmxb ul li a span {
  color: #820811;
  margin-top: 0.5rem;
  display: block;
}
.xmxb ul li a b {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #820811;
  border-radius: 50%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #820811;
}

.xmxb-song {
  background-image: linear-gradient(#f6f5ef 0%, #f6f5ef 60%, #820811 40%);
  margin-top: 1rem;
  padding-bottom: 1rem;
}
.xmxb-song ul {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0.5rem;
}
.xmxb-song ul li {
  width: 50%;
}
.xmxb-song ul li a {
  display: block;
  margin: 0 0.5rem;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  color: #820811;
  box-shadow: 0 0 2px #f4f3ed;
}
.xmxb-song ul li a img {
  width: 100%;
}
.xmxb-song ul li a span {
  font-size: 1.4rem;
  display: block;
  margin: 0.5rem 1rem;
  border: 1px solid #820811;
  border-radius: 5rem;
  padding: 0.5rem 0;
}
.xmxb-song ul li a p {
  font-size: 1.4rem;
  margin: 0.5rem;
  color: #000000;
}

/* 表单 */
.bdbg {
  background-color: #820811;
  overflow: hidden;
}
.bd1 {
  background-color: #ffffff;
  padding: 1rem;
}
.bd1 span {
  text-align: center;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #820811;
}
.bddh {
  height: 4rem;
  margin-bottom: 1rem;
  position: relative;
}
.bddh i {
  position: absolute;
  display: block;
  font-size: 2rem;
  color: #ccc;
  line-height: 2rem;
  left: 0.8rem;
  height: 2rem;
  border-right: 1px solid#ddd;
  top: 1rem;
  padding-right: 0.5rem;
}
.bddh input {
  border: 1px solid #e4e4e4;
  background-color: #f4f4f4;
  height: 3.8rem;
  font-size: 1.3rem;
  width: 98%;
  border-radius: 0.3rem;
  margin-left: 0.8%;
  text-indent: 3.5rem;
}
.bd-tjbtn input {
  background-color: #970c0c;
  border: 1px solid #970c0c;
  border-radius: 2rem;
  border: none;
  width: 100%;
  height: 4rem;
  font-size: 2rem;
  color: #ffffff;
}

.lxbox {
  background-color: #ededed;
}
/* 新增 */
.menu {
  width: 95%;
  background-color: #ffffff;
  margin: -4rem 1rem -1rem 1rem;
  height: 15rem;
  position: relative;
  border-radius: 0.5rem;
}
.intro {
  background-color: #fe6601;
  width: 95%;
  height: 5rem;
  position: absolute;
  margin: 0.7rem;
  border-radius: 5px;
}
.radius {
  background-color: #ffffff;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  text-align: center;
  position: absolute;
  margin: 1rem;
}
.radius span {
  color: #fe6601;
}
.radius i {
  font-size: 2.4rem;
}
.intro p {
  color: #ffffff;
  position: absolute;
  margin: 1rem 4.7rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
}
.zixun {
  background-color: #ffe400;
  border-radius: 7px;
  width: 36%;
  margin-top: 1rem;
  margin-right: 1rem;
  font-size: 1.3rem;
  float: right;
  line-height: 2.7rem;
  text-align: center;
  color: #333333;
}
.zixun i {
  font-size: 1.8rem;
}
.menu-item {
  width: 100%;
  height: 5rem;
  position: absolute;
  margin-top: 6.5rem;
}
.menu-item ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0.2rem;
}
.menu-item ul li {
  border: 1px solid #b9b9b9;
  width: 13%;
  line-height: 2.6rem;
  margin-left: 0.5rem;
  color: #333333;
  border-radius: 5px;
  padding-left: 0.4rem;
  font-size: 1.1rem;
  margin-top: 0.6rem;
}
.menu-item-li {
  color: #fe6601;
  float: right;
  margin-right: 0.3rem;
}

.menu-intro {
  width: 100%;
  position: relative;
  margin-top: 0.5rem;
  background-color: #ededed;
}
.menu-intro ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0.5rem;
}
.menu-intro ul li {
  background-color: #ffffff;
  width: 31.5%;
  line-height: 5rem;
  margin-left: 0.5rem;
  color: #333333;
  border-radius: 5px;
  font-size: 1.5rem;
  margin-top: 0.6rem;
}
.menu-intro ul li .hd {
  font-size: 1.3rem;
  margin-bottom: .3rem;
}
.menu-intro .detail a {
  font-size: 1rem;
  margin-top: 0.6rem;
  color: #fe6601;
}
.menu-intro ul li .detail {
  position: absolute;
  line-height: 1rem;
  margin: -3.7rem 4.2rem;
  width: 100%;
}
.radius-intro {
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  position: relative;
  margin: 1rem .5rem;
}
.spanbig {
  color: #ffffff;
  line-height: 3rem;
  position: absolute;
  margin: 0.1rem 0.5rem;
}
.spansmall7 {
  color: #ffffff;
  line-height: 3rem;
  position: absolute;
  margin: 0 0.7rem;
}
.spansmall6 {
  color: #ffffff;
  line-height: 3rem;
  position: absolute;
  margin: 0 0.6rem;
}
.ibig {
  font-size: 2rem;
}
.ismall {
  font-size: 1.6rem;
}
.bggreen {
  background-color: #40c981;
}
.bgblue {
  background-color: #1eb3f7;
}
.bgorange {
  background-color: #fe7419;
}
.bgblue1 {
  background-color: #577ef7;
}
.bgyellow {
  background-color: #f8c01d;
}
.bgred {
  background-color: #fe5454;
}
.lxbox0 {
  background-color: #ededed;
  padding: 1rem 0;
}
.middle {
  background-color: #fe6601;
  width: 95%;
  line-height: 4rem;
  margin: 0 1rem;
  color: #ffffff;
}
.zixunrx {
  padding: 1rem 2rem;
}
.middle p {
  line-height: 1.5rem;
  font-size: 1.2rem;
}
.middle h3 {
  line-height: 5rem;
  font-size: 2.5rem;
  margin: -3.9rem 6rem;
  position: absolute;
  font-style: italic;
}
.middle img {
  float: right;
  margin: -4rem 1.2rem;
}

.rmzy {
  width: 100%;
  line-height: 5rem;
  background-color: #fff;
  margin-bottom: 1rem;
}
.rmzy .head {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #efefef;
}
.rmzy .head h3 {
  font-size: 1.6rem;
  margin-left: 1rem;
  color: #333333;
  width: 35%;
}
.head-arrow {
  width: 40%;
}
.arrow {
  background: url("../images/arrow.png") no-repeat;
  line-height: 2rem;
  color: #ffffff;
  background-size: 100% 100%;
  margin-top: 1.5rem;
}
.arrow span {
  margin-left: 1.5rem;
}
.more1 {
  width: 22%;
}
.more {
  border: 1px solid #b7b7b7;
  line-height: 2rem;
  margin: 1.4rem 1.8rem;
  width: 70%;
  text-align: center;
  border-radius: 5px;
}
.rmzy .content {
  width: 95%;
  margin: 1rem;
}
.hb img {
  width: 100%;
}
.hbnotice {
  position: absolute;
  margin: 1rem;
  color: #ffffff;
}
.hbnotice h3 {
  font-size: 1.4rem;
  width: 45%;
  border-bottom: 1px solid #fd8b3f;
  line-height: 3rem;
}
.hbnotice h3 i {
  float: right;
  font-weight: 100;
}
.hbnotice p {
  font-size: 1rem;
  width: 45%;
  line-height: 1.5rem;
}
.content2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.content2 img {
  width: 100%;
}
.content-box {
  display: flex;
  flex-wrap: wrap;
}
.content-box li {
  width: 50%;
}
.c-detail {
  width: 95%;
  margin: 0 1rem;
  background-color: #f3f3f3;
}
.c-detail b {
  margin: -1.2rem 0.5rem;
  position: absolute;
  color: #333333;
  font-size: 1.2rem;
}
.c-detail p {
  margin: 0.3rem 0.5rem;
  position: absolute;
  color: #777777;
  font-size: 1rem;
}
.c-item-li {
  color: #fe6601;
  float: right;
  margin-right: 0.3rem;
  margin-top: -0.4rem;
  font-size: 1.5rem;
}
.content-box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-box2 li {
  width: 32%;
}
.content-box2 li img {
  width: 100%;
}
.content-box2 b {
  margin: -1rem 0.5rem;
  position: absolute;
  color: #333333;
}
.c-item-li2 {
  color: #fe6601;
  float: right;
  margin-right: 0.3rem;
  margin-top: -1rem;
  font-size: 1.5rem;
}
.content-img {
  padding: 1rem;
  background-color: #f3f3f3;
}
.content-img img {
  width: 100%;
}

.lxbox1 img {
  width: 100%;
}
.lxbox1_1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0.8rem 0.8rem 0.3rem 0.8rem;
}
.lxbox1_3 {
  width: 49%;
  position: relative;
}
.lxbox1_3 span {
  position: absolute;
  top: 0;
  color: #fff;
  padding: 0 1rem;
  background-color: #fe6e0d;
}
.lxbox1_3 span b {
  font-size: 1.6rem;
}
.lxbox1_3 span p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #e9e9e9;
  margin-top: -1rem;
}
.lxbox1_3 img {
  position: absolute;
  bottom: 0.5rem;
}
.lxbox1_3 i {
  position: absolute;
  top: 0.2rem;
  right: 1rem;
  font-size: 1.8rem;
}
.lxbox1_4 {
  width: 49%;
}
.lxbox1_5 {
  background-color: #efefef;
  position: relative;
  padding: 0.3rem 0.5rem;
  margin-bottom: 0.5rem;
}
.lxbox1_4 span b {
  color: #333;
  font-size: 1.2rem;
  line-height: 2rem;
  display: block;
}
.lxbox1_4 span p {
  color: #555;
  font-size: 1rem;
  line-height: 1.5rem;
}
.lxbox1_4 span i {
  color: #fc5d02;
}
.lxbox1_4 i {
  position: absolute;
  top: -0.5rem;
  right: 0.8rem;
  font-size: 1.5rem;
}
.lxbox1_2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 0.8rem;
}
.lxbox1_2 a {
  width: 32%;
}
.lxbox1_2 img {
  width: 100%;
}
.lxbox1_2 b {
  font-size: 1.2rem;
  line-height: 3rem;
  display: block;
  color: #333;
}
.lxbox1_2 i {
  position: absolute;
  top: -1rem;
  right: 0.5rem;
  color: #fc5d02;
}
.lxbox1_6 {
  position: relative;
  background-color: #f3f3f3;
  padding-left: 0.5rem;
}

.lxbox2 {
  background-color: #fff;
  padding: 1rem 0.5rem;
}
.lxbox2 .head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 1rem 1rem 1rem 0.5rem;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}
.lxbox2 .head h3 {
  font-size: 1.6rem;
  margin-left: 0.5rem;
  color: #333333;
  width: 35%;
}
.lxbox2 .more {
  width: 100%;
  margin: 0;
}
.box2-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2.5rem;
  color: #fe6601;
  overflow: hidden;
}
.box2-nav span {
  width: 22%;
  margin: 0.3rem;
  background-color: #fff;
  border: 1px solid #fe6601;
  border-radius: 0.3rem;
}

.swiper-container {
  padding: 0.5rem;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.box2-nav .act p {
  color: #ffffff;
  background-color: #fc5d02;
}
.box2-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box2-2 {
  margin-top: 1rem;
}
.box2-2 img {
  width: 100%;
}
.swp1 {
  display: none;
}
.swpon {
  display: block;
}

.lxbox3 {
  background-color: #fff;
  padding: 1rem 0.5rem;
}
.lxbox3 .head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 1rem 1rem 1rem 0.5rem;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}
.lxbox3 .head h3 {
  font-size: 1.6rem;
  margin-left: 0.5rem;
  color: #333333;
  width: 35%;
}
.lxbox3 .more {
  width: 100%;
  margin: 0;
}
.lxbox3_1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 1rem;
}
.lxbox3_1 div {
  padding-top: 0.2rem;
}
.lxbox3_1 span {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 30%;
  border: 1px solid #e5e5e5;
  border-radius: 0.3rem;
  padding: 0.8rem 0;
}
.lxbox3_1 i {
  color: #fc5d02;
  font-size: 2.5rem;
  margin-right: 0.5rem;
}
.lxbox3_1 p {
  color: #555;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.hsljyhome2 {
  margin: 1rem 0.5rem;
}
.hsljyhome3 {
  width: 67.3%;
  float: left;
}
.hsljyhome2_a a {
  display: block;
  margin: 0 0.5rem;
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
}
.hsljyhome4 {
  width: 32.7%;
  float: right;
}
.hsljyhome2_a p {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  height: 2.4rem;
  line-height: 2.4rem;
  color: #fff;
  width: 100%;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 0.5rem;
  bottom: 0;
  left: 0;
}
.hsljyhome2_a p i {
  font-size: 1rem;
  padding-right: 0.5rem;
}
.hsljyhome2_a a img {
  display: block;
}
.hsljyhome4 .hsljyhome4_1 {
  margin-bottom: 1rem;
}
.hsljyhome5 {
  margin: 0 0.5rem;
}
.hsljyhome5 a {
  display: block;
  width: 33.333333333333333333333333333333333%;
  float: left;
}
.hsljyhome5 a span {
  display: block;
  margin: 0 0.5rem;
  position: relative;
  background-color: #f3f3f3;
}
.hsljyhome5 a i {
  display: block;
  left: 0.5rem;
  bottom: 2.5rem;
  position: absolute;
  color: #fff;
  font-size: 1rem;
}
.hsljyhome5 a p {
  height: 2rem;
  line-height: 2rem;
  color: #333;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.hsljyhome5 a span img {
  border-radius: 0.3rem;
}
