/*!
 * Ploceidae v1.1
 * Copyright 2015-2017 Ploceidae, Inc.
 * http://ploceidae.dsdl.com/
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  margin: 0 auto;
  width: 1000px;
  overflow: hidden;
}
@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1469778912');
  src: url('../fonts/iconfont.eot?t=1469778912#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff?t=1469778912') format('woff'), /* chrome, firefox */ url('../fonts/iconfont.ttf?t=1469778912') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg?t=1469778912#iconfont') format('svg');
  
  /* IE9*/
  /* iOS 4.1- */
}
[class^="icon-"],
[class*=" icon-"] {
  position: relative;
  display: inline-block;
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-qq:before {
  content: "\e681";
}
.icon-plane:before {
  content: "\e62a";
}
.icon-dot:before {
  content: "\e602";
}
.icon-radius:before {
  content: "\e647";
}
.icon-express:before {
  content: "\e600";
}
.icon-right:before {
  content: "\e687";
}
.icon-train:before {
  content: "\e61c";
}
.icon-r-arrows:before {
  content: "\e601";
}
.icon-ship:before {
  content: "\e6a0";
}
@font-face {
  font-family: 'fzyasong-h-gbkregular';
  src: url('../fonts/_gbk-webfont.eot');
  src: url('../fonts/_gbk-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/_gbk-webfont.woff2') format('woff2'), url('../fonts/_gbk-webfont.woff') format('woff'), url('../fonts/_gbk-webfont.ttf') format('truetype'), url('../fonts/_gbk-webfont.svg#fzyasong-h-gbkregular') format('svg');
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Microsoft Yahei";
  font-size: 14px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #ffffff;
  margin: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #fe4949;
  text-decoration: none;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: 0;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h4 .small,
.h4 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 18px;
}
h2,
.h2 {
  font-size: 16px;
}
h3,
.h3 {
  font-size: 14px;
}
h4,
.h4 {
  font-size: 12px;
}
p {
  margin-bottom: 10px;
  text-indent: 25px;
  color: #000000;
  font-size: 12px;
}
small,
.small {
  font-size: 85%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  margin: 0 0 20px;
  color: #464646;
  position: relative;
  padding-left: 15px;
  background-color: #d4d4d4;
}
.page-header i {
  font-size: 25px;
}
.page-header h2 {
  height: 33px;
  line-height: 33px;
}
.block-header {
  margin-bottom: 26px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fe4949;
  height: 30px;
  position: relative;
}
.block-header::before {
  content: "";
  background-color: #fe4949;
  width: 80px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.block-header h1 {
  float: left !important;
}
.block-header a {
  float: right !important;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #666666;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #fe4949;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #666666;
  background-color: #eeeeee;
  border-color: #dddddd;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #666666;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination div.input-group {
  display: inline-flex;
}
.pagination input.form-control {
  height: 34px;
  width: 80px;
  border-radius: 0;
  margin-left: 10px;
}
.pagination .input-group-btn a {
  padding: 7px 10px;
  display: block;
  color: #ffffff;
  background-color: #fe4949;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #464646;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666666;
}
.form-control {
  display: block;
  width: 100%;
  height: 28px;
  padding: 8px 14px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dddddd;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #428bca;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f7f6f6;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 28px;
  }
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 35px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  pointer-events: none;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
/*
.form-inline {

  // Kick in the inline

  @media (min-width: @screen-sm-min) {
    // Inline-block all the things for "inline"
    .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
    }

    // In navbar-form, allow folks to *not* use `.form-group`
    .form-control {
      display: inline-block;
      width: auto; // Prevent labels from stacking above inputs in `.form-group`
      vertical-align: middle;
    }

    // Make static controls behave like regular ones
    .form-control-static {
      display: inline-block;
    }

    .input-group {
      display: inline-table;
      vertical-align: middle;

      .input-group-addon,
      .input-group-btn,
      .form-control {
        width: auto;
      }
    }

    // Input groups need that 100% width though
    .input-group > .form-control {
      width: 100%;
    }

    .control-label {
      margin-bottom: 0;
      vertical-align: middle;
    }

    // Remove default margin on radios/checkboxes that were used for stacking, and
    // then undo the floating of radios and checkboxes to match.
    .radio,
    .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle;

      label {
        padding-left: 0;
      }
    }
    .radio input[type="radio"],
    .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0;
    }

    // Re-override the feedback icon.
    .has-feedback .form-control-feedback {
      top: 0;
    }
  }

}
*/
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.mtop-sm {
  margin-top: 20px;
}
.mbottom-sm {
  margin-bottom: 20px;
}
img {
  vertical-align: middle;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  border: none;
}
.main {
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .main {
    width: 1000px;
    margin: 0 auto;
  }
}
.editor-content {
  line-height: 24px;
  color: #000000;
  font-size: 12px;
}
.editor-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.header {
  height: 140px;
}
.header .logo-top {
  height: 100px;
  position: relative;
}
.header .logo-top img {
  width: 1000px;
  height: 100px;
}
.header .logo-top .header-top {
  position: absolute;
  top: 32px;
  right: 18px;
}
.header .logo-top .header-top a.btn {
  background-color: #33899a;
  color: #ffffff;
  font-size: 11px;
  line-height: 26px;
  display: block;
  height: 26px;
  width: 100px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 15px;
}
.header .logo-top .header-top a.btn i {
  line-height: 26px;
  display: inline-block;
  margin-top: -2px;
}
.header .logo-top .header-top ul {
  overflow: hidden;
  width: 100%;
  text-align: right;
}
.header .logo-top .header-top ul li {
  position: relative;
  line-height: 10px;
}
.header .logo-top .header-top ul li::before {
  content: "";
  background-color: #4f4f4e;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.header .logo-top .header-top ul li a {
  font-size: 14px;
  color: #4f4f4e;
  padding: 0 8px 0 5px;
  font-weight: bold;
}
.header .logo-top .header-top ul li:last-child::before {
  display: none;
}
.header .logo-top .header-top ul li:last-child a {
  padding-right: 0;
}
.header .nav {
  background-color: #ffffff;
  height: 40px;
}
.header .nav li {
  height: 40px;
  line-height: 30px;
  padding: 7px 0 3px;
}
.header .nav li a {
  font-size: 14px;
  padding-left: 16px;
  color: #000000;
  display: block;
  font-family: "fzyasong-h-gbkregular";
}
.header .nav li + li {
  background: url("../img/line.png") no-repeat left center;
}
.flash-top {
  height: 218px;
}
.footer .link {
  height: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
.footer .link li {
  height: 15px;
  line-height: 15px;
  position: relative;
}
.footer .link li a {
  padding-left: 13px;
  padding-right: 16px;
  display: block;
  color: #000000;
  font-size: 12px;
}
.footer .link li::before {
  content: "";
  background: -moz-linear-gradient(left, #424242 0%, #d1d1d1 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #424242), color-stop(100%, #d1d1d1));
  background: -webkit-linear-gradient(left, #424242 0%, #d1d1d1 100%);
  background: -o-linear-gradient(left, #424242 0%, #d1d1d1 100%);
  background: -ms-linear-gradient(left, #424242 0%, #d1d1d1 100%);
  background: linear-gradient(to right, #424242 0%, #d1d1d1 100%);
  width: 2px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
}
.footer .link li:last-child::before {
  display: none;
}
.footer .link li:first-child > a {
  padding-left: 0;
}
.footer .link li:last-child > a {
  padding-right: 0;
}
.footer .foot-list {
  border-top: 5px solid #a8cce2;
  position: relative;
}
.footer .foot-list .foot-code {
  position: absolute;
  top: 20px;
  left: 50px;
}
.footer .foot-list .foot-code img {
  width: 74px;
  height: 74px;
}
.footer .foot-list .foot-code span {
  display: block;
}
.footer .copy-right {
  padding: 10px 0 20px;
  color: #464646;
}
.footer .copy-right a.text-red {
  color: #c70707;
}
.img-animation img {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
}
.img-animation img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.pad10 {
  padding: 10px 10px 0 10px;
}
.mag20 {
  margin-bottom: 20px;
}
.index-l {
  width: 340px;
}
.index-l .index-goods {
  width: 340px;
  height: 145px;
  padding: 5px;
  overflow: hidden;
  border: 1px solid  #dedddd;
}
.index-l .index-goods a {
  display: block;
  width: 328px;
  height: 133px;
  overflow: hidden;
}
.index-l .index-goods a img {
  width: 330px;
  height: 135px;
}
.index-l .index-about {
  padding: 10px;
  border: 1px solid  #ebeceb;
  height: 155px;
}
.index-l .index-about dl {
  margin: 10px 0 0;
}
.index-l .index-about dl dt,
.index-l .index-about dl dt > img {
  width: 79px;
  height: 79px;
  overflow: hidden;
  border-radius: 5px;
}
.index-l .index-about dl dd {
  margin-left: 90px;
  font-size: 12px;
  color: #000000;
  font-weight: lighter;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
  min-height: 85px;
  line-height: 20px;
}
.index-r {
  width: 624px;
}
.index-r .form-list:before,
.index-r .form-list:after {
  content: " ";
  display: table;
}
.index-r .form-list:after {
  clear: both;
}
.index-r .form-list:before,
.index-r .form-list:after {
  content: " ";
  display: table;
}
.index-r .form-list:after {
  clear: both;
}
.index-r .form-list .form-online {
  float: left;
  width: 198px;
}
.index-r .form-list .form-online + .form-online {
  margin-left: 15px;
}
.index-r .form-list .form-online dl {
  margin: 10px 0 0 0;
  border: 1px solid #d0cecf;
  padding: 5px;
  border-radius: 5px;
}
.index-r .form-list .form-online dl dt,
.index-r .form-list .form-online dl dt > img {
  width: 185px;
  height: 68px;
  overflow: hidden;
}
.index-r .form-list .form-online dl dd {
  margin: 2px 0 0 2px;
}
.index-r .form-list .form-online dl dd h2 {
  font-size: 16px;
  color: #336685;
  font-family: "fzyasong-h-gbkregular";
}
.index-r .form-list .form-online dl dd h2 img {
  display: block;
}
.index-r .form-t {
  background: url("../img/point.png") repeat-x left top;
  width: 100%;
  height: 27px;
  display: block;
  position: relative;
}
.index-r .form-t a {
  display: block;
}
.index-r .form-t a:before,
.index-r .form-t a:after {
  content: " ";
  display: table;
}
.index-r .form-t a:after {
  clear: both;
}
.index-r .form-t a:before,
.index-r .form-t a:after {
  content: " ";
  display: table;
}
.index-r .form-t a:after {
  clear: both;
}
.index-r .form-t a h2 {
  font-size: 14px;
  color: #2478e0;
  background-color: #ffffff;
  font-family: "fzyasong-h-gbkregular";
  line-height: 14px;
  float: left;
  background: url("../img/line-b.png") no-repeat left top #ffffff;
  height: 27px;
  padding: 2px 10px 0 15px;
}
.index-r .form-t a h3 {
  position: absolute;
  bottom: 0;
  left: 15px;
}
.index-r .form-t a span {
  display: block;
  position: absolute;
  right: 0;
  top: -5px;
  background: #ffffff;
  width: 60px;
  height: 20px;
  text-align: right;
}
.in-news:before,
.in-news:after {
  content: " ";
  display: table;
}
.in-news:after {
  clear: both;
}
.in-news:before,
.in-news:after {
  content: " ";
  display: table;
}
.in-news:after {
  clear: both;
}
.in-news .news-t a h2 {
  color: #f07f1f;
  background: url("../img/line-o.png") no-repeat left top #ffffff;
}
.in-news dl.in-news-list {
  margin: 15px 0 0;
  overflow: hidden;
  position: relative;
}
.in-news dl.in-news-list dt > img {
  width: 153px;
  height: 113px;
}
.in-news dl.in-news-list dd {
  margin-left: 163px;
  height: 115px;
}
.in-news dl.in-news-list dd ul > li {
  font-size: 12px;
  color: #010101;
  border-bottom: 1px dashed #949494;
  line-height: 24px;
  height: 24px;
}
.in-news dl.in-news-list dd ul > li a {
  float: left;
  width: 380px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-height: 20px;
}
.in-news dl.in-news-list dd ul > li span {
  float: right;
  padding-right: 10px;
  line-height: 20px;
}
.index-bus .bus-left {
  width: 270px;
}
.index-bus .bus-left .bus-t {
  height: 30px;
}
.index-bus .bus-left .bus-t a > h2 {
  color: #33899a;
  background: url("../img/line-s.png") no-repeat left top #ffffff;
  height: 30px;
}
.index-bus .bus-left dl dt,
.index-bus .bus-left dl dt > img {
  width: 113px;
  height: 92px;
  overflow: hidden;
}
.index-bus .bus-left dl dd {
  margin-left: 123px;
}
.index-bus .online-r {
  width: 338px;
}
.index-bus .online-r .online-t {
  height: 30px;
}
.index-bus .online-r .online-t a > h2 {
  color: #70a138;
  background: url("../img/line-g.png") no-repeat left top #ffffff;
  height: 30px;
}
.index-bus .online-r dl dt,
.index-bus .online-r dl dt > img {
  width: 191px;
  height: 92px;
  overflow: hidden;
}
.index-bus .online-r dl dd {
  margin-left: 200px;
}
.index-bus .com-line {
  border: 1px solid #ebeceb;
  padding: 6px 5px;
  margin: 18px 0 0;
  position: relative;
}
.index-bus .com-line:before,
.index-bus .com-line:after {
  content: " ";
  display: table;
}
.index-bus .com-line:after {
  clear: both;
}
.index-bus .com-line:before,
.index-bus .com-line:after {
  content: " ";
  display: table;
}
.index-bus .com-line:after {
  clear: both;
}
.index-bus .com-line dd {
  font-size: 12px;
  color: #000000;
  line-height: 23px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  height: 92px;
}
.index-bus span.point-p {
  position: absolute;
  right: -1px;
  bottom: -1px;
  background: url("../img/line-point.png") no-repeat left top;
  display: block;
  width: 16px;
  height: 16px;
}
.elli-4 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}
.elli-1 {
  text-overflow: ellipsis;
  /*display: flex; 我临时加1*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.elli-2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.inside-con {
  margin: 10px auto 20px;
  border-bottom: 1px solid #d9d9d9;
}
.inside-con .inside-left {
  margin-top: 37px;
  width: 185px;
}
.inside-con .inside-right {
  border-left: 1px solid #d9d9d9;
  width: 815px;
}
.inside-con .inside-right .com-head {
  border-bottom: 1px solid #d9d9d9;
}
.inside-con .inside-right .com-head h3 {
  color: #000000;
  font-size: 12px;
  padding: 12px 3px 12px 0;
  text-align: right;
}
.inside-con .inside-right .title-in {
  padding-top: 25px;
}
.inside-con .inside-right .title-in h3 {
  color: #000000;
  font-size: 12px;
}
.inside-con .inside-right .title-in h3 i {
  left: 10px;
  top: -1px;
  color: #000000;
}
.inside-con .inside-right .editor-content {
  padding: 10px 5px 54px 36px;
}
.business-list {
  padding: 10px 40px 30px 30px;
}
.business-list dl {
  margin: 20px 0;
  background-color: #eaeaea;
}
.business-list dl dt {
  display: inline-block;
  width: 280px;
  height: 120px;
  overflow: hidden;
}
.business-list dl dt img {
  display: inline-block;
  width: 280px;
  height: 120px;
}
.business-list dl dd {
  padding: 12px 20px;
  font-size: 12px;
  color: #000000;
  margin-left: 280px;
}
.business-list dl dd p {
  line-height: 24px;
  margin: 0;
  text-indent: 0;
}
.serve-list {
  padding: 10px 40px 30px 30px;
}
.serve-list dl {
  margin: 20px 0;
  background-color: #eaeaea;
}
.serve-list dl dt,
.serve-list dl dt > img {
  display: inline-block;
  width: 280px;
  height: 100px;
  overflow: hidden;
}
.serve-list dl dd {
  font-size: 12px;
  color: #000000;
  margin-left: 280px;
}
.serve-list dl dd p {
  line-height: 24px;
  text-indent: 0;
  margin: 30px;
}
.serve-list dl:nth-child(1) dd > p {
  margin: 15px 20px;
}
.serve-list dl:nth-child(1) dt,
.serve-list dl:nth-child(1) dt > img {
  height: 78px;
}
.serve-list dl:nth-child(2) dd > p {
  margin: 11px 20px;
}
.serve-list dl:nth-child(2) dt,
.serve-list dl:nth-child(2) dt > img {
  height: 118px;
}
.news {
  font-size: 12px;
  color: #000000;
}
.news .inside-right {
  width: 815px;
}
.news .news-list {
  padding-left: 30px;
}
.news .news-list .news-name > p {
  margin-left: 7px;
  padding: 5px 44px 5px 30px;
  border: 1px solid #ebeceb;
  text-indent: 0;
}
.news .news-list ul.news-list-u li {
  margin-left: 7px;
  padding: 8px 0;
  border-bottom: 1px dashed #b7b7b7;
}
.news .news-list ul.news-list-u li:before,
.news .news-list ul.news-list-u li:after {
  content: " ";
  display: table;
}
.news .news-list ul.news-list-u li:after {
  clear: both;
}
.news .news-list ul.news-list-u li:before,
.news .news-list ul.news-list-u li:after {
  content: " ";
  display: table;
}
.news .news-list ul.news-list-u li:after {
  clear: both;
}
.news .news-list ul.news-list-u li:last-child {
  border: 0;
}
.news .news-list ul.news-list-u li a {
  color: #000000;
}
.news .news-list ul.news-list-u li a .left-title {
  display: inline-block;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news-list ul.news-list-u li a .left-title i {
  left: -4px;
  width: 5px;
}
.news .news-list ul.news-list-u li a .right-date {
  text-align: right;
  display: inline-block;
  width: 30%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.details .editor-content {
  padding: 10px 15px 54px 20px!important;
}
.details .title-in h3 {
  text-align: center;
  font-weight: bold;
}
.details .details-date p {
  background-color: #ededed;
  text-align: center;
  margin: 10px 18px 0;
  padding: 5px 0;
}
.details .details-date p span {
  color: #c70707;
}
.contact .cont-right {
  width: 813px;
}
.contact .editor-content > p {
  text-indent: 0;
}
.banner {
  width: 100%;
  height: 330px;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 50px;
}
.banner .tail-head .active {
  background-color: #33beff;
  border-color: #33beff;
}
.banner .tail-head ul {
  padding: 0;
  margin-top: 20px;
}
.banner .tail-head ul li {
  display: inline-block;
  width: 25%;
  text-align: center;
}
.banner .tail-head ul li:nth-child(3) {
  width: 23%;
}
.banner .tail-head ul li .icon-ship {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -19px;
  margin-top: -19px;
  font-size: 38px;
  color: white;
}
.banner .tail-head ul li .icon-train {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -19px;
  margin-top: -19px;
  font-size: 38px;
  color: white;
}
.banner .tail-head ul li .icon-plane {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -19px;
  margin-top: -19px;
  font-size: 38px;
  color: white;
}
.banner .tail-head ul li .icon-express {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -19px;
  margin-top: -19px;
  font-size: 38px;
  color: white;
}
.banner .tail-head ul li span {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid white;
}
.banner .tail-head ul li span:hover {
  background-color: #33beff;
  border-color: #33beff;
}
.banner .tail-head ul li h4 {
  display: block;
  font-size: 18px;
  color: white;
}
.banner .tail-head ul li p {
  text-indent: 0;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
}
.banner .tail-head h2 {
  letter-spacing: 3px;
  text-align: center;
  font-size: 48px;
  color: white;
  font-family: "fzyasong-h-gbkregular";
}
.banner .tail-head h2 div {
  display: inline-block;
}
.banner .tail-head h2 div:nth-child(1) i {
  left: -10px;
  top: -2px;
}
.banner .tail-head h2 div:nth-child(2) i {
  left: 10px;
  top: -2px;
}
.banner .tail-head h2 div i {
  font-size: 20px;
}
.banner .tail-head h3 {
  letter-spacing: 1px;
  font-size: 18px;
  text-align: center;
  color: white;
  font-family: "fzyasong-h-gbkregular";
  text-transform: uppercase;
}
.banner .tail-head .line {
  position: relative;
  top: -14px;
  display: inline-block;
  height: 1px;
  width: 370px;
  background-color: white;
}
.tail {
  background-color: #f4f4f4;
  padding: 20px 0;
}
.tail .w {
  width: 680px;
  margin: 0 auto;
}
.tail .tail-centre h3 {
  font-weight: bold;
  padding-left: 180px;
  color: #0c6bb2;
  margin-bottom: 10px;
}
.tail .search-record {
  margin-left: 180px;
  margin-top: 10px;
}
.tail .search-record ul {
  margin-left: 10px;
  padding: 0;
}
.tail .search-record ul li {
  list-style: none;
  margin-bottom: 16px;
}
.tail .search-record a {
  color: #4182ba;
}
.tail .tail-search span {
  font-size: 24px;
  color: #428bca;
}
.tail .tail-search input {
  width: 412px;
  height: 39px;
  border: 2px solid #428bca;
  padding-left: 10px;
  margin-left: 11px;
  position: relative;
  top: -2px;
}
.tail .tail-search a {
  background-color: #428bca;
  padding: 8px 24px;
  padding-top: 12px;
  color: white;
  margin-left: -2px;
}
.tail-bottom {
  padding-bottom: 130px;
}
.tail-bottom h3 {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 24px;
  color: #0369ad;
}
.tail-bottom ul {
  padding: 0;
}
.tail-bottom ul .active {
  border: 2px solid #1272b8;
  padding: 13px 0;
}
.tail-bottom ul li {
  padding: 14px 0;
  list-style: none;
  float: left;
  width: 19%;
  text-align: center;
  border: 1px solid #eaeaea;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tail-bottom ul li:hover {
  border: 2px solid #1272b8;
  padding: 13px 0;
}
.tail-bottom ul li a img {
  display: inline-block;
  margin-bottom: 20px;
  width: 159px;
  height: 42px;
}
.tail-bottom ul li:nth-child(5) {
  margin-right: 0;
}
.tail-bottom ul li:nth-child(10) {
  margin-right: 0;
}
.tail-bottom ul li:nth-child(15) {
  margin-right: 0;
}
.tail-bottom ul li span {
  color: black;
  /*text-align:center;临时*/
  margin-right: 10px;/*临时*/
  /*margin-bottom: 10px;临时*/
}
.form .inside-right {
  width: 815px;
}
.form .form-list {
  padding-top: 44px;
}
.form .form-list .btn-div {
  text-align: left;
  margin-left: 120px;
}
.form .form-list .btn-div input {
  background: #f0f0f0;
  color: #000000;
}
.form .has-error input {
  border: 1px solid #a94442;
}
.form .has-error .error {
  color: #a94442;
  display: inline-block;
  padding-left: 10px;
}
.form .has-error .error:before {
  float: left;
  display: inline-block;
  content: "x";
  width: 15px;
  height: 15px;
  border: 1px solid #a94442;
  border-radius: 100%;
  text-align: center;
  line-height: 12px;
  font-size: 14px;
  margin: 2px 3px 2px 0;
}
.form .form-group {
  margin-bottom: 25px;
}
.form .form-group:nth-child(8) {
  padding-left: 120px;
}
.form .form-group:nth-child(8) a {
  color: #000000;
  font-size: 12px;
}
.form .form-group:nth-child(8) button {
  margin-right: 10px;
}
.form .form-group:nth-child(7) input {
  width: 96px;
}
.form .form-group .textarea {
  width: 352px;
  height: auto;
  border: 1px solid #dddddd;
  resize: none;
}
.form .form-group .textarea:focus {
  border-color: #428bca;
}
.form .form-group .form-label {
  color: #000000;
  font-size: 12px;
  width: 110px;
  display: inline-block;
  text-align: right;
  margin-bottom: 0;
  margin-right: 10px;
  float: left;
  line-height: 22px;
}
.form .form-group input {
  padding-left: 5px;
  display: inline-block;
  width: 216px;
  height: 16px;
}
.form .form-group input:focus {
  outline: none;
}
.online-message .inside-left > a {
  display: block;
  margin: 10px 0 0 12px;
}
.online-message .inside-left > a img {
  padding: 3px;
  border: 1px solid #c3c3c3;
}
.online-message .pagination {
  padding-left: 30px;
  font-size: 12px;
}
.online-message .online-message-table {
  margin: 30px;
  padding: 10px;
  border-radius: 10px;
  border: 5px solid #dee0ec;
}
.online-message .online-message-table table {
  width: 100%;
}
.online-message table {
  color: #000000;
  font-size: 12px;
}
.online-message table tbody tr td {
  padding: 5px;
  border: 1px solid #e3e3e3;
}
.online-message table tbody tr td:nth-child(1) {
  padding: 7px 15px;
  text-align: left;
}
.online-message table tbody tr:nth-child(2) td:nth-child(1) {
  width: 120px;
  padding: 15px 0 15px 45px;
}
.online-message table tbody tr:nth-child(3) td:nth-child(1) {
  width: 120px;
  padding: 15px 0 15px 45px;
}
.online-message table tbody tr:nth-child(4) td:nth-child(1) {
  width: 120px;
  padding: 15px 0 15px 45px;
}
.online-message .td-color {
  color: #d71900;
}
.online-message .page-left > a {
  display: block;
  width: 91px;
  height: 33px;
  padding: 5px;
  border: 1px solid #c2c7c0;
}
.member {
  font-size: 12px;
}
.member .btn-div {
  margin-bottom: 10px;
}
.member .btn-div input {
  background: #f0f0f0;
  color: #000000;
}
.member .special {
  position: relative;
  left: -140px;
}
.member select {
  width: 152px;
  border: 1px solid #ebeceb;
}
.member textarea {
  margin-top: 7px;
  border: 1px solid #ebeceb;
}
.member .member-table {
  padding-left: 37px;
}
.member .table input {
  width: 152px;
  height: 17px;
  border: 1px solid #ebeceb;
}
.member .table .mb20 {
  line-height: 30px;
}
.member .table table {
  margin-top: 17px;
}
.member .table table:nth-child(2) .member-border:nth-child(2) {
  padding: 20px;
}
.member .table table:nth-child(2) .member-border:nth-child(2) tr td:nth-child(1) {
  width: 75px;
}
.member .table table:nth-child(2) .member-border:nth-child(2) tr td:nth-child(2) {
  width: 152px;
  padding-right: 10px;
}
.member .table table:nth-child(2) .member-border:nth-child(2) tr td:nth-child(3) {
  width: 45px;
}
.member input[type='radio'] {
  margin: 0;
  position: relative;
  top: 3px;
  width: 30px;
}
.member table {
  width: 100%;
}
.member table tbody table .member-border table {
  margin: 0;
}
.member table tbody table .member-border:nth-child(1) {
  width: 85px;
  text-align: center;
}
.member table tbody table .member-border:nth-child(2) {
  padding: 20px;
}
.member table tbody table .member-border:nth-child(2) tr td:nth-child(1) {
  width: 75px;
}
.member table tbody table .member-border:nth-child(2) tr td:nth-child(2) {
  width: 152px;
  padding-right: 10px;
}
.member .member-border {
  border: 1px solid #d6d6d6;
}
.pagination {
  width: 100%;
}
.pagination .input-append input {
  height: 31px;
  margin-left: 10px;
  border: 1px solid #dddddd;
  outline: none;
  text-indent: 10px;
}
.pagination .input-append .btn {
  padding: 7px 12px;
  padding-top: 6px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #666666;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-left: 0;
  margin-left: -5px;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
.online-booking .btn-div {
  margin-bottom: 80px;
  padding-bottom: 4px;
  padding-top: 4px;
  border: 1px solid #d6d6d6;
  border-top: 0;
  margin-top: 0;
  margin-left: 15px;
}
.online-booking .btn-div input {
  position: relative;
  left: 15px;
}
.form-table h3 {
  font-weight: bold;
  margin: 20px 30px;
  color: #000;
}
.form-table table {
  margin-left: 15px;
}
.form-table table td {
  border: 1px solid #d6d6d6;
  padding: 5px;
  font-size: 12px;
  color: black;
  text-transform: uppercase;
}
.form-table table td input[type='text'] {
  border: 1px solid #ebeceb;
  width: 80%;
}
.form-table table td label {
  margin-right: 10px;
}
.form-table table td input[type='radio'] {
  margin-top: 3px;
  margin-right: 2px;
  float: left;
}
.form-table table td input[type='checkbox'] {
  margin-top: 3px;
  margin-right: 10px;
  float: left;
}
.form-table table .checkbox-input label {
  margin-bottom: 15px;
}
.form-table table .checkbox-input label:last-child {
  margin-bottom: 0;
}
.form-table table td:first-child {
  text-align: right;
  width: 411px;
  padding: 8px 20px;
}
.form-table table .cancel-border-right {
  border-right: 0;
}
.form-table table .cancel-border-left {
  width: 36%!important;
  position: relative;
  left: -44px;
  border-left: 0;
}
.form-table table .cancel-border-left input {
  width: 100px!important;
}
.form-table .padding-table {
  padding: 28px;
}
.form-table input[type='submit'] {
  background: #f0f0f0;
  color: #000;
}
.form-table .sm-input {
  width: 142px !important;
}
.form-sm-table td {
  width: auto !important;
}
.font-red {
  color: #cd2323;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.btn-div {
  margin-top: 10px;
  margin-bottom: 130px;
  text-align: center;
}
