
body{
    background-color: #b80a04;

}

.box{
    background-color: #b80a04;
    margin: 0 auto;

}
.logo{
    width: 80px;
    height: 60px;
    margin-left: 20%;
}
.img{
    background-image: url(../image/head.png);
    height: 600px;
    background-size:100% 100%;
    background-repeat: no-repeat;
    display: flex;
    
}
.login1{
    line-height: 60px;
   
}
.login1 a{
    color: #fff;
    font-size: 18px;
}
.img img{
    width: 100%;
    height: 100%;
}

/* 01s */
.box1{
    margin: 0 auto;
    width: 1200px;
    display: flex;
}
.box1img{
    margin-top: 21px !important;
    margin-left: 30px;
    width: 309px;
    height: 190px;
    background-color: #fff;
    overflow: hidden;
    border-top-left-radius: 32px;
    border-top-right-radius:35px ;
    cursor: pointer;
}
.box1img a img{
    width: 100%;
    height: 100%;
}
.f1{
    margin-left: 20px;
}
.f11{
    font-size: 20px;
    font-weight: 550;
    margin-top: 5px;
   
}

.fen{
    margin-left: 25px;
}
/* 01e */
.head{
    height: 60px;
    margin-left: 18%;
    color: #fff;
    font-size: 25px;
    margin-top: 30px;
    text-indent: 20px;
}
.box1-1{
    width: 370px;
    height: 350px;
    background-image: url(../image/bg2.png);
   background-size:370px 350px ;
    background-repeat: no-repeat;  
    position: relative;
    margin-right: 10px;
}
.hidden{
    color:#fff;
    opacity: 0;
    transition: opacity 0.5s ease;
      
}
.hidden img{
    width: 100px;
    height: 100px;
    position: absolute;
    top:50%;
    left: 130px;
    border: 2px solid rgb(255, 166, 0);
}
.hidden p{
    background-color: #fff;
    position: absolute;
   left: 150px;
   top:80%;
   color: #000;
   font-weight: 600;
}
.hidden a{
    position: absolute;
    left: 130px;
    top:86%;
}
.box1-1:hover .hidden{
    opacity: 1;
}
/* 02 s*/
.content{
    width: 1200px;
    margin: 0 !important;
}
.box2,
.box3{
    margin: 0 auto;
    display: flex;
    width: 1200px;
    flex-wrap: wrap; /* 允许容器内的项目换行 */  
}
.box21{
    width: 280px;
    height: 250px;
    border-radius: 40px;
    border:3px solid #fcc96f ;
    background-color: #fff2d2;
    position: relative;
    margin-bottom: 20px !important;
    margin-right: 10px;
   
}
.hidden1{
    height: 150px;
    opacity:0;
    transition: opacity 0.5s ease;
    cursor: pointer;
    position: relative;
    top: -60%;
   
}
.hidden1 img{
    width: 80px;
    height: 80px; 
    position: absolute;
    left: 33%;
    top: 8%;
}
.hidden1 p{
    background-color: #fff;
    position: absolute;
    left: 37%;
    top: 65%;
    font-weight: 600;
   
}
.hidden1 a{
    position: absolute;
   left: 30%;
   top: 80%;
}
.box21:hover .hidden1{
    opacity: 1;
}
/* 2-1s */
.box2img{
    width:280px ;
    height: 160px ;
    border-top-left-radius:40px ;
    border-top-right-radius: 40px;
    overflow: hidden;
    cursor: pointer;
}
.box2img img{
    width: 100%;
    height: 100%;
}
.font{
    display: flex;
    justify-content: space-around;
}
.font1{
    float: left;
    margin-top: 5px;
}

.font11{
    font-size: 18px;
    font-weight: 550;
   
}
.font12{
    width: 100%;
    font-size: 14px;
    margin-left: 5px !important;
    margin-top: 5px;
    border: #000;
}
.hui{
    background-color:#dcd8d7;
    width: 80px;
    height: 20px;
    text-align: center;
}
.font13{
    font-size: 16px;
    padding-left: 10px;
    margin-top: 5px;
}
.font13 span{
    margin-left: 10px;
    color: #fd1111;
}
.font3{
    padding-right: 15px ;
}
.fen{
    font-size: 36px;
    font-weight: 510;
    color: #fa9108;
}
.font3 img{
    margin-left: 35px;
}
.hidden1 img{
    border: 2px solid rgb(255, 166, 0);
}
/* 分页 */
#test1{
    text-align: center;
    margin-bottom: 20px !important ;
 }

.layui-laypage-em{
    background-color: #fcd572 !important;
    color: #000 !important;  
 }
/* 2-2e */
/* 02 e */
