/* index */
.m-index .business-scope {
  padding-bottom: 0.34rem /* 34/100 */;
}

.m-index .business-scope ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m-index .business-scope li {
  display: flex;
  flex-direction: column;
}

.m-index .business-scope li img {
  width: 3.33rem /* 333/100 */;
  height: 1.8rem /* 180/100 */;
  border-radius: 6px;
  object-fit: cover;
}

.m-index .business-scope li:first-child img {
  width: 6.86rem /* 686/100 */;
  height: 3.3rem /* 330/100 */;
  border-radius: 6px;
  object-fit: cover;
}

.m-index .business-scope .name {
  padding-top: 0.2rem /* 20/100 */;
  padding-bottom: 0.32rem /* 32/100 */;
  display: flex;
  align-items: center;
  font-size: 0.3rem /* 30/100 */;
  font-weight: 600;
}

.m-index .success-case {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f5f5;
}

.m-index .success-case li {
  margin-bottom: 0.427rem;
  border-radius: 6px;
  background: #ffffff;
}

.m-index .success-case li:last-child {
  margin-bottom: 0;
}

.m-index .success-case img {
  width: 6.86rem /* 686/100 */;
  height: 3.68rem /* 368/100 */;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.m-index .success-case .item-title {
  height: 1.5rem /* 150/100 */;
  padding-left: 0.32rem /* 32/100 */;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.m-index .success-case .item-title .title {
  padding-top: 0.22rem /* 22/100 */;
  font-size: 0.36rem /* 36/100 */;
}

.m-index .success-case .item-title .title-sub {
  padding-top: 0.16rem /* 16/100 */;
  font-size: 0.24rem /* 24/100 */;
}

.m-index .success-case .title {
  font-size: 0.48rem /* 48/100 */;
  font-weight: 600;
}

.m-index .success-case .title-sub {
  font-size: 0.36rem /* 36/100 */;
  color: #666666;
}

.m-index .success-case .more {
  width: 3rem /* 300/100 */;
  height: 0.6rem /* 60/100 */;
  margin-top: 0.73rem /* 73/100 */;
  margin-bottom: 0.55rem /* 55/100 */;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  font-size: 0.24rem /* 24/100 */;
  color: #666666;
}

.m-index .success-case .more i {
  padding-left: 0.347rem;
}

.m-index .about-us {
  display: flex;
  flex-direction: column;
}

.m-index .about-us .about-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0.2rem /* 20/100 */;
}

.m-index .about-us .about-icons div {
  text-align: center;
}

.m-index .about-us .about-icons p {
  display: flex;
  width: 1.7rem /* 170/100 */;
  height: 1.32rem /* 132/100 */;
  padding-top: 0.1rem /* 10/100 */;
  padding-bottom: 0.36rem /* 36/100 */;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: url("/themes/cms/mob/assets/img/index-about-border.png") no-repeat top;
  background-size: 1.70rem /* 170/100 */ 1.32rem /* 132/100 */;
  position: relative;
}

.m-index .about-us .about-icons .item1 p:before {
  content: '';
  display: block;
  width: 0.3rem /* 30/100 */;
  height: 0.3rem /* 30/100 */;
  background: url("/themes/cms/mob/assets/img/index-about-item1.png") no-repeat;
  background-size: 0.3rem /* 30/100 */ 0.3rem /* 30/100 */;
}

.m-index .about-us .about-icons .item2 p:before {
  content: '';
  display: block;
  width: 0.3rem /* 30/100 */;
  height: 0.3rem /* 30/100 */;
  background: url("/themes/cms/mob/assets/img/index-about-item2.png") no-repeat;
  background-size: 0.3rem /* 30/100 */ 0.3rem /* 30/100 */;
}

.m-index .about-us .about-icons .item3 p:before {
  content: '';
  display: block;
  width: 0.29rem /* 29/100 */;
  height: 0.3rem /* 30/100 */;
  background: url("/themes/cms/mob/assets/img/index-about-item3.png") no-repeat;
  background-size: 0.29rem /* 29/100 */ 0.3rem /* 30/100 */;
}

.m-index .about-us .about-icons .item4 p:before {
  content: '';
  display: block;
  width: 0.32rem /* 32/100 */;
  height: 0.32rem /* 32/100 */;
  background: url("/themes/cms/mob/assets/img/index-about-item4.png") no-repeat;
  background-size: 0.32rem /* 32/100 */ 0.32rem /* 32/100 */;
}

.m-index .about-us .about-icons .item1 img {
  display: block;
  width: 0.75rem /* 75/100 */;
  height: 0.36rem /* 36/100 */;
}

.m-index .about-us .about-icons .item2 img {
  display: block;
  width: 1rem /* 100/100 */;
  height: 0.37rem /* 37/100 */;
}

.m-index .about-us .about-icons .item3 img {
  display: block;
  width: 1.06rem /* 106/100 */;
  height: 0.36rem /* 36/100 */;
}

.m-index .about-us .about-icons .item4 img {
  display: block;
  width: 1.22rem /* 122/100 */;
  height: 0.37rem /* 37/100 */;
}

.m-index .about-us .desc {
  margin-top: 0.38rem  /* 38/100 */;
  font-size: 0.22rem /* 22/100 */;
  white-space: pre-wrap;
}

.m-index .case-swiper-container {
  width: 100%;
  height: 3.5rem  /* 350/100 */;
  margin-bottom: 0.62rem  /* 62/100 */;
  /* overflow: visible!important; */
  overflow: hidden;
}

.m-index .case-swiper-container .swiper-wrapper .swiper-slide {
  width: 5.29rem  /* 529/100 */;
}

.m-index .case-swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 3.5rem  /* 350/100 */;
  border-radius: 0.1rem  /* 10/100 */;
}

.m-index .case-swiper-container .swiper-wrapper .swiper-slide-prev {
  margin-top: 18px;
  /*height: 2.8rem  !* 280/100 *! !important;*/
}

.m-index .case-swiper-container .swiper-wrapper .swiper-slide-prev img {
  height: 2.8rem  /* 280/100 */ !important;
}

.m-index .case-swiper-container .swiper-wrapper .swiper-slide-next {
  margin-top: 18px;
  /*height: 2.8rem  !* 280/100 *! !important;*/
}

.m-index .case-swiper-container .swiper-wrapper .swiper-slide-next img {
  height: 2.8rem  /* 280/100 */ !important;
}

.m-index .about-us .desc-items {
  margin-top: 0.36rem /* 36/100 */;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m-index .about-us .desc-items li {
  width: 3.33rem /* 333/100 */;
  height: 1.1rem /* 110/100 */;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
}

.m-index .about-us .desc-items li.bottom {
  margin-top: 0.2rem /* 20/100 */;
  align-self: flex-end;
}

.m-index .about-us .desc-items img {
  width: 50%;
  height: auto;
}

.m-index .about-us .cover {
  display: block;
  width: 6.86rem /* 686/100 */;
  height: 3rem /* 300/100 */;
  margin-top: 0.34rem /* 34/100 */;
}

.m-index .design-team {
  margin-top: 0.66rem /* 66/100 */;
  padding-bottom: 0.58rem /* 58/100 */;
  background: #f5f5f5;
}

.m-index .team-items {
  display: flex;
  flex-direction: row;
  color: #ffffff;
  overflow-x: auto;
  font-size: 0.2rem /* 20/100 */;
}

.m-index .team-items li {
  width: 2.68rem /* 268/100 */;
  height: 3.61rem /* 361/100 */;
  margin-right: 0.2rem /* 20/100 */;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.m-index .team-items li:last-child {
  margin-right: 0;
}

.m-index .team-items .fix-pic {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  border-radius: 4px;
}

.m-index .team-items .fix-pos {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.m-index .team-items .name {
  font-size: 0.3rem /* 30/100 */;
  padding-right: 0.147rem;
}

.m-index .news {
  display: flex;
  flex-direction: column;
}

.m-index .news li {
  box-sizing: content-box;
  min-height: 1.5rem /* 150/100 */;
  padding-top: 0.31rem /* 31/100 */;
  padding-bottom: 0.35rem /* 35/100 */;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid #f5f5f5;
}

.m-index .news li:last-child {
  border-bottom: 1px solid #f5f5f5;
}

.m-index .news .date {
  font-size: 0.2rem /* 20/100 */;
}

.m-index .news .title {
  padding-top: 0.24rem /* 24/100 */;
  font-size: 0.3rem /* 30/100 */;
}

.m-index .news .content {
  padding-top: 0.24rem /* 24/100 */;
  font-size: 0.2rem /* 20/100 */;
  color: #666666;
  -webkit-line-clamp: 2;
}

/* about */
.m-about {
  padding-bottom: 0.46rem /* 46/100 */;
}

.m-about .banner img {
  display: block;
  width: 6.86rem /* 686/100 */;
  height: 3.6rem /* 360/100 */;
}

.m-about .about-us {
  display: flex;
  flex-direction: column;
}

.m-about .about-us .desc {
  font-size: 0.22rem /* 22/100 */;
  white-space: pre-wrap;
}

.m-about .about-us .desc-items {
  margin-top: 0.34rem /* 34/100 */;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m-about .about-us .desc-items li {
  width: 3.33rem /* 333/100 */;
  height: 1.1rem /* 110/100 */;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
}

.m-about .about-us .desc-items li.bottom {
  margin-top: 0.2rem /* 20/100 */;
}

.m-about .about-us .desc-items img {
  width: 50%;
  height: auto;
}

.m-about .show-room {
  margin-top: 0.62rem /* 62/100 */;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to bottom, #282c54 75%, transparent 25%);
  color: #ffffff;
}

.m-about .show-room .c-title {
  height: 2.373rem;
}

.m-about .show-room .show {
  display: block;
  width: 6.86rem /* 686/100 */;
  height: 5.5rem /* 550/100 */;
  background: url("/themes/cms/mob/assets/img/about-showroom.png") no-repeat;
  background-size: 6.86rem /* 686/100 */ 5.5rem /* 550/100 */;
  color: #333333;
  font-size: 0.24rem /* 24/100 */;
  position: relative;
}

.m-about .show-room .show-left {
  position: absolute;
  top: 0.86rem /* 86/100 */;
  left: 0.76rem /* 76/100 */;
}

.m-about .show-room .show-right {
  position: absolute;
  top: 0.86rem /* 86/100 */;
  right: 0.78rem /* 78/100 */;
}

.m-about .show-room .show span {
  padding-top: 0.7rem /* 70/100 */;
  display: block;
  text-align: center;
  font-size: 0.18rem /* 18/100 */;
}

.m-about .show-room .pic {
  display: block;
  width: 2.08rem /* 208/100 */;
  height: 2.89rem /* 289/100 */;
}

.m-about .culture {
  color: #333333;
}

.m-about .culture .desc {
  font-size: 0.22rem /* 22/100 */;
  white-space: pre-wrap;
}

.m-about .culture-pos-left {
  display: flex;
  width: 100%;
  height: 5.42rem /* 542/100 */;
  margin-top: 0.46rem /* 46/100 */;
  position: relative;
}

.m-about .culture-pos-left:before {
  content: '';
  display: block;
  width: 6.07rem /* 607/100 */;
  height: 4.67rem /* 467/100 */;
  background: url("/themes/cms/mob/assets/img/about-culture.png");
  position: absolute;
  bottom: 0;
  left: 0;
}

.m-about .culture-pos-left .bg {
  display: block;
  width: 6.18rem /* 618/100 */;
  height: 4.6rem /* 460/100 */;
  position: absolute;
  top: 0;
  right: 0;
}

.m-about .culture-pos-right {
  display: flex;
  width: 100%;
  height: 5.42rem /* 542/100 */;
  margin-top: 0.46rem /* 46/100 */;
  position: relative;
}

.m-about .culture-pos-right:before {
  content: '';
  display: block;
  width: 6.07rem /* 607/100 */;
  height: 4.67rem /* 467/100 */;
  background: url("/themes/cms/mob/assets/img/about-culture.png");
  position: absolute;
  bottom: 0;
  right: 0;
}

.m-about .culture-pos-right .bg {
  display: block;
  width: 6.18rem /* 618/100 */;
  height: 4.6rem /* 460/100 */;
  position: absolute;
  top: 0;
  left: 0;
}


.m-about .value-items {
  padding-top: 0.56rem;
  display: flex;
  flex-direction: column;
  font-size: 0.24rem /* 24/100 */;
}

.m-about .value-items h4 {
  font-weight: 600;
  font-size: 0.36rem /* 36/100 */;
}

.m-about .value-items p {
  padding-top: 0.22rem /* 22/100 */;
  font-size: 0.22rem /* 22/100 */;
}

.m-about .value-items .icon {
  display: block;
  width: 0.38rem /* 38/100 */;
  height: 0.34rem /* 34/100 */;
  position: absolute;
  left: 0;
  top: 0.06rem /* 6/100 */;
}

.m-about .value-items .item {
  padding-left: 0.75rem /* 75/100 */;
  padding-bottom: 0.46rem /* 46/100 */;
  position: relative;
}

.m-about .value-items .item:last-child {
  padding-bottom: 0;
}

/* business */
.m-business {
  padding-bottom: 0.56rem;
}

.m-business .case-slide {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem /* 50/100 */;
  padding-bottom: 0.7rem /* 70/100 */;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0.36rem /* 36/100 */;
  font-weight: 600;
}

.m-business .case-slide a {
  text-decoration: none;
}

.m-business .case-slide .more {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  width: 2rem /* 200/100 */;
  height: 0.6rem /* 60/100 */;
  font-size: 0.2rem /* 20/100 */;
  border: 1px solid #999999;
  border-radius: 0.3rem /* 30/100 */;
  font-weight: normal;
}

.m-business .desc {
  margin-top: 0.2rem /* 20/100 */;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.22rem /* 22/100 */;
  color: #333333;
  background: url("/themes/cms/mob/assets/img/business-desc-border.png") repeat;
}

.m-business .case-slide img {
  display: block;
  height: 3.68rem /* 368/100 */;
  border-radius: 0.1rem /* 10/100 */;
  object-fit: cover;
}

.m-business .desc p {
  width: 100%;
  display: flex;
  padding: 0.32rem 0.267rem;
  margin: 0.16rem 0.2rem;
  background: #ffffff;
  line-height: 0.48rem;
  white-space: pre-wrap;
}

.m-business .case-items {
  padding-top: 0.4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
}

.m-business .case-item {
  display: flex;
  flex-direction: column;
}

.m-business .case-items img {
  display: flex;
  width: 3.33rem /* 333/100 */;
  height: 2.1rem /* 210/100 */;
  object-fit: cover;
  border-radius: 4px;
}

.m-business .case-items span {
  height: 0.82rem /* 82/100 */;
  display: block;
  line-height: 0.7rem /* 70/100 */;
  font-size: 0.3rem /* 30/100 */;
  font-weight: 600;
}

.m-business .article {
  font-size: 0.24rem /* 24/100 */;
}

.m-business .article ul {
  padding-top: 0.2rem /* 20/100 */;
}

.m-business .article li {
  padding-bottom: 0.12rem /* 12/100 */;
}

.m-business .article span {
  display: block;
  padding-top: 0.3rem /* 30/100 */;
  font-size: 0.36rem /* 36/100 */;
  font-weight: 600;
}

.m-business .article a {
  color: #333333;
  text-decoration: none;
  padding-left: 0.24rem;
  position: relative;
}

.m-business .article a:before {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: #333333;
  position: absolute;
  left: 0;
  top: 0.23rem;
}

/* success-case */
.m-success-case {
  padding-bottom: 0.56rem;
}

.m-success-case .case-items {
  display: flex;
  flex-direction: column;
}

.m-success-case .case-items a {
  color: #323232;
  text-decoration: none;
}

.m-success-case .case-items li {
  margin-bottom: 0.427rem;
}

.m-success-case .case-items li:last-child {
  margin-bottom: 0;
}

.m-success-case .case-items img {
  display: block;
  width: 6.86rem /* 686/100 */;
  height: 3.68rem /* 368/100 */;
  object-fit: cover;
  border-radius: 6px;
}

.m-success-case .case-items div {
  padding-left: 0.32rem /* 32/100 */;
  height: 1.3rem /* 130/100 */;
}

.m-success-case .case-items .info, .m-success-case .case-items .sub {
  display: block;
  color: #666666;
  font-size: 0.24rem /* 24/100 */;
}

.m-success-case .case-items .info {
  padding-top: 0.2rem /* 20/100 */;
  color: #323232;
  font-size: 0.36rem /* 36/100 */;
  font-weight: 600;
}

.m-success-case .case-items .sub {
  margin-top: 0.1rem /* 10/100 */;
}

/* team */
.m-team .team-items .item {
  padding-top: 0.5rem /* 50/100 */;
  padding-bottom: 0.4rem /* 40/100 */;
  border-bottom: 1px solid #e8eaee;
}

.m-team .team-items .item:first-child {
  padding-top: 0;
}

.m-team .team-items .item:last-child {
  border-bottom: none;
}

.m-team .team-items .cover {
  display: block;
  width: 6.87rem /* 687/100 */;
  /*height: 5rem !* 500/100 *!;*/
  border-radius: 0.06rem /* 6/100 */;
}

.m-team .team-items .desc {
  display: flex;
  flex-direction: column;
  font-size: 0.22rem /* 22/100 */;
}

.m-team .team-items .post-sub {
  padding-top: 0.38rem /* 38/100 */;
  font-size: 0.48rem /* 48/100 */;
  font-weight: 700;
}

.m-team .team-items .post {
  padding-top: 0.20rem /* 20/100 */;
  font-size: 0.24rem /* 24/100 */;
  font-weight: 700;
}

.m-team .team-items .name {
  padding-top: 0.12rem /* 12/100 */;
  font-size: 0.36rem /* 36/100 */;
  font-weight: 700;
}

.m-team .team-items .exp {
  padding-top: 0.1rem /* 10/100 */;
}

.m-team .team-items .exp li {
  padding-top: 0.02rem /* 2/100 */;
  padding-bottom: 0.02rem /* 2/100 */;
}

.m-team .team-items .exp span {
  padding-right: 0.347rem;
}

/* news */
.m-news {

}

.m-news .news-items .item {
  padding-top: 0.32rem /* 32/100 */;
  padding-bottom: 0.32rem /* 32/100 */;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #f5f5f5;
}

.m-news .news-items .item a {
  color: #666666;
  text-decoration: none;
}

.m-news .news-items .item:last-child {
  border-bottom: none;
}

.m-news .item-left {
  width: 100%;
  padding-right: 0.38rem /* 38/100 */;
  display: flex;
  flex-direction: column;
  color: #666666;
  font-size: 0.2rem /* 20/100 */;
}

.m-news .item-left .title {
  color: #000000;
  font-size: 0.3rem /* 30/100 */;
  font-weight: 600;
}

.m-news .item-right {
  display: block;
  width: 1.84rem /* 184/100 */;
  height: 1.3rem /* 130/100 */;
  flex-shrink: 0;
  object-fit: cover;
}

/* case */
.m-case {
  display: flex;
  flex-direction: column;
  align-content: center;
  font-size: 0.24rem /* 24/100 */;
  padding-bottom: 0.5rem /* 50/100 */;
}

.m-case h4 {
  font-size: 0.36rem /* 36/100 */;
  font-weight: 700;
}

.m-case .line {
  padding-top: 0.16rem /* 16/100 */;
}

.m-case .desc {
  padding-top: 0.26rem /* 26/100 */;
  white-space: pre-wrap;
}

.m-case .pics {
  padding-top: 0.42rem /* 42/100 */;
  display: flex;
  flex-direction: column;
}

.m-case .pics li {
  width: 100%;
  padding-bottom: 0.347rem;
  display: flex;
}

.m-case .pics li:last-child {
  padding-bottom: 0;
}

.m-case .pics img {
  display: block;
  width: 6.87rem /* 687/100 */;
  height: 3.81rem /* 381/100 */;
  object-fit: cover;
}

.m-case .tag {
  margin-top: 0.4rem;
  margin-bottom: 0.453rem;
  display: flex;
  background: url("/themes/cms/mob/assets/img/business-desc-border.png") repeat;
  color: #333333;
  font-size: 0.24rem /* 24/100 */;
}

.m-case .tag .tag-wrap {
  width: 100%;
  padding: 0.267rem 0.307rem;
  margin: 0.16rem 0.2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #ffffff;
}

.m-case .tag .tag-wrap span {
  padding-right: 0.32rem;
}

.m-case .about-case {
  font-size: 0.3rem /* 30/100 */;
  font-weight: 600;
}

.m-case .about-case .title {
  display: block;
  font-size: 0.36rem /* 36/100 */;
}

.m-case .about-case ul {
  padding-top: 0.2rem /* 20/100 */;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m-case .about-case img {
  display: block;
  width: 3.34rem /* 334/100 */;
  height: 2.1rem /* 210/100 */;
  border-radius: 0.06rem /* 6/100 */;
}

.m-case .about-case li span {
  display: block;
  height: 0.82rem /* 82/100 */;
  line-height: 0.7rem /* 70/100 */;
}

/* contrat */
.m-contrat {
  padding-top: 0;
}

.m-contrat .tel-mob {
  padding-top: 0.4rem /* 40/100 */;
  width: 100%;
  height: 3.1rem /* 270/100 */;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0.24rem /* 24/100 */;
  position: relative;
}

.m-contrat .tel-mob:before {
  content: '';
  display: block;
  /*width: 100%;*/
  width: calc(100% + 0.36rem);
  height: 100%;
  position: absolute;
  bottom: -0.2rem;
  left: -0.16rem;
  right: -0.16rem;
  background: url("/themes/cms/mob/assets/img/contact-tel-mob-bg.png") no-repeat;
  background-size: contain;
  background-position: bottom;
}

.m-contrat .tel, .m-contrat .mob {
  padding-left: 0.31rem /* 31/100 */;
  padding-bottom: 0.4rem /* 40/100 */;
  flex: 1 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

.m-contrat .tel {
  border-right: 1px solid #f0f0f0;
}

.m-contrat .tel:after {
  content: '';
  display: block;
  width: 0.4rem /* 40/100 */;
  height: 0.4rem /* 40/100 */;
  position: absolute;
  top: 0.3rem /* 30/100 */;
  left: 0.33rem /* 33/100 */;
  background: url("/themes/cms/mob/assets/img/contact-tel.png") no-repeat;
  background-size: contain;
}

.m-contrat .mob:after {
  content: '';
  display: block;
  width: 0.27rem /* 27/100 */;
  height: 0.39rem /* 39/100 */;
  position: absolute;
  top: 0.3rem /* 30/100 */;
  left: 0.33rem /* 33/100 */;
  background: url("/themes/cms/mob/assets/img/contact-mob.png") no-repeat;
  background-size: contain;
}

.m-contrat .tel-mob .num {
  font-size: 0.40rem /* 40/100 */;
  font-weight: 500;
}

.m-contrat .other {
  padding-top: 0.5rem /* 50/100 */;
  padding-bottom: 0.4rem /* 40/100 */;
  padding-left: 0.31rem /* 31/100 */;
  font-size: 0.24rem /* 24/100 */;
}

.m-contrat .other li {
  padding-left: 0.53rem /* 53/100 */;
  padding-bottom: 0.36rem /* 36/100 */;
  display: flex;
  flex-direction: column;
  position: relative;
}

.m-contrat .other li:last-child {
  padding-bottom: 0;
}

.m-contrat .other .b {
  padding-bottom: 0.06rem /* 6/100 */;
  font-weight: 600;
}

.m-contrat .other .location:before {
  content: '';
  display: block;
  width: 0.27rem /* 27/100 */;
  height: 0.33rem /* 33/100 */;
  background: url("/themes/cms/mob/assets/img/contact-location.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.06rem /* 6/100 */;
  left: 0;
}

.m-contrat .other .qq:before {
  content: '';
  display: block;
  width: 0.28rem /* 28/100 */;
  height: 0.31rem /* 31/100 */;
  background: url("/themes/cms/mob/assets/img/contact-qq.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.06rem /* 6/100 */;
  left: 0;
}

.m-contrat .other .qr:before {
  content: '';
  display: block;
  width: 0.3rem /* 30/100 */;
  height: 0.29rem /* 29/100 */;
  background: url("/themes/cms/mob/assets/img/contact-qr.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.06rem /* 6/100 */;
  left: 0;
}

.m-contrat .other .qr-items {
  display: flex;
  flex-direction: row;
}

.m-contrat .other .qr-item {
  padding-right: 0.933rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.m-contrat .other .qr-item:last-child {
  padding-right: 0;
}

.m-contrat .other .qr-items img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}

/* news-info */
.m-news-info {
  font-size: 0.24rem /* 24/100 */;
}

.m-news-info .article {
  padding-bottom: 0.64rem /* 64/100 */;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0.22rem /* 22/100 */;
}

.m-news-info .article img {
  width: 100%;
}

.m-news-info .article .title {
  font-size: 0.36rem /* 36/100 */;
}

.m-news-info .article .date {
  padding-top: 0.32rem /* 32/100 */;
  display: block;
  color: #666666;
}

.m-news-info .article .content {
  padding-top: 0.45rem /* 45/100 */;
}

.m-news-info .article .content p {
  white-space: pre-wrap;
}

.m-news-info .recommend {
  padding-top: 0.42rem /* 42/100 */;
  padding-bottom: 0.42rem /* 42/100 */;
  border-bottom: 1px solid #e6e6e6;
}

.m-news-info .recommend span {
  font-size: 0.36rem /* 36/100 */;
  font-weight: 600;
}

.m-news-info .recommend ul {
  margin-top: 0.3rem /* 30/100 */;
}

.m-news-info .recommend li {
  margin-bottom: 0.2rem /* 20/100 */;
}

.m-news-info .recommend li:last-child {
  margin-bottom: 0;
}

.m-news-info .recommend a {
  color: #333333;
  text-decoration: none;
  padding-left: 0.24rem;
  position: relative;
}

.m-news-info .recommend a:before {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background-color: #333333;
  position: absolute;
  left: 0;
  top: 0.23rem;
}

.m-news-info .previous-next div:last-child {
  padding-bottom: 0.44rem /* 44/100 */;
}

.m-news-info .news-previous, .m-news-info .news-next {
  /*height: 1.733rem;*/
  padding-left: 0.46rem /* 46/100 */;
  padding-top: 0.44rem /* 44/100 */;
  /*padding-bottom: 0.213rem;*/
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #666666;
  font-size: 0.26rem /* 26/100 */;
}

.m-news-info .news-previous a, .m-news-info .news-next a {
  color: #333333;
  text-decoration: none;
}

.m-news-info .news-previous .i, .m-news-info .news-next .i {
  margin-bottom: 0.16rem /* 16/100 */;
  position: relative;
}

.m-news-info .news-previous .i:before, .m-news-info .news-next .i:before {
  content: '';
  width: 2px;
  height: 0.3rem;
  display: block;
  background: #666666;
  position: absolute;
  top: 0.2rem;
  left: -0.613rem;
}
<!--ºÄÊ±1756505638.4203Ãë-->