@charset "utf-8";
/* 页面自定义css样式 */

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

body {
    background: url(syhead-bg.png) no-repeat center top;
}

.w1200 {
    width: 1200px !important;
    margin: 0 auto !important;
}

.head-box {
    padding: 100px 0 0;
}

.head-box a img {
    display: block;
    float: left;
}

.con-box {
    height: auto;
    padding: 39px 0 10px;
}

.con-box li {
    width: 585px;
    height: 390px;
    border-radius: 16px;
    margin: 0 30px 30px 0;
    box-shadow: 0px 0px 24px rgba(0,10,70,0.5);
    float: left;
}

.con-box li:nth-child(2n) {
    margin: 0 0 30px 0;
}

.con-box li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.con-box li a img {
    width: 100%;
    height: 100%;
    display: block;
}

.con-box li a span {
    width: 100%;
    height: 140px;
    background: url(ztbg-btm.png) repeat-x;
    background-size: 100% 100%;
    display: block;
    text-align: center;
    line-height: 140px;
    font-size: 40px;
    font-weight: 700;
    color: #333;
    position: absolute;
    top: 50%;
    margin-top: -70px;
    z-index: 10;
}