﻿@charset "utf-8";
/*---------------------------------------------------------
header styles
---------------------------------------------------------*/

body {
    background: #F1F2F6;
}

#header {
    position: relative;
    width: 100%;
    font-size: 18px;
}

#header h1 {
    display: none;
}

.header_content {
    width: 1220px;
    background: #fff;
    margin: auto;
    padding: 0 10px;
    position: relative;
}

/* 头部信息内容 */
.header_content .header_message {
    border-top: 2px solid #0066CC;
    background-color: #F4FBFF;
}

.header_content .header_message li {
    margin: 0 10px;
}

.header_content .header_message li,
.header_content .header_message li a {
    color: #0066CC;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
}

/* 头部左侧链接 */
.header_content .header_message .message_link {
    justify-content: space-around;
}

.header_content .header_message .message_link li {
    background: url(xy_kjj_top-dot2.jpg) left center no-repeat;
    padding-left: 18px;
}

/* 头部右侧信息 */
.header_content .header_message .message_info {
    justify-content: space-around;
}

.header_content .header_message .message_info li {
    height: 100%;
    display: flex;
    align-items: center;
}

.header_content .header_message .message_info>li {
    background: url(xy_kjj_top-dot1.gif) left center no-repeat;
    padding-left: 18px;
}

/* 头部主体 */
.header_body {
    background: url(xy_kjj_image1.png) center no-repeat;
    background-size: 100% 100%;
}

.header_body .logo {
    width: 36%;
    height: 200px;
    position: absolute;
    z-index: 70;
}

.header_body .logo a {
    width: 100%;
    height: 100%;
    display: block;
}

.header_body .background {
    position: relative;
}

/*导航 */
#nav .navigation,
#nav_more .nav_more {
    width: 1220px;
    margin: auto;
}

#nav .navigation {
    background: #0863d5;
}

#nav .navigation>ul>li>a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
}

#nav .navigation>ul {
    width: 100%;
    height: 40px;
    padding: 0 50px 0 10px;
}

#nav .navigation>ul>li {
    padding: 0 10px;
    text-align: center;
}

#nav .navigation>ul>li:hover {
    background: #ff0;
}

#nav .navigation .nav_title {
    background: #0194e4;
    width: 120px !important;
}

#nav .navigation .nav_title a,
#nav .navigation li:hover a {
    color: #FF6600;
}

#nav .navigation .nav_title a {
    font-size: 18px;
    letter-spacing: 10px;
    margin-left: 10px;
}

#nav .navigation .liline {
    width: 2px;
    height: 100%;
    background: url(xy_kjj_liline.png) center no-repeat;
    padding: 0;
}

#nav .navigation>ul>li:hover .select {
    display: block !important;
}

#nav .navigation .select {
    z-index: 70;
    width: 124px;
    background: #fff;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 6px 12px rgb(0 0 0 / 18%);
    position: absolute;
    margin-left: -10px;
}

#nav .navigation .select li {
    line-height: 24px;
    text-align: left;
}

#nav .navigation .select li a {
    width: 100%;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
    font-family: "SimSun";
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#nav .navigation .select li:hover {
    background: #0194e4;
}

#nav .navigation .select li:hover a {
    color: #fff;
}

.nav_scroll {
    position: fixed;
    width: 100%;
    margin: 0;
    left: 0;
    top: 0;
    z-index: 9999;
}

/* nav_more */
#nav_more .nav_more {
    background: #fff;
    padding: 10px;
}

#nav_more .nav_more .more_content {
    height: 50px;
    font-size: 12px;
    background: #F4FAFF;
    border: 1px solid #0095C6;
    padding: 0 10px;
}

/* 文字轮播 */
#nav_more .nav_more .word {
    width: 220px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    background: url(xy_kjj_menu1.jpg) center no-repeat;
    overflow: hidden;
}

/* 搜索 */
#nav_more .nav_more .search input,
#nav_more .nav_more .search button {
    outline: none;
}

#nav_more .nav_more .search input {
    height: 30px;
    width: 200px;
    border: 1px solid #ccc;
    background: url(xy_kjj_search.jpg) left center no-repeat;
    text-indent: 20px;
}

#nav_more .nav_more .search button {
    width: 90px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    border: none;
    letter-spacing: 1px;
    background: #3385ff;
    border-bottom: 1px solid #2d78f4;
    cursor: pointer;
}