* {
  font-family: "微软雅黑";
}
.bgFull {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.vcenter {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.block {
  display: block;
  position: relative;
}
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;
  margin: 0;
  padding: 0;
}
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: 28px;
}
mark {
  background: #ff0;
  color: #000000;
}
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: 20px 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 20px;
}
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 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000000 !important;
  }
  .label {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dddddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.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 {
  margin: 0;
  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;
  color: #777777;
}
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 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.28px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.6;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1130px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
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: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  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;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  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: #eee;
  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: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  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: 0.44444444px;
}
.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: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.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: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .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: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: (1200px)-1) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: (1200px)-1) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: (1200px)-1) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: (1200px)-1) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: (1200px)-1) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  max-width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  z-index: 20;
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -20px;
  padding: 0;
  border: 1px solid #f00;
  outline: none;
  z-index: 3;
}
.slick-prev {
  left: 30px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 30px;
}
.slick-next {
  right: 30px;
}
[dir="rtl"] .slick-next {
  left: 30px;
  right: auto;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  height: auto;
  list-style: none;

  text-align: center;
  padding: 0;
  width: 100%;
  line-height: 0;
  z-index: 2;
  display: none !important
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #ccc;
  border-radius: 0;
}
.slick-dots li.slick-active button {
  background: #333333;
}
.lazy-hidden {
  background: url(../images/loading.svg) no-repeat center;
  background-size: 60px auto;
}
/*home*/
.top {
  background: #4597a8;
  width: 100%;
}
@media (min-width: 1200px) {
	.pager{
		width: 100%;
		    margin: 50px 0 20px;
		display:table;
    
	}
	.pager li{
		width: 50%;
		float: left;
	}
	.pager li a{
		color:#797979;
		font-size: 16px;
	}
	.pager li a:hover{
		color: #4597a8;
		text-decoration: underline;
	}
	.pager li span{
		font-weight: bold;
		color: #4597a8;
		font-size: 16px;
	}
	.pager li span:hover{
		color:#127488;
	}
  .top_tel {
    float: right;
    margin: 17px 0px;
    color: #fff;
    text-align: right;
    font-size: 16px;
  }
  .top_tel a {
    color: #fff;
    margin: 0 5%;
  }
  .section_4 {
    width: 100%;
    background: #4597a8;
    padding: 30px 0px 35px 0px;
    display: table;
  }
  .section_4 .title {
    color: #fff;
    min-height: 45px;
    font-size:28px;
    text-align: center;
    font-weight: bold;
    background: url(../images/home_row_1.png) no-repeat center bottom;
    padding-bottom: 10px;
    margin-bottom: 35px;
  }
  .section_4 .content li {
    float: left;
    width: 50%;
  }
  .section_4 .content li .btn {
  	border-radius: 1px;
    margin: 15px 0px 0px 0px;
    padding: 5px 20px;
    text-transform: uppercase;
    border-radius: none;
    color: #4597a8;
  }
  .section_4 .content li .btn a {
    color: #4597a8;
    font-weight: bold;
    font-size:14px;
  }
  .section_4 .content .wiki_left .left {
    float: left;
    width: 13%;
    margin-bottom: 10px;
    background:#ffffff;
    border-radius:50%;
    display: table;
    min-height:70px;
    min-width:70px;
  }
   .section_4 .content .wiki_left .left .day{
		 color: #4597a8;
		 font-size: 20px;
		 font-weight: bold;
		 text-align: center;
		 line-height:20px;
		 min-height: 20px;
		 margin-top:13px;
		 }
  .section_4 .content .wiki_left .left p{
		 color: #4597a8;
		 font-size:16px;
		 font-weight: bold;
		 text-align: center;
		 min-height: 15px;
		 text-transform: uppercase;
		 }
  .section_4 .content .wiki_left .right {
    width: 85%;
    float:right;
  }
  .section_4 .content .wiki_left .right .right_1 {
    
    padding-right: 10%;
  }
  .section_4 .content .wiki_left .right .right_1 span {
    color: #fefefe;
    font-size: 16px;
    margin-bottom:10px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .section_4 .content .wiki_left .right .right_1 p {
    color: #f9f9f9;
    font-size: 10px;
    line-height: 24px;
    min-height:50px;
    overflow: hidden;
  }
  .section_4 .content .wiki_right {
    padding-left: 4%;
  }
  .section_4 .content .wiki_right .left {
    float: left;
    width: 13%;
    margin-bottom: 10px;
    background:#ffffff;
    border-radius:50%;
    display: table;
    min-height:70px;
    min-width:70px;
  }
   .section_4 .content .wiki_right .left .day{
		 color: #4597a8;
		 font-size: 20px;
		 font-weight: bold;
		 text-align: center;
		 line-height:20px;
		 min-height: 20px;
		 margin-top:13px;
		 }
  .section_4 .content .wiki_right .left p{
		 color: #4597a8;
		 font-size:16px;
		 font-weight: bold;
		 text-align: center;
		 min-height: 15px;
		 text-transform: uppercase;
		 }
  .section_4 .content .wiki_right .left img {
    max-width: 100%;
  }
  .section_4 .content .wiki_right .right {
    width: 83%;
    float:right;
  }
  .section_4 .content .wiki_right .right .right_1 {
    border-right: none;
    padding-right: 0px;
  }
  .section_4 .content .wiki_right .right .right_1 span {
    color: #fefefe;
    font-size: 16px;
    margin-bottom:10px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .section_4 .content .wiki_right .right .right_1 p {
    color: #f9f9f9;
    font-size: 10px;
    margin-top: 10px;
    line-height: 24px;
    min-height:50px;
    overflow: hidden;
  }
  .section_3 {
    margin-top: 90px;
    background: url(../images/home_about.png) no-repeat center center;
    background-size:auto 100%;
    padding: 60px 0px 40px 0px;
  }
  .section_3 .right_img {
    margin-right: 35px;
    margin-bottom: 0px;
  }
  .section_3 .submit {
    display: table;
    border-radius: 1px;
    background: #4597a8;
    margin-top: 45px;
  }
  .section_3 .submit:hover a {
    color: #666;
  }
  .section_3 .submit a {
    color: #fff;
    padding: 8px 30px;
    margin: 0 auto;
    display: inline-block;
    font-size:14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
  }
  .section_3 .write {
    width: 50%;
    float: right;
  }
  .section_3 .write .title {
    font-size: 28px;
    color: #434b4e;
    font-weight: bold;
    margin-top: 0px;
    line-height:40px;
    min-height: 60px;
    padding-bottom:15px;
  }
  .section_3 .write .title:after{
  	content: "";
  	width: 80px;
  	height: 3px;
    margin-top: 5px;
    display: table;
  	background:#db1525;
  }
  .section_3 .write span {
    margin-top: 14px;
    color: #181717;
    font-size: 14px;
    display: table;
    line-height: 28px;
  }
  .section_3 .photo_ser {
    width: 50%;
    float: left;
    padding-right: 50px;
  }
  .section_3 .photo_ser p {
    width: 30%;
    margin: 0 1.5%;
    border: 10px solid #fff;
    float: left;
  }
  .section_3 .photo_ser p img {
    max-width: 100%;
  }
  .section_3 .photo {
    width: 50%;
    float: left;
    padding-right: 50px;
  }
  .section_3 .photo p {
    margin-bottom: 15px;
  }
  .section_3 .photo p img {
    border: 10px solid #fff;
  }
  .section_2 .submit {
    margin: 0 auto;
    text-align: center;
    display: table;
    border-radius: 1px;
    background: #4597a8;
    margin-top: 45px;
  }
  .section_2 .submit:hover a {
    color: #666;
  }
  .section_2 .submit a {
    color: #fff;
    padding: 8px 30px;
    margin: 0 auto;
    display: inline-block;
    font-size:14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
  }
  .home_main {
    width: 100%;
    margin: 0 auto;
    margin-top: 35px;
    display: inline-block;
  }
  .home_main li {
    width: 25%;
    overflow: hidden;
    float: left;
    margin: 0 4%;
  }
  .home_main li .text1 {
    font-size: 22px;
    width: 100%;
    color: #3e4548;
    font-weight: bold;
    margin-top: 15px;
  }
  .home_main li .text1 a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #3e4548;
  }
  .home_main li .text1 a:hover {
    color: #4597a8;
  }
  .home_main li .text2 {
    font-size: 12px;
    color: #596e76;
    max-height: 40px;
    overflow: hidden;
    margin-top: 10px;
    line-height: 20px;
  }
  .home_main li .text2 a {
    color: #596e76;
  }
  .home_main li .text2 a:hover {
    color: #4597a8;
  }
.home_main li span {
    position: relative;
    display: block;
    z-index: 1;
  }
  .home_main li span:after{
    padding-bottom:100%;
    content:"";
	  display:block;
  }
  .home_main li:hover span .hover {
    display: block;
  }
.home_main li .hover {
    animation: 1s ease 0.2s normal both 1 running tada;
    display: none;
    left: 30%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 30%;
    vertical-align: middle;
    z-index: 5;
}

  @-webkit-keyframes tada {
    0% {
      -webkit-transform: scale(1);
    }
    10%,
    20% {
      -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
      -webkit-transform: scale(1.1) rotate(-3deg);
    }
    100% {
      -webkit-transform: scale(1) rotate(0);
    }
  }
  @-moz-keyframes tada {
    0% {
      -moz-transform: scale(1);
    }
    10%,
    20% {
      -moz-transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
      -moz-transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
      -moz-transform: scale(1.1) rotate(-3deg);
    }
    100% {
      -moz-transform: scale(1) rotate(0);
    }
  }
  .top_left {
    color: #fff;
    font-size:16px;
    padding-left: 25px;
    background:url(../images/home_add.png) no-repeat left center;
    margin: 15px 0px;
  }
  .top_right {
    background: url(../images/home_phone.png) no-repeat left center;
    color: #fff;
    padding-left: 25px;
    float: right;
    font-size:16px;
    margin: 15px 0px;
  }
  .logo {
    margin: 10px 0px;
  }
  .logo img {
    max-width: 100%;
  }
  .phoneNav {
    display: none;
  }
  .top_nav {
    margin: 40px 0px;
  }
  .top_nav ul {
    list-style-type: none;
  }
  .top_nav .nav li {
    width: 16.66666667%;
    float: left;
    font-size: 16px;
    text-align: center;
  }
  .top_nav .nav li > a {
    display: block;
    text-align: right;
    height: 24px;
    line-height: 24px;
    margin: 8px 0;
    color: #fff;
  }
  .top_nav .nav li > a:hover,
  .top_nav .nav li > a.active {
    color: #d69864;
  }
  .top_nav .nav li div {
    background: #db5143;
    position: relative;
    padding: 10px 0;
    display: none;
  }
  .top_nav .nav li div a {
    display: block;
    color: #fff;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
  }
  .top_nav .nav li div a:hover {
    background: #E18D8D;
  }
  .top_nav .nav li div:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: transparent 8px solid;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom-color: #db5143;
    top: -18px;
    left: 50%;
    margin-left: -8px;
    z-index: 1;
  }
  .top_nav .nav li:hover > a {
    color: #d69864;
  }
  .top_nav .nav li:hover div {
    display: block;
  }
  .top_nav .nav li:last-child a {
    border: none;
  }
  .banner-small {
    position: absolute;
    bottom: 55px;
    margin-left: 12%;
  }
  .banner-small .active {
    border: 5px solid #d69864;
  }
  .banner-small div {
    margin-right: 10px;
  }
  .banner-small div span {
    border-radius: 50%;
    border: 5px solid #d69864;
    display: block;
    width: 65px;
    height: 65px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
  }
  .banner-small div span:hover {
    border: 5px solid #d69864;
  }
  .banner-small .slick-current span {
    border: 5px solid #d69864;
    opacity: 1;
    overflow: hidden;
  }
  .title1 {
    color: #434b4e;
    font-weight: bold;
    font-size: 28px;
    display: table;
    margin: 0 auto;
    min-height:70px;
    text-align: center;
    padding-bottom: 15px;
    line-height:55px;
  }
  .title1:after{
  	content: "";
  	width: 80px;
  	height: 3px;
    margin-top: 5px;
    text-align: center;
    margin: 0 auto;
    display: table;
  	background:#db1525;
  }
  .title2 {
    font-size: 14px;
    color: #2a2a2a;
    text-align: center;
    line-height: 28px;
    margin-top: 30px;
  }
  footer {
    width: 100%;
    background: #fff;
  }
  .copy {
    background: #4597a8;
    padding:15px 0px;
  }
  .copy .right{float: right;
    margin-top:4%;}
  .copy .co{
  	color: #fff;
  	font-size: 14px;
  	text-align: center;
  	min-height:25px;

  	overflow: hidden;
  }
  .copy .copy_img{
  	text-align: center;
  	display: block;
  	margin-bottom:5px;
  }
  .footer_right {
    padding:15px 15px 10px 15px;
  }
  .footer_right .er_text{
  	color: #212121;
  	font-size: 16px;
  	text-align: center;
  	min-height:25px;
  	margin:0px 0px 5px 0px;
  	white-space: nowrap;
  	overflow: hidden;
  }
  .footer_right img {
    width: 100%;
    vertical-align: middle;
  }
  .footer_nav {
    width: 100%;
    min-height:95px;
    margin: 5% 0px;
    display: table;
  }
  .footer_nav li {
    width: 20%;
    float: left;
  }
  .footer_nav li a {
    word-break: break-all;
    width: 100%;
    display: block;
    font-size: 12px;
    color: #808485;
  }
  .footer_nav li a:hover {
    color: #4597a8;
  }
  .footer_nav li span {
    font-weight: bold;
    color: #303435;
    font-size: 1.4em;
    margin-bottom: 10px;
    display: block;
  }
  .footer_left .link{
    clear: both;
    font-size: 16px;
    color: #212121;
    margin-bottom:5px !important;
    display: table;
  }
    .footer_left .link a{
    	padding: 0 10px;
    	word-break: normal;
    	font-size: 14px !important;
    	color:#808485;
    }
    .footer_left .link a:hover{color: #4597a8;}
  .news_show {
    display: table;
    clear: both;
    margin-bottom: 70px;
  }
  .news_show p {
    margin-top: 35px;
    color: #2a2a2a;
  }
  .news {
    padding: 35px 0px 35px 0px;
    border-bottom: 1px solid  #e3e3e3;
    display: table;
  }
  .news .news_list_right {
    float: right !important;
  }
  .news .news_list_left,
  .news .news_list_right {
    width: 48%;
    float: left;
    padding: 20px 1% 35px 1%;
  }
  .news .news_list_left .news_right,
  .news .news_list_right .news_right {
    width: 60%;
    float: right;
  }
  .news .news_list_left .news_right .submit,
  .news .news_list_right .news_right .submit {
    display: table;
    border-radius: 1px;
    background: #4597a8;
  }
  .news .news_list_left .news_right .submit a,
  .news .news_list_right .news_right .submit a {
    color: #fff;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
  }
  .news .news_list_left .news_right .submit a:hover,
  .news .news_list_right .news_right .submit a:hover {
    color: #E2E2E2;
  }
  .news .news_list_left .news_right .title3{
  	 color: #121212;
  	 min-height: 20px;
    font-size: 18px;
    line-height: 18px;
    display: block;
  }
  .news .news_list_left .news_right a,
  .news .news_list_right .news_right a {
    color: #121212;
    font-size: 18px;
    min-height:20px;
    line-height: 18px;
    display: block;
  }
  .news .news_list_left .news_right a:hover,
  .news .news_list_right .news_right a:hover {
    color: #4597a8;
  }
  .news .news_list_left .news_right span,
  .news .news_list_right .news_right span {
    color: #b83123;
    font-size: 16px;
    margin-top: 5px;
    display: table;
  }
  .news .news_list_left .news_right p,
  .news .news_list_right .news_right p {
    color: #2a2a2a;
    font-size: 12px;
    min-height: 90px;
    line-height: 22px;
    margin: 15px 0px 25px 0px;
  }
  .news .news_list_left .img_ser {
    float: left;
    width: 36%;
    display: block;
    position: relative;
  }
  .news .news_list_left .img_ser img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .news .news_list_left .img_ser i {
    display: block;
    padding-bottom: 100%;
  }
  .news .news_list_right .img_ser {
    float: left;
    width: 36%;
    display: block;
    position: relative;
  }
  .news .news_list_right .img_ser img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .news .news_list_right .img_ser i {
    display: block;
    padding-bottom: 100%;
  }
  .section_9 {
    background: url(../images/home_about.png) no-repeat center center;
    padding: 90px 0px;
  }
  .section_9 .photo_ser {
    width: 70%;
    float: left;
    padding-right: 50px;
  }
  .section_9 .photo_ser p {
    width: 30%;
    margin-left: 3%;
    border: 10px solid #fff;
    float: left;
  }
  .section_9 .photo_ser p img {
    max-width: 100%;
  }
  .section_9 .write {
    width: 30%;
    float: right;
  }
  .section_9 .write .title {
    font-size: 28px;
    color: #434b4e;
    font-weight: bold;
    margin-top: 0px;
    min-height:50px;
    line-height: 28px;
    padding-bottom: 20px;
    background: url(../images/title_back.png) no-repeat left bottom;
  }
  .section_9 .write span {
    margin-top:15px;
    color: #181717;
    font-size: 12px;
    min-height:50px;
    display: table;
    line-height: 24px;
  }
  .section_9 .submit {
    display: table;
    border-radius: 1px;
    background: #4597a8;
    margin-top: 40px;
  }
  .section_9 .submit:hover {
    background: #4597a8 ;
  }
  .section_9 .submit a {
    color: #fff;
    padding: 8px 30px;
    margin: 0 auto;
    display: inline-block;
    font-size:14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
  }
  .section_9 .submit a:hover {
    color: #ccc;
  }
  .about .ser_show {
    margin: 30px 0px 55px 0px;
    display: table;
    line-height :2;
    color:#333;
  }
  .about .ser_show .ser_show_left {
    width: 50%;
    float: left;
  }
  .about .ser_show .ser_show_left p {
    color: #010101;
    font-size: 14px;
    min-height: 145px;
    line-height: 24px;
  }
  .about .ser_show .ser_show_left span {
    color: #797979;
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
    margin: 35px 0px;
    display: table;
  }
  .about .ser_show .ser_show_right {
    width: 46%;
    float: right;
  }
  .about .ser_show .ser_show_right .left {
    display: inline-block;
    vertical-align: middle;
    max-width: 240px;
    min-height: 175px;
    margin-bottom: 10px;
    float: left;
    width: 50%;
    display: block;
    position: relative;
  }
  .about .ser_show .ser_show_right .left img {
   display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .about .ser_show .ser_show_right .right {
    display: inline-block;
    min-height: 175px;
    vertical-align: middle;
    float: left;
    margin-bottom: 10px;
    max-width: 240px;
    min-height: 175px;
    width: 50%;
    display: block;
    position: relative;
  }
  .about .ser_show .ser_show_right .right img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .about .ser_show .ser_show_right .center {
  	clear: both;
    vertical-align: middle;
    max-width: 480px;
    min-height:250px;
    width: 100%;
    display: block;
    position: relative;
  }
  .about .ser_show .ser_show_right .center img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .about .title:after {
    content: "";
    width: 80px;
    height: 3px;
    margin-top: 5px;
    text-align: center;
    margin: 0 auto;
    display: table;
    background: #db1525;
}
  .about .text {
    color: #2a2a2a;
    text-align: center;
    font-size: 12px;
    margin: 30px 0px 50px 0px;
    line-height: 22px;
  }
  .about .service_01 {
    display: table;
    background: url(../images/service_05.jpg) no-repeat bottom;
    background-size:100% 100%;
    width: 100%;
    margin-bottom: 15px;
    padding: 16px 30px;
  }
  .about .service_01 li {
    float: left;
    color: #212121;
    font-size: 16px;
    margin-right: 50px;
  }
  .about .service_01 li a {
    padding-left: 30px;
  }
  .about .service_01 li a:hover {
    background: url(../images/service_06.png) no-repeat left center;
    background-size: 18px 20px;
    color: #158098;
  }
  .about .service_01 li .active {
    background: url(../images/service_06.png) no-repeat left center;
    background-size: 18px 20px;
    color: #158098;
  }
  .about .ser_list {
    padding: 40px 0px;
    border-bottom: 1px solid  #e3e3e3;
  }
  .about .ser_list .ser_right {
    width: 60%;
    float: right;
  }
  .about .ser_list .ser_right .submit {
    display: table;
    border-radius: 1px;
    background: #4597a8;
  }
  .about .ser_list .ser_right .submit a {
    color: #fff;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
  }
  .about .ser_list .ser_right .submit a:hover {
    color: #E2E2E2;
  }
  .about .ser_list .ser_right .title2{
  	min-height:40px;
  	color: #121212;
  	line-height: 40px;
  	margin:0px 0px 5px 0px;
    font-size: 26px;
    text-align: left;
    display: block;
  }
  .about .ser_list .ser_right .title2 a{
  	color: #121212;
    font-size: 26px;
    display: block;
  	}
  .about .ser_list .ser_right a {
    color: #121212;
    font-size: 26px;
    display: block;
  }
  .about .ser_list .ser_right a:hover {
    color: #4597a8;
  }
  .about .ser_list .ser_right span {
    color: #b83123;
    font-size: 16px;
    min-height:25px;
    display: table;
  }
  .about .ser_list .ser_right p {
    color: #2a2a2a;
    font-size: 14px;
    min-height: 100px;
    line-height: 24px;
    margin: 10px 0px 25px 0px;
  }
  .about .ser_list .img_ser {
    float: left;
    width: 36%;
    display: block;
    position: relative;
  }
  .about .ser_list .img_ser img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .about .ser_list .img_ser i {
    display: block;
    padding-bottom: 68%;
  }
  .page {
    margin: 80px 0px 60px 0px;
    text-align: center;
  }
  .page a {
    color: #474747;
    padding: 2px 10px;
    display: inline-block;
    background: #efefef;
    margin:0 2px;
  }
  .page a:hover {
    color: #fff;
    background: #474747;
  }
  .page .cpb {
    color: #fff;
    background: #474747;
  }
  .page_phone {
    display: none;
  }
  .section {
    width: 100%;
    border-top: 1px solid #d69864;
    display: table;
  }
  .section .container {
    min-width: 1100px !important;
    margin: 0 auto;
  }
  .section .container h2 {
    font-size: 12px;
    text-align: right;
    margin: 20px 0px;
    color: #898989;
  }
  .section .container h2 a {
    color: #898989;
  }
  .section .container h2 span {
    font-weight: bold;
  }
    .section .container h2 font {
    font-weight: bold;
  }
  .section .container .about {
    margin: 0 auto;
  }
  .section .container .about .ad {
    color: #2a2a2a;
    font-size: 18px;
    min-height:60px;
    margin:60px 0px;
    display: inline-block;
  }
  .section .container .about .left p {
    font-size: 12px;
    margin-top:20px;
    color: #2a2a2a;
    line-height: 22px;
    min-height: 110px;
    display: inline-block;
    overflow: hidden;
  }
    .section .container .about .left .img_4{
      width:100%;
      display: block;
      position: relative;
    	max-width:520px;
    	min-height:215px;
    }
  .section .container .about .right .img_4{
      width:100%;
      display: block;
      position: relative;
    	max-width:520px;
    	min-height:215px;
    }
    .section .container .about .left .img_5{
      width:100%;
      display: block;
      position: relative;
    	max-width:520px;
    	min-height:375px;
    }
  .section .container .about .right .img_5{
      width:100%;
      display: block;
      position: relative;
    	max-width:520px;
    	min-height:375px;
    }
  .section .container .about .right p {
    font-size:12px;
    margin-top:20px;
    color: #2a2a2a;
    min-height:45px;
    line-height:22px;
    min-height:110px;
    overflow: hidden;
  }
  .section .container .about .title {
    color: #434b4e;
    min-height: 60px;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    padding-bottom: 15px;
    line-height:60px;
  }
  .section .container .about .title:after {
    content: "";
    width: 80px;
    height: 3px;
    margin-top: 5px;
    text-align: center;
    margin: 0 auto;
    display: table;
    background: #db1525;
}
  .section .container .about .text {
    color: #2a2a2a;
    min-height: 45px;
    text-align: center;
    font-size: 12px;
    margin: 30px 0px 50px 0px;
    line-height: 22px;
  }
  .section_6 {
    border-top: none !important;
  }
  .section_5,
  .section_6 {
    border-top: 2px solid #4597a8;
  }
  .section_5 .common,
  .section_6 .common {
    width: 1100px;
    margin: 0 auto;
    display: table;
    padding: 30px 0px;
  }
  .section_5 .common li,
  .section_6 .common li {
    width: 33%;
    float: left;
    color: #606060;
    font-size: 12px;
    line-height: 1.25em;
    background: url(../images/about_line.jpg) no-repeat right center;
    padding: 0 5%;
  }
  .section_5 .common li:last-child,
  .section_6 .common li:last-child {
    background: none;
  }
  .section_5 .common li .img_2,
  .section_6 .common li .img_2 {
    width: 15%;
    float: left;
    margin-right: 2%;
  }
  .section_5 .common li .img_2 img,
  .section_6 .common li .img_2 img {
    max-width: 100%;
  }
  .section_5 .common li .text,
  .section_6 .common li .text {
    width: 83%;
    overflow: hidden;
    min-height:30px;
  }
  .section_5 .common li .text a,
  .section_6 .common li .text a {
    color: #4893a3;
  }
  .section_5 .common li .text a:hover,
  .section_6 .common li .text a:hover {
    text-decoration: underline;
  }
  #map {
    width: 100%;
    height: 370px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .section_7 {
    width: 100%;
    background: url(../images/online.jpg) no-repeat;
    padding: 80px 0px;
  }
  .section_7 .left {
    width: 50%;
    float: left;
  }
  .section_7 .right {
    width: 50%;
    float: left;
  }
  .section_7 .online {
    text-transform: uppercase;
    color: #000000;
    font-size: 2.5em;
    margin-bottom: 35px;
  }
  .section_7 .online_input {
    background: #fff;
    border: none;
    width: 48%;
    color: #a4a3a3;
    min-height:52px;
    display: table;
    padding: 15px 20px;
    margin-right: 4%;
    float: left;
    margin-bottom: 30px;
  }
  .section_7 .online_input3 {
    background: #fff;
    border: none;
    width: 48%;
    color: #a4a3a3;
    min-height:52px;
    display: table;
    padding: 15px 20px;
    float: left;
    margin-bottom: 30px;
  }
  .section_7 .online_input1 {
    background: #fff;
    border: none;
    color: #a4a3a3;
    min-height:52px;
    display: table;
    width: 100%;
    padding: 15px 20px;
    margin-right: 10px;
    float: left;
    margin-bottom: 30px;
  }
  .section_7 .online_input2 {
    background: #fff;
    border: none;
    min-height:52px;
    display: table;
    color: #a4a3a3;
    width: 20%;
    padding: 15px 20px;
    margin-right: 10px;
    float: left;
    margin-bottom: 30px;
  }
  .section_7 .input_img {
    width: 23%;
    min-height:52px;
    display: table;
    float: left;
    border: 1px solid #ccc;
  }
  .section_7 #Content {
    width: 90%;
    margin-left: 10%;
    border: none;
    padding: 15px;
    height: 215px;
    color: #a4a3a3;
    font-size: 12px;
  }
  .section_7 .btn {
    color: #ffffff;
    float: right;
    margin-top: 20px;
    background: #2c3e50;
    font-size: 20px;
    border-radius:1px;
  }
  .section_7 .btn a {
    color: #fff;
  }
  .section_7 .btn a span {
    color: #7ecefd;
    font-weight: bolder;
    font-size: 28px;
    margin: 0px 0px 0px 20px;
    float: left;
  }
  .section_7 .btn .text {
    color: #fff;
    font-size: 20px;
    float: left;
    padding:7px 20px 0px 0px!important;
    font-weight: 100;
    display: table;
  }
}
@media (min-width:992px) and (max-width: 1200px) {
	.pager{
		width: 100%;
		margin-bottom:35px;
		display:table;
	}
	.pager li{
		width: 50%;
		float: left;
	}
	.pager li a{
		color:#797979;
		font-size: 16px;
	}
	.pager li a:hover{
		color: #4597a8;
		text-decoration: underline;
	}
	.pager li span{
		font-weight: bold;
		color: #4597a8;
		font-size: 16px;
	}
	.pager li span:hover{
		color:#127488;
	}
   .top_tel {
    float: right;
    margin: 17px 0px;
    color: #fff;
    text-align: right;
    font-size: 16px;
  }
  .top_tel a {
    color: #fff;
    margin: 0 5%;
  }
  .section_4 {
    width: 100%;
    background: #4597a8;
    padding: 30px 0px 35px 0px;
    display: table;
  }
  .section_4 .title {
    color: #fff;
    min-height: 55px;
    font-size:28px;
    text-align: center;
    font-weight: bold;
    background: url(../images/home_row_1.png) no-repeat center bottom;
    padding-bottom: 10px;
    margin-bottom: 35px;
  }
  .section_4 .content li {
    float: left;
    width: 50%;
  }
  .section_4 .content li .btn {
    border-radius: 1px;
    margin: 15px 0px 0px 0px;
    padding: 5px 20px;
    text-transform: uppercase;
    border-radius: none;
    color: #4597a8;
  }
  .section_4 .content li .btn a {
    color: #4597a8;
    font-weight: bold;
    font-size:14px;
  }
  .section_4 .content .wiki_left .left {
    float: left;
    width: 13%;
    margin-bottom: 10px;
    background:#ffffff;
    border-radius:50%;
    display: table;
    min-height:70px;
    min-width:70px;
  }
   .section_4 .content .wiki_left .left .day{
		 color: #4597a8;
		 font-size: 20px;
		 font-weight: bold;
		 text-align: center;
		 line-height:20px;
		 min-height: 20px;
		 margin-top:13px;
		 }
  .section_4 .content .wiki_left .left p{
		 color: #4597a8;
		 font-size:16px;
		 font-weight: bold;
		 text-align: center;
		 min-height: 15px;
		 text-transform: uppercase;
		 }
  .section_4 .content .wiki_left .right {
    width: 80%;
    float:right;
  }
  .section_4 .content .wiki_left .right .right_1 {
    border-right: 1px solid #7db6c2;
    padding-right: 10%;
  }
  .section_4 .content .wiki_left .right .right_1 span {
        color: #fefefe;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .section_4 .content .wiki_left .right .right_1 p {
    color: #f9f9f9;
    font-size: 10px;
    line-height: 24px;
    min-height:50px;
    overflow: hidden;
  }
  .section_4 .content .wiki_right {
    padding-left: 4%;
  }
  .section_4 .content .wiki_right .left {
    float: left;
    width: 13%;
    margin-bottom: 10px;
    background:#ffffff;
    border-radius:50%;
    display: table;
    min-height:70px;
    min-width:70px;
  }
   .section_4 .content .wiki_right .left .day{
		 color: #4597a8;
		 font-size: 20px;
		 font-weight: bold;
		 text-align: center;
		 line-height:20px;
		 min-height: 20px;
		 margin-top:13px;
		 }
  .section_4 .content .wiki_right .left p{
		 color: #4597a8;
		 font-size:16px;
		 font-weight: bold;
		 text-align: center;
		 min-height: 15px;
		 text-transform: uppercase;
		 }
  .section_4 .content .wiki_right .left img {
    max-width: 100%;
  }
  .section_4 .content .wiki_right .right {
    width: 80%;
    float:right;
  }
  .section_4 .content .wiki_right .right .right_1 {
    border-right: none;
    padding-right: 0px;
  }
  .section_4 .content .wiki_right .right .right_1 span {
    color: #fefefe;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .section_4 .content .wiki_right .right .right_1 p {
    color: #f9f9f9;
    font-size: 10px;
    margin-top: 10px;
    line-height: 24px;
    min-height:75px;
    overflow: hidden;
  }
  .section_3 {
    margin-top: 90px;
    background: url(../images/home_about.png) no-repeat center center;
    background-size:auto 100%;
    padding: 60px 0px 40px 0px;
  }
  .section_3 .right_img {
    margin-right: 35px;
    margin-bottom: 0px;
  }
  .section_3 .submit {
    display: table;
    border-radius: 1px;
    background: #4597a8;
    margin-top: 45px;
  }
  .section_3 .submit:hover a {
    color: #666;
  }
  .section_3 .submit a {
    color: #fff;
    padding: 8px 30px;
    margin: 0 auto;
    display: inline-block;
    font-size:14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
  }
  .section_3 .write {
    width: 50%;
    float: right;
  }
  .section_3 .write .title {
    font-size: 28px;
    color: #434b4e;
    font-weight: bold;
    margin-top: 0px;
    line-height: 28px;
    padding-bottom: 25px;
    background: url(../images/title_back.png) no-repeat left bottom;
  }
  .section_3 .write span {
    margin-top: 35px;
    color: #181717;
    font-size: 12px;
    display: table;
    line-height: 24px;
  }
  .section_3 .photo_ser {
    width: 50%;
    float: left;
    padding-right: 50px;
  }
  .section_3 .photo_ser p {
    width: 30%;
    margin: 0 1.5%;
    border: 10px solid #fff;
    float: left;
  }
  .section_3 .photo_ser p img {
    max-width: 100%;
  }
  .section_3 .photo {
    width: 50%;
    float: left;
    padding-right: 50px;
  }
  .section_3 .photo p {
    margin-bottom: 15px;
  }
  .section_3 .photo p img {
    border: 10px solid #fff;
  }
  .section_2 .submit {
    margin: 0 auto;
    text-align: center;
    display: table;
    border-radius: 1px;
    background: #4597a8;
    margin-top: 45px;
  }
  .section_2 .submit:hover a {
    color: #666;
  }
  .section_2 .submit a {
    color: #fff;
    padding: 8px 30px;
    margin: 0 auto;
    display: inline-block;
    font-size:14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
  }
  .home_main {
    margin-top: 35px;
    display: table;
  }
  .home_main li {
    width: 25%;
    overflow: hidden;
    float: left;
    margin: 0 4%;
  }
  .home_main li .text1 {
    font-size: 22px;
    width: 100%;
    color: #3e4548;
    font-weight: bold;
    margin-top: 15px;
  }
  .home_main li .text1 a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #3e4548;
  }
  .home_main li .text1 a:hover {
    color: #4597a8;
  }
  .home_main li .text2 {
    font-size: 12px;
    color: #596e76;
    max-height: 40px;
    overflow: hidden;
    margin-top: 10px;
    line-height: 20px;
  }
  .home_main li .text2 a {
    color: #596e76;
  }
  .home_main li .text2 a:hover {
    color: #4597a8;
  }
.home_main li span {
    position: relative;
    display: block;
    z-index: 1;
  }
  .home_main li span:after{
    padding-bottom:100%;
    content:"";
	  display:block;
  }
  .home_main li:hover span .hover {
    display: block;
  }
  .home_main li .hover {
    position: absolute;
    z-index: 5;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: none;
    vertical-align: middle;
    -webkit-animation: tada 1s .2s ease both;
    -moz-animation: tada 1s .2s ease both;
  }
  @-webkit-keyframes tada {
    0% {
      -webkit-transform: scale(1);
    }
    10%,
    20% {
      -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
      -webkit-transform: scale(1.1) rotate(-3deg);
    }
    100% {
      -webkit-transform: scale(1) rotate(0);
    }
  }
  @-moz-keyframes tada {
    0% {
      -moz-transform: scale(1);
    }
    10%,
    20% {
      -moz-transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
      -moz-transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
      -moz-transform: scale(1.1) rotate(-3deg);
    }
    100% {
      -moz-transform: scale(1) rotate(0);
    }
  }
  .top_left {
    color: #fff;
    font-size: 16px;
    padding-left: 25px;
    background: url(../images/home_add.png) no-repeat left center;
    margin: 15px 0px;
  }
  .top_right {
    background: url(../images/home_phone.png) no-repeat left center;
    color: #fff;
    padding-left:25px;
    float: right;
    font-size: 16px;
    margin: 15px 0px;
  }
  .logo {
    margin: 10px 0px;
  }
  .logo img {
    max-width: 100%;
  }
  .phoneNav {
    display: none;
  }
  .top_nav {
    margin: 40px 0px;
  }
  .top_nav ul {
    list-style-type: none;
  }
  .top_nav .nav li {
    width: 16.66666667%;
    float: left;
    font-size: 16px;
    text-align: center;
  }
  .top_nav .nav li > a {
    display: block;
    text-align: right;
    height: 24px;
    line-height: 24px;
    margin: 8px 0;
  }
  .top_nav .nav li > a:hover,
  .top_nav .nav li > a.active {
    color: #d69864;
  }
  .top_nav .nav li div {
    background: #db5143;
    position: relative;
    padding: 10px 0;
    display: none;
  }
  .top_nav .nav li div a {
    display: block;
    color: #fff;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
  }
  .top_nav .nav li div a:hover {
    background: #E18D8D;
  }
  .top_nav .nav li div:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: transparent 8px solid;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom-color: #db5143;
    top: -18px;
    left: 50%;
    margin-left: -8px;
    z-index: 1;
  }
  .top_nav .nav li:hover > a {
    color: #db5143;
  }
  .top_nav .nav li:hover div {
    display: block;
  }
  .top_nav .nav li:last-child a {
    border: none;
  }
  .banner-small {
    position: absolute;
    bottom: 55px;
    margin-left: 12%;
  }
  .banner-small .active {
    border: 5px solid #d69864;
  }
  .banner-small div {
    margin-right: 10px;
  }
  .banner-small div span {
    border-radius: 50%;
    border: 5px solid #e6f2f5;
    display: block;
    width: 65px;
    height: 65px;
    opacity: 0.7;
    cursor: pointer;
    overflow: hidden;
    position: relative;
  }
  .banner-small div span:hover {
    border: 5px solid #d69864;
  }
  .banner-small .slick-current span {
    border: 5px solid #d69864;
    opacity: 1;
    overflow: hidden;
  }
  .title1 {
    color: #434b4e;
    font-weight: bold;
    font-size: 28px;
    min-height:50px;
    line-height:55px;
    text-align: center;
    padding-bottom: 15px;
  }
  .title1:after{
  	content: "";
  	width: 80px;
  	height: 3px;
    margin-top: 5px;
    text-align: center;
    margin: 0 auto;
    display: table;
  	background:#db1525;
  }
  .title2 {
    font-size:12px;
    color: #2a2a2a;
    text-align: center;
    line-height:28px;
    margin-top:25px;
  }
  footer {
    width: 100%;
    background: #fff;
  }
  .copy {
    background: #4597a8;
    padding:15px 0px;
  }
  .copy .right{float: right;
    margin-top:4%;}
  .copy .co{
  	color: #fff;
  	font-size: 14px;
  	text-align: center;
  	min-height:25px;
  	white-space: nowrap;
  	overflow: hidden;
  }
  .copy .copy_img{
  	text-align: center;
  	display: block;
  	margin-bottom:5px;
  }
  .footer_right {
    padding:15px 15px 10px 15px;
  }
  .footer_right .er_text{
  	color: #212121;
  	font-size: 16px;
  	text-align: center;
  	min-height:25px;
  	margin:0px 0px 5px 0px;
  	white-space: nowrap;
  	overflow: hidden;
  }
  .footer_right img {
    width: 100%;
    vertical-align: middle;
  }
  .footer_nav {
  	min-height:95px;
    width: 100%;
    margin: 5% 0px;
    display: table;
  }
  .footer_nav li {
    width: 20%;
    float: left;
  }
  .footer_nav li a {
    word-break: break-all;
    width: 100%;
    display: block;
    font-size: 12px;
    color: #808485;
  }
  .footer_nav li a:hover {
    color: #4597a8;
  }
  .footer_nav li span {
    font-weight: bold;
    color: #303435;
    font-size: 1.4em;
    margin-bottom: 10px;
    display: block;
  }
  .footer_left .link{
    clear: both;
    font-size: 16px;
    color: #212121;
    margin-bottom:5px !important;
    display: table;
  }
    .footer_left .link a{
    	padding: 0 10px;
    	word-break: normal;
    	font-size: 14px !important;
    	color:#808485;
    }
    .footer_left .link a:hover{color: #4597a8;}
  .news_show {
    display: table;
    clear: both;
    margin-bottom: 70px;
  }
  .news_show p {
    margin-top:25px;
    min-height: 50px;
    color: #2a2a2a;
  }
  .section .container .about .left .img_5{
      width:100%;
      display: block;
      position: relative;
    	max-width:520px;
    	min-height:375px;
    }
  .section .container .about .right .img_5{
      width:100%;
      display: block;
      position: relative;
    	max-width:520px;
    	min-height:375px;
    }
  .news {
    padding: 35px 0px 35px 0px;
    border-bottom: 1px solid  #e3e3e3;
    display: table;
  }
  .news .news_list_right {
    float: right !important;
  }
  .news .news_list_left,
  .news .news_list_right {
    width: 48%;
    float: left;
    padding: 20px 1% 35px 1%;
  }

  .news .news_list_left .news_right,
  .news .news_list_right .news_right {
    width: 60%;
    float: right;
  }
  .news .news_list_left .news_right .submit,
  .news .news_list_right .news_right .submit {
    display: table;
    border-radius: 1px;
    background: #4597a8;
  }
  .news .news_list_left .news_right .submit a,
  .news .news_list_right .news_right .submit a {
    color: #fff;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
  }
  .news .news_list_left .news_right .submit a:hover,
  .news .news_list_right .news_right .submit a:hover {
    color: #E2E2E2;
  }
  .news .news_list_left .news_right .title3{
  	 color: #121212;
  	 min-height: 20px;
    font-size: 18px;
    line-height: 18px;
    display: block;
  }
  .news .news_list_left .news_right a,
  .news .news_list_right .news_right a {
    color: #121212;
    min-height: 20px;
    font-size: 18px;
    line-height: 18px;
    display: block;
  }
  .news .news_list_left .news_right a:hover,
  .news .news_list_right .news_right a:hover {
    color: #4597a8;
  }
  .news .news_list_left .news_right span,
  .news .news_list_right .news_right span {
    color: #b83123;
    font-size: 16px;
    margin-top: 5px;
    display: table;
  }
  .news .news_list_left .news_right p,
  .news .news_list_right .news_right p {
    color: #2a2a2a;
    font-size: 12px;
    min-height: 90px;
    line-height: 22px;
    margin: 15px 0px 25px 0px;
  }
  .news .news_list_left .img_ser {
    float: left;
    width: 36%;
    display: block;
    position: relative;
  }
  .news .news_list_left .img_ser img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .news .news_list_left .img_ser i {
    display: block;
    padding-bottom: 100%;
  }
  .news .news_list_right .img_ser {
    float: left;
    width: 36%;
    display: block;
    position: relative;
  }
  .news .news_list_right .img_ser img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .news .news_list_right .img_ser i {
    display: block;
    padding-bottom: 100%;
  }
  .section_9 {
    background: url(../images/home_about.png) no-repeat center center;
    padding: 90px 0px;
  }
  .section_9 .photo_ser {
    width: 70%;
    float: left;
    padding-right: 50px;
  }
  .section_9 .photo_ser p {
    width: 30%;
    margin-left: 3%;
    border: 10px solid #fff;
    float: left;
  }
  .section_9 .photo_ser p img {
    max-width: 100%;
  }
  .section_9 .write {
    width: 30%;
    float: right;
  }
  .section_9 .write .title {
    font-size: 28px;
    color: #434b4e;
    font-weight: bold;
    margin-top: 0px;
    min-height:50px;
    line-height: 28px;
    padding-bottom:15px;
    background: url(../images/title_back.png) no-repeat left bottom;
  }
  .section_9 .write span {
    margin-top:15px;
    color: #181717;
    font-size: 12px;
    min-height:45px;
    display: table;
    line-height: 24px;
  }
  .section_9 .submit {
    display: table;
    border-radius: 1px;
    background: #4597a8;
    margin-top:20px;
  }
  .section_9 .submit:hover {
    background: #4597a8 ;
  }
  .section_9 .submit a {
    color: #fff;
    padding: 8px 30px;
    margin: 0 auto;
    display: inline-block;
    font-size:14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
  }
  .section_9 .submit a:hover {
    color: #ccc;
  }
  .about .ser_show {
    margin:70px 0px 55px 0px;
    display: table;
  }
  .about .ser_show .ser_show_left {
    width: 50%;
    float: left;
  }
 .about .ser_show .ser_show_left p {
    color: #010101;
    font-size: 14px;
    min-height: 145px;
    line-height: 24px;
  }
  .about .ser_show .ser_show_left span {
    color: #797979;
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
    margin: 35px 0px;
    display: table;
  }
  .about .ser_show .ser_show_right {
    width: 46%;
    float: right;
  }
  .about .ser_show .ser_show_right .left {
    display: inline-block;
    vertical-align: middle;
    max-width: 240px;
    min-height: 165px;
    margin-bottom:1%;
    float: left;
    width:49%;
    display: block;
    position: relative;
  }
  .about .ser_show .ser_show_right .left img {
   display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .about .ser_show .ser_show_right .right {
    vertical-align: middle;
    float:right;
    margin-bottom:1%;
    max-width: 240px;
    min-height: 165px;
    width:49%;
    display: block;
    position: relative;
  }
  .about .ser_show .ser_show_right .right img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .about .ser_show .ser_show_right .center {
  	clear: both;
    vertical-align: middle;
    max-width: 480px;
    min-height:250px;
    width: 100%;
    display: block;
    position: relative;
  }
  .about .ser_show .ser_show_right .center img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .about .text {
    color: #2a2a2a;
    text-align: center;
    font-size: 12px;
    min-height:45px;
    margin: 30px 0px 50px 0px;
    line-height: 22px;
  }
  .about .service_01 {
    display: table;
    background: url(../images/service_05.jpg) no-repeat bottom;
    background-size:100% 100%;
    width: 100%;
    padding: 15px 30px 30px 15px;
  }
  .about .service_01 li {
    float: left;
    color: #212121;
    font-size: 16px;
    margin-right: 50px;
  }
  .about .service_01 li a {
    padding-left: 30px;
  }
  .about .service_01 li a:hover {
    background: url(../images/service_06.png) no-repeat left center;
    background-size: 18px 20px;
    color: #158098;
  }
  .about .service_01 li .active {
    background: url(../images/service_06.png) no-repeat left center;
    background-size: 18px 20px;
    color: #158098;
  }
  .about .ser_list {
    padding: 40px 0px;
    border-bottom: 1px solid  #e3e3e3;
  }
  .about .ser_list .ser_right {
    width: 60%;
    float: right;
  }
  .about .ser_list .ser_right .submit {
    display: table;
    border-radius: 1px;
    background: #4597a8;
  }
  .about .ser_list .ser_right .submit a {
    color: #fff;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
  }
  .about .ser_list .ser_right .submit a:hover {
    color: #E2E2E2;
  }
  .about .ser_list .ser_right .title2{
  	min-height:40px;
  	color: #121212;
  	line-height: 40px;
  	margin:0px 0px 5px 0px;
    font-size: 26px;
    text-align: left;
    display: block;
  }
  .about .ser_list .ser_right .title2 a{
  	color: #121212;
    font-size: 26px;
    display: block;
  	}
  .about .ser_list .ser_right a {
    color: #121212;
    font-size: 26px;
    display: block;
  }
  .about .ser_list .ser_right a:hover {
    color: #4597a8;
  }
  .about .ser_list .ser_right span {
    color: #b83123;
    font-size: 16px;
    min-height:25px;
    display: table;
  }
  .about .ser_list .ser_right p {
    color: #2a2a2a;
    font-size: 14px;
    min-height: 120px;
    line-height: 24px;
    margin: 10px 0px 25px 0px;
  }
  .about .ser_list .img_ser {
    float: left;
    width: 36%;
    display: block;
    position: relative;
  }
  .about .ser_list .img_ser img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .about .ser_list .img_ser i {
    display: block;
    padding-bottom: 68%;
  }
  .page {
    margin: 80px 0px 60px 0px;
    text-align: center;
  }
  .page a {
    color: #474747;
    padding: 2px 10px;
    display: inline-block;
    background: #efefef;
  }
  .page a:hover {
    color: #fff;
    background: #474747;
  }
  .page .active {
    color: #fff;
    background: #474747;
  }
  .page_phone {
    display: none;
  }
  .section {
    width: 100%;
    border-top: 1px solid #d69864;
    display: table;
  }
  .section .container {
    min-width: 900px !important;
    padding: 0px;
  }
  .section .container h2 {
    font-size: 12px;
    text-align: right;
    margin: 20px 0px;
    color: #898989;
  }
  .section .container h2 a {
    color: #898989;
  }
  .section .container h2 span {
    font-weight: bold;
  }
  .section .container .about {
    width: 970px;
    margin: 0 auto;
  }
  .section .container .about .ad {
    color: #2a2a2a;
    font-size: 18px;
    min-height: 60px;
    margin:60px 0px;
    display: inline-block;
  }
   .section .container .about .left p {
    font-size: 12px;
    margin-top:20px;
    color: #2a2a2a;
    line-height: 22px;
    min-height: 110px;
    display: inline-block;
    overflow: hidden;
  }
    .section .container .about .left .img_4{
      width:100%;
      display: block;
      position: relative;
    	max-width:520px;
    	min-height:215px;
    }
  .section .container .about .right .img_4{
      width:100%;
      display: block;
      position: relative;
    	max-width:520px;
    	min-height:215px;
    }
  .section .container .about .right p {
    font-size:12px;
    margin-top:20px;
    color: #2a2a2a;
    line-height: 22px;
    min-height:110px;
    overflow: hidden;
  }
  .section .container .about .title {
    color: #434b4e;
    min-height: 60px;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    padding-bottom: 15px;
    line-height: 50px;
  }
  .section .container .about .title:after {
    content: "";
    width: 80px;
    height: 3px;
    margin-top: 5px;
    text-align: center;
    margin: 0 auto;
    display: table;
    background: #db1525;
}
  .section .container .about .text {
    color: #2a2a2a;
    text-align: center;
    min-height:45px;
    font-size: 12px;
    margin: 30px 0px 50px 0px;
    line-height: 22px;
  }
  .section_6 {
    border-top: none;
  }
  .section_5,
  .section_6 {
    border-top: 2px solid #4597a8;
  }
  .section_5 .common,
  .section_6 .common {
    width: 950px;
    margin: 0 auto;
    display: table;
    padding: 30px 0px;
  }
  .section_5 .common li,
  .section_6 .common li {
    width: 33%;
    float: left;
    color: #606060;
    font-size: 12px;
    line-height: 1.25em;
    background: url(../images/about_line.jpg) no-repeat right center;
    padding: 0 5%;
  }
  .section_5 .common li:last-child,
  .section_6 .common li:last-child {
    background: none;
  }
  .section_5 .common li .img_2,
  .section_6 .common li .img_2 {
    width: 15%;
    float: left;
    margin-right: 2%;
  }
  .section_5 .common li .img_2 img,
  .section_6 .common li .img_2 img {
    max-width: 100%;
  }
  .section_5 .common li .text,
  .section_6 .common li .text {
    width: 83%;
    overflow: hidden;
    min-height:30px;
  }
  .section_5 .common li .text a,
  .section_6 .common li .text a {
    color: #4893a3;
  }
  .section_5 .common li .text a:hover,
  .section_6 .common li .text a:hover {
    text-decoration: underline;
  }
  #map {
    width: 100%;
    height: 330px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .section_7 {
    width: 100%;
    background: url(../images/online.jpg) no-repeat;
    padding: 80px 0px;
  }
  .section_7 .left {
    width: 50%;
    float: left;
  }
  .section_7 .right {
    width: 50%;
    float: left;
  }
  .section_7 .online {
    text-transform: uppercase;
    color: #000000;
    font-size: 2.3em;
    margin-bottom: 35px;
  }
  .section_7 .online_input {
    background: #fff;
    border: none;
    width: 48%;
    color: #a4a3a3;
    padding: 13px 20px;
    margin-right: 4%;
    float: left;
    margin-bottom: 30px;
  }
  .section_7 .online_input3 {
    background: #fff;
    border: none;
    width: 48%;
    color: #a4a3a3;
    padding: 13px 20px;
    float: left;
    margin-bottom: 30px;
  }
  .section_7 .online_input1 {
    background: #fff;
    border: none;
    min-height:48px;
    display: table;
    color: #a4a3a3;
    width: 100%;
    padding: 13px 20px;
    margin-right: 10px;
    float: left;
    margin-bottom: 30px;
  }
  .section_7 .online_input2 {
    background: #fff;
    border: none;
    color: #a4a3a3;
    min-height:48px;
    display: table;
    width: 20%;
    padding: 12px 20px;
    margin-right: 10px;
    float: left;
    margin-bottom: 30px;
  }
  .section_7 .input_img {
    width: 23%;
    float: left;
    min-height:48px;
    display: table;
    border: 1px solid #ccc;
  }
  .section_7 .online_content {
    width: 90%;
    margin-left: 10%;
    border: none;
    padding: 13px;
    height: 200px;
    color: #a4a3a3;
    font-size: 12px;
  }
  .section_7 .btn {
    color: #ffffff;
    float: right;
    margin-top: 20px;
    background: #2c3e50;
    font-size: 20px;
    padding-top: 0px;
    border-radius:1px;
  }
  .section_7 .btn a {
    color: #fff;
  }
  .section_7 .btn a span {
    height: 45px;
    color: #7ecefd;
    font-weight: bolder;
    font-size: 28px;
    margin: 0px 0px 0px 10px;
    float: left;
  }
  .section_7 .btn .text {
    color: #fff;
    font-size: 20px;
    float: left;
    padding: 10px 10px 0px 0px!important;
    font-weight: 100;
    display: table;
  }
}
@media (min-width: 768px) and (max-width:991px) {
	.pager{
		width: 100%;
		margin-bottom:25px;
		display:table;
	}
	.pager li{
		width: 50%;
		float: left;
	}
	.pager li a{
		color:#797979;
		font-size: 16px;
	}
	.pager li a:hover{
		color: #4597a8;
		text-decoration: underline;
	}
	.pager li span{
		font-weight: bold;
		color: #4597a8;
		font-size: 16px;
	}
	.pager li span:hover{
		color:#127488;
	}
   .top_tel {
    float: right;
    text-align: right;
    margin: 14px 0px;
    color: #fff;
    font-size: 12px;
  }
  .top_tel a {
    color: #fff;
    margin: 0 5%;
  }
  .top_tel a {
    color: #fff;
    margin: 0 2%;
  }
  .phoneNav {
    float: right;
    margin: 20px;
  }
  .section_4 {
    width: 100%;
    background: #4597a8;
    padding: 30px 0px 35px 0px;
    display: table;
  }
  .section_4 .title {
    color: #fff;
    min-height: 55px;
    font-size:28px;
    text-align: center;
    font-weight: bold;
    background: url(../images/home_row_1.png) no-repeat center bottom;
    padding-bottom: 10px;
    margin-bottom: 35px;
  }
  .section_4 .content li {
    float: left;
    width: 50%;
  }
  .section_4 .content li .btn {
  	border-radius: 1px;
    margin: 15px 0px 0px 0px;
    padding: 5px 20px;
    text-transform: uppercase;
    border-radius: none;
    color: #4597a8;
  }
  .section_4 .content li .btn a {
    color: #4597a8;
    font-weight: bold;
    font-size:14px;
  }
  .section_4 .content .wiki_left .left {
    float: left;
    width: 13%;
    margin-bottom: 10px;
    background:#ffffff;
    border-radius:50%;
    display: table;
    min-height:70px;
    min-width:70px;
  }
   .section_4 .content .wiki_left .left .day{
		 color: #4597a8;
		 font-size: 20px;
		 font-weight: bold;
		 text-align: center;
		 line-height:20px;
		 min-height: 20px;
		 margin-top:13px;
		 }
  .section_4 .content .wiki_left .left p{
		 color: #4597a8;
		 font-size:16px;
		 font-weight: bold;
		 text-align: center;
		 min-height: 15px;
		 text-transform: uppercase;
		 }
  .section_4 .content .wiki_left .right {
    width:73%;
    float:right;
  }
  .section_4 .content .wiki_left .right .right_1 {
    border-right: 1px solid #7db6c2;
    padding-right: 10%;
  }
  .section_4 .content .wiki_left .right .right_1 span {
        color: #fefefe;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .section_4 .content .wiki_left .right .right_1 p {
    color: #f9f9f9;
    font-size: 10px;
    line-height: 24px;
    min-height:50px;
    overflow: hidden;
  }
  .section_4 .content .wiki_right {
    padding-left: 4%;
  }
  .section_4 .content .wiki_right .left {
    float: left;
    width: 13%;
    margin-bottom: 10px;
   background:#ffffff;
    border-radius:50%;
    display: table;
    min-height:70px;
    min-width:70px;
  }
   .section_4 .content .wiki_right .left .day{
		 color: #4597a8;
		 font-size: 20px;
		 font-weight: bold;
		 text-align: center;
		 line-height:20px;
		 min-height: 20px;
		 margin-top:13px;
		 }
  .section_4 .content .wiki_right .left p{
		 color: #4597a8;
		 font-size:16px;
		 font-weight: bold;
		 text-align: center;
		 min-height: 15px;
		 text-transform: uppercase;
		 }
  .section_4 .content .wiki_right .left img {
    max-width: 100%;
  }
  .section_4 .content .wiki_right .right {
    width:72%;
    float:right;
  }
  .section_4 .content .wiki_right .right .right_1 {
    border-right: none;
    padding-right: 0px;
  }
  .section_4 .content .wiki_right .right .right_1 span {
        color: #fefefe;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .section_4 .content .wiki_right .right .right_1 p {
    color:#f9f9f9;
    font-size:10px;
    margin-top:10px;
    line-height:24px;
    min-height:100px;
    overflow: hidden;
  }
  .section_3 {
    margin-top: 90px;
    background: url(../images/home_about.png) no-repeat center center;
    background-size:auto 100%;
    padding: 60px 0px 40px 0px;
  }
  .section_3 .right_img {
    margin-right: 35px;
    margin-bottom: 0px;
  }
  .section_3 .submit {
    display: table;
    border-radius: 1px;
    background: #4597a8;
    margin-top: 45px;
  }
  .section_3 .submit:hover a {
    color: #666;
  }
  .section_3 .submit a {
    color: #fff;
    padding: 8px 30px;
    margin: 0 auto;
    display: inline-block;
    font-size:14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
  }
  .section_3 .write {
    width: 50%;
    float: right;
  }
  .section_3 .write .title {
    font-size: 28px;
    color: #434b4e;
    font-weight: bold;
    margin-top: 0px;
    line-height: 28px;
    padding-bottom: 25px;
    background: url(../images/title_back.png) no-repeat left bottom;
  }
  .section_3 .write span {
    margin-top: 35px;
    color: #181717;
    font-size: 12px;
    display: table;
    line-height: 24px;
  }
  .section_3 .photo_ser {
    width: 50%;
    float: left;
    padding-right: 50px;
  }
  .section_3 .photo_ser p {
    width: 30%;
    margin: 0 1.5%;
    border: 10px solid #fff;
    float: left;
  }
  .section_3 .photo_ser p img {
    max-width: 100%;
  }
  .section_3 .photo {
    width: 50%;
    float: left;
    padding-right: 50px;
  }
  .section_3 .photo p {
    margin-bottom: 15px;
  }
  .section_3 .photo p img {
    border: 10px solid #fff;
  }
  .section_2 .submit {
    margin: 0 auto;
    text-align: center;
    display: table;
    border-radius: 1px;
    background: #4597a8;
    margin-top: 45px;
  }
  .section_2 .submit:hover a {
    color: #666;
  }
  .section_2 .submit a {
    color: #fff;
    padding: 8px 30px;
    margin: 0 auto;
    display: inline-block;
    font-size:14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
  }
  .home_main {
    width: 100%;
    margin: 0 auto;
    margin-top: 35px;
    display: inline-block;
  }
  .home_main li {
    width: 28%;
    float: left;
    margin: 0 2%;
  }
  .home_main li .text1 {
    font-size: 22px;
    color: #3e4548;
    font-weight: bold;
    margin-top: 15px;
  }
  .home_main li .text1 a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    color: #3e4548;
  }
  .home_main li .text1 a:hover {
    color: #4597a8;
  }
  .home_main li .text2 {
    font-size: 12px;
    color: #596e76;
    margin-top: 10px;
    line-height: 1.5em;
  }
  .home_main li .text2 a {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 40px;
    color: #596e76;
  }
  .home_main li .text2 a:hover {
    color: #4597a8;
  }
.home_main li span {
    position: relative;
    display: block;
    z-index: 1;
  }
  .home_main li span:after{
    padding-bottom:100%;
    content:"";
	  display:block;
  }
  .home_main li:hover span .hover {
    display: block;
  }
  .home_main li .hover {
    position: absolute;
    z-index: 5;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: none;
    vertical-align: middle;
    -webkit-animation: tada 1s .2s ease both;
    -moz-animation: tada 1s .2s ease both;
  }
  @-webkit-keyframes tada {
    0% {
      -webkit-transform: scale(1);
    }
    10%,
    20% {
      -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
      -webkit-transform: scale(1.1) rotate(-3deg);
    }
    100% {
      -webkit-transform: scale(1) rotate(0);
    }
  }
  @-moz-keyframes tada {
    0% {
      -moz-transform: scale(1);
    }
    10%,
    20% {
      -moz-transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
      -moz-transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
      -moz-transform: scale(1.1) rotate(-3deg);
    }
    100% {
      -moz-transform: scale(1) rotate(0);
    }
  }
  .top_left {
    color: #fff;
    font-size: 12px;
    padding-left: 25px;
    background: url(../images/home_add.png) no-repeat left center;
    margin: 15px 0px;
  }
  .top_right {
    background: url(../images/home_phone.png) no-repeat left center;
    color: #fff;
    padding-left: 25px;
    float: right;
    font-size: 12px;
    margin: 15px 0px;
  }
  .logo {
    margin: 10px 0px;
  }
  .logo img {
    max-width: 100%;
  }
  .phoneNav {
    display: none;
  }
  .top_nav {
    margin: 30px 0px;
  }
  .top_nav ul {
    list-style-type: none;
  }
  .top_nav .nav li {
    width: 16.66666667%;
    float: left;
    font-size: 16px;
    text-align: center;
  }
  .top_nav .nav li > a {
    display: block;
    height: 24px;
    text-align: right;
    line-height: 24px;
    margin: 8px 0;
  }
  .top_nav .nav li > a:hover,
  .top_nav .nav li > a.active {
    color: #d69864;
  }
  .top_nav .nav li div {
    background: #db5143;
    position: relative;
    padding: 10px 0;
    display: none;
  }
  .top_nav .nav li div a {
    display: block;
    color: #fff;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
  }
  .top_nav .nav li div a:hover {
    background: #E18D8D;
  }
  .top_nav .nav li div:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: transparent 8px solid;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom-color: #db5143;
    top: -18px;
    left: 50%;
    margin-left: -8px;
    z-index: 1;
  }
  .top_nav .nav li:hover > a {
    color: #db5143;
  }
  .top_nav .nav li:hover div {
    display: block;
  }
  .top_nav .nav li:last-child a {
    border: none;
  }
  .banner-small {
    position: absolute;
    bottom: 0px;
    margin-left: 12%;
  }
  .banner-small .active {
    border: 5px solid #d69864;
  }
  .banner-small div {
    margin-right: 10px;
  }
  .banner-small div span {
    border-radius: 50%;
    border: 5px solid #e6f2f5;
    display: block;
    width: 50px;
    height: 50px;
    opacity: 0.7;
    cursor: pointer;
    overflow: hidden;
    position: relative;
  }
  .banner-small div span:hover {
    border: 5px solid #d69864;
  }
  .banner-small .slick-current span {
    border: 5px solid #d69864;
    opacity: 1;
    overflow: hidden;
  }
  .title1 {
    color: #434b4e;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    padding-bottom: 15px;
    min-height: 50px;
    line-height: 50px;
  }
  .title1:after{
  	content: "";
  	width: 80px;
  	height: 3px;
    margin-top: 5px;
    text-align: center;
    margin: 0 auto;
    display: table;
  	background:#db1525;
  }
  .title2 {
    font-size:14px;
    color: #2a2a2a;
    text-align: center;
    line-height: 28px;
    margin-top:20px;
  }
  footer {
    width: 100%;
    background: #fff;
  }
  .copy {
    background: #4597a8;
    padding:15px 0px;
  }
  .copy .right{float: right;
    margin-top:4%;}
  .copy .co{
  	color: #fff;
  	font-size: 14px;
  	text-align: center;
  	min-height:25px;
  	white-space: nowrap;
  	overflow: hidden;
  }
  .copy .copy_img{
  	text-align: center;
  	display: block;
  	margin-bottom:5px;
  }
  .footer_right {
    padding:15px 0px 0px 0px;
  }
  .footer_right .er_text{
  	color: #212121;
  	font-size: 16px;
  	text-align: center;
  	min-height:25px;
  	margin:0px 0px 5px 0px;
  	white-space: nowrap;
  	overflow: hidden;
  }
  .footer_right img {
    width: 100%;
    vertical-align: middle;
  }
  .footer_nav {
    width: 100%;
    min-height:95px;
    margin: 5% 0px;
    display: table;
  }
  .footer_nav li {
    width: 20%;
    float: left;
  }
  .footer_nav li a {
    word-break: break-all;
    width: 100%;
    display: block;
    font-size: 12px;
    color: #808485;
  }
  .footer_nav li a:hover {
    color: #4597a8;
  }
  .footer_nav li span {
    font-weight: bold;
    color: #303435;
    font-size: 1.4em;
    margin-bottom: 10px;
    display: block;
  }
  .footer_left .link{
    clear: both;
    font-size: 16px;
    color: #212121;
    margin-bottom:5px !important;
    display: table;
  }
    .footer_left .link a{
    	padding: 0 10px;
    	word-break: normal;
    	font-size: 14px !important;
    	color:#808485;
    }
    .footer_left .link a:hover{color: #4597a8;}
  .news_show {
    display: table;
    padding: 0 15px;
    clear: both;
    margin-bottom: 70px;
  }
  .news_show p {
    margin-top: 20px;
    min-height: 50px;
    color: #2a2a2a;
  }
  .section .container .about .left .img_5{
      width:100%;
      display: block;
      position: relative;
    	max-width:345px;
    	min-height:250px;
    }
  .section .container .about .right .img_5{
      width:100%;
      display: block;
      position: relative;
    	max-width:345px;
    	min-height:250px;
    }
  .news {
    padding: 35px 0px 35px 0px;
    border-bottom: 1px solid  #e3e3e3;
    display: table;
  }
  .news .news_list_right {
    float: right !important;
  }
  .news .news_list_left,
  .news .news_list_right {
    width: 48%;
    float: left;
  }
  .news .news_list_left .news_right,
  .news .news_list_right .news_right {
    width: 60%;
    float: right;
  }
  .news .news_list_left .news_right .submit,
  .news .news_list_right .news_right .submit {
    display: table;
    border-radius: 1px;
    background: #4597a8;
  }
  .news .news_list_left .news_right .submit a,
  .news .news_list_right .news_right .submit a {
    color: #fff;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
  }
  .news .news_list_left .news_right .submit a:hover,
  .news .news_list_right .news_right .submit a:hover {
    color: #E2E2E2;
  }
  .news .news_list_left .news_right .title3{
  	 color: #121212;
  	 min-height: 20px;
    font-size: 18px;
    line-height: 18px;
    display: block;
  }
  .news .news_list_left .news_right a,
  .news .news_list_right .news_right a {
    color: #121212;
    min-height: 20px;
    font-size: 18px;
    line-height: 18px;
    display: block;
  }
  .news .news_list_left .news_right a:hover,
  .news .news_list_right .news_right a:hover {
    color: #4597a8;
  }
  .news .news_list_left .news_right span,
  .news .news_list_right .news_right span {
    color: #b83123;
    font-size: 16px;
    margin-top: 5px;
    display: table;
  }
  .news .news_list_left .news_right p,
  .news .news_list_right .news_right p {
    color: #2a2a2a;
    font-size: 12px;
    min-height: 90px;
    line-height: 22px;
    margin: 15px 0px 25px 0px;
  }
  .news .news_list_left .img_ser {
    float: left;
    width: 36%;
    display: block;
    position: relative;
  }
  .news .news_list_left .img_ser img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .news .news_list_left .img_ser i {
    display: block;
    padding-bottom: 100%;
  }
  .news .news_list_right .img_ser {
    float: left;
    width: 36%;
    display: block;
    position: relative;
  }
  .news .news_list_right .img_ser img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .news .news_list_right .img_ser i {
    display: block;
    padding-bottom: 100%;
  }
  .section_9 {
    background: url(../images/home_about.png) no-repeat center center;
    padding: 90px 0px;
  }
  .section_9 .photo_ser {
    width: 70%;
    float: left;
    padding-right: 50px;
  }
  .section_9 .photo_ser p {
    width: 30%;
    margin-left: 3%;
    border: 10px solid #fff;
    float: left;
  }
  .section_9 .photo_ser p img {
    max-width: 100%;
  }
  .section_9 .write {
    width: 30%;
    float: right;
  }
  .section_9 .write .title {
    font-size: 28px;
    color: #434b4e;
    font-weight: bold;
    margin-top: 0px;
    min-height:40px;
    line-height: 28px;
    padding-bottom:15px;
    background: url(../images/title_back.png) no-repeat left bottom;
  }
  .section_9 .write span {
    margin-top:15px;
    color: #181717;
    font-size: 12px;
    min-height:50px;
    display: table;
    line-height: 24px;
  }
  .section_9 .submit {
    display: table;
    border-radius: 1px;
    background: #4597a8;
    margin-top:20px;
  }
  .section_9 .submit:hover {
    background: #4597a8 ;
  }
  .section_9 .submit a {
    color: #fff;
    padding: 8px 30px;
    margin: 0 auto;
    display: inline-block;
    font-size:14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
  }
  .section_9 .submit a:hover {
    color: #ccc;
  }
  .about .ser_show {
    margin:50px 0px 35px 0px;
    display: table;
  }
  .about .ser_show .ser_show_left {
    width: 50%;
    float: left;
  }
  .about .ser_show .ser_show_left p {
    color: #010101;
    font-size: 14px;
    min-height:75px;
    line-height: 24px;
  }
  .about .ser_show .ser_show_left span {
    color: #797979;
    font-size: 14px;
    line-height: 24px;
    min-height: 190px;
    margin: 35px 0px;
    display: table;
  }
  .about .ser_show .ser_show_right {
    width: 46%;
    float: right;
  }
  .about .ser_show .ser_show_right .left {
    display: inline-block;
    vertical-align: middle;
    max-width: 240px;
    min-height: 130px;
    margin-bottom:1%;
    float: left;
    width:49%;
    display: block;
    position: relative;
  }
  .about .ser_show .ser_show_right .left img {
   display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .about .ser_show .ser_show_right .right {
    vertical-align: middle;
    float:right;
    margin-bottom:1%;
    max-width: 240px;
    min-height: 130px;
    width:49%;
    display: block;
    position: relative;
  }
  .about .ser_show .ser_show_right .right img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .about .ser_show .ser_show_right .center {
  	clear: both;
    vertical-align: middle;
    max-width: 480px;
    min-height:190px;
    width: 100%;
    display: block;
    position: relative;
  }
  .about .ser_show .ser_show_right .center img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .about .text {
    color: #2a2a2a;
    text-align: center;
    font-size: 12px;
    min-height: 65px;
    margin:15px 0px 25px 0px;
    line-height: 22px;
  }
  .about .service_01 {
    display: table;
    background: url(../images/service_05.jpg) no-repeat bottom;
    background-size:100% 100%;
    width: 100%;
    padding: 15px 30px 30px 15px;
  }
  .about .service_01 li {
    float: left;
    color: #212121;
    font-size: 16px;
    margin-right: 50px;
  }
  .about .service_01 li a {
    padding-left: 30px;
  }
  .about .service_01 li a:hover {
    background: url(../images/service_06.png) no-repeat left center;
    background-size: 18px 20px;
    color: #158098;
  }
  .about .service_01 li .active {
    background: url(../images/service_06.png) no-repeat left center;
    background-size: 18px 20px;
    color: #158098;
  }
  .about .ser_list {
    padding: 40px 0px;
    border-bottom: 1px solid  #e3e3e3;
  }
  .about .ser_list .ser_right {
    width: 60%;
    float: right;
  }
  .about .ser_list .ser_right .submit {
    display: table;
    border-radius: 1px;
    background: #4597a8;
  }
  .about .ser_list .ser_right .submit a {
    color: #fff;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
  }
  .about .ser_list .ser_right .submit a:hover {
    color: #E2E2E2;
  }
  .about .ser_list .ser_right .title2{
  	min-height:40px;
  	color: #121212;
  	line-height: 40px;
  	margin:0px 0px 5px 0px;
    font-size: 26px;
    text-align: left;
    display: block;
  }
  .about .ser_list .ser_right .title2 a{
  	color: #121212;
    font-size: 26px;
    display: block;
  	}
  .about .ser_list .ser_right a {
    color: #121212;
    font-size: 26px;
    display: block;
  }
  .about .ser_list .ser_right a:hover {
    color: #4597a8;
  }
  .about .ser_list .ser_right span {
    color: #b83123;
    font-size: 16px;
    min-height:25px;
    display: table;
  }
  .about .ser_list .ser_right p {
    color: #2a2a2a;
    font-size: 14px;
    min-height: 145px;
    line-height: 24px;
    margin: 10px 0px 25px 0px;
  }
  .about .ser_list .img_ser {
    float: left;
    width: 36%;
    display: block;
    position: relative;
  }
  .about .ser_list .img_ser img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .about .ser_list .img_ser i {
    display: block;
    padding-bottom: 68%;
  }
  .page {
    margin: 50px 0px 30px 0px;
    text-align: center;
  }
  .page a {
    color: #474747;
    padding: 2px 10px;
    display: inline-block;
    background: #efefef;
  }
  .page a:hover {
    color: #fff;
    background: #474747;
  }
  .page .active {
    color: #fff;
    background: #474747;
  }
  .page_phone {
    display: none;
  }
  .section {
    width: 100%;
    border-top: 1px solid #d69864;
    display: table;
  }
  .section .container {
    padding: 0px;
  }
  .section .container h2 {
    font-size: 12px;
    text-align: right;
    margin: 20px 0px;
    color: #898989;
  }
  .section .container h2 a {
    color: #898989;
  }
  .section .container h2 span {
    font-weight: bold;
  }
  .section .container .about {
    margin: 0 auto;
  }
  .section .container .about .ad {
    color: #2a2a2a;
    line-height: 28px;
    font-size:18px;
    min-height:60px;
    margin:60px 0px;
    display: inline-block;
  }
   .section .container .about .left p {
    font-size: 12px;
    margin-top:10px;
    color: #2a2a2a;
    line-height: 22px;
    min-height: 110px;
    display: inline-block;
    overflow: hidden;
  }
    .section .container .about .left .img_4{
      width:100%;
      display: block;
      position: relative;
    	max-width:520px;
    	min-height:160px;
    }
  .section .container .about .right .img_4{
      width:100%;
      display: block;
      position: relative;
    	max-width:520px;
    	min-height:160px;
    }
  .section .container .about .right p {
    font-size:12px;
    margin-top:10px;
    color: #2a2a2a;
    line-height: 22px;
    min-height:110px;
    overflow: hidden;
  }
  .section .container .about .title {
    color: #434b4e;
    font-weight: bold;
    min-height:50px;
    font-size: 28px;
    text-align: center;
    padding-bottom: 10px;
    line-height:55px;
  }
  .section .container .about .title:after {
    content: "";
    width: 80px;
    height: 3px;
    margin-top: 5px;
    text-align: center;
    margin: 0 auto;
    display: table;
    background: #db1525;
}
  .section .container .about .text {
    color: #2a2a2a;
    min-height:70px;
    text-align: center;
    font-size: 12px;
    margin:15px 0px 25px 0px;
    line-height: 22px;
  }
  .section_6 {
    border-top: none;
  }
  .section_5,
  .section_6 {
    border-top: 2px solid #4597a8;
  }
  .section_5 .common,
  .section_6 .common {
    width: 750px;
    margin: 0 auto;
    display: table;
    padding: 30px 0px;
  }
  .section_5 .common li,
  .section_6 .common li {
    width: 33%;
    float: left;
    color: #606060;
    font-size: 12px;
    line-height: 1.25em;
    background: url(../images/about_line.jpg) no-repeat right center;
    padding: 0 3%;
  }
  .section_5 .common li:last-child,
  .section_6 .common li:last-child {
    background: none;
  }
  .section_5 .common li .img_2,
  .section_6 .common li .img_2 {
    width: 15%;
    float: left;
    margin-right: 2%;
  }
  .section_5 .common li .img_2 img,
  .section_6 .common li .img_2 img {
    max-width: 100%;
  }
  .section_5 .common li .text,
  .section_6 .common li .text {
    width: 83%;
    overflow: hidden;
    min-height:30px;
  }
  .section_5 .common li .text a,
  .section_6 .common li .text a {
    color: #4893a3;
  }
  .section_5 .common li .text a:hover,
  .section_6 .common li .text a:hover {
    text-decoration: underline;
  }
  .contact {
    padding: 0px 15px;
  }
  .contact #map {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .section_7 {
    width: 100%;
    background: url(../images/online.jpg) no-repeat;
    padding: 80px 0px;
  }
  .section_7 .left {
    width: 50%;
    float: left;
  }
  .section_7 .right {
    width: 50%;
    float: left;
  }
  .section_7 .online {
    text-transform: uppercase;
    color: #000000;
    font-size: 2.15em;
    margin-bottom: 35px;
  }
  .section_7 .online_input {
    background: #fff;
    border: none;
    width: 48%;
    color: #a4a3a3;
    padding: 10px 15px;
    margin-right: 4%;
    float: left;
    margin-bottom: 30px;
  }
  .section_7 .online_input3 {
    background: #fff;
    border: none;
    width: 48%;
    color: #a4a3a3;
    padding: 10px 15px;
    float: left;
    margin-bottom: 30px;
  }
  .section_7 .online_input1 {
    background: #fff;
    border: none;
    color: #a4a3a3;
    width: 100%;
    min-height:42px;
    display: table;
    padding: 10px 15px;
    margin-right: 10px;
    float: left;
    margin-bottom: 30px;
  }
  .section_7 .online_input2 {
    background: #fff;
    border: none;
    min-height:42px;
    display: table;
    color: #a4a3a3;
    width: 20%;
    padding: 10px 15px;
    margin-right: 10px;
    float: left;
    margin-bottom: 30px;
  }
  .section_7 .input_img {
    width: 23%;
    float: left;
    min-height:42px;
    display: table;
    border: 1px solid #ccc;
  }
  .section_7 .online_content {
    width: 90%;
    color: #a4a3a3;
    font-size: 12px;
    margin-left: 10%;
    border: none;
    padding: 15px;
    height: 190px;
  }
  .section_7 .btn {
    color: #ffffff;
    padding-bottom:2px;
    float: right;
    margin-top: 20px;
    background: #2c3e50;
    font-size: 20px;
    padding-top: 0px;
    border-radius:1px;
  }
  .section_7 .btn a {
    color: #fff;
  }
  .section_7 .btn a span {
    height: 1px !important;
    display: table;
    color: #7ecefd;
    font-weight: bolder;
    font-size: 22px;
    margin:0px 0px 0px 5px;
    float: left;
  }
  .section_7 .btn .text {
    color: #fff;
    font-size:16px;
    float: left;
    border-radius:1px;
    padding: 5px 5px 0px 0px!important;
    font-weight: 100;
    display: table;
  }
  .phoneNav {
    float: right;
    margin: 20px;
  }
}

/*map*/
.w1004 {
  max-width: 1100px;
  margin: 20px auto;
  border: solid 1px #cfcfcf;
  border-radius: 2px;
  padding: 20px;
  background: #fff;
}
.map {
  margin: 0 auto;
}
.map dl {
  margin: 20px 0 20px 0;
  overflow: hidden;
  border-bottom:1px solid #EDF2F3;
  line-height: 30px;
}
.map dl:hover {
  background: #f5f8fa;
}
.map dl:hover dt a {
  color: #e0e9f3;
  font-weight: bold;
}
.map dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  background: #4597a8;
}
.map dt:hover {
  background:#439CAF;
}
.map dt a {
  color: #fff;
  display: block;
  padding:8px 0px;
}
.map dt a:hover {
  color: #e0e9f3;
  font-weight: bold;
}
.map dd {
  font-size: 12px;
  overflow: hidden;
  float: left;
  width: 85%;
}
.map dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.map dd .p2 a {
  color: #b87500;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.map dd .p2 a:hover {
  color: #764b00;
}
.map dd div {
  clear: both;
  overflow: hidden;
  padding: 0px 20px 0 10px;
}
.map dd div a {
  color: #333;
  float: left;
  padding: 10px;
}
.map dd div a:hover {
  color: #003e7e;
  background:#297180;
  color: #fff;
}
@media (max-width: 768px) {
  .w1004 {
    max-width: 1100px;
    margin: 20px auto;
    border-top: solid 1px #cfcfcf;
    border-bottom: solid 1px #cfcfcf;
    border-right: none;
    border-left: none;
    border-radius: 2px;
    padding: 20px;
    background: #fff;
  }
  .map dt {
    width: 100%;
  }
  .map dd {
    width: 85%;
  }
}
@media (max-width:767px) {
	.pager{
		padding: 0 15px;
		width: 100%;
		margin-bottom:20px;
		display:table;
	}
	.pager li{
		width: 50%;
		float: left;
	}
	.pager li a{
		color:#797979;
		font-size: 12px;
	}
	.pager li a:hover{
		color: #4597a8;
		text-decoration: underline;
	}
	.pager li span{
		font-weight: bold;
		color: #4597a8;
		font-size: 14px;
	}
	.pager li span:hover{
		color:#127488;
	}
  .top_tel {
    display: none;
  }
  .section_4 {
    width: 100%;
    background: #4597a8;
    padding:20px 0px 25px 0px;
    display: table;
  }
  .section_4 .container {
    padding: 0px !important;
  }
  .section_4 .title {
    color: #fff;
    font-size:28px;
    min-height: 55px;
    text-align: center;
    font-weight: bold;
    background: url(../images/home_row_1.png) no-repeat center bottom;
    padding-bottom: 10px;
    margin-bottom:25px;
  }
   .section_4 .content{
   	padding:0px;
   }
  .section_4 .content li {

  }
  .section_4 .content li .btn {
  	border-radius: 1px;
    margin: 20px 0px 20px 5px;
    border:none;
    padding: 5px 20px;
    text-transform: uppercase;
    color: #4597a8;
  }
  .section_4 .content li .btn a {
    color: #4597a8;
    font-weight: bold;
    font-size:12px;
  }
  .section_4 .content .wiki_left{
  	 width: 100%;
  	 padding: 0px 15px;
  	 display: inline-block;
  	 margin-bottom: 20px;
  	 border-bottom: 1px solid #7db6c2;
  }
  .section_4 .content .wiki_left .left {
    margin-bottom: 10px;
    height:70px;
    width:70px;
    display: inline-block;
    background: #fff;
    border-radius:50%;
  }
   .section_4 .content .wiki_left .left .day{
		 color: #4597a8;
		 font-size: 20px;
		 font-weight: bold;
		 text-align: center;
		 line-height:20px;
		 min-height: 20px;
		 margin-top:13px;
		 }
  .section_4 .content .wiki_left .left p{
		 color: #4597a8;
		 font-size:16px;
		 font-weight: bold;
		 text-align: center;
		 min-height: 10px;
		 text-transform: uppercase;
		 }
  .section_4 .content .wiki_left .right {
    width: 100%;
    float:right;
  }
  .section_4 .content .wiki_left .right .right_1 span {
    color: #fefefe;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .section_4 .content .wiki_left .right .right_1 p {
    color: #f9f9f9;
    font-size: 12px;
    line-height: 24px;
    min-height:72px;
    margin-bottom: 10px; 
  }
  .section_4 .content .wiki_right {
     width: 100%;
    float:right;
    padding: 0px 15px;
    border-bottom: 1px solid #7db6c2;
  }
  .section_4 .content .wiki_right .left {
    margin-bottom: 10px;
    background:url(../images/click.png) no-repeat center;
    width: 70px;
    height: 70px;
    display: inline-block;
  }
   .section_4 .content .wiki_right .left .day{
		 color: #4597a8;
		 font-size: 20px;
		 font-weight: bold;
		 text-align: center;
		 line-height:20px;
		 min-height: 20px;
		 margin-top:13px;
		 }
  .section_4 .content .wiki_right .left p{
		 color: #4597a8;
		 font-size:16px;
		 font-weight: bold;
		 text-align: center;
		 min-height: 15px;
		 text-transform: uppercase;
		 }
  .section_4 .content .wiki_right .left img {
    max-width: 100%;
  }
  .section_4 .content .wiki_right .right {
    width: 100%;
    float:right;
  }
  .section_4 .content .wiki_right .right .right_1 {
    border-right: none;
    padding-right: 0px;
  }
  .section_4 .content .wiki_right .right .right_1 span {
    color: #fefefe;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .section_4 .content .wiki_right .right .right_1 p {
    color: #f9f9f9;
    font-size: 12px;
    line-height: 24px;
    min-height:72px;
    margin-bottom: 10px; 
  }
  .section_4 .content .wiki_right {
    padding-left: 4%;
  }
  .section_4 .content .wiki_right .left {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    background:url(../images/click.png) no-repeat center;
    display: table;
    min-height:70px;
    min-width:70px;
  }
   .section_4 .content .wiki_right .left .day{
		 color: #4597a8;
		 font-size: 20px;
		 font-weight: bold;
		 text-align: center;
		 line-height:20px;
		 min-height: 20px;
		 margin-top:13px;
		 }
  .section_4 .content .wiki_right .left p{
		 color: #4597a8;
		 font-size:16px;
		 font-weight: bold;
		 text-align: center;
		 min-height: 15px;
		 text-transform: uppercase;
		 }
  .section_4 .content .wiki_right .left img {
    max-width: 100%;
  }
  .section_4 .content .wiki_right .right {
    width: 100%;
    float: left;
  }
  .section_4 .content .wiki_right .right .right_1 {
    border-right: none;
    padding-right: 0px;
  }
  .section_4 .content .wiki_right .right .right_1 span {
    color: #fefefe;
    font-size: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .section_4 .content .wiki_right .right .right_1 p {
    color: #f9f9f9;
    font-size: 10px;
    margin-top: 10px;
    min-height:100px;
    overflow: hidden;
    display: table;
  }
  .section_3 {
    display: table;
    margin-top: 35px;
    background: url(../images/home_about.png) no-repeat center center;
    background-size:auto 100%;
    padding: 20px 15px 20px 15px;
  }
  .section_3 .container {
    padding: 0px;
  }
  .section_3 .submit {
    float: left;
    border-radius: 1px;
    background: #4597a8;
    margin-top: 15px;
  }
  .section_3 .submit:hover a {
    color: #666;
  }
  .section_3 .submit a {
    color: #fff;
    padding: 5px 20px;
    margin: 0 auto;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
  }
  .section_3 .write {
    width: 100%;
  }
  .section_3 .write .title {
    font-size: 20px;
    color: #434b4e;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 10px;
    background: url(../images/title_back.png) no-repeat left bottom;
  }
  .section_3 .write span {
    margin-top: 10px;
    color: #181717;
    font-size: 0.68em;
    display: table;
    line-height: 1.65em;
  }
  .section_3 .photo {
    width: 100%;
  }
  .section_3 .photo p {
    margin-bottom: 10px;
  }
  .section_3 .photo p img {
    max-width: 52%;
    border: 3px solid #fff;
  }
  .submit {
    margin: 0 auto;
    text-align: center;
    display: table;
    border-radius: 1px;
    background: #4597a8;
    margin-top: 15px;
  }
  .submit:hover a {
    color: #666;
  }
  .submit a {
    color: #fff;
    padding: 5px 15px;
    margin: 0 auto;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
  }
  .home_main {
    display: inline-block;
    width: 100%;
    padding: 0px 15px;
    margin-top: 15px;
  }
  .home_main li {
    width: 100%;
    float: left;
    margin: 15px 0px;
  }
  .home_main li .text1 {
    font-size: 22px;
    color: #3e4548;
    font-weight: bold;
    margin-top: 15px;
  }
  .home_main li .text1 a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    color: #3e4548;
  }
  .home_main li .text1 a:hover {
    color: #4597a8;
  }
  .home_main li .text2 {
    font-size: 12px;
    color: #596e76;
    margin-top: 10px;
    line-height: 1.5em;
  }
  .home_main li .text2 a {
    color: #596e76;
  }
  .home_main li .text2 a:hover {
    color: #4597a8;
  }
.home_main li span {
    position: relative;
    display: block;
    z-index: 1;
  }
  .home_main li span:after{
    padding-bottom:100%;
    content:"";
	  display:block;
  }
  .home_main li:hover span .hover {
    display: block;
  }
  .home_main li .hover {
    position: absolute;
    z-index: 5;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: none;
    vertical-align: middle;
    -webkit-animation: tada 1s .2s ease both;
    -moz-animation: tada 1s .2s ease both;
  }
  @-webkit-keyframes tada {
    0% {
      -webkit-transform: scale(1);
    }
    10%,
    20% {
      -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
      -webkit-transform: scale(1.1) rotate(-3deg);
    }
    100% {
      -webkit-transform: scale(1) rotate(0);
    }
  }
  @-moz-keyframes tada {
    0% {
      -moz-transform: scale(1);
    }
    10%,
    20% {
      -moz-transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
      -moz-transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
      -moz-transform: scale(1.1) rotate(-3deg);
    }
    100% {
      -moz-transform: scale(1) rotate(0);
    }
  }
  .top_left {
    display: none;
  }
  .top_right {
    display: none;
  }
  .logo {
    margin: 10px 0px;
  }
  .logo img {
    max-width: 100%;
  }
  .top_nav {
    display: none;
  }
  .phoneNav {
    float: right;
    margin:6% 6% 0 0;
  }
  .title1 {
    color: #434b4e;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px;
    background-size: 50px 3px;
    margin-top: 0px;
    min-height: 45px;
    line-height: 30px;
  }
  .title1:after{
  	content: "";
  	width: 80px;
  	height: 3px;
    margin-top: 5px;
    text-align: center;
    margin: 0 auto;
    display: table;
  	background:#db1525;
  }
  .title2 {
    font-size: 10px;
    color: #2a2a2a;
    text-align: center;
    line-height: 22px;
    margin-top:10px;
  }
  .banner-small {
    position: absolute;
    bottom: 10px;
    margin-bottom: 0px;
    margin-left: 12%;
  }
  .banner-small .active {
    border: 2px solid #d69864;
  }
  .banner-small div {
    margin-right: 2px;
  }
  .banner-small div span {
    border-radius: 50%;
    border: 2px solid #e6f2f5;
    opacity: 0.7;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
  }
  .banner-small div span:hover {
    border: 2px solid #d69864;
  }
  .banner-small .slick-current span {
    border: 2px solid #d69864;
    opacity: 1;
    overflow: hidden;
  }
  footer {
    width: 100%;
    background: #fff;
  }
  footer .container {
    padding: 0px !important;
  }
  .copy {
    background: #4597a8;
    padding:10px 0px;
  }
  .copy .right{float: right;
    margin-top:4%;}
  .copy .co{
  	color: #fff;
  	font-size: 12px;
  	text-align: center;
  	min-height:25px;
  	white-space: nowrap;
  	overflow: hidden;
  }
  .copy .copy_img{
  	text-align: center;
  	display: block;
  	margin-bottom:5px;
  }
  .footer_right {
    display: none;
  }
  .footer_left {
    width: 100% !important;
  }
  .footer_left .link{
    clear: both;
    font-size: 14px;
    color: #212121;
    margin-bottom:5px !important;
    display: table;
  }
    .footer_left .link a{
    	padding: 0 10px;
    	word-break: normal;
    	font-size: 12px !important;
    	color:#808485;
    }
    .footer_left .link a:hover{color: #4597a8;}
  .footer_left .footer_nav {
    width: 100%;
    min-height:50px;
    margin: 25px 0px;
    display: table;
  }
  .footer_left .footer_nav li {
    width: 20%;
    float: left;
  }
  .footer_left .footer_nav li a {
    word-break: break-all;
    width: 100%;
    display: block;
    font-size: 8px;
    color: #808485;
  }
  .footer_left .footer_nav li a:hover {
    color: #4597a8;
  }
  .footer_left .footer_nav li span {
    font-weight: bold;
    color: #303435;
    font-size: 1.3em !important;
    margin-bottom: 10px;
    display: block;
  }
  .news_show {
    display: table;
    padding: 0px 15px;
    clear: both;
    margin-bottom:20px;
  }
  .news_show p {
    margin-top:15px;
    color: #2a2a2a;
  }
  .section .container .about .left .img_5{
      width:100%;
      display: block;
      position: relative;
    	max-width:520px;
    	min-height:100px;
    }
  .section .container .about .right .img_5{
      width:100%;
      display: block;
      position: relative;
    	max-width:520px;
    	min-height:100px;
    }
  .news {
    padding: 0px 15px;
    margin-bottom: 20px;
    display: table;
  }
  .news .news_list_left,
  .news .news_list_right {
    width: 100%;
    padding: 25px 0px;
    border-bottom: 1px solid #e3e3e3;
  }
  .news .news_list_left .news_right,
  .news .news_list_right .news_right {
    width: 60%;
    float: right;
  }
  .news .news_list_left .news_right .submit,
  .news .news_list_right .news_right .submit {
    float: left;
    margin-top: 0px;
    display: table;
    border-radius: 1px;
    background: #4597a8;
  }
  .news .news_list_left .news_right .submit a,
  .news .news_list_right .news_right .submit a {
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
  }
  .news .news_list_left .news_right .submit a:hover,
  .news .news_list_right .news_right .submit a:hover {
    color: #E2E2E2;
  }
  .news .news_list_left .news_right .title3{
  	 color: #121212;
  	 min-height:40px;
    font-size: 16px;
    line-height: 18px;
    display: block;
  }
  .news .news_list_left .news_right a,
  .news .news_list_right .news_right a {
    color: #121212;
    min-height: 20px;
    font-size: 18px;
    line-height:24px;
    display: block;
  }
  .news .news_list_left .news_right a:hover,
  .news .news_list_right .news_right a:hover {
    color: #4597a8;
  }
  .news .news_list_left .news_right span,
  .news .news_list_right .news_right span {
    color: #b83123;
    font-size: 16px;
    margin-top: 5px;
    display: table;
  }
  .news .news_list_left .news_right p,
  .news .news_list_right .news_right p {
    color: #2a2a2a;
    font-size: 12px;
    min-height: 90px;
    line-height: 20px;
    margin: 10px 0px 15px 0px;
  }
  .news .news_list_left .img_ser {
    float: left;
    width: 36%;
    display: block;
    position: relative;
  }
  .news .news_list_left .img_ser img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .news .news_list_left .img_ser i {
    display: block;
    padding-bottom: 100%;
  }
  .news .news_list_right .img_ser {
    float: left;
    width: 36%;
    display: block;
    position: relative;
  }
  .news .news_list_right .img_ser img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .news .news_list_right .img_ser i {
    display: block;
    padding-bottom: 100%;
  }
  .section_9 {
    background: url(../images/home_about.png) no-repeat center center;
    padding: 30px 0px;
  }
  .section_9 .photo_ser {
    width: 100%;
    float: left;
  }
  .section_9 .photo_ser p {
    width: 29%;
    margin: 0 2%;
    border: 5px solid #fff;
    float: left;
  }
  .section_9 .photo_ser p img {
    max-width: 100%;
  }
  .section_9 .write {
    width: 100%;
    margin-top: 25px;
    float: right;
  }
  .section_9 .write .title {
    font-size: 28px;
    color: #434b4e;
    font-weight: bold;
    margin-top: 0px;
    min-height:40px;
    line-height: 28px;
    padding-bottom:15px;
    background: url(../images/title_back.png) no-repeat left bottom;
  }
  .section_9 .write span {
    margin-top:15px;
    color: #181717;
    font-size: 12px;
    min-height:50px;
    display: table;
    line-height: 24px;
  }
  .section_9 .submit {
    display: table;
    border-radius: 1px;
    background: #4597a8;
    margin-top:10px;
    float: left;
  }
  .section_9 .submit:lehover {
    background: #4597a8 ;
  }
  .section_9 .submit a {
    color: #fff;
    padding: 5px 20px;
    margin: 0 auto;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
  }
  .section_9 .submit a:hover {
    color: #ccc;
  }
  .about .ser_show {
    display: table;
    padding: 0px 15px;
  }
  .about .ser_show .ser_show_left {
    width: 100%;
    float: left;
  }
  .about .ser_show .ser_show_left p {
    color: #010101;
    font-size: 14px;
    min-height:75px;
    line-height: 24px;
  }
  .about .ser_show .ser_show_left span {
    color: #797979;
    font-size: 14px;
    line-height: 24px;
    min-height:100px;
    margin:20px 0px;
    display: table;
  }
  .about .ser_show .ser_show_right {
    width:100%;
    float: right;
    margin-bottom: 20px;
  }
  .about .ser_show .ser_show_right .left {
    display: inline-block;
    vertical-align: middle;
    max-width: 240px;
    min-height: 100px;
    float: left;
    width:49%;
    display: block;
  }
  .about .ser_show .ser_show_right .left img {
   max-width: 100%;
  }
  .about .ser_show .ser_show_right .right {
    vertical-align: middle;
    float:left;
    margin-bottom:2%;
    max-width: 240px;
    min-height: 100px;
    width:49%;
    margin-left: 2%;
    display: block;
    position: relative;
  }
  .about .ser_show .ser_show_right .right img {
    max-width: 100%;
  }
  .about .ser_show .ser_show_right .center {
  	clear: both;
    vertical-align: middle;
    max-width: 480px;
    min-height:170px;
    margin-bottom:0px;
    width: 100%;
    display: block;
    position: relative;
  }
  .about .ser_show .ser_show_right .center img {
    max-width: 100%;
  }
  .about .text {
    color: #2a2a2a;
    text-align: center;
    font-size: 12px;
    padding: 0px 15px;
    margin: 15px 0px 15px 0px;
    line-height: 22px;
  }
  .about .service_01 {
    display: table;
    background: url(../images/service_05.jpg) no-repeat bottom center;
    background-size:100% 100%;
    width: 100%;
    padding: 10px 5px 20px 5px;
  }
  .about .service_01 li {
    float: left;
    color: #212121;
    font-size: 10px;
    margin-right: 2px;
  }
  .about .service_01 li a {
    padding-left: 15px;
  }
  .about .service_01 li a:hover {
    background: url(../images/service_06.png) no-repeat left center;
    background-size: 10px 11px;
    color: #158098;
  }
  .about .service_01 li .active {
    background: url(../images/service_06.png) no-repeat left center;
    background-size: 10px 11px;
    color: #158098;
  }
  .about .ser_list {
    display: table;
    margin-top: 25px;
    padding: 0px 15px 25px 15px;
    border-bottom: 1px solid  #e3e3e3;
  }
  .about .ser_list .ser_right {
    width: 100%;
    margin-top: 15px;
  }
  .about .ser_list .ser_right .submit {
    display: table;
    border-radius: 1px;
    margin-top:0px;
    background: #4597a8;
    float: left;
  }
  .about .ser_list .ser_right .submit a {
    color: #fff;
    padding:8px 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
  }
  .about .ser_list .ser_right .submit a:hover {
    color: #E2E2E2;
  }
  .about .ser_list .ser_right .title2{
  	min-height:40px;
  	color: #121212;
  	line-height: 40px;
  	margin:0px 0px 5px 0px;
    font-size: 26px;
    text-align: left;
    display: block;
  }
  .about .ser_list .ser_right .title2 a{
  	color: #121212;
    font-size: 26px;
    display: block;
  	}
  .about .ser_list .ser_right a {
    color: #121212;
    font-size: 26px;
    display: block;
  }
  .about .ser_list .ser_right a:hover {
    color: #4597a8;
  }
  .about .ser_list .ser_right span {
    color: #b83123;
    font-size: 16px;
    min-height:25px;
    display: table;
  }
  .about .ser_list .ser_right p {
    color: #2a2a2a;
    font-size: 14px;
    min-height: 100px;
    line-height: 24px;
    margin: 10px 0px 25px 0px;
  }
  .about .ser_list .img_ser {
    width: 100%;
    display: block;
    position: relative;
  }
  .about .ser_list .img_ser img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .about .ser_list .img_ser i {
    display: block;
    padding-bottom: 68%;
  }
  .page {
    display: none;
  }
  .page_phone {
    padding-right: 15px;
    margin: 35px 0px 35px 0px;
    text-align: right;
  }
  .page_phone a {
    color: #474747;
    padding: 2px 10px;
    display: inline-block;
    background: #efefef;
    font-size: 14px;
  }
  .page_phone a:hover {
    color: #fff;
    background: #474747;
  }
  .page_phone .active {
    color: #fff;
    background: #474747;
  }
  .section {
    width: 100%;
    border-top: 1px solid #d69864;
    display: table;
  }
  .section .container {
    padding: 0px;
  }
  .section .container h2 {
    font-size: 12px;
    text-align: right;
    padding-right: 15px;
    margin: 10px 0px 15px 0px;
    color: #898989;
  }
  .section .container h2 a {
    color: #898989;
  }
  .section .container h2 span {
    font-weight: bold;
  }
  .section .container .about .ad {
    padding: 0px 15px;
    color: #2a2a2a;
    font-size:14px;
    min-height:70px;
    line-height: 22px;
    margin:20px 0px;
    display: inline-block;
  }
   .section .container .about .left p {
    font-size: 12px;
    margin-top:10px;
    color: #2a2a2a;
    line-height: 22px;
    min-height: 110px;
    display: inline-block;
    overflow: hidden;
  }
    .section .container .about .left .img_4{
      width:100%;
      display: block;
      position: relative;
    	max-width:520px;
    	min-height:70px;
    }
  .section .container .about .right .img_4{
      width:100%;
      display: block;
      position: relative;
    	max-width:520px;
    	min-height:70px;
    }
  .section .container .about .right p {
    font-size:12px;
    margin-top:10px;
    color: #2a2a2a;
    min-height: 60px;
    line-height: 22px;
    min-height:110px;
    overflow: hidden;
  }
  .section .container .about .title {
    color: #434b4e;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding:10px 0px 5px 0px;
    min-height:35px;
    line-height:35px;
  }
   .section .container .about .title:after {
    content: "";
    width: 80px;
    height: 3px;
    margin-top: 5px;
    text-align: center;
    margin: 0 auto;
    display: table;
    background: #db1525;
}
  .section .container .about .text {
    padding: 0px 15px;
    color: #2a2a2a;
    min-height:65px;
    text-align: center;
    font-size: 12px;
    margin:10px 0px 10px 0px;
    line-height: 22px;
  }
  .section .container .about .text a {
    color: #4893a3;
  }
  .section_6 {
    border-top: none;
  }
  .section_5,
  .section_6 {
    border-top: 2px solid #4597a8;
  }
  .section_5 .common,
  .section_6 .common {
    margin: 0 auto;
    display: table;
    padding: 30px 0px;
  }
  .section_5 .common li,
  .section_6 .common li {
    width: 33%;
    float: left;
    color: #606060;
    font-size: 12px;
    line-height: 1.25em;
    background: url(../images/about_line.jpg) repeat-y right top;
    padding: 0 5%;
  }
  .section_5 .common li:last-child,
  .section_6 .common li:last-child {
    background: none;
  }
  .section_5 .common li .img_2,
  .section_6 .common li .img_2 {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    display: block;
  }
  .section_5 .common li .img_2 img,
  .section_6 .common li .img_2 img {
    max-width: 100%;
  }
  .section_5 .common li .text,
  .section_6 .common li .text {
    margin-top: 10px;
    min-height:80px;
    line-height: 20px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
  }
  .section_5 .common li .text a,
  .section_6 .common li .text a {
    color: #4893a3;
  }
  .section_5 .common li .text a:hover,
  .section_6 .common li .text a:hover {
    text-decoration: underline;
  }
  .contact {
    padding: 0px 15px;
  }
  .contact #map {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .section_7 {
    width: 100%;
    background: url(../images/online.jpg) no-repeat center center;
    background-size:100% 100%;
    padding:30px 0px;
  }
  .section_7 .left {
    width: 100%;
    float: left;
  }
  .section_7 .right {
    margin-top: 20px;
    width: 100%;
    float: left;
  }
  .section_7 .online {
    text-transform: uppercase;
    color: #000000;
    font-size: 22px;
    margin-bottom: 15px;
  }
  .section_7 .online_input {
    background: #fff;
    border: none;
    width: 48%;
    color: #a4a3a3;
    min-height: 42px;
    display: table;
    padding: 10px 10px;
    margin-right: 4%;
    float: left;
    margin-bottom: 30px;
  }
  .section_7 .online_input3 {
    background: #fff;
    border: none;
    width: 48%;
    color: #a4a3a3;
    padding: 10px;
    min-height: 42px;
    display: table;
    float: left;
    margin-bottom: 30px;
  }
  .section_7 .online_input1 {
    background: #fff;
    border: none;
    color: #a4a3a3;
    width: 100%;
    min-height: 42px;
    display: table;
    padding: 10px 10px;
    margin-right: 10px;
    float: left;
    margin-bottom: 30px;
  }
  .section_7 .online_input2 {
    background: #fff;
    border: none;
    color: #a4a3a3;
    min-height: 42px;
    display: table;
    width: 30%;
    padding: 10px 10px;
    margin-right: 10px;
    float: left;
    margin-bottom: 30px;
  }
  .section_7 .input_img {
    max-height:42px;
    float: left;
    border: 1px solid #ccc;
  }
  .section_7 .online_content {
    width:100%;
    border: none;
    padding: 10px;
    height: 150px;
    color: #a4a3a3;
    font-size: 12px;
  }
  .section_7 .btn {
    color: #ffffff;
    float: right;
    margin-top: 20px;
    background: #2c3e50;
    padding: 0px;
    border-radius:1px;
  }
  .section_7 .btn a {
    color: #fff;
  }
  .section_7 .btn a span {
    color: #7ecefd;
    font-weight: bolder;
    font-size: 20px;
    margin: 0px 0px 0px 10px;
    float: left;
  }
  .section_7 .btn .text {
    color: #fff;
    font-size: 14px;
    float: left;
    padding:7px 10px 5px 0px!important;
    font-weight: 100;
    display: table;
  }
  .banner-small{
  	display: none;
  }
  .en{
  	font-size: 16px;
  	padding:20px;
  	display: table;
  	color:inherit;
  }
}
@media (max-width: 767px) {
  .nav-botton {
    display: block;
  }
}


.copy .co ,.copy .co1,.copy .co2 {float: left;
    width: 33%;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    z-index: 1;
    text-align: center;}

@media (max-width: 800px) {
  .copy .co ,.copy .co1,.copy .co2 {
    width: 100%;
  }
}


#top { background: #4597a8;}