﻿@charset "UTF-8";
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("./fonts/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("./fonts/SourceHanSansCN-Medium.woff") format("woff"), url("./fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"), url("./fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}


/* 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-size: 14px;
    font-family: "SourceHanSansCN-Regular";
    min-width: 1240px;
    background: url(../images/top_bg.jpg) center top no-repeat;
}

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 {
    font-family: "SourceHanSansCN-Regular";
    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: #fff;
    font-size: 16px;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #fff;
    font-size: 16px;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #fff;
    font-size: 16px;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
}

.placeholder {
    color: #fff;
    font-size: 16px;
}


/* 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;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* 通用样式 */

.container {
    width: 1200px;
    margin: 0 auto;
}

table {
    width: 100%!important;
    table-layout: automatic;
    border-collapse: collapse;
}

table tr, table td {
	border: 1px solid black;
}

table col:nth-child(7) {
	width: 200px!important;
}

/* 通用样式 */

#header {
    min-height: 300px;
}

.top-mod {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.62);
}

.top-func a {
    float: left;
    color: #333;
    margin: 0 13px;
    position: relative;
}

.top-func a::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background: #b1babe;
    left: -13px;
    top: 50%;
    margin-top: -6px;
    cursor: auto;
}

.top-func a:first-child::before {
    display: none;
}

.top-func a:last-child {
    margin-right: 4px;
}

.top-func a img {
    vertical-align: top;
    margin-top: 13px;
}

.banner {
    height: 192px;
}

.logo {
    float: left;
    margin-top: 40px;
}

.search {
    float: right;
    width: 400px;
    height: 58px;
    border-radius: 28px;
    margin-top: 70px;
    overflow: hidden;
    background: #fff;
    position: relative;
    border: 4px solid rgba(48, 133, 245, 0.09);
}

.input-content {
    margin-right: 104px;
}

.input-content input {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 26px;
    width: 100%;
}

.input-content input::placeholder {
    color: #999;
}

.search button {
    display: block;
    position: absolute;
    width: 104px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    padding-left: 42px;
    cursor: pointer;
    right: 0;
    top: 0;
    text-align: left;
    background: url("../images/search_icon.png") 13px center no-repeat #015293;
}

.nav {
    background: #015293;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
    font-family: "SourceHanSansCN-Medium";
    text-align: center;
    position: relative;
}

.nav-item {
    float: left;
    width: 14.285%;
}

.nav-item>a {
    display: block;
    color: #fff;
    position: relative;
}

.nav-item>a::before {
    display: none;
    position: absolute;
    content: "";
    width: 36px;
    height: 4px;
    background: #fff;
    bottom: 1px;
    left: 50%;
    margin-left: -18px;
}

.nav-item.active>a {
    background: url("../images/nav_bgh.jpg") left center repeat-x;
}

.nav-item.active>a::before {
    display: block;
}

.nav-item:hover>a {
    background: url("../images/nav_bgh.jpg") left center repeat-x;
}

.nav-item:hover>a::before {
    display: block;
}

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

.nav-second {
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    background-color: #016cc2;
    padding: 10px 0;
    display: none;
    z-index: 10;
}

.second-item {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    /*margin-left: 34px;*/
    width: 16.66%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.second-item>a {
    color: #fff;
    padding: 0 13px;
	transition: all 0.2s;
	display:block;
}


.second-item>a:hover {
    transform: translateY(-5px);
}

.banner {
    height: 192px!important;
}