* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/1.8 'Microsoft YaHei', '微软雅黑';
    position: relative;
    line-height: 1;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

input,
button {
    border: 0;
    outline: 0;
}

#header {
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    color: #444444;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    box-sizing: border-box;
    border-bottom: 1px solid #AD2E3A;
}

#header .header-center {
    width: 1200px;
    height: 100%;
    margin: auto;
    background: #FFFFFF;
    position: relative;
}

#header .header-center .logo {
    display: inline-block;
    width: 243px;
    height: 64px;
    margin-top: 18px;
    background: url(../images/logo.png);
    float: left;
}

#header .header-center .header-menu {
    float: left;
    height: 100%;
    margin-left: 250px;
}

#header .header-center .header-menu li {
    float: left;
    list-style-type: none;
}

#header .header-center .header-menu li a {
    display: inline-block;
    box-sizing: border-box;
    width: 144px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 16px;
    color: #444;
}

#header .header-center .header-menu li a:hover {
    color: #D53D4B;
}

#header .header-center .header-menu li a.active {
    color: #fff;
    background: url(../images/nav_bg.png) no-repeat;
}

#header .header-center .header-login {
    width: 137px;
    height: 36px;
    line-height: 36px;
    margin-top: 32px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

#header_login_reg {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 26px;
    background: url(../images/login.png) no-repeat;
}

#header_login_reg:hover {
    background-position-x: -137px;
}

#header_login_reg:active {
    background-position-x: -274px;
}

#header .header-center .header_logined {
    height: 52px;
    line-height: 52px;
    margin-top: 26px;
    font-size: 16px;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

#header .header-center .header_phone {
    width: 120px;
    color: #444;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

#header .header-center .header_loginout {
    display: inline-block;
    color: #444;
    vertical-align: top
}


#footer {
    width: 100%;
    height: 260px;
    color: #fff;
    position: relative;
    padding-top: 49px;
    background: url(../images/footer20211018.png) no-repeat;
    background-size: 100% 100%;
}

#footer-center {
    width: 1200px;
    margin: auto;
    font-size: 12px;
}

#footer #footer-center .footer_ul {
    position: relative;
}

#footer ul:not(:last-child) {
    /* margin-right: 118px; */
    margin-right: 740px;

}

#footer .footer_ul:after {
    display: block;
    content: "";
    clear: both;
}

#footer #footer-center .footer4 li div {
    font-size: 12px;
    float: left;
    position: relative;
}

#footer #footer-center .footer4 li div {
    cursor: pointer;
}

#footer #footer-center .footer4 li div img {
    position: absolute;
    top: 90px;
    display: none;
    left: 50%;
    margin-left: -52.5px;
}

#footer #footer-center .footer4 li .footer_weixin {
    margin-right: 115px;
}

#footer #footer-center .footer4 li .footer_weibo {
    margin-right: 115px;
}

#footer .footer4 li p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 27px;
}

#footer #footer-center .footer4 .footer_weixin span {
    display: inline-block;
    width: 39px;
    height: 32px;
    background: url("../images/wx.png") left center no-repeat;
}

#footer #footer-center .footer4 .footer_weibo span {
    display: inline-block;
    width: 40px;
    height: 34px;
    background: url("../images/wb.png") left center no-repeat;
}

#footer #footer-center .footer4 .footer_bilibili span {
    display: inline-block;
    width: 72px;
    height: 32px;
    background: url(../images/bilibili.png) left center no-repeat;
}

#footer #footer-center .footer4 .footer_weixin:hover span {
    background-position: -39px;
}

#footer #footer-center .footer4 .footer_weibo:hover span {
    background-position: -40px;
}

#footer #footer-center .footer4 .footer_bilibili:hover span {
    background-position: -72px;
}

#footer #footer-center .footer4 li>div:hover p {
    color: #D53D4B;
}

#footer #footer-center ul {
    display: inline-block;
    float: left;
}

#footer #footer-center ul li {
    list-style-type: none;
    line-height: 1;
}

#footer #footer-center ul li:not(:last-child) {
    margin-bottom: 18px;
}

#footer #footer-center ul>p {
    line-height: 1;
    font-size: 18px;
    color: #D53D4B;
    margin-bottom: 23px;
}

#footer #footer-center ul li a {
    font-size: 12px;
    color: #fff;
}

#footer .footer3 {
    width: 246px;
}

#footer .footer3 a {
    color: #fff;
    line-height: 32px;
    margin-right: 10px;
}

#footer #footer-center .footer_gongan img {
    border: 0 none;
    vertical-align: sub;
    margin-right: 5px;
}

#footer #footer-center .footer-company {
    text-align: center;
    margin-top: 46px;
}

#footer #footer-center .footer-company p {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 17px;
}

#footer #footer-center .footer-company a {
    color: #fff;
}

#footer #footer-center a:hover {
    color: #D53D4B;
}