.lxwm .top {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.lxwm .top img {
  width: 100%;
}

.lxwm .top .text {
  position: absolute;
  left: 0;
  right: 0;
  width: 1200px;
  margin: 0 auto;
}

.lxwm .top .text p:nth-child(1) {
  font-size: 90px;
  font-weight: 400;
  color: #ffffff;
}

.lxwm .top .text p:nth-child(2) {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}

.con {
  width: 1200px;
  margin: 0 auto;
  /* border: 1px solid; */
}

.con .tit {
  margin-top: 100px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #1e1e1e;
}

.list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.item {
  width: 290px;
  border: 1px solid;
  margin-right: 13px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  transition: all 0.2s;
}
.item:hover {
  transition: all 0.2s;
  box-shadow: 0px 8px 16px 1px rgb(190 190 190 / 30%);
}

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

.item img {
  width: 100%;
  height: 180px;
}

.site {
  text-align: left;
  margin: 0 18px;
  font-size: 14px;
  font-weight: 400;
  color: #1e1e1e;
}

.lxwm .city {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #1e1e1e;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lxwm .city img {
  width: 15px;
  height: 20px;
  margin-right: 4px;
}

.lxwm .opinion {
  margin-top: 100px;
  margin-bottom: 100px;
}

.lxwm .opinion .title {
  font-size: 20px;
  font-weight: bold;
  color: #1e1e1e;
  margin-bottom: 30px;
}

.flex {
  display: flex;
}

.flex p:first-child img {
  width: 14px;
  height: 17px;
  margin-right: 4px;
}

.flex p:nth-child(2) img {
  width: 15px;
  height: 11px;
  margin-right: 4px;
}

.flex p {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #1e1e1e;
  line-height: 24px;
  margin-right: 30px;
}

.flex p:last-child {
  font-weight: normal;
}

.styleLife {
  width: 1200px;
  margin-top: 66px;
  margin-bottom: 140px;
}

.tasabs {
  width: 290px;
  height: 366px;
  margin-right: 14px;
  position: relative;
}

.tasabs:last-child {
  margin-right: 0;
}

.tasabs .scrolImg img {
  width: 100%;
}

.tasabs .jincnbaojia {
  width: 250px;
  height: 84px;
  position: absolute;
  bottom: -26px;
  left: 20px;
  background: #ffffff;
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tasabs .scrolImg {
  width: 290px;
  height: 366px;
  overflow: hidden;
  border-radius: 10px;
}

.tasabs .scrolImg:hover img {
  cursor: pointer;
  transform: scale(1.2);
}

.orgin {
  background: #ff6400;
  border: 1px solid rgba(228, 228, 228, 0.7);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}

.sumbit2:hover {
  background: #fdb740;
  cursor: pointer;
}

.tasabs .fro3 {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 22px;
}

.tasabs .itemfrom {
  width: 240px;
  height: 52px;
  background: #ffffff;
  border-radius: 6px;
  margin-top: 10px;
  padding: 14px 17px;
}

.itemfrom .iconsto {
  width: 22px;
  height: 24px;
}

.itemfrom .dredep {
  width: 1px;
  height: 25px;
  margin-left: 17px;
  background: #787878;
  display: inline-block;
}

.itemfrom input {
  border: none;
  outline: none;
  flex: 1;
  width: 100%;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #787878;
  padding-left: 12px;
}

.itemfrom input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #787878;
}

.itemfrom select {
  flex: 1;
  height: 100%;
  -webkit-appearance: none;
  border: none;
  outline: none;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #787878;
  padding-left: 12px;
}

.tasabs .scrolImg {
  width: 290px;
  height: 366px;
  overflow: hidden;
  border-radius: 10px;
}

.tasabs .scrolImg:hover img {
  cursor: pointer;
  transform: scale(1.2);
}

.jincnbaojia .titleImgsto {
  font-size: 22px;
  font-weight: bold;
  color: #010101;
  line-height: 30px;
}

.jincnbaojia .titlelSele {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #010101;
  line-height: 30px;
}

.gaoxinglbs4 {
  width: 1200px;
  margin-top: 49px;
  margin-bottom: 89px;
}

.gaoxinglbs4 .phoneVr4 {
  width: 331px;
  position: relative;
}

.gaoxinglbs4 .phoneVr4 .pnoe4 {
  width: 100%;
}

.lbsMainItem {
  width: 100%;
  background: #f5f6fb;
}

.lbsMainItem .lbsMainTitle {
  font-size: 30px;
  font-weight: bold;
  margin-top: 99px;
  color: #111111;
}

.lbsMainItem .lbsMainTitle .lbsMainTitl1 {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #484848;
  margin-top: 19px;
}

.sxzxMain{
  background: #f5f6fb;
}
