body{
    background-image: url(../image/index/background.png);
    padding: 0px;
    /* margin: -10px; */
}
/* 头部 */
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; 
}
.layui-tab{
    /* width: 530px; */
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0px;
}
.layui-tab-title{
    height: 70px;
    border: none;
}
.layui-tab-title>li{
    line-height: 70px;
    font-size: 18px;
    /* font-family: "MicrosoftYaHei"; */
    width: 80px;
}
.layui-tab-title .layui-this:after{
    top: 29px !important;
    width: 80px;
    left: 15px;
    border-bottom:3px solid #e41f2b !important;
}

.layui-tab-brief>.layui-tab-title .layui-this>a{
    color: red;
}
/* logo */
.logo{
    text-align: left;
}
/* 主体内容 */
.layui-row{
    max-width: 1680px;
    margin: 75px auto;
    padding:0px 92.5px;
}
/* 六宫格 */
.layui-row>a{
    position: relative;
    overflow: hidden;
    transition: 1s all;
}
.layui-row>a>img{
    width: 100%;
    transition: 1s all;
}
.layui-row>a>.cover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left:0px;
    background: rgba(0, 0, 0, 0.3);
    transition: 1s all;
}
.layui-row>a:nth-child(2)>.cover{
    background: rgba(0, 0, 0, 0.2);
}
/* 动画：模块变亮 */
.layui-row>a:hover>.cover{
    background: rgba(0, 0, 0, 0);
}
/* 动画：背景图变大 */
.layui-row>a:hover>img{
    transform: scale(1.2); 
}
/* 动画：整个模块变大 */
/* .layui-row>a:hover{
    transform: scale(1.2); 
    z-index: 1000;
} */
.layui-row>a>.content{
    position: absolute;
    /*height: 190px;*/
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
/*.layui-row>a>.content>img{
	width: 8rem;
}*/
.layui-row>a>.content>p{
    font-size: 50px;
    color:#ffffff;
    font-weight: bold;
    margin-bottom: 20px;
    font-family:黑体;
}

footer{
    /* position: fixed; */
    text-align: center;
    bottom: 0px;
    height: 30px;
    width:100%;
    /* background: #f3f0f1; */
    line-height: 30px;
    font-size: 14px;
}
/*@media screen and (min-width: 1924px) { 
.layui-row {width: 1200px}  
} */
