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

/* 通用样式 */
@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.woff") format("woff"), url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.ttf") format("truetype"), url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.eot") format("embedded-opentype");
}
html,
body {
  height: 100%;
}

body {
  min-width: 1280px;
  background: #f7f9ff;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.header {
  height: 272px;
  background: url("../images/header_bg.png") center top no-repeat;
}
.header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 204px;
}
.logo {
  margin-top: 70px;
}

.search {
  position: relative;
  margin-top: 125px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 353px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid #ae946d;
  border-radius: 18px;
  overflow: hidden;
}
.search-input {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 34px;
  padding: 0 52px 0 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-input::-webkit-input-placeholder {
  color: #999;
}
.search-input::-moz-placeholder {
  color: #999;
}
.search-input:-ms-input-placeholder {
  color: #999;
}
.search-input::-ms-input-placeholder {
  color: #999;
}
.search-input::placeholder {
  color: #999;
}
.search-btn {
  position: absolute;
  right: 1px;
  top: 50%;
  width: 52px;
  height: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/search_ico.png") center no-repeat;
  cursor: pointer;
}
.search-btn:hover {
  background-image: url("../images/search_ico_h.png");
}

.nav {
  height: 68px;
  background: #00377d;
}
.nav > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-li.current .nav-link, .nav-li:hover .nav-link, .nav-li.active .nav-link {
  font-weight: bold;
  background: -webkit-gradient(linear, left bottom, left top, from(#d5ab78), to(#eacea0));
  background: linear-gradient(0deg, #d5ab78 0%, #eacea0 100%);
}
.nav-li:nth-child(n+2) {
  margin-left: 8px;
}
.nav-li.nav-li-big .nav-link {
  width: 204px;
}
.nav-link {
  display: block;
  width: 144px;
  height: 68px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 68px;
}

.footer {
  height: 210px;
  background: #00377d;
  color: #e0c193;
}
.footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background: -webkit-gradient(linear, right top, left top, color-stop(9.19%, #d5ab78), color-stop(97.24%, #eacea0));
  background: linear-gradient(270deg, #d5ab78 9.19%, #eacea0 97.24%);
}
.footer-msg {
  padding-top: 24px;
  margin-left: 16px;
  line-height: 31px;
  width: 35%;
}
.footer-msg > p span {
  margin-left: 10px;
}
.footer-msg a {
  color: #e0c193;
}
.footer-msg a > img {
  margin-top: 9px;
}

.sidebar {
  position: fixed;
  top: 50%;
  right: 240px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sidebar-link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90px;
  height: 90px;
  font-size: 12px;
  padding-top: 62px;
  line-height: 18px;
  color: #333;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 12px;
  cursor: pointer;
}
.sidebar-item > li {
  position: relative;
  margin-top: 6px;
  height: 90px;
  background-color: #eaf2ff;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(145, 169, 198, 0.7);
          box-shadow: 0px 1px 5px rgba(145, 169, 198, 0.7);
}
.sidebar-item > li:hover {
  background: #e0c193;
}
.sidebar-item > li:first-child {
  margin-top: 0;
}
.sidebar-item > li:hover > .sidebar-link {
  color: #fff;
}
.sidebar-item > li:hover .call-info-box {
  display: block;
}
.sidebar-item > li:nth-child(1) > .sidebar-link {
  background-image: url("../images/sidebar_ico_1.png");
}
.sidebar-item > li:nth-child(1):hover > .sidebar-link {
  background-image: url("../images/sidebar_ico_1_h.png");
}
.sidebar-item > li:nth-child(2) > .sidebar-link {
  background-image: url("../images/sidebar_ico_2.png");
}
.sidebar-item > li:nth-child(2):hover > .sidebar-link {
  background-image: url("../images/sidebar_ico_2_h.png");
}
.sidebar-item > li:nth-child(3) > .sidebar-link {
  background-image: url("../images/sidebar_ico_3.png");
}
.sidebar-item > li:nth-child(3):hover > .sidebar-link {
  background-image: url("../images/sidebar_ico_3_h.png");
}
.sidebar-item > li:nth-child(4) > .sidebar-link {
  background-image: url("../images/sidebar_ico_4.png");
}
.sidebar-item > li:nth-child(4):hover > .sidebar-link {
  background-image: url("../images/sidebar_ico_4_h.png");
}
.sidebar-item > li:nth-child(5) > .sidebar-link {
  background-image: url("../images/sidebar_ico_4.png");
}
.sidebar-item > li:nth-child(5):hover > .sidebar-link {
  background-image: url("../images/sidebar_ico_4_h.png");
}
.sidebar-item > li:nth-child(6) > .sidebar-link {
  background-image: url("../images/sidebar_ico_5.png");
}
.sidebar-item > li:nth-child(6):hover > .sidebar-link {
  background-image: url("../images/sidebar_ico_5_h.png");
}
.sidebar-item > li:nth-child(7) > .sidebar-link {
  background-image: url("../images/sidebar_ico_6.png");
}
.sidebar-item > li:nth-child(7):hover > .sidebar-link {
  background-image: url("../images/sidebar_ico_6_h.png");
}

.sidebar-item > li:nth-child(8) > .sidebar-link {
  background-image: url("../images/sidebar_ico_5.png");
}
.sidebar-item > li:nth-child(8):hover > .sidebar-link {
  background-image: url("../images/sidebar_ico_5_h.png");
}
.call-info-box {
  display: none;
  position: absolute;
  padding-right: 25px;
  top: 50%;
  left: -278px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.call-info {
  padding: 20px;
  width: 218px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(29, 52, 113, 0.18);
          box-shadow: 0px 4px 24px 0px rgba(29, 52, 113, 0.18);
  background-color: #fff;
}
.call-info-item {
  margin-bottom: 16px;
  line-height: 21px;
  font-size: 14px;
}
.call-info-item .label {
  color: #333;
}
.call-info-item .number {
  color: #024287;
  font-weight: 700;
}

.call-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.call-btns .click {
  width: 104px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  border-radius: 2px;
  background: #024287;
  color: #fff;
}
.call-btns .click:hover {
  background-color: #e0c193;
}
.call-btns .click:last-child {
  margin-left: auto;
}

@media (max-width: 1900px) {
  .sidebar {
    right: 10px;
  }
}
.content {
  padding: 25px 0;
  min-height: calc(100% - 482px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 回到顶部 */
a.reBack-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 50px;
  width: 72px;
  height: 72px;
  text-align: center;
  z-index: 999;
  background: rgba(174, 148, 109, 0.8);
}

a.reBack-top:hover {
  background: #ae946d;
}

a.reBack-top img {
  vertical-align: top;
  margin-top: 16px;
}