﻿* {
    padding: 0;
    margin: 0;
    border: none;
    font: 16px sans-serif, "microsoft yahei",微软雅黑, serif;
}

body {
    font: 16px sans-serif, "microsoft yahei",微软雅黑, serif;
    color: #333;
    min-width: 1200px;
}

input, button {
    outline: none;
    border: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.header .top{
    position: sticky;
    z-index: 19;
    top: 0;
    left: 0;
    height: 60px;
    line-height: 60px;
    width: 100%;
    background-color: #BD1A2D;
}

.header .top .content{
    width: 1200px;
    margin: 0 auto;
    line-height: 60px;
}

.header .top .content img{
    width: 156px;
}

.header .banner{
    width: 100%;
    background: url("https://dc.zxgzqz.com/public/banner.jpg") no-repeat center top;
    height: 320px;
}

.header .banner .homepage{
    width: 1200px;
    margin: 0 auto;
    padding: 98px 0 0 0;
}
.header .banner .homepage a{
    display: block;
    width: 370px;
    height: 140px;
    margin-left: 40px;
}