﻿@charset "utf-8";
/*---------------------------------------------------------
header styles
---------------------------------------------------------*/

#header {
    width: 100%;
    font-size: 18px;
}

#header h1 {
    display: none;
}

.header_content {
    width: 1200px;
    height: 100%;
    margin: auto;
    position: relative;
}

/* 头部信息内容 */
.header_message {
    height: 40px;
    color: #333;
    background: url(xy_xyamr_header_bg1.png) center no-repeat;
    background-size: 100% 100%;
}

.header_message li a {
    display: block;
    width: 100%;
    height: 100%;
}

/* 头部左侧链接 */
.message_link {
    padding-left: 16px;
}

.message_link li {
    padding: 10px;
}

/* 头部右侧信息 */
.message_info {
    justify-content: space-around;
}

.message_info li {
    padding: 5px 22px;
}

/* 头部内容 */
.header_body {
    height: 250px;
    background: url(xy_xyamr_header_bg2.png) center no-repeat;
    background-size: 100% 100%;
}

/* logo */
.logo {
    width: 600px;
    margin-left: 58px;
}

.logo img {
    width: 100%;
}

/* 搜索 */
.search {
    position: relative;
    width: 360px;
}

.search input {
    width: 260px;
    height: 40px;
    border: 1px solid #123f9199;
    border-radius: 10px 0px 0px 10px;
    outline: none;
    padding-left: 20px;
    font-size: 14px;
    color: #9B9B9B;
}

.search button {
    width: 100px;
    height: 40px;
    background: linear-gradient(90deg, #338AE1 1%, #123E90 99%);
    border-radius: 0px 10px 10px 0px;
    border: none;
    font-size: 18px !important;
    color: #fff !important;
    cursor: pointer;
    vertical-align: middle;
    outline: none;
    position: absolute;
}

/*导航 */
#nav {
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    font-weight: bold;
    background: #123E90;
}

#nav .navigation {
    width: 1200px;
    margin: auto;
}

#nav .navigation li {
    width: 19%;
    text-align: center;
}

#nav .navigation li:hover,
#nav .navigation .nav_title {
    background: #338AE1;
}

#nav .navigation li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
}