* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  font-size: 12px;
}
body {
  background: #F2F2F2;
}
.carousel-indicators li {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background: transparent;
}
#home .flex {
  display: flex;
}
#home .flex1 {
  flex: 1;
}
#home .alignItems {
  align-items: center;
}
#home #slider4 .card {
  width: 22.1429rem;
}
#home #slider4 .usrimg {
  width: 22.1429rem;
  height: 16.8571rem;
}
#home #slider3 h2 {
  text-align: center;
  font-size: 1.8rem;
}
#home #slider3 h2 + .timeText {
  text-align: right;
  color: #aaa;
}
#home #slider3 h2 + .timeText + .contentS3 {
  word-break: break-all;
}
#home #slider2 .card {
  width: 22.1429rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
  overflow: hidden;
}
#home .footer {
  height: 10rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgb(3,70,56);
}
#home .footer .flex1 {
  justify-content: center;
  align-items: center;
  border-right: 2px solid rgb(3,70,56);
}
#home .footer .flex1:last-child {
  border: none;
}
#home .footer img {
  width: 2.1429rem;
  height: 2.1429rem;
  margin-right: 1rem;
}
#home .footerBnner {
  width: 100%;
  height: 22.8571rem;
}
#home .footerBnner.margin {
  margin: 2.2857rem 0;
}
#home .naveBanner {
  display: flex;
  height: 9.0625rem;
  align-items: center;
  justify-content: center;
}
#home .naveBanner .item.line {
  height: 1px;
  padding: 0 2.25rem;
  box-sizing: border-box;
  flex: 1;
}
#home .naveBanner .item.line div {
  height: 1px;
  background-color: #ccc;
}
#home .naveBanner .item.naveBanner {
  flex-direction: column;
}
#home .naveBanner .item.naveBanner .cntitle {
  font-size: 2rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}
#home .naveBanner .item.naveBanner .entitle {
  font-size: 1.5rem;
  font-family: PingFang SC;
  font-weight: 300;
  color: #333333;
}
#home .main {
  padding: 1.3125rem;
  box-sizing: border-box;
}
#home .main .content {
  font-size: 1.5rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 2.25rem;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 2.8125rem 1.8125rem;
}
#home .main .content .scoendtext {
  margin: 2.4375rem 0;
}
#home .main .content .btnjoin {
  width: 20rem;
  height: 4.625rem;
  background: rgb(3,70,56);
  border-radius: 0.5rem;
  margin: 0 auto;
  font-size: 1.5rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 4.625rem;
  text-align: center;
}
#home #slider1 {
  padding: 1.3125rem;
}
#home #slider1 .carousel-inner {
  border-radius: 1.25rem;
}
#home #slider1 .logoitem {
  padding: 0;
}
#home #slider1 .none {
  display: none;
}
#home #slider1 .item {
  width: 100%;
  height: 17.0625rem;
  background-color: #fff;
  position: relative;
}
#home #slider1 .item .rowline {
  position: absolute;
  left: 3.125rem;
  right: 3.125rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #EBEBEB;
}
#home #slider1 .item .cloum {
  position: absolute;
  top: 3.125rem;
  bottom: 3.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-color: #EBEBEB;
}
#home #slider1 .item div.flex {
  height: 50%;
  width: 100%;
}
#home #slider1 .item div.flex div {
  width: 100%;
  padding: 1.25rem;
  box-sizing: border-box;
}
#home #header {
  height: 5rem;
  background: rgb(3,70,56);
  padding-left: 2.1875rem;
  padding-right: 1.5rem;
}
#home #header .backleft {
  width: 1.5225rem;
  height: 2rem;
}
#home #header span {
  font-size: 2rem;
  line-height: 2rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
#home #header .logo {
  width: 8.5rem;
  height: 2.4375rem;
}
#home .title {
  font-size: 1.125rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  padding: 1rem;
  background-color: #fff;
}
#home .logoitem {
  padding: 1.3125rem;
  background: #F2F2F2;
  border-radius: 8px;
  display: flex;
}
#home .logoitem .item {
  width: 100%;
  height: 19.5rem;
}
