@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");
}

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

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: #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 {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

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

/* 通用样式 */
.header {
  min-height: 240px;
  background: url("/images/header_bg.jpg") no-repeat center top;
}

.header-top {
  margin-bottom: 37px;
}

.header-logo {
  width: 485px;
  height: 106px;
  margin-top: 34px;
}

.header-logo-img {
  width: 100%;
  height: 100%;
}

.header-right {
  margin-top: 55px;
  line-height: 25px;
}

.header-right-eng {
  margin-left: 12px;
  color: #333;
  font-size: 16px;
}

.header-nav {
  height: 64px;
  background-color: #015293;
}

.header-nav-list {
  float: left;
}

.header-nav-list.active .header-nav-box, .header-nav-list:hover .header-nav-box {
  background: #026dc4;
  background: linear-gradient(to top, #026dc4, transparent);
  background: -moz-linear-gradient(bottom, #026dc4, transparent);
}

.header-nav-list.active .header-nav-box:after, .header-nav-list:hover .header-nav-box:after {
  display: block;
}

.header-nav-box {
  position: relative;
  display: block;
  width: 170px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.header-nav-box:after {
  display: none;
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translateX(-50%);
  width: 36px;
  height: 4px;
  background-color: #fff;
}

.footer {
  padding-top: 40px;
  text-align: center;
  line-height: 26px;
  height: 202px;
  color: #fff;
  font-size: 16px;
  background: #015293 url("/images/footer_bg.jpg") no-repeat center bottom;
}

.footer-bom {
  display: inline-block;
  vertical-align: top;
}

.footer-bom-icon {
  width: 52px;
  height: 64px;
  margin: 18px 18px 0;
  background: url("/images/footer_icon.png") no-repeat;
}

.footer-bom-error {
  width: 110px;
  height: 55px;
  margin: 23px 18px 0;
  background: url("/images/footer_error.png") no-repeat;
}

.sec-item {
  padding-left: 17px;
  line-height: 44px;
  font-size: 16px;
  background: url("/images/list_dian.jpg") no-repeat left center;
}

.sec-item:hover {
  background-image: url("/images/list_dianh.jpg");
}

.sec-item:hover .sec-name,
.sec-item:hover .sec-time {
  color: #015293;
}

.sec-name {
  width: calc(100% - 300px);
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sec-time {
  color: #999;
}

.sec-top {
  padding-top: 23px;
  line-height: 47px;
  border-bottom: 1px solid #dcdcdc;
}

.sec-tt {
  font-size: 24px;
  color: #015293;
  font-weight: 800;
  border-bottom: 2px solid #015293;
}

.loc {
  color: #000334;
  font-size: 16px;
}

.loc-href, .loc-cur {
  color: #015293;
}

/* 移动端 */
@media (max-width: 767px) {
  .header-logo {
    max-width: 485px;
    width: 100%;
    height: auto;
  }
  .header-right {
    margin-top: 25px;
  }
  .header-nav-list {
    width: 33.33%;
  }
  .header-nav-box {
    width: 100%;
  }
  .footer {
    height: 100%;
    padding: 30px 10px;
  }
  .footer-reserved {
    margin-bottom: 10px;
  }
  .sec-name {
    width: calc(100% - 100px);
  }
}
