@charset "utf-8";
/*顶部*/

.layout-top-bar {
    height: 40px;
    background: #0B1D5B;
    line-height: 40px;
    color: #fff;
}
.top-bar-wrap {
    height: 100%;
}

.top-keywords {
    letter-spacing: 3px;
}

.top-img {
    height: 100%;
}

.top-tel {
    font-size: 18px;
    letter-spacing: 1px;
}

/*logo*/
.logo-img {
    width: 288px;
    height: 70px;
    padding-top: 20px;
    padding-left: 10px;
}

.logo-img img {
    width: 100%;
    height: 100%;
}

/*导航*/
.nav-top-wrap {
    width: 760px;
    height: 110px;
}

.nav-animals {
    width: 173px;
    height: 40px;
    margin-top: 14px;
    margin-bottom: 14px;
    margin-right: 100px;
}

.apply-join {
    background: #0B1D5B;
    height: 18px;
    padding: 3px 16px;
    margin-top: 30px;
}

.apply-join a {
    color: #fff;
}

.nav {
    width: 100%;
    padding-left: 83px;
}

.nav > li {
    height: 42px;
    line-height: 42px;
    float: left;
    padding: 0 24px;
    position: relative;
}

.nav > li:hover {
    text-decoration: underline;
}

.nav a {
    display: block;
}

.nav .active > a {
    color: #0B1D5B;
}

.sub-nav {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 10000;
    display: none;
    font-size: 14px;
}

.sub-nav li {
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #0B1D5B;
    opacity: 0.5;
    margin-bottom: 1px;
}

.sub-nav li:hover {
    background: #0B1D5B;
    opacity: 1;
}

.sub-nav li a {
    display: block;
    color: #fff;
}

/*footer*/
.footer-wrap {
    border-top: 1px solid #b0b0b0;
}

.footer-top {
    width: 1200px;
    margin: 0 auto;
    padding-top: 36px;
}

.footer-top-l {
    width: 135px;
}

.f-top-l-1 {
    font-size: 24px;
}

.f-top-l-2 {
    font-size: 10px;
}

.footer-top-c {
    width: 120px;
}

.footer-top-c li {
    margin-bottom: 14px;
}

.footer-top-c a {
    text-decoration: underline;
    padding-bottom: 1px;
}

.footer-top-r {
    font-size: 12px;
}

.footer-top-r-1 {
    margin-right: 65px;
}

.f-top-r-item {
    border-bottom: 1px solid #b0b0b0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.footer-copy-wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 40px;
}

.f-copy-w {
    height: 42px;
    float: right;
}

.f-copy-l {
    height: 100%;
    line-height: 42px;
}

.f-copy-r {
    height: 100%;
    padding-left: 10px;
}

.footer-bg-1 {
    width: 100%;
    height: 133px;
    background: #0B1D5B;
}

.footer-bg-2 {
    width: 100%;
    height: 14px;
    background: #B71840;
}

/*侧边栏*/
#slide-right {
    width: 22px;
    position: fixed;
    z-index: 100000;
    top: 50%;
    margin-top: -46px;
    right: 24px;
    cursor: pointer;
    font-size: 12px;
    background: #0B1D5B;
    text-align: center;
    color: #fff;
    padding: 8px 0;
    display: none;
}

.slide-right-show {
    width: 100px;
    background: #0B1D5B;
    position: fixed;
    top: 50%;
    margin-top: -75px;
    right: 0;
    line-height: normal;
    padding: 0 10px;
    color: #fff;
}

.slide-right-close {
    padding: 4px 0;
    font-size: 12px;
    cursor: pointer;
}

.slide-right-img{
    width: 100px;
    height: 100px;
}

.slide-right-img img {
    width: 100px;
    height: 100px;
}

.slide-right-tel {
    padding: 10px 0;
}

/*返回顶部*/
.GoTop-box {
    cursor: pointer;
}