.wrap {
    width: 1200px;
    margin: 0 auto;
}

/* é¡¶éƒ¨å¼€å§‹ */
.header {
    height: 40px;
    font-size: 14px;
    background-color: #333333;
}

.header .register {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #CC0000;
    padding-left: 40px;
    padding-right: 40px;
}

.header .login {
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}

.header .vert {
    width: 1px;
    height: 24px;
    margin-top: 8px;
    border-right: 1px solid #999;
}

.header .map, .header .tg {
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    padding-right: 40px;
}

.header .map img, .header .tg img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.header .logout {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background-color: #CC0000;
    padding-left: 40px;
    padding-right: 40px;
}

.header .username {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    padding-left: 40px;
    padding-right: 40px;
}

.header .username a:hover {
    border-bottom: 1px solid #CC0000;
}

.header .tg div, .header .map ul {
    display: none;
    position: absolute;
    left: -200px;
    width: 468px;
    font-size: 14px;
    color: #000;
    background: #fff;
    padding: 28px 47px;
    border: 1px solid #DDDDDD;
    z-index: 999;
}

.header p span:hover {
    color: #CC0000;
    border-bottom: 1px solid #CC0000;
    cursor: pointer;
}

.header .map li {
    position: relative;
    float: left;
    width: 24%;
    cursor: pointer;
}

.map ul li a {
    color: #000;
}

.map li a:hover {
    color: #CC0000;
    border-bottom: 1px solid #CC0000;
}

/* é¡¶éƒ¨ç»“æŸ */

/* æœç´¢æ å¼€å§‹ */
.search {
    height: 115px;
    padding: 30px 0 35px 0;
}

.search .logo {
    position: relative;
    top: -10px;
}

.search .logo img {
    width: 175px;
    height: 76px;
}

.search button {
    display: block;
    width: 140px;
    height: 40px;
    color: #ffffff;
    font-size: 16px;
    background-color: #CC0000;
    border: 1px solid #CC0000;
    outline: none;
    cursor: pointer;
}

.search button:hover {
    background-color: #ff6666;
}

.search input {
    display: block;
    width: 470px;
    height: 40px;
    font-size: 14px;
    border: 2px solid #CC0000;
    border-left: none;
    outline: none;
}

.search .img-search {
    position: relative;
    width: 47px;
    height: 40px;
    border: 2px solid #CC0000;
    border-right: none;
}

.search .img-search img {
    position: absolute;
    width: 20px;
    height: 19px;
    left: 15px;
    top: 8px;
}

/* æœç´¢æ ç»“æŸ */

/* èœå•æ å¼€å§‹ */
.nav {
    font-size: 20px;
}

.nav .all {
    width: 190px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    background-color: #CC0000;
    margin-right: 30px;
}

.nav .all img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.nav a {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-right: 50px;
}

.nav a:hover {
    color: #CC0000;
}

.nav .active {
    color: #CC0000;
}

.nav .all a {
    color: #ffffff;
    margin-right: 0;
}

/* èœå•æ ç›®ç»“æŸ */

/* åº•éƒ¨å¼€å§‹ */
.footer {
    color: #cccccc;
    font-size: 16px;
    background: url(bg-foot.png);
}

.footer .wrap {
    height: 200px;
    padding: 20px 60px 20px 35px;
}

.footer .intro, .footer .contact, .footer .logo {
    display: inline-block;
}

.footer .intro {
    width: 405px;
    height: 136px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 20px;
}

.footer .contact {
    height: 160px;
    margin-left: 150px;
    margin-top: 10px;
}

.footer .contact p:first-child {
    font-size: 16px;
    margin-bottom: 12px;
}

.footer .contact p:not(:first-child) {
    font-size: 13px;
    margin-top: 5px;
}

.footer .contact p img {
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.footer .logo {
    text-align: center;
}

.footer .logo img {
    width: 119px;
    height: 115px;
}

.footer .logo p {
    font-size: 20px;
    margin-top: 20px;
}

/* åº•éƒ¨ç»“æŸ */

/* åº•éƒ¨ç‰ˆæƒå¼€å§‹ */
.copyright {
    height: 80px;
    line-height: 80px;
    color: #797979;
    font-size: 16px;
    text-align: center;
    background-color: #131313;
}
/* åº•éƒ¨ç‰ˆæƒç»“æŸ */

.layui-layer-content {
    padding: 20px;
}

.empty{
    text-align: center;
}

.empty .wrap_img {
    margin-top: 80px;
}