/* 关于我们 */
.content {
  width: 1200px;
  margin: 0 auto;
}


.idx-about {
  margin-top: 70px;
  height: calc(100vh - 70px);
  width: 100%;
  background: url(https://haodaoda.oss-cn-beijing.aliyuncs.com/image/tytxwl.com/section.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: scroll;
}

.flexRow {
  display: flex;
  justify-content: space-around;
  padding: 2rem 0;
}

.idx-about .l {
  position: relative;
  width: 500px;
  height: 300px;
}

.idx-about .l::before {
  position: absolute;
  top: -36px;
  left: 0;
  content: '';
  width: 284px;
  height: 40px;
  z-index: 0;
}

.idx-about .l img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.idx-about .r {
  width: 600px;
  height: 300px;
  padding: 0 80px 0 40px;
  box-sizing: border-box;
  /* border-radius: 6px;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%); */
}

.idx-about .tit {
  position: relative;
  padding: 0px 0 14px;
  margin-bottom: 14px;
}

.idx-about .tit:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33px;
  height: 3px;
  background-color: #dfdfdf;
}

.idx-about .tit p {
  font-size: 18px;
  text-transform: uppercase;
  color: #0383ff;
}

.idx-about .tit h2 {
  margin-top: 2px;
  font-size: 22px;
  font-weight: bold;
  color: #0383ff;
}

.idx-about .txt-detail {
  /* height: 128px; */
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  line-height: 32px;
  /*多行文本溢出现实省略号*/
  display: -webkit-box;
  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;
  /*溢出隐藏*/
  text-overflow: ellipsis;
  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  word-break: break-all;
  /*文本强制换行*/
  -webkit-box-orient: vertical;
  /*文本被水平或垂直排列。*/
  /* -webkit-line-clamp:4;    */
  /*用来限制在一个块元素显示的文本的行数。*/

}


.section {
  width: 1140px;
  margin: 0 auto;
}

.bg33 {
  position: absolute;
  right: 50%;
  top: 15%;
  width: 40%;
  height: 300px;
  background: url(https://haodaoda.oss-cn-beijing.aliyuncs.com/image/tytxwl.com/yuannei.png) no-repeat;
  background-size: cover;
  transition-delay: 0.7s;
}
.p3 {
  width: 40%;
  right: 5%;
  height: 300px;
  top: 15%;
  font-size: 16px;
  color: #000;
  transition-delay: 0.7s;
}

/* 地图 */
.addressBox {
  width: 500px;
  height: 400px;
}
.addressTitle {
  background: cornflowerblue;
  color: #fff;
  padding: 6px 20px;
  border-radius: 8px;
  margin-bottom: 8px;
}

#container {
  width: 600px;
  height: 400px;
  border-radius: 8px;
}

.content-window-card {
  position: relative;
  box-shadow: none;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 10px 20px;
  border-radius: 6px;
  background: #fff;
}

div.info-top div {
  font-size: 14px;
  font-weight: bold;
}

div.info-middle {
  font-size: 12px;
  padding-top: 6px;
}

div.info-bottom {
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}

div.info-bottom img {
  position: relative;
  z-index: 104;
}

span {
  margin-left: 5px;
  font-size: 11px;
}

.aboutFooter {
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
.aboutText  {
  font-size: 12px;
}