body,
dl,
dt,
dd,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
span {
    padding: 0;
    margin: 0;
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Microsoft YaHei"!important;
}
body{
    font-size: 14px;
    font-family: "Microsoft YaHei"!important;
    color: #000;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color:#000;
}
ul,ol{
    list-style: none;
}
input,textarea{
    border: none;
    outline: none;
    resize: none;
    -webkit-appearance: none;
}
li {
    list-style: none;
}
.clearfix::before,
.clearfix::after {
    content: '';
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.main{
    width: 1210px;
    margin:0 auto;
}
.mui-ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bread{
   text-align: left;
    margin:10px 0;
    font-size: 14px;

}
.bread a{
    font-size: 14px;
    text-decoration: none;
}
.bread a::before{
    margin-right: 5px;
}
.next-page{
    margin:40px 0;
}
.next-page p{
    margin:10px 0;
}
.next-page a{
    text-decoration: none;
    color: #000;
}
.next-page a:hover{
    color: #c5c5c5
}
.page-list{
    text-align: center;
    margin:20px 0;
}
.page-list ul li{
    display: inline-block;
    margin:0 5px;
}
.page-list ul li a{
    display: inline-block;
    padding:5px 12px;
    text-align: center;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: 1px solid #dcdcdc;
}
.page-list ul li a.on{
    background-color: #f39800;
    color: #fff;
    border: none;
}
.black-line{
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-top: 60px;
}
.blackbgc{
    background-color: #242424;
    color: #fff;
}
.yelbgc{
    background-color: #e6b025;
    color: #fff;
}
.graybgc{
    background-color: #eeeeee;
    color: #000;
}
.topyellow{
    background-color: #e6b025;
}
.topyellow a{
    color: #fff!important;
    font-weight: 700;
}
.topyellow a span{
    border-top: 9px solid #fff!important;
    border-right: 7px solid #e6b025!important;
    border-bottom: 0 none!important;
    border-left: 7px solid #e6b025!important;
}
.movetotop{
    width: 438px;
    height: 50px;
    line-height: 50px;
    background-color: #323232;
    font-size: 20px;
    position: absolute;
    right: 13px;
    bottom: 6px;
}
.movetotop a{
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}