header{
  height: 70px;
  background: rgba(255,255,255,0.3)
}
@media screen and (min-width: 1200px){
  .layui-container{
      width: 1200px;
  }
}
header>.layui-container{
  position: relative;
  max-width: 1200px !important;
  /* padding: 0px; */
}
header img{
  margin-top: 10px; 
}
header .layui-tab{
  /* width: 530px; */
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0px;
}
header .layui-tab-title{
  height: 70px;
  border: none;
}
header .layui-tab-title>li{
  line-height: 70px;
  font-size: 18px;
  /* font-family: "MicrosoftYaHei"; */
  width: 80px;
}
header .layui-tab-title .layui-this:after{
  top: 29px !important;
  width: 80px;
  left: 15px;
  border-bottom:3px solid #e41f2b !important;
}
header .layui-tab-brief>.layui-tab-title .layui-this{
  color: #000000;
  font-weight: bold;
}
/* 主体 */
.banner{
  position: relative;
  width: 100%;
}
.banner>div{
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.banner>img{
  width: 100%;
}
/* .banner>div>img{
  width: 100%;
} */
.banner>div{
  width: 100%;
  height: 100%;
}
.banner>div>div{
  position: absolute;
  width: 100%;
  top:23%;
  left: 142px;
  color: #ffffff;
  /* font-weight: bold; */
  width: 750px;
}
.banner>div>div>.title{
  color: #ffffff;
  font-size: 72px;
  margin-left: 2px;
  margin-bottom: 70px;
}
.banner>div>div>p{
  font-size: 30px;
  letter-spacing:4px;
}
.mytab{
  clear: both;
  /* left: 0px; */
  color: rgb(140, 140, 140);
  /* background: #e41f2b; */
  position: initial;
}
.mytab .layui-this{
  color: rgb(247, 96, 96) !important;
  font-weight: normal !important;
}
.mytab .layui-tab-title .layui-this:after{
  border: none !important;
}
.mytab>.layui-tab-title{
  max-width: 1200px;
  margin: 0px auto;
}


.mytab .layui-tab-content{
  padding: 0px;
}
/*行业资讯*/
.bg{
  width: 100%;
  padding-bottom: 30px;
  background-color: #F5F5F5;
  padding-top: 63px;
  margin: 0px auto;
}

.hyzx1{
  width: 1200px;
  height: 420px;
  background-color: #ffffff;
  margin: 0px auto;
  margin-bottom: 30px;
}
.img{
  float: right;
  margin-top: 36px;
  margin-right: 38px;
}
.img>img{
  /* 图片自适应 */
  object-fit:cover;
  width: 347px;
  height: 347px;
}
.hyzx1 span{
  font-size: 32px;
  color: #8D8D8D;
  margin-left: 43px;
  line-height: 120px;
  font-family:MicrosoftYaHeiLight;

}
.hyzx1 p{
  font-size: 20px;
  color: #333;
  width:710px;
  height: 240px;
  margin-left: 43px;
  line-height:60px;
  font-family:MicrosoftYaHeiLight;
  /* 文字溢出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 2em;
}

