﻿@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;
  min-width: 1520px;
  overflow: auto;
  background: #f7f7f7;
}

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: #708394;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #708394;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #708394;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #708394;
}

.placeholder {
  color: #708394;
}

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

/* 页头 */
#header {
  height: 290px;
}

.top {
  background-color: #f1f6f9;
  color: #708394;
  font-size: 18px;
  line-height: 34px;
}

.top-site {
  margin: 0 10px 0 35px;
}

.top-icon {
  width: 15px;
  height: 15px;
  margin-top: 10px;
  margin-right: 10px;
}

.top-item {
  padding: 0 12px;
  cursor: pointer;
  position: relative;
}

.top-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: #708394;
}

.top-item:hover {
  color: #20528e;
}

.top-item:last-child {
  padding-right: 0;
}

.top-item:last-child::after {
  display: none;
}

.elder,
.center-app,
.no-disabled {
  padding-left: 34px;
}

.elder:before,
.center-app:before,
.no-disabled:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
}

.center-app:before {
  background-image: url("../images/phone-icon.png");
}

.center-app:hover:before {
  background-image: url("../images/phone-active-icon.png");
}

.center-app:hover .center-app-spread {
  display: block;
}

.center-app-spread {
  position: absolute;
  width: 136px;
  height: 121px;
  -webkit-box-shadow: 0 0 15px 0 rgba(10, 63, 126, 0.1);
          box-shadow: 0 0 15px 0 rgba(10, 63, 126, 0.1);
  background-color: #fff;
  text-align: center;
  padding-top: 12px;
  top: 39px;
  left: 16px;
  z-index: 999;
  display: none;
}

.center-app-spread:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 10px;
  background: url("../images/spread-top-arrow.png") center no-repeat;
  left: 30px;
  top: -10px;
}

.center-app-qr {
  display: block;
  width: 91px;
  height: 91px;
  margin: 0 auto;
}

.center-app-txt {
  line-height: 32px;
  color: #20528e;
}

.no-disabled:before {
  background-image: url("../images/disabled-icon.png");
}

.no-disabled:hover:before {
  background-image: url("../images/disabled-active-icon.png");
}

.elder:before {
  background-image: url("../images/elder-icon.png");
}

.elder:hover:before {
  background-image: url("../images/elder-active-icon.png");
}

.logo {
  height: 80px;
  margin-top: 28px;
}

.search {
  height: 136px;
  background: url("../images/search-bg.png") center no-repeat;
  background-size: 100% 100%;
}

.search-inner {
  position: relative;
  width: 370px;
  height: 58px;
  line-height: 58px;
  border-radius: 6px;
  border: 1px solid #20528e;
  margin-top: 24px;
}

.search-chosen {
  width: 80px;
  border-right: 1px solid #20528e;
}

.search-chosen .chosen-container {
  font-size: 24px;
  vertical-align: top;
}

.search-chosen .chosen-container-single .chosen-single {
  height: 58px;
  line-height: 58px;
  border: none;
  color: #21528e;
  padding-left: 0;
  border-radius: 6px 0 0 6px;
}

.search-chosen .chosen-container-single .chosen-single span {
  text-align: center;
  margin-right: 20px;
}

.search-chosen .chosen-container-single .chosen-single div b {
  background: url("../js/lib/chosen/chosen-sprite.png") left center no-repeat;
}

.search-chosen .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../js/lib/chosen/chosen-spriteh.png") left center no-repeat;
}

.search-chosen .chosen-container-single .chosen-drop {
  width: 100px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 15px 0 rgba(10, 63, 126, 0.1);
          box-shadow: 0 0 15px 0 rgba(10, 63, 126, 0.1);
  border: none;
  padding: 8px 0;
}

.search-chosen .chosen-container .chosen-results {
  color: #333;
  margin: 0;
  padding: 0;
}

.search-chosen .chosen-container .chosen-results li {
  padding: 0 10px;
  line-height: 38px;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-chosen .chosen-container .chosen-results li.highlighted {
  background-color: #f4f8fe;
  color: #20528e;
}

.search-input {
  width: 203px;
  outline: none;
  border: none;
  height: 58px;
  padding: 0 10px;
  font-size: 24px;
}

.search-icon {
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  width: 66px;
  height: 58px;
  background: #20528e url("../images/search.png") center no-repeat;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
}

.search-icon:hover {
  background-color: #0f335f;
}

.hot {
  line-height: 34px;
  color: #708394;
  padding-left: 10px;
  font-size: 18px;
}

.hot-item {
  margin-left: 10px;
}

.nav {
  background-color: #20528e;
}

.nav-item {
  width: 11.1%;
}

.nav-item > a {
  display: block;
  color: #fff;
  font-size: 0;
  text-align: center;
  height: 120px;
  font-weight: 600;
  padding: 0 20px;
}

.nav-item > a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.nav-item span {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  line-height: 48px;
}

.nav-item:hover, .nav-item.active {
  background-color: #0b3b75;
}

.footer {
  background-color: #222328;
  color: #8991a1;
  margin-top: 40px;
  padding-bottom: 16px;
}

.footer-search {
  padding-top: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #3d404d;
}

.footer-search-inner {
  margin: 0 -6px;
}

.footer-search-outer {
  width: calc(20% - 12px);
  margin: 0 6px;
}

.footer-search-outer .chosen-container-single .chosen-single {
  padding-left: 14px;
  height: 42px;
  border: 1px solid #535459;
  background-color: #535459;
  color: #b7b6b6;
  line-height: 42px;
  border-radius: 6px;
  font-size: 18px;
}

.footer-search-outer .chosen-container-single .chosen-single div {
  right: 10px;
}

.footer-search-outer .chosen-container-single .chosen-single div b {
  background: url("../images/down-arrow.png") center no-repeat;
}

.footer-search-outer .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/up-arrow.png") center no-repeat;
}

.footer-search-outer .chosen-container-single .chosen-drop {
  margin-top: 4px;
  border-radius: 6px;
}

.footer-search-outer .chosen-container .chosen-results {
  margin: 0;
  padding: 9px 0;
}

.footer-search-outer .chosen-container .chosen-results li {
  padding: 5px 10px;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.footer-search-outer .chosen-container .chosen-results li.highlighted {
  background-color: #f4f8fe;
  color: #20528e;
}

.footer-search-sel {
  width: 100%;
  font-size: 18px;
}

.footer-lists {
  margin: 16px 0 7px;
}

.footer-list {
  line-height: 40px;
  font-size: 24px;
  padding: 0 22px;
  position: relative;
}

.footer-list > a {
  color: #fff;
}

.footer-list::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.footer-list:first-child {
  padding-left: 0;
}

.footer-list:first-child::before {
  display: none;
}

.footer-info {
  line-height: 40px;
}

.footer-info p {
  font-size: 0;
}

.footer-info p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}

.footer-info p span.site {
  width: 850px;
}

.footer-info p span.num {
  width: 485px;
}

.footer-info p span.code {
  width: 365px;
}

.footer-bottom {
  margin-top: 14px;
  padding-left: 420px;
}

.footer-qr {
  width: 117px;
  height: 117px;
  display: block;
}

.footer-qr-outer {
  width: 127px;
}

.footer-qr-content {
  height: 117px;
  padding: 5px;
  background-color: #535459;
}

.footer-qr-tt {
  margin-top: 8px;
  text-align: center;
  line-height: 20px;
  color: #fff;
}

.footer-website {
  margin: 50px 0 0 18px;
}

.footer-unit {
  margin: 40px 0 0 35px;
}

/* 侧边栏目 */
.sidebar {
  width: 156px;
  position: fixed;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(10, 63, 126, 0.04);
          box-shadow: 0 0 15px 0 rgba(10, 63, 126, 0.04);
  text-align: center;
  overflow: hidden;
}

.sidebar-item:last-child > a {
  border-bottom: 0;
  height: 83px;
}

.sidebar-item > a {
  position: relative;
  padding-top: 10px;
  height: 89px;
  border-bottom: 1px solid #f0f1f3;
  display: block;
  color: #333;
}

.sidebar-item:hover > a {
  background-color: #e6f1fe;
  color: #20528e;
}

.sidebar-txt {
  position: absolute;
  line-height: 34px;
  bottom: 7px;
  width: 100%;
  font-size: 30px;
}

@media (max-width: 1400px) {
  .sidebar {
    right: 0;
  }
}
