body,
p,
h1,
h2,
h3,
h4 {
    margin: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    border: none;
    /*在ie下显示 */
    vertical-align: middle;
    /*图片底部又一张空袭*/
}

a {
    text-decoration: none;
    color: #3c3c3c;
}

a:hover {
    text-decoration: none;
}

i {
    font-style: normal;
}

input {
    margin: 0px;
    padding: 0px;
}

button {
    margin: 0px;
    padding: 0px;
    outline: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a:hover {
    text-decoration: none;
    color: #234584;
}

.w100 {
    width: 100%;
}

.imgTop {
    overflow: hidden;
}

address,
em,
i {
    font-style: normal;
}

img {
    max-width: 100%;
}

html {
    font-size: 10px;
}

@media (min-width:1200px) {
    .contianer {
        width: 1200px;
    }
}

.ta {
    text-align: center;
}

.ma {
    margin: 0 auto;
}

.bl {
    display: block;
}

.over {
    overflow: hidden;
}

.over>img:hover {
    transform: scale(1.1);
}

.over>img {
    cursor: pointer;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}
.pr {
    position: relative;
}
input { 
    outline: none;
}


body {
    font-family:"WenQuanYi Micro Hei", "Source Han Sans CN", 'pingfang SC',helvetica,arial,verdana,tahoma,sans-serif;
}