#lxwm {
  padding-top: 100px;
  background-color: white;
}
#lxwm .banner {
  background: url('../assets/img/联系我们.jpg') no-repeat center;
  height: 277px;
  width: 100%;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position-y: 20%;
}
#lxwm .banner .bannertitle {
  position: absolute;
  font-size: 30px;
  color: white;
  text-align: center;
}
#lxwm .banner .bannertitle p {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: #eee;
}
#lxwm .banner .bannertitle .lxwm {
  font-size: 56px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 0px;
  line-height: 1.3em;
  font-family: SimSun, 宋体, STSong;
}
#lxwm .banner .bannertitle .lxwm::before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  position: absolute;
  z-index: 0;
  top: 36%;
  left: -120px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  opacity: 0.8;
}
#lxwm .banner .bannertitle .lxwm:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  position: absolute;
  z-index: 0;
  top: 36%;
  right: -120px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  opacity: 0.8;
}
#lxwm .area {
  background: #0081cc;
  padding: 7px;
  color: white;
  margin: 50px 0 0;
}
#lxwm .table_ys1 {
  border-collapse: collapse;
  border: none;
  width: 100%;
  margin: 20px 0;
}
#lxwm .table_ys1 .bggray {
  background: #efefef;
}
#lxwm .table_ys1 tr {
  height: 40px;
}
#lxwm .table_ys1 td {
  border: 1px solid #ccc;
}
#lxwm .table_ys1 .Content_tab_style_04 {
  height: 30px;
  background: #f2f2f2;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
#lxwm .table_ys1 .Content_tab_style_04 th {
  text-align: center;
  border: 1px solid #ccc;
}
#lxwm .companylist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fbfbfb;
  padding: 15px 10px 10px;
  margin-bottom: 60px;
}
#lxwm .companylist .companyitem {
  min-height: 0px;
  margin-bottom: 20px;
  margin-right: 15px;
}
#lxwm .companylist .companyitem .companyname {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-top: 1px;
  font-weight: bold;
  color: #555555;
}
#lxwm .companylist .companyitem .companyname .iconfont {
  margin-right: 7px;
  cursor: pointer;
}
#lxwm .companylist .companyitem .companyname:hover {
  color: #0081cc;
}
#lxwm .companylist .companyitem .companyinfo {
  font-size: 14px;
  color: #555555;
  padding-top: 10px;
  height: 150px;
  overflow: hidden;
  padding-left: 23px;
}
#lxwm .companylist .companyitem .el-collapse-item__wrap {
  border: none;
  background: #fbfbfb;
}
#lxwm .companylist .companyitem .el-collapse-item__header {
  border: none;
  background: #fbfbfb;
}
#lxwm .companylist .companyitem .el-collapse {
  border: none;
}
