﻿@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-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

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

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* 当前位置位置 */
.location {
  padding-left: 18px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}

.location a {
  color: #333;
}

.location span {
  color: #ff6600;
}

/* header */
.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}
.header-content .logo img {
  vertical-align: top;
}
.header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-search .search-control {
  width: 320px;
  height: 38px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #1A78CC;
  padding: 0 16px;
  font-size: 14px;
  color: #333;
  outline: 0;
}
.header-search .search-control::-webkit-input-placeholder {
  color: #999;
}
.header-search .search-control::-moz-placeholder {
  color: #999;
}
.header-search .search-control:-ms-input-placeholder {
  color: #999;
}
.header-search .search-control::-ms-input-placeholder {
  color: #999;
}
.header-search .search-control::placeholder {
  color: #999;
}
.header-search .search-btn {
  width: 54px;
  height: 38px;
  outline: 0;
  cursor: pointer;
  background: url("../images/search_btn.png") center center no-repeat #1A78CC;
}
.header-search .search-advanced {
  width: 97px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-weight: bold;
  background-color: #FDB11F;
  color: #fff;
  text-align: center;
  margin-left: 10px;
}

/* nav */
.nav {
  height: 67px;
  line-height: 67px;
  font-size: 18px;
  color: #fff;
  background-color: #4782CE;
}
.nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nav-item {
  width: 17.1%;
}
.nav-item.current a {
  color: #FFD976;
  font-size: 20px;
  font-weight: bold;
}
.nav-item a {
  display: block;
  color: #fff;
  text-align: center;
}
.nav-kind {
  width: 184px;
  position: relative;
}
.nav-kind > h3 {
  height: 67px;
  font-weight: bold;
  padding-left: 48px;
  background: url("../images/nav_icon.png") no-repeat 20px center #2163B8;
  cursor: pointer;
}
.nav-kind .kind-items {
  position: absolute;
  left: 0;
  right: 0;
  top: 67px;
  background: #4782CE;
  z-index: 10;
}
.nav-kind .kind-item a {
  display: block;
  padding-left: 48px;
  background-position: 20px center;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #fff;
}
.nav-kind .kind-item a:hover {
  background-color: #246ac5;
}
.nav-kind .kind-item:nth-child(1) a {
  background-image: url("../images/nav_icon1.png");
}
.nav-kind .kind-item:nth-child(2) a {
  background-image: url("../images/nav_icon2.png");
}
.nav-kind .kind-item:nth-child(3) a {
  background-image: url("../images/nav_icon3.png");
}
.nav-kind .kind-item:nth-child(4) a {
  background-image: url("../images/nav_icon4.png");
}
.nav-kind .kind-item:nth-child(5) a {
  background-image: url("../images/nav_icon5.png");
}
.nav-kind .kind-item:nth-child(6) a {
  background-image: url("../images/nav_icon6.png");
}
.nav-kind .kind-item:nth-child(7) a {
  background-image: url("../images/nav_icon7.png");
}
.nav-kind .kind-item:nth-child(8) a {
  background-image: url("../images/nav_icon8.png");
}

/* footer */
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 126px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 24px;
  color: #393939;
  font-size: 16px;
}
.footer-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-img a {
  margin-left: 30px;
}
.footer-img a:first-child {
  margin-left: 0;
}
.footer-info span {
  margin-left: 10px;
}
.footer-info span:first-child {
  margin-left: 0;
}