* {
  padding: 0;
  margin: 0;
  list-style: none;
}
.overflow-ellipsis{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-line-clamp: 3; /* 显示两行 */
  line-clamp: 3; /* 适用于部分浏览器 */
}

/* 顶部导航 */
.yuncang >nav {
  width: 100%;
  height: 40px;
  background-color: #af0a1f;
}
.yuncang >nav .nav-title {
  width: 1200px;
  height: 100%;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
}

/* 头部 */
.yuncang >header .header-title {
  width: 1200px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto; 
}
.yuncang >header .header-title a >img {
  width: 150px;
  height: 45px;
}
.yuncang >header .header-title >ul {
  display: flex;

}
.yuncang >header .header-title >ul >li {
  margin: 0 20px;
}
.yuncang >header .header-title >ul >li >a {
  color: #333;
  text-decoration: none;
  font-weight: 700;
}




/* 顶部banner */
.yuncang >section {
  width: 100%;
  height: 676px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url('../img/banner@2x.png');
  box-sizing: border-box;
  color: #fff;
  padding-top: 173px;
}




/* 铁合金一站式采购基地 */
.yuncang >aside {
  width: 100%;
  height: 400px;
  background-color: #fff8f6;
}
.yuncang >aside >div {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.yuncang >aside >div .text {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  min-height: 120px;
}
.yuncang >aside >div .text .text-left >p {
  font-size: 30px;
  font-weight: 700;
}
.yuncang >aside >div .text .text-left >p:first-child {
  color: #FC3100;
}
.yuncang >aside >div .text .text-left >p:last-child {
  color: #000000;
}
.yuncang >aside >div .text >ul {
  width: 650px;
  color: #000000;
  font-size: 18px;
  line-height: 30px;
}
.yuncang >aside >div .item-list {
  display: flex;
  justify-content: space-between;
}
.yuncang >aside >div .item-list >div {
  width: 386px;
  height: 100px;
  cursor: pointer;
}
.yuncang >aside >div .item-list >div >img {
  width: 100%;
}
.selectHejin, .selectMys, .no-selectSteel {
  display: none;
}





/* 城市切换 */
.yuncang >main .city {
  padding: 20px 0;
  margin-top: 60px;

}
.yuncang >main .city >ul {
  display: flex;
}
.yuncang >main .city >ul >li {
  padding: 18px 40px;
  background-color: #f6f6f6;
  color: #000000;
  border-radius: 5px;
  margin-right: 10px;
}
.yuncang >main .city >ul .active {
  background-color: #fc3100;
  color: #fff;
}
.yuncang >main .city .cityinfo {
  display: flex;
  margin-top: 15px;
}
.yuncang >main .city .cityinfo .info-left {
  width: 400px;
  height: 455px;
  background: linear-gradient(-180deg, #FFE0D9 0%, #FDFBFB 100%);
  border-radius: 5px;
  padding-top: 60px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 32px;
  position: relative;
  padding: 30px;
}
.yuncang >main .city .cityinfo .info-left >ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 0;
  box-sizing: border-box;
  padding: 0 30px;
}
.yuncang >main .city .cityinfo .info-left >ul li >h1 >span{
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}



.yuncang >main .city .cityinfo .info-right {
  width: 780px;
  height: 455px;
  margin-left: 20px;
}
.yuncang >main .city .cityinfo .info-right >img {
  width: 100%;
  height: 100%;
}



















/* 中间内容部分 */
.yuncang >main {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
}

/* 每一部分的标题 */
.yuncang >main .head-title {
  width: 100%;
  height: 137px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url('./img/distribution@2x.png');
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding-top: 50px;
}
.yuncang >main .head-title .top-qiu {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.yuncang >main .head-title h2 {
  font-size: 40px;
  color: #000000;
}
.yuncang >main .head-title >p {
  font-size: 18px;
  color: #939394;
}




/* 下面部分地图和广告商 */
.yuncang >main .bigmap {
  width: 100%;
  height: 868px;
  margin: 60px 0;
}
.yuncang >main .guanggao {
  width: 100%;
  height: 150px;
}
.yuncang >main .bigmap >img,
.yuncang >main .guanggao >img {
  width: 100%;
}




/* 底部 */
.yuncang >footer {
  width: 100%;
  height: 145px;
  background-color: #bf402e;
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
  color: #fff;
  line-height: 24px;
}
.yuncang >footer p:first-child {
  margin-bottom: 10px;
}