
/* mobile css */
.mobilecss {
  /* overflow-x: hidden; */
}
.mobilecss *::-webkit-scrollbar {
  display: none;
}
.mbox.mobiledom{
  width: 100%;
}
.mobilecss .blockheader.block2headerr{
  width: 100%;
}
.mobilecss .topbanner {
  padding: 100px 24px 24px 24px;
  background: url(../images/home/banner.jpg) no-repeat center / cover;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  display: block;
}
.mobilecss .topbanner .mbox {
  padding-bottom: 0;
}
.mobilecss .topbanner .mbox .tt {
  font-size: 20px;
  line-height: 26px;
}
.mobilecss .topbanner .mbox .tt + .tt {
  padding-bottom: 14px;
}
.mobilecss .topbanner .mbox .desc {
  font-size: 12px;
}
.mobilecss .topbanner .mbox .desc + .desc {
  margin-top: 10px;
}

.mobilecss .block1 {
  background: white;
  padding: 30px 20px;
}
.mobilecss .block1 .block1m {
  /*background: url(../images/home/blcok1bk.png) no-repeat top/100%;*/
  background: none;
  display: block !important;
}
.mobilecss .block1 .block1m .block1left {
  width: auto;
  min-height: auto;
  /*display: flex;*/
  /*flex-direction: column;*/
}
.mobilecss .block1 .block1m .block1left .sstt {
  padding: 2px 0;
  color: #00001c;
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 14px;
}
.mobilecss .block1 .block1m .block1left .sstt .textg {
  color: #00b03e;
}
.mobilecss .block1 .block1m .block1left .tt {
  flex: 1;
  margin-top: 8px;
  color: #00001c;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
}
.mobilecss .block1 .block1m .block1left .desc {
  font-size: 14px;
  text-align: justify;
  margin-top: 12px;
}
.mobilecss .block1 .block1m .block1right {
  margin-left: 0px;
  display: block;
}
.mobilecss .block1 .block1m .block1right .numitem {
  text-align: center;
  display: flex;
  align-items: baseline;
  width: 100%;
  margin: 0 !important;
}
.mobilecss .block1 .block1m .block1right .numitem .snntt {
  width: 50%;
  margin-right: 10%;
  text-align: right;
}
.mobilecss .block1 .block1m .block1right .numitem .numstt {
  text-align: center;
  color: #00001c;
  font-family: "Alimama FangYuanTi VF";
  font-weight: 700;
  font-size: 34px;
  margin-top: 12px;
}
.mobilecss .block1 .block1m .block1right .numitem .numdesc {
  background: linear-gradient(#00001c66, #00001c66), #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: "Alimama FangYuanTi VF";
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  margin-top: 12px;
}
.mobilecss .block1 .btn {
  margin-top: 20px;
  padding: 12px 30px;
  background: #00b03e;
  width: max-content;
  color: #ffffff;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  cursor: pointer;
}
.mobilecss .block1 .btn .btnmore {
  width: 15px;
  height: 15px;
  margin-left: 4px;
}

.mobilecss .block6 {
  padding: 20px;
  background: #fafbfc
}

.mobilecss .block6 .inner {
  position: relative;
  display: block;
  user-select: none;
  width: auto;
  margin: 0 auto;

}

.mobilecss .block6 .inner .indicator {
  width: 200%;
  flex-direction: row;
  justify-content: space-between;
  transform: scale(0.5);
  transform-origin: top left;
}

.mobilecss .block6 .inner .indicator .line {
  opacity: .5;
  width: 35px;
  height: 1px;
  background: #00001c
}

.mobilecss .block6 .inner .block-wrap {
  width: 100%;
}

.mobilecss .block6 .inner .block-wrap .block {
  display: block;
  align-items: center;
  height: auto;
}


.mobilecss .block6 .inner .block-wrap .block .info .title {
  font-weight: 600;
  font-size: 24px;
  color: #00001c
}

.mobilecss .block6 .inner .block-wrap .block .info .desc {
  width: 90%;
  margin-top: 14px;
  text-align: justify;
  font-size: 14px;
  color: #9999a4
}

.mobilecss .block6 .inner .block-wrap .block .info .btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 137px;
  height: 41px;
  margin-top: 20px;
  background: #00b03e
}

.mobilecss .block6 .inner .block-wrap .block .info .btn .text {
  margin-right: 4px;
  font-size: 12px;
  color: #fff
}

.mobilecss .block6 .inner .block-wrap .block .info .btn .more {
  width: 13px;
  height: 13px
}

.mobilecss .block6 .inner .block-wrap .block .img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: 0
}



.mobilecss .block3 {
  background: white !important;
}
.mobilecss .block3 .mbox {
  /*display: flex;*/
}
.mobilecss .block3 .mbox .blcok3tt {
  width: 244px;
  color: #00001c;
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 20px;
}
.mobilecss .block3 .mbox .rcoontent {
  flex: 1;
  margin-left: 8px;
}
.mobilecss .block3 .mbox .rcoontent .annlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mobilecss .block3 .mbox .rcoontent .annlist .anlitem {
  background-size: 100% 100% !important;
  width: 470px;
  height: 176px;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.mobilecss .block3 .mbox .rcoontent .annlist .anlitem:hover {
  transform: scale(1.01);
}
.mobilecss .block3 .mbox .rcoontent .annlist .anlitem .name {
  color: #ffffff;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.mobilecss .block3 .mbox .rcoontent .annlist .anlitem .subtt {
  margin-top: 9px;
  color: #ffffff;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 12px;
}
.mobilecss .block3 .mbox .rcoontent .annlist .anlitem .subtt .subnum {
  color: #ffffff;
  font-family: "Alimama FangYuanTi VF";
  font-weight: 600;
  font-size: 12px;
}
.mobilecss .block3 .mbox .rcoontent .btn {
  margin-top: 20px;
  padding: 16px 40px;
  background: #00b03e;
  width: max-content;
  color: #ffffff;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  cursor: pointer;
}
.mobilecss .block3 .mbox .rcoontent .btn .btnmore {
  width: 15px;
  height: 15px;
  margin-left: 4px;
}


.mobilecss .block4 {
  padding: 30px 20px;
}
.mobilecss .block4 .blockhead {
  justify-content: space-between;
}
.mobilecss .block4 .blockhead .blockheader .tt {
  font-size: 20px;
}
.mobilecss .block4 .blockhead .blockheader .shape {
  width: 42px;
  height: 6px;
  margin-top: 14px;
}
.mobilecss .block4 .blockhead .rrbtn {
 transform: scale(0.8);
 transform-origin: right center;
}
.mobilecss .block4 .artilist {
  margin-top: 20px;
}
.mobilecss .block4 .artilist .artitem {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  display: block !important;
}
.mobilecss .block4 .artilist .artitem:hover {
  transform: scale(1.01);
}
.mobilecss .block4 .artilist .artitem .newsimg {
  width: 100%;
}

.mobilecss .block4 .artilist .artitem .artleft {
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
.mobilecss .block4 .artilist .artitem .artleft .artleftt {
  color: #00001c;
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
.mobilecss .block4 .artilist .artitem .artleft .morebtn {
  width: max-content;
  margin-top: 14px;
}
.mobilecss .block4 .artilist .artitem .artleft .morebtn .text {
  color: #00b03e;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.mobilecss .block4 .artilist .artitem .artleft .morebtn .btnmore {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
.mobilecss .block4 .artilist .artitem .artleft .morebtn:hover {
  border-bottom: 1px solid #00b03e;
}
.mobilecss .block4 .artilist .artitem .artright {
  display: none;
}


.mobilecss .block2box .anliblockcon{
  min-width: 100%;
  overflow: hidden;
  margin-top: 18px;
  height: 380px;
}
.mobilecss .anliblockcon .anliblock{
  width: 100%;
  margin: 0 auto;
  overflow: visible !important;
}

.mobilecss .anliblockcon .anlitem {
  background-size: 100% 100% !important;
  width: 80%;
  height: 262px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .15s ease-in-out;
  position: relative;
}
.mobilecss .anliblockcon .anlitem .anconbox{
  background: white;
  position: absolute;
  left: calc(15%);
  box-sizing: border-box;
  width: 70%;
  height: 140px;
  padding: 26px;
  box-shadow: 0px 4px 10px #00000026;
  bottom: -80px;
}



.mobilecss .block5 {
  background: white;
  padding: 30px 0;
}
.mobilecss .block5 .tt {
  text-align: center;
  color: #00001c;
  font-family: "PingFang SC";
  font-weight: 600;
  font-size: 20px;
}
.mobilecss .block5 .subtt {
  text-align: center;
  color: #00001c;
  font-family: "PingFang SC";
  font-weight: 400;
  font-size: 14px;
  margin-top: 9px;
}
.mobilecss .block5 .commbg {
  width: 100%;
  height: 90px;
  margin-top: 20px;
  object-fit: contain;
}