@charset "UTF-8";

body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, optgroup, p, blockquote, figure, hr, menu, dir, thead, tbody, tfoot, th, td {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style-type: none;
  list-style-image: none;
}
a {
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
body, button, input, select, textarea {
  font-family: "helvetica neue", arial, "hiragino sans gb", stheiti, "wenquanyi micro hei", "微软雅黑", "宋体", sans-serif;
  -ms-text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
  text-spacing: ideograph-alpha ideograph-numeric ideograph-parenthesis;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background-color: #D2E5FF;
  color: #000;
}
b, strong {
  font-weight: bold;
}
small {
  font-size: 85.7%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
legend {
  border: 0 none;
  white-space: normal;
  *margin-left: -7px;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
input, button {
  *overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
img {
  border: 0 none;
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

/* 如果需要隐藏清除按钮需要加上 input[type="search"]::-webkit-search-cancel-button */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
textarea {
  overflow: auto;
  resize: vertical;
}
select:disabled option:checked, option:disabled:checked {
  color: #D2D2D2;
}

/* 修正 Safari 3+, Chrome 1+ Placeholder 居中问题 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  input {
    line-height: normal !important;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: darkGray;
  opacity: 1;
}
label {
  cursor: pointer;
}
select[size], select[multiple], select[size][multiple] {
  border: 1px solid #AAA;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, video, progress {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
[draggable] {
  cursor: move;
}
abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}
dfn {
  font-style: italic;
}
code, kbd, pre, samp {
  font-family: monaco, menlo, consolas, "courier new", courier, monospace;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
html {
  text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  font-size: 14px;
  line-height: 1.8;
  word-wrap: break-word;
  webkit-tap-highlight-color: transparent;
}
.bg-main {
  background-color: #034399 !important;
}
.main {
  color: #034399 !important;
}
.bg-gray {
  background-color: #999 !important;
}
.gray {
  color: #999 !important;
}
input[type=submit], button, input[type=button] {
  border: 0 none;
}
.btn {
  font-size: 12px;
  display: inline-block;
  background-color: #f5f5f5;
  margin: 5px 0;
  padding: 5px 15px;
  line-height: normal;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.btn:hover {
  background-color: #e8e8e8;
}
.btn-x {
  font-size: 14px;
  padding: 8px 20px;
}
.btn-xx {
  font-size: 16px;
  padding: 10px 30px;
}
.tac {
  text-align: center;
}
.vam {
  vertical-align: middle;
}
.dib {
  display: inline-block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear:after {
  display: table;
  content: "";
  clear: both;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.hide {
  display: none;
}
.header {
  border-bottom: 3px solid #034399;
}
.top {
  position: relative;
  height: 100px;
}
.logo {
  margin-top: 26px;
}
.h-right {
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.nav > li {
  float: left; 
  position: relative;
  line-height: 34px;
  height: 50px;
  margin-left: -1px;
}

.nav > li:after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #ccc;
  position: absolute;
  top: 8px;
  left: 0px;
}
.nav > li:first-child:after{
  width: 0px;
}
.nav > li:hover:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border: 10px solid #034399;
  border-color: transparent transparent #034399 transparent;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -8px;
}
.nav > li > a {
  font-size: 16px;
  display: block;
  padding: 0px 20px;
}
.nav > li.on>a, .nav > li:hover>a{
  background-color: #034399;
  color: #fff
}
.nav > li:hover:after{
  background-color: #034399;
}
.nav > li:hover+li:after{
   background-color: #034399;
}
.nav > li:hover .sub {
  display: block;
}

.h-right .sub {
  position: absolute;
  width: 620px;
  margin-left: -36px;
  min-height: 165px;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
  root: .h-right .sub;
  root-filter: none;
  z-index: 10;
  border-top: 3px solid #034399;
  top: 50px;
  line-height: 1.5
}
.h-right .sub a {
  display: block;
  height: 38px;
  line-height: 38px;
  color: #676767;
  font-size: 14px;
  border-bottom: 1px solid #E3E3E3;
}
.h-right .sub a span {
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.h-right .sub a span:hover {
  color: #fff;
}
.h-right .sub_left {
  width: 157px;
  min-height: 170px;
  background-color: #f7f7f7;
  display: inline;
  padding-top: 3px;
  padding-bottom: 10px;
}
.h-right .sub_left li {
  width: 157px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF, endColorstr=#E6FFFFFF);
  root: .h-right .sub_left li;
  root-filter: none;
  line-height: 38px;
  text-align: center;
  padding: 0 20px;
}
.h-right .sub_left li:hover{
  background-color: #034399;
  
}
.h-right .sub_left li:hover a{
  border-color: #034399;
}
.h-right .sub_right {
  width: 450px;
  padding: 30px 21px 0px 0px;
}
.h-right .sub_right dt {
  width: 170px;
  height: 106px;
  float: left;
}
.h-right .sub_right dd {
  padding-left: 190px;
}
.h-right .sub_right dd span {
  float: left;
  font-size: 16px;
  margin-right: 15px;
  color: #034399;
}
.h-right .sub_p {
  width: 620px;
  margin-left: -36px;
  min-height: 170px;
  background-color: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
  root: .h-right .sub_p;
  root-filter: none;
  z-index: 10;
}
.h-right .sub_p .sub_left {
  float: left;
}
.h-right .sub_p .sub_right {
  float: right;
}
.h-right .sub_1 {
  position: absolute;
  right: 0;
  margin-right: -26px;
  width: 620px;
  background-color: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
  root: .h-right .sub_1;
  root-filter: none;
  z-index: 10;
}
.h-right .sub_1 .sub_left {
  float: right;
}
.h-right .sub_1 .sub_right {
  float: right;
}
.sub_right.about {
}
.sub_right.about dt {
  float: none;
  width: 100%;
  margin-bottom: 15px;
  height: 120px;
}
.sub_right.about dt img {
  width: 100%;
  height: 120px;
}
.sub_right.about dd {
  padding-left: 0;
}
.footer {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #4F4F4F;
  color: #fff;
  margin-top: 50px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 1200px;
}
.title-index {
  color: #555;
  height: 40px;
  line-height: 40px;
  width: 100%;
  margin: 20px auto 15px auto;
  color: #034399;
  border-bottom: 1px solid #D2D2D2;
  position: relative;
}
.title-index h2 {
  font-size: 16px;
  color: #034399;
}
.title-index h2 span {
  font-size: 16px;
  padding-left: 5px;
}
.title-index:after {
  content: "";
  width: 74px;
  height: 2px;
  background: #034399;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.c-page {
  text-align: center;
  margin: 55px auto 80px auto;
}
.c-page ul {
  display: inline-block;
}
.c-page li {
  display: inline;
}
.c-page li a, .c-page li span {
  float: left;
  border: 1px solid #D8D8D8;
  margin-left: -1px;
  padding: 0 10px;
  line-height: 24px;
}
.c-page li span.current, .c-page li a:hover {
  background-color: #034399;
  color: #fff;
}
.c-page li span.disabled {
  background-color: #FAFAFA;
  color: #959595;
}
html {
  font-size: 62.5%;
}
a {
  color: #555;
}
table {
  width: 100%;
}
* {
  box-sizing: border-box;
  color: #555;
  font-size: 12px;
}
html, body {
  height: 100%;
}
.container {
  min-height: 100%;
  position: relative;
  padding-bottom: 100px;
}