@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

body {
    font: 16px/1.5 微软雅黑, 黑体, Arial, Helvetica, sans-serif;
}

table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    font-weight: normal;
}

ul, ol, li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

input, select, textarea {
    vertical-align: middle;
    color: #000;
    border: none;
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
    color: #a41118!important;
}

b, i, strong {
    font-weight: normal;
    font-style: normal;
}

img {
    border: 0;
}

.fr {
    float: right
}

.fl {
    float: left
}
.red {
    color: #a4121c;
}
.black {
    color: #333;
}
.w-1400 {
    width: 1400px;
    margin: 0 auto;
}
.app {
    width: 100%;
    height: 100%;
}

section {
    padding: 25px 0;
}

/* public */
header {
    display: flex;
    flex-direction: column;
}
.header-top {
    width: 1400px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
}
.header-top .user-login {
    width: 400px;
    height: 37px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-top .user-login a{
    display: block;
    height: 37px;
    line-height: 35px;
    text-align: center;
}
.header-top .user-login .home {
    background-color: #4da3dc;
    width: 37px;
    height: 37px;
    margin-right: 10px;
    padding: 7px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.header-top .user-login .home img {
    width: 100%;
    height: 100%;
}
.header-top .user-login .logout {
    margin-left: 5px;
    background: rgba(77, 163, 220, 0.2);
    border: #fff 1px solid;
    padding: 3px 8px;
    border-radius: 5px;
    color: #a4121c;
}
.header-top .user-login .logout:hover {
    background: rgba(77, 163, 220, 0.7);
    color: #a4121c;
}
.header-top .user-login .login {
    width: 80px;
    background-color: #4da3dc;
    color: #fff;
    border-radius: 5px 0 0 5px;
    border: 1px solid #fff;
}
.header-top .user-login .register {
    width: 80px;
    background-color: #fff;
    color: #a4121c;
    border-radius: 0 5px 5px 0;
    border: 1px solid #fff;
}
.banner {
    margin-top: -150px;
}
.menu {
    margin-top: -54px;
    min-width: 1400px;
    height: 72px;
    background: url("../images/nav-bg.png") no-repeat center center;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu .nav {
    width: 1050px;
    height: 72px;
}
.menu .nav a {
    padding: 15px 30px!important;
    height: 72px;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.menu .nav a:hover {
    color: #fff!important;
    background: #c30;
}
.menu .nav .active {
    color: #fff;
    background: #c30;
}
.menu .search {
    margin-top: 8px;
    width: 350px;
}
.menu .search form {
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu .search form input {
    width: 250px;
    height: 36px;
    border: 0;
    padding: 2px 20px;
    border-radius: 25px 0 0 25px;
}
.menu .search form button {
    width: 60px;
    height: 36px;
    font-size: 14px;
    margin: 0;
    border: 0;
    border-radius: 0 25px 25px 0;
}
.menu .search form button:hover {
    background: #c30;
    color: #fff;
}

.breadcrumb-box {
    width: 100%;
    background: #e9ecef;
}
.breadcrumb {
    width: 1400px;
    margin: 0 auto;
    padding: 5px 0;
}
.breadcrumb li {
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
    color: #999;
}
.breadcrumb li a {
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
    color: #999;
}
.breadcrumb li img {
    width: 15px;
    height: 15px;
    margin: 5px 8px 9px;
}


footer {
    background: #a4121c;
    margin-top: 20px;
}
.copyright {
    width: 1400px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    color: #fff;
}
.copyright p {
    margin: 0;
}
.copyright a {
    color: #fff;
}
.copyright a:hover {
    color: yellow!important;
}
