@charset "UTF-8";
/* scss */
/* 文本居中*/
/* 块元素*/
img {
  display: block; }

/* 行内元素*/
/*左浮动*/
.floatL {
  float: left; }

/*右浮动*/
.floatR {
  float: right; }

/* 清除浮动*/
/*上下居中*/
/*超出省略号*/
.overEllipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

* {
  padding: 0; }

body {
  font-size: 14px;
  font-family: "微软雅黑"; }

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

fieldset, img {
  border: 0; }

ol, ul, li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

/* 链接颜色设置*/
a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #d3b169;
    text-decoration: none; }

/* 清理浮动 */
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.fn-clear {
  zoom: 1
  /* for IE6 IE7 */ }

.clear {
  clear: both; }

.overflowH {
  overflow: hidden; }

input, textarea {
  outline: none; }

i, strong, em, b {
  font-style: normal;
  font-weight: bold; }

.view {
  background-color: #000; }

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px; }
    .navbar-nav > li > a:before {
      position: absolute;
      content: "";
      display: none;
      height: 24px;
      width: 100%;
      z-index: -1;
      background-color: #d3b169;
      left: 50%;
      margin-left: -50%;
      top: 50%;
      margin-top: -12px;
      border-radius: 30px; }
.navbar-nav > .curt a:before{display:block;}
.navbar-nav > .curt a{color:#fff !important;}
  .navbar-nav > li:hover > a, .navbar-nav > li.on > a {
    color: #fff !important; }
    .navbar-nav > li:hover > a:before, .navbar-nav > li.on > a:before {
      display: block; } }
@media (min-width: 992px) {
  .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px; }

  .navbar-nav {
    margin-left: 30px; } }
.navbar-nav > li {
  font-size: 13px;
  margin: 0 2px; }

.navbar-nav > li > a {
  position: relative;
  display: block;
  color: #fff; }

.topHeader {
  padding-top: 15px;
  padding-bottom: 15px; }
  .topHeader .navbar-brand {
    height: auto;
    padding: 0; }
  .topHeader .logo {
    width: 150px;
    margin-right: 20px; }
  @media (min-width: 768px) {
    .topHeader .logo {
      width: 150px; } }
  @media (min-width: 992px) {
    .topHeader .logo {
      width: 200px; } }
  @media (min-width: 1200px) {
    .topHeader .logo {
      max-width: 100%; } }
  .topHeader .header_tel {
    background: url("../images/zys_img2.png") no-repeat 0 3px;
    padding-left: 27px; }
    .topHeader .header_tel i {
      color: #d3b169;
      font-size: 24px;
      font-family: impact;
      font-weight: normal; }

.footer {
  background-color: #003e97;
  color: #d3b169;
  text-align: center;
  padding: 2em 0;
  font-size: 12px;
  margin-top: 2em; }
  .footer a {
    color: #d3b169; }
  .footer .footer-tel {
    display: inline-block;
    font-size: 2.1em;
    padding-left: 35px;
    min-height: 40px;
    background: url("../images/footertel.png") no-repeat 0 center; }
  .footer .footer-nav {
    font-size: 0.8em;
    margin-top: 10px; }
    .footer .footer-nav a {
      display: inline-block;
      margin: 0 6px; }
  .footer .footer-cont {
    margin-top: 10px;
    font-size: 0.7em;
    line-height: 1.8;
    color: #898989; }
    .footer .footer-cont a {
      color: #898989; }
    .footer .footer-cont p {
      margin: 0; }

@media (min-width: 768px) {
  .footer {
    font-size: 14px; } }
@media (min-width: 992px) {
  .footer {
    font-size: 16px; } }
@media (min-width: 1200px) {
  .footer {
    font-size: 20px; } }