@charset "UTF-8";
/*
    basic style
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
    global variable for sass
*/
a {
  text-decoration: none;
}

* {
  outline: none;
}

html {
  font-size: 62.5%;
}

b {
  font-weight: bold;
}

ol li {
  list-style-type: decimal;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.pad10 {
  padding: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pd20-lg {
  padding: 20px;
}

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

.pagenation {
  padding-bottom: 6px;
}

.pageLink {
  margin: 20px 0 30px;
  clear: both;
  text-align: center;
}
.pageLink li {
  display: inline;
  margin: 0 0 0 7px;
}
.pageLink li a {
  background: #f5f5f5;
  border: 1px solid #ddd;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  font-size: 14px;
  color: #4b4b4b;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
}
.pageLink li a span {
  background: none;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  padding-right: 0;
}
.pageLink li a.current, .pageLink li a:hover {
  background: #2076cd;
  border-color: #2076cd;
  color: #fff;
  text-decoration: none;
}
.pageLink.page-mini li a {
  height: 24px;
  line-height: 24px;
  padding: 0 15px;
  font-size: 12px;
}

.table-mini {
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #ededed;
  font-size: 12px;
  color: #6d7b82;
}
.table-mini td {
  padding: 12px 10px;
}
.table-mini thead td {
  background: #fafafa;
}
.table-mini tr:hover {
  background-color: #F1F4F7;
}

.main-wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/* top-bar */
.top-bar {
  width: 100%;
  color: #666;
  height: 36px;
  font-size: 16px;
  padding: 0;
  z-index: 9;
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZmJmZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #edfbfe));
  background: -moz-linear-gradient(top, #ffffff, #edfbfe);
  background: -webkit-linear-gradient(top, #ffffff, #edfbfe);
  background: linear-gradient(to bottom, #ffffff, #edfbfe);
}
.top-bar a {
  color: #666;
}
.top-bar a:hover {
  text-decoration: underline;
}
.top-bar .header-left {
  float: left;
}
.top-bar nav {
  float: left;
}
.top-bar nav li {
  display: inline-block;
  margin-right: 15px;
}
.top-bar nav a {
  line-height: 36px;
}
.top-bar .user-box li {
  display: inline-block;
}
.top-bar .user-box a {
  line-height: 36px;
  font-size: 14px;
}
.top-bar .header-language {
  float: left;
  margin-top: 17px;
  margin-right: 20px;
}

.header {
  background: url('../images/base/header-bg.jpg?1577262615') no-repeat center bottom;
}
.header .header-main {
  margin-bottom: 30px;
}
.header .header-main .logo {
  float: left;
}
.header .header-main .search {
  float: right;
  padding-top: 23px;
}
.header .header-main .search .search-box {
  background: #a6d5f3;
  padding: 2px;
  border-radius: 22px;
  position: relative;
  width: 78%;
  top: -2px;
  display: inline-block;
}
.header .header-main .search input {
  height: 36px;
  border-radius: 18px;
  padding: 0 0 0 10px;
  display: block;
  border: 1px solid #3899ca;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}
.header .header-main .search button {
  background: url('../images/base/search-icon.png?1577262991');
  width: 21px;
  height: 24px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 6px;
  border: none;
}
.header .header-main .search a.high-level-search-swich {
  text-align: center;
  color: #2f58cb;
  text-decoration: none;
  line-height: 36px;
  width: 20%;
  font-size: 14px;
  border-radius: 18px;
  background: #a6def9;
  float: right;
}
.header .nav {
  height: 54px;
  background-color: rgba(12, 121, 191, 0.8);
}
.header .nav .menu-toggle {
  display: none;
}
.header .nav li {
  width: 171.42857px;
  float: left;
}
.header .nav li a {
  line-height: 54px;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.header .nav li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.main {
  background: url('../images/base/main-bg.jpg?1577262615') no-repeat top center;
  padding-top: 20px;
}

.main-box {
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.bd-box {
  border: 1px solid #f0f0f0;
}

@media screen and (min-width: 1200px) {
  body {
    font-family: "Microsoft Yahei", "微软雅黑";
    font-size: 1.4rem;
    min-width: 1200px;
  }
}
.img-box img {
  width: 100%;
  height: auto;
}

.w49p {
  width: 49%;
}

.footer {
  border-top: 3px solid #2076cd;
  font-size: 16px;
  margin-top: 30px;
}
.footer .footer-wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer .foot-main > div {
  display: inline-block;
  vertical-align: middle;
}
.footer .foot-text-box p {
  text-align: left;
  margin: 1rem 0;
  padding: 0;
  font-size: 13px;
}
.footer .footer-img-link i {
  width: 1px;
  margin: 0 20px;
  height: 80px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  background-color: #000;
}
.footer .footer-img-link a {
  display: inline-block;
  vertical-align: middle;
}
.footer p.footer-link {
  text-align: center;
  padding: 10px  0;
  font-size: 14px;
  text-indent: 0;
}
.footer p.footer-link a {
  color: #802721;
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
}
.footer p.footer-link a:first-child {
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 800px) {
  .main {
    background: none;
  }

  .footer .footer-wrap {
    width: 100%;
  }
  .footer .foot-main .footer-img-link {
    text-align: center;
  }

  .pd20-lg {
    padding: 4px;
  }

  .header {
    background: none;
  }
  .header .header-main {
    margin-bottom: 0;
  }
  .header .nav {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 999;
    top: 60px;
    left: 0;
    background-color: #2076cd;
  }
  .header .nav .menu-toggle {
    display: block;
    position: absolute;
    top: -50px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.6rem;
    background-color: #fff;
    line-height: 40px;
    text-align: center;
    color: #666;
  }
  .header .nav .nav-box {
    display: none;
  }
  .header .nav li {
    width: 100%;
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .nav li a {
    line-height: 50px;
    display: block;
    text-align: left;
    font-size: 1.8rem;
    padding-left: 30px;
    color: #fff;
  }
  .header .nav li a:active {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

/*# sourceMappingURL=basic.css.map */

