/* 头部 */
body{
    background: #F2F3F8;
}
.header .hswiper{
    margin-top:60px;
}
/* 资讯列表 */
.zx_list{
    text-align: center;
    padding: 20px;
    margin-top:20px;
    padding-top:0
}
.zx_list li{
    width:360px;
    display: inline-block;
    background-color: #fff;
    border-radius: 8px;
    font-size: 0;
    margin-bottom:20px;
    border: 1px solid transparent;
    margin: 10px;
}
.zx_list li:hover{
    box-shadow: 0px 0px 15px 0px #DBE8F0;
    border: 1px solid #F4F4F4;
}
.zx_list li a{

}
.zx_list li a img{
    width:100%;
    border-radius: 8px 8px 0 0;
}
.zx_list li a div{
    height:130px;
    border-radius: 0 0 8px 8px;
    padding:20px 15px;
    text-align: left;
}
.zx_list li a div p{
    margin-bottom:10px
}
.zx_list li a div p:first-child{
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}
.zx_list li a div p:first-child+p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
.zx_list li a div p:first-child+p+p{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}


/* 资讯内容页 */
.zx_content{
    margin:0 20px
}
.content_menu{
    color: #999999;
    margin:15px 0
}
.content_menu a{
    color: #999999;
    display: inline-block;
    margin-right:5px
}
.content_menu span{
    color: #333333;
}
.content_content{
    background: #fff;
    padding:45px 100px;
}
.content_title{
    font-size: 38px;
    font-weight: 500;
    color: #333333;
}
.content_time{
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    border-bottom: 1px solid #E5E5E5;
    padding:15px 0 26px 0
}
.content_info{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    padding-top:20px
}

/* 案例列表页 */
.case{
    text-align: center;
}
.case .case_list{
    margin-top:30px;
    margin-bottom:10px;
}
.case .case_list li{
    width:290px;
    /* height:306px; */
    display: inline-block;
    margin: 3px;
    border-radius: 8px;
    font-size: 0;
    vertical-align: top;
    margin-bottom:20px;
    border:1px solid transparent;
    cursor: pointer;
}
.case_list li:hover{
    box-shadow: 0px 0px 10px 0px #DBE8F0;
    border: 1px solid #F4F4F4;

}
.case .case_list li img{
    width:100%;
    /* height:226px; */
    border-radius: 8px 8px 0 0;
}
.case .case_list li>p{
    background-color: #fff;
    width:100%;
    height:80px;
    border-radius:0 0 8px 8px;
    line-height: 80px;
    text-align: center;
    padding:0 10px;
    font-size: 20px;
}
.mask{
    width: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    z-index: 999;
    text-align: center;
    display: none;
    cursor: pointer;
}
.mask img {
    width: 92%;
    max-width: 1200px;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.mask p{
    width: 30px;
    height: 30px;
    background: #ccc;
    border-radius: 30px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    left: 10px;
    z-index: 99999;
    top: 0;
    left: 0;
}

/* footerlist */
.footerlist{
    background: url(../images/fb.png) no-repeat left top;
    width: 100%;
    padding:29px 0;
    text-align: center;
    margin-top:30px;
    padding-bottom: 22px;
}
.footerlist div{
    margin-bottom:17px;
}
.footerlist div a{
    padding: 0 25px;
    color:#fff
}
.footerlist div span{
    color:#fff
}
.footerlist div span:first-child{
    margin-right:20px;
}
.footerlist div:last-child{
    margin-bottom:0;
}
@media only screen and (max-width: 1200px) {
    .zx_list li{
        width:330px
    }
    .case .case_list li{
        width:260px;
    }
}
@media only screen and (max-width: 1100px) {
    .zx_list li{
        width:290px
    }
    .zx_list li a div{
        height:115px;
        padding:15px;
    }
    .zx_list li a div p:first-child{
        font-size: 18px;
    }

}
@media only screen and (max-width: 1080px) {
    .case .case_list li{
        width:240px;
    }
}
@media only screen and (max-width: 1000px) {
    .zx_list li{
        width:260px
    }
    .zx_list li a div{
        height:100px;
        padding:10px 15px;
    }
    .zx_list li a div p{
        margin-bottom:5px;
    }
    .zx_list li a div p:first-child{
        font-size: 18px;
    }
    .case .case_list li{
        width:220px;
    }
}
@media only screen and (max-width: 919px) {
    .case .case_list li{
        width:210px;
    }
}