﻿@charset "utf-8";
/*---------------------------------------------------------
header styles
---------------------------------------------------------*/

#header {
    height: 218px;
    font-size: 16px;
    background: url(xy_credit_header_bg.png) center no-repeat;
    background-size: 101% 101%;
}

#header h1 {
    display: none;
}

.header_content {
    width: 1200px;
    margin: auto;
    position: relative;
}

/* 头部信息内容 */
.header_message {
    line-height: 50px;
}

.header_message li,
.header_message li a {
    color: #000;
}

.header_message .message_link li {
    margin-right: 36px;
}

.header_message .message_info li {
    margin-left: 36px;
}

/* logo */
.header_body .logo img {
    width: 100%;
}

/* 搜索 */
.header_body .search {
    width: 530px;
}

.header_body .search_title li {
    width: 150px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
}

.header_body .search_title .search_on {
    color: #e22323;
}

.header_body .search_content li:first-of-type .poi {
    margin-left: 60px;
}

.header_body .search_content li:nth-of-type(2) .poi {
    margin-left: 210px;
}

.header_body .search_content .poi img {
    position: absolute;
    top: 97px;
}

.header_body .search_content li a,
.header_body .search_content li .search_button {
    display: flex;
}

.header_body .search_content .text {
    width: 86%;
    height: 50px;
    line-height: 50px;
    outline: none;
    color: #CCCCCC;
    text-indent: 20px;
    background: #ffffff;
    border: 1px solid #cccccc;
}

.header_body .search_content .btn {
    outline: none;
    width: 12%;
    height: 50px;
    vertical-align: middle;
    border: none;
    background: url(xy_credit_header_search.png) center no-repeat #e22323;
}

/*导航 */
#nav,
.navigation .on_nav,
.navigation .select li {
    background: #ff0000;
}

#nav a {
    font-size: 16px;
    color: #f0f8ff;
}

.navigation {
    width: 1200px;
    margin: auto;
}

.navigation ul {
    width: 100%;
    height: 50px;
}

.navigation>ul>li {
    flex: 1 1 0;
    height: 100%;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}

.navigation>ul>li:hover {
    background: #E22323;
}

.navigation .select {
    z-index: 70;
    display: flex;
    flex-direction: column;
}

.navigation .select li {
    z-index: 70;
    line-height: 50px;
}

.navigation .select li a {
    display: block;
}