﻿@charset "utf-8";
/*---------------------------------------------------------
header styles
---------------------------------------------------------*/

#header {
    font-size: 16px;
    background: url(xy_zfj_top-ba.png) center center no-repeat;
    background-position-y: -25px;
}

#header h1 {
    display: none;
}

.header_content {
    width: 1200px;
    margin: auto;
    position: relative;
}

/* 头部信息内容 */
.header_message {
    padding: 10px 0;
}

.header_message li,
.header_message li a {
    color: #fff;
}

/* 头部左侧链接 */
.message_link {
    justify-content: space-around;
}

.message_link li {
    display: flex;
    align-items: center;
}

.message_link li::after {
    content: "";
    width: 2px;
    height: 18px;
    background: #fff;
    display: inline-block;
    margin: 0 15px;
}

.message_link li:last-of-type::after {
    display: none;
}

/* 头部右侧信息 */
.message_info {
    justify-content: space-around;
}

.message_info li {
    height: 100%;
    padding-left: 24px;
    display: flex;
    align-items: center;
}

.message_info .ipv6 span {
    border-radius: 10px;
    background: #e86e1b;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
}

/* 头部主体右侧 */
.body_info {
    height: 100%;
}

.header_body .moves,
.header_body .search {
    display: flex;
    justify-content: flex-end;
}

/* moves */
.header_body .moves {
    opacity: 0;
    animation: moves 4s linear 0.5s infinite;
}

@keyframes moves {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {

        transform: scale(0.8);
        opacity: 1;
        transition: all 0.3s linear;
    }


    100% {

        transform: scale(1.0);
        opacity: 0;
        transition: opacity 0.3s linear;
    }
}
.header_body .moves img{
    width: 350px;
}
/* 搜索 */
.header_body .search {
    margin: 10px 0 15px;
}

.header_body .search input,
.header_body .search button {
    height: 44px;
    line-height: 44px;
    outline: none;
    font-size: 16px;
    outline: none;
}

.header_body .search input {
    width: 300px;
    padding-left: 45px;
    border: 1px solid #318cdb;
    border-radius: 5px 0 0 5px;
    background: #ffffffcc url(xy_zfj_search.png) 8px center no-repeat;
}

.header_body .search button {
    width: 80px;
    vertical-align: middle;
    border: none;
    background: #318cdb;
    border-radius: 0 5px 5px 0;
    color: #fff;
}

/*导航 */
#nav {
    background: url(xy_zfj_top-ba.png) center center no-repeat;
    background-position-y: -184px;
}

.nav_body {
    align-items: flex-end;
}

.navigation {
    width: 1245px;
    padding: 20px 0 15px;
    border-radius: 20px 20px 0 0;
    background: rgb(255, 255, 255, 0.85);
}

.navigation ul {
    width: 100%;
    height: 67px;
    background: #0662b1;
    font-size: 22px;
}

.navigation li {
    width: 19.5%;
}

.navigation li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.navigation li a::before {
    content: "";
    width: 38px;
    height: 100%;
    background-size: 22px !important;
}

.navigation li:first-of-type a::before {
    background: url(xy_zfj_col-icon1.png) center no-repeat;
}

.navigation li:nth-of-type(2) a::before {
    background: url(xy_zfj_col-icon2.png) center no-repeat;
}

.navigation li:nth-of-type(3) a::before {
    background: url(xy_zfj_col-icon3.png) center no-repeat;
}

.navigation li:nth-of-type(4) a::before {
    background: url(xy_zfj_col-icon4.png) center no-repeat;
}

.navigation li:nth-of-type(5) a::before {
    background: url(xy_zfj_col-icon5.png) center no-repeat;
}

.navigation .nav_title,
.navigation li:hover {
    margin: -6px 0;
}

.navigation .nav_title a,
.navigation li:hover a {
    border-radius: 10px;
    background: #348AE5;
    font-weight: bold;
}