html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:15px;
    vertical-align:baseline;
    background:transparent;
}



nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

img{
    vertical-align: middle;
}



a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #000000;
}
a, span, b, p,h1,h2,h3,h4,h5,div{
    font-family: Microsoft YaHei;
    color: #363635;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select{
    outline: medium none;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input{
    padding: 0;
}
input, select {
    vertical-align:middle;
}
li{
    list-style: none;
}
body{
    min-width: 1100px;
}
.width1200{
    width: 1100px;
    margin: 0 auto;
}
.clearfix::after{
    display: block;
    content: '';
    height: 0;
    width: 0;
    clear: both;
}
.clearfix{
    zoom: 1;
}


.top{
    height: 462px;
    width: 100%;
    background: url(../image/top.jpg) no-repeat center;
}
.link_top{
    margin-top: 30px;
    min-height: 500px;
}
.link_top .box{
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.link_top a{
    display: block;
    float: left;
    width: 350px;
    height: 130px;
    margin-right: 25px;
    margin-top: 25px;
}
.link_top a:nth-child(3n){
    margin-right: 0px;
}
.link_top a:hover{
    box-shadow: 0 0 10px #44B7FE;
}


.footer{
    border-top: 2px solid #0065b3;
    padding: 30px 0
}

.footer p{
    text-align: center;
    color: #000000;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.footer p a{
    
    color: #000000;
    font-size: 16px;
}
