body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td, table {
    border: 0 none;
    font-family: "microsoft YaHei";
    margin: 0;
    outline: medium none;
    padding: 0;
}

html {
    font-size: 16px;
}
ul, li {
    list-style: outside none none;
}
i {
    font-style: normal;
}
*, *::before, *::after {
    box-sizing: border-box;
}
a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    color: #f3982d;
}

.hidden {
    display: none;
}

input[type="submit"] {
}

.tc {
    text-align: center;
}

.hidden {
    display: none;
}
.flex-end{
    display: flex;
    justify-content: flex-end;
}
.mr20{
    margin-right: 20px;
}
/*分页*/
.pageList {
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}

.pageList span.isNow, .pageList a.isNow {
    background:transparent;
    color: #f45627;
    width: 40px;
    position: relative;
}
.pageList span.isNow:after{
    content: '';
    width: 3px;
    height: 3px;
    background: #f45627;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left:-2px;
}
.pageList span.isNow:hover {
    background:transparent;
    color: #f45627;
    width: 40px;
}
.about-us-main .pageList span.isNow, .about-us-main .pageList a.isNow, .about-us-main .pageList span.isNow:hover{
    color: #de2c24;
}

.about-us-main .pageList span.isNow:after{
    background: #de2c24;
}
.pageList span, .pageList a {
    color: #666;
    cursor: pointer;
    display: inline-block;
    font: 16px/30px "Microsoft YaHei";
    height: 30px;
    margin-right: 5px;
    text-align: center;
    padding: 0px 6px;
}
/*
.pageList a:hover {
    background-color: #ddd;
}
*/
.pageList span.red {
    border: medium none;
    color: red;
}

.pageList span a {
    display: inline-block;

}

.pageList span:hover {
    /*background: #ddd none repeat scroll 0 0;*/
    /*color: #111;*/
    color: #f45627;
}
.pageList span:hover, .pageList a:hover{
    color: #f45627;
}
.pageList .Disabled a {
    width: 60px;
}

.pageList a.Disabled {
    color: #999;
    width: 60px;
    cursor: text;
    background-color: #fff;
}

/*分页结束*/