html {
    font-size: 100px;
}
body, div, ul, li, em, p, input, form, span, dl, dt, dd, h1 ,h2, h3, h5, h6 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "微软雅黑", "Microsoft YaHei UI";
    font-size: 0.16rem;

    min-width: 13.66rem;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
img {
    border: none;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.ellips {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.show-m {
    display: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-main-between {
    justify-content: space-between;
}
.flex-main-evenly {
    justify-content: space-evenly;
}
.flex-cloumn {
    flex-direction: column;
}
.flex-sub-center {
    align-items: center;
}
.d {
    display: block;
}
.w100 {
    width: 100%;
}
.h100 {
    height: 100%;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.container {
    margin: 0 auto;
    max-width: 1280px;
}
.hide-pc {
    display: none;
}
.header-m-btns {
    display: none;
}

/* 网站公共头部样式-PC端 */
.header {
    height: 1.38rem;
    font-size: 0.16rem;
}
.header>a {
    font-family: Georgia;
}
.header .logo {
    width: 5.6rem;
}
/* 搜索 */
.search {
    width: 2.6rem;
    height: 0.42rem;
}
.search input {
    border-radius: 0.15rem;
    border: 0.01rem solid #98262a;
    text-indent: 1em;
    outline: none;
}
.search .iconfont {
    font-size: 0.3rem;
    right: 0.1rem;
    top: 0.02rem;
    color: #b0b0b0;
    cursor: pointer;
}
.header-right .links a{
    margin: 0 0 0 0.3rem;
    font-size: 0.16rem;
    color: #333333;
}
.header-right .links a:hover {
    text-decoration: underline;
}
.search-m-btn-close, .menu-m-btn-close {
    display: none;
}

/* 网站导航菜单 */
.website-menu {
    position: relative;
    z-index: 999;
    height: 0.85rem;
    background-color: #98262a;
}
.website-menu li {
    padding: 0 0.27rem;
}
.website-menu li>a {
    font-size: 0.21rem;
    color: #fff;
}
.website-menu li > a .iconfont {
    display: none;
}
.website-menu .sub {
    left: 0;
    top: 0.85rem;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(#98262a, rgba(126, 0, 16, 0.1));
    transition: 0.4s linear;
    z-index: 999;
}
.website-menu .sub::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.07rem;
    background: linear-gradient(#550009, rgba(85, 0, 9, 0.1));
}
.website-menu .sub>a {
    padding: 0.11rem 0;
    display: block;
    color: #fff;
    font-size: 0.18rem;
}
.website-menu .sub>a>span {
    display: none;
}
.website-menu li:hover .sub {
    max-height: 5rem;
}
/* 网站公共底部 */
.footer {
    margin: 0.47rem 0 0;
    padding: 0.35rem 0;
    color: #fff;
    font-size: 0.14rem;
    background-color: #98262a;
}
.footer .container img {
    width: 4.26rem;
}
.footer .container div {
    margin: 0 0 0 0.4rem;
}
.pagebar {
    margin-top:0.42rem;
    text-align:center;
    font-size: 0.14rem;
}
.pagebar span, pagebar a {
    margin: 0 0.05rem;
    padding: 0.03rem 0.123rem;
    background-color: #cccccc;
}
.pagebar>span {
    background: none;
    padding: 0;
    margin: 0;
}