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;
}
/*渠网团队*/
.qwContent{
  width: 100%;
  height: 900px;
  background-color: #f5f5f5;
  margin:0px auto;
  padding-top: 64px;
}
.Introduction{
  width: 1200px;
  height: 400px;
  background-color: #ffffff;
  margin: 0px auto;
}
.img{
  float: left;
}
.Introduction .title{
  color: #333;
  font-size: 30px;
  margin-left: 2px;
  margin-left: 405px;
  margin-top: 40px;
}
.Introduction span{
  font-size: 22px;
  margin-left: 85px;
  line-height: 60px;
  font-family:MicrosoftYaHeiLight;
  color: #F76060;
}
.Introduction p{
  font-size: 18px;
  width: 709px;
  line-height: 40px;
  margin-left: 405px;
  font-family:MicrosoftYaHeiLight;
}
