@charset "UTF-8";
html {
  font: 12px/1.5 , '\5FAE\8F6F\96C5\9ED1', "Microsoft YaHei" ,sans-serif,Tahoma ;
}
body,h1,h2,h3,h4,h5,h6,p,ul,dl,dd {
    margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, table, th, td {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
ul,ol {
    padding: 0;
}
li {
    list-style: none;
}
input,text,textarea {
    outline: none;
}
img {
    border: none 0;
    vertical-align: top;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    color: orangered;
    text-decoration: none;
}
a:active {
    color: #ccc;
}
*,:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clearfix:before, .clearfix:after {
    content: '';
    display: table!important;
}
.clearfix::after {
    clear: both;
}
.row {
    padding-left: 15px;
    padding-right: 15px;
}
.blk {
    width: 100%;
    margin: 0 auto;
}
.container {
    width: 1200px;
    margin: 0 auto;
}