* {
    margin: 0;
    padding: 0;
    outline: none;
    blr: expression(this.onFocus=this.blur());
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100px;
}

body,
ul,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
    text-decoration: none;
    margin: 0;
}

body,
html {
    height: 100%;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-family: "宋体";
    font-family: "微软雅黑", Microsoft YaHei;
}

body {
    font-size: 14px;
    line-height: 1.7;
}

img {
    border: none;
    max-width: 100%;
    width: auto\9;
    height: auto;
    -ms-interpolation-mode: bicubic;
    _width: auto;
    display: block;
}

input,
textarea,
select {
    font-size: 14px;
    vertical-align: middle;
}

input,
textarea {
    border: none;
    background: none;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    outline: none;
    color: #000;
}

a:hover,
a:focus {
    text-decoration: none;
}

em,
i {
    font-style: normal;
}

a:focus,
input,
select {
    outline: none;
}

.clearfix {
    *zoom: 1;
}


/*.clearfix::after {*/


/*content:"\200B";*/


/*display: block;*/


/*clear: both;*/


/*height: 0;*/


/*}*/

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
select {
    -webkit-appearance: none;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
}

header,
main,
footer,
section {
    display: block;
}

.container,
.container1 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 999;
}

.container_b .title {
    border-bottom: none!important;
}