*{
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    font-family: "微软雅黑",serif;
}

body{
    width: 100%;
    min-width: 1200px;
}

a{
    color: inherit;
    text-decoration: none;
}

.hide{
    display: none;
}

.vCon{
    min-width: 1200px;
    min-height: 820px;
    background: url(../images/bg_12380.jpg) no-repeat center top;
    overflow: hidden;
}

.zw{
    width: 910px;
    margin: 400px auto 0;
}

.zw h3{
    font-size: 22px;
    font-weight: normal;
    color: #333;
    text-align:center;
}

.zw p{
    font-size: 18px;
    color: #333;
    text-indent: 2em;
    line-height: 44px;
    margin-top: 55px;
}

.btnWrap{
    width: 630px;
    margin: 95px auto 0;
    font-size: 24px;
    font-weight: bold;
    color: #e01604;
}

.btn{
    width: 142px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: url(../images/bg_12380btn.jpg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
