*{
  margin: 0px;
  padding: 0px;
}
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: #ff0000;
  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-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;
}



.content{
  width: 100%;
  background-color: #ffffff;
  /* height: 500px; */
}

.img{
  position: relative;
  margin: 0px auto;
  text-align: center;
  width: 1346px;
  height: 1041px;
}

.left{
  position: absolute;
  left: 125px;
  top:360px;
  transition: all 1s;
}
.left>img,.right>img{
  /* opacity: 0; */
  width: 110px;
  transition: all 1s;
}
.right{
  position: absolute;
  right: 97px;
  top:635px;
  transition: all 1s;

}
.left:hover>img{
  width: 500px;
  opacity: 1;
}
.left:hover{
  top:140px;
}
.right:hover>img{
  width: 500px;
  opacity: 1;
}
.right:hover{
  top:280px;
}
