﻿.header {
    margin: 0 auto;
    position: relative;
    padding-left: 300px;
    padding-right: 200px;
    width: 1200px;
    min-width: 1200px;
    height: 80px;
    background: url(../img/index/title-logo.png) left center no-repeat;
    box-sizing: border-box;
}

.user-info {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    height: 80px;
    line-height: 80px;
    font-size: 12px;
    color: #777777;
}

.user-info.login-after {
    padding-top: 15px;
    height: 80px;
    line-height: 24px;
}
.head-body {
    width: 100%;
    min-height: 86px;
    background: #fff;
}


.user-info span {
    margin-left: 20px;
    cursor: pointer;
}

.login-after .exit {
    padding-top: 29px;
    background: url(../img/index/exit-icon.png) center 5px no-repeat;
}

.login-after .personal-center {
    padding-top: 29px;
    background: url(../img/index/persenal-center-icon.png) center 5px no-repeat;
}

.login-after .user-name-tip {
    padding-top: 4px;
    border-right: 1px solid #eee;
}

.login-after .user-name-tip span {
    display: block;
    width: 70px;
    overflow: hidden;
    text-align: center;
    cursor: default;
}

.nav-info {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.nav-info li {
    float: left;
    height: 100%;
    padding-top: 25px;
    width: 12.5%;
    text-align: center;
    font-size: 16px;
    color: #444547;
}

.nav-info li a {
    display: block;
    padding: 4px 0 6px;
    line-height: 20px;
}

.nav-info li a:hover,
.nav-info li.nav-select a {
    width: 85px;
    /* background: #1c87ff;
    border-radius: 15px;*/
    background: url(../img/index/nav-list-bg.png) center no-repeat;
    color: #fff;
    text-decoration: none;
}

.top-search-body {
    width: 100%;
    background: #0e6fdc;
    height: 60px;
}

.top-search {
    margin: 0 auto;
    position: relative;
    padding: 10px 225px 10px 350px;
    height: 100%;
    width: 1200px;
}

.top-search .notice,
.top-search .time {
    position: absolute;
    top: 0;
    line-height: 60px;
    color: #ffffff;
    font-size: 12px;
}

.top-search .notice {
    padding-left: 25px;
    background: url(../img/index/notice-icon.png) left center no-repeat;
    left: 0
}

.top-search .time {
    right: 0;
}

.search-body {
    width: 100%;
    height: 100%;
    background: #d7e6fe;
    border-radius: 3px;
    position: relative;
}

.search-body .search-title {
    width: 540px;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    border: none;
    background: none;
    color: #0e6fdc;
    font-size: 14px;
}

.search-body .search-title::-webkit-input-placeholder {
    color: #0e6fdc;
}

.btn-search {
    float: right;
    width: 85px;
    height: 100%;
    text-align: center;
    line-height: 40px;
    background: #2093fe;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}

.footer {
    margin-top: 0;
    width: 100%;
    border-top: 1px solid #eee;
    height: auto;
    background-color: #242f42;
}

.footer .friendship-link {
    margin: 0 auto;
    width: 1115px;
    padding: 15px 0;
    /*padding: */
    overflow-y: auto;
}

.footer .friendship-link ul {
    width: 100%;
    margin-left: -20px;
    margin-right: -20px;
}

.footer .friendship-link ul li {
    float: left;
    width: 119px;
    margin: 10px 20px;
    font-size: 14px;
    color: #8d99ac;
}

.footer .friendship-link ul li a:link,
.footer .friendship-link ul li a:visited {
    color: #8d99ac;
    font-size: 14px;
}

.footer .friendship-link ul li a:hover{
    color: #fff;
}

.footer .about-us-info {
    width: 100%;
    height: 118px;
    padding-top: 35px;
    background: #16202f;
    text-align: center;
}

.footer .link-list,
.footer .copyright {
    text-align: center;
    color: #5d697d;
    font-size: 14px;
}

.footer .copyright {
    margin-top: 10px;
}

.footer .link-list span {
    padding: 0 12px;
    cursor: pointer;
    padding-left: 35px;
}
.footer .link-list a{
     color: #5d697d;
    font-size: 14px;
}
.footer .link-list a:hover{
    text-decoration: none;
}
.footer .friendship-link li,.footer .link-list span{
    cursor: pointer;
}