@charset "UTF-8";
.steel_content .map #container, .steel_content .map #container2 {
  height: 500px;
  width: 100%;
}

.steel_content .map .home-title {
  margin: 60px 0 40px;
  padding: 0;
}

.steel_content .contact-title {
  width: calc(100% - 30px);
  position: relative;
  background: #f5f5f5 url("http://www.ketaigjg.com/uploadfile/image/20201024/20201024192945_2119674653.png") no-repeat;
  background-size: 50px;
  background-position: calc(100% - 20px) calc(100% - 20px);
  padding: 45px 45px 50px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 35px;
  margin-left: 30px;
  display: flex;
  align-items: flex-start;
}

.steel_content .contact-title .title {
  background: var(--dataColor);
  border-radius: 10px;
  font-size: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  margin-left: -80px;
  padding: 10px 20px;
}

.steel_content .contact-title .content {
  margin-left: 20px;
  font-size: 14px;
}

.steel_content .lianxi {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.steel_content .lianxi li {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  border: 1px solid #eee;
  width: calc(25% - 20px);
  height: 180px;
  text-align: center;

  color: #666;

  line-height: 160%;
  padding: 10px;
  font-family: '微软雅黑';
  background: whitesmoke;
  transition: 0.5s;
  box-sizing: border-box;
}
.steel_content .lianxi li:hover b{

    transform: rotateY(360deg);
    transition: 0.5s;
}

.steel_content .lianxi li .iconfont {
  font-size: 20px;
  background-color: var(--dataColor);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-weight: normal;
}

.steel_content .lianxi li i {
  display: block;
  font-size: 16px;
  color: #333;
  padding-bottom: 8px;
  font-style: normal;
  padding-top: 10px;
}

.steel_content .lianxi li span {
  font-size: 12px;
  color: #555;
  line-height: 30px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.content-window-card {
  position: relative;
  box-shadow: none;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 0;
}

.content-window-card p {
  height: 2rem;
}

.custom-info {
  border: solid 1px silver;
}

div.info-top {
  position: relative;
  background: none repeat scroll 0 0 #F9F9F9;
  border-bottom: 1px solid #CCC;
  border-radius: 5px 5px 0 0;
}

div.info-top div {
  display: inline-block;
  color: var(--dataColor);
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
  padding: 0 10px;
}

div.info-top img {
  position: absolute;
  top: 10px;
  right: 10px;
  transition-duration: 0.25s;
}

div.info-top img::hover {
  box-shadow: 0px 0px 5px #000;
}

div.info-middle {
  font-size: 15px;
  padding: 10px 6px;
  line-height: 20px;
}

div.info-middle img {
  float: left;
  margin-right: 6px;
}

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

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

@media screen and (max-width: 600px) {
  .steel_content .contact-title {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    width: 100%;
    padding: 0px;
    padding-bottom: 40px;
  }
  .steel_content .contact-title .title {
    padding: 10px;
    margin-left: 0;
    width: 100%;
    border-radius: 0;
  }
  .steel_content .contact-title .content {
    margin-left: 0;
    padding: 10px;
  }
  .lianxi {
    flex-wrap: wrap;
  }
  .lianxi li {
    width: calc(50% - 5px) !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
}
