/* 头部 */
.sqlogo{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}
.sqbanner{
    height: 475px;
    background: url(sqbanner.png)center center no-repeat;
}

/* 内容 */
.sqcont{
    padding-top: 50px;
    padding-bottom: 50px;
    height: 180px;
    background: url(sqcontbg.png)top center no-repeat;
}
.sqcont1{
    width: 1224px;
    margin: 0 auto;
    overflow: hidden;
}
.sqcont1 a{
    display: block;
    float: left;
    margin-right: 24px;
    width: 180px;
    height: 168px;
    border-radius: 8px;
    background: url(boxa-bg.png) no-repeat #fff;
    box-shadow: 0 2px 12px #99999933;
    text-align: center;
}
.sqcont1 a img{
    margin-top: 20px;
}

.sqcont1 a p{
    margin-top: 15px;
    font-family: "Microsoft YaHei Bold";
    font-weight: 700;
    font-size: 20px;
    color: #333;
}
.sqcont1 a:hover p {
    color: #0351fb;
}