﻿@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */
body {
    color: #333;
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    border: 0;
    outline: 0;
}

input[type='text']::-ms-clear,
input[type='password']::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 通用样式 */

/* 顶部 */
.header {
    background: #18398c;
    height:auto;
}

.header-box {
    padding-top: 23px;
}

.header-title {
    width: 600px;
    height: 58px;
}

.header-login {
    width: 120px;
    height: 32px;
    border: 1px solid #ffffff;
    border-radius: 6px;
}

.header-login-box {
    width: 50%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    cursor: pointer;
}

.header-login-box:first-child {
    border-right: 1px solid #fff;
    border-radius: 5px 0px 0px 5px;
}

.header-login-box:last-child {
    border-radius: 0px 5px 5px 0px;
}

.header-login-box:hover {
    background: #fff;
    color: #1e519d;
}

.nav-item {
    position: relative;
    height: 41px;
    margin-right: 119px;
}

.nav-item:last-child {
    margin-right: 0;
}

.nav-item > a {
    display: block;
    height: 100%;
    line-height: 28px;
    color: #ffffff;
    font-size: 18px;
}

.nav-item.active,
.nav-item:hover {
    border-bottom: 2px solid #a8fffe;
    background: url('../images/nav_bg.png') no-repeat bottom center;
    background-size: 100% 18px;
}

.nav-item.active > a,
.nav-item:hover > a {
    color: #a9fffe;
}

.nav-item:hover .menu {
    display: block;
}

.menu {
    display: none;
    position: absolute;
    background: #18398c;
    top: 41px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    z-index: 1;
}

.menu-item {
    display: block;
    line-height: 28px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;
}

.menu-item:hover,
.menu-item.active {
    color: #a9fffe;
}

/* 底部 */
.footer {
    background: #273148;
}

.link {
    background: #343d52;
    padding: 20px 0;
}

.link-item {
    width: calc(33.333% - 16px);
    height: 42px;
}

.link-item + .link-item{
    margin-left: 24px;
}

.sel {
    display: none;
    width: 100%;
    height: 42px;
    line-height: 40px;
    padding-left: 6px;
    border: 1px solid #909ab2;
    border-radius: 6px;
}

.chosen-container {
    width: 100%;
    height: 42px;
    line-height: 40px;
    font-family: 'Microsoft YaHei';
}

.chosen-container-single .chosen-single {
    padding: 0 0 0 10px;
    height: 42px;
    border: 1px solid #909ab2;
    box-shadow: none;
    font-size: 16px;
    color: #909ab2;
    border-radius: 6px;
    background: #2e384d;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single.cur {
    color: #333;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #909ab2;
    background: #2e384d;
}

.chosen-container-single .chosen-single span {
    margin-right: 34px;
    height: 42px;
    line-height: 40px;
}

.chosen-container-single .chosen-single div {
    width: 34px;
    padding: 0;
}

.chosen-container-single .chosen-single div b {
    width: 34px;
    height: 42px;
    background: url('../images/sel_ico.png') left center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url('../images/sel_ico_cur.png') left center no-repeat;
}

.chosen-container-single .chosen-drop {
    top: 35px;
    border: 1px solid #909ab2;
    border-top: 0;
    border-radius: 0;
    background: #2e384d;
}

.chosen-container .chosen-search {
    display: none;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #909ab2;
}

.chosen-container .chosen-results li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
    color: #909ab2;
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}

.chosen-container-single .chosen-drop {
    bottom: 34px;
    top: auto;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0;
}

.footer-txt{
    padding: 22px 0;
}

.footer-txt p{
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.footer-txt p>a{
    display: inline-block;
}

.footer-txt a{
    display: block;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

/* 大屏幕 */
@media (max-width: 1199px) {
    .nav-item {
        margin-right: 82px;
    }

    .sel {
        display: block;
    }
}

/* 中等屏幕(980-1199) */
@media (max-width: 979px) {
    .nav-item {
        margin-right: 41px;
    }
}

/* 小屏幕 */
@media (max-width: 767px) {
    .header-title {
        width: 100%;
    }

    .nav-item {
        margin-top: 10px;
        margin-right: 20px;
    }
}
