/*!
 * Ploceidae v1.1
 * Copyright 2015-2017 Ploceidae, Inc.
 * http://ploceidae.dsdl.com/
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  margin: 0 auto;
}
.container {
  width: 1170px;
  overflow: hidden;
}
@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1469778912');
  src: url('../fonts/iconfont.eot?t=1469778912#iefix') format('embedded-opentype'),
       url('../fonts/iconfont.woff?t=1469778912') format('woff'),
       url('../fonts/iconfont.ttf?t=1469778912') format('truetype');

  /* IE9*/
  /* iOS 4.1- */
}
[class^="icon-"],
[class*=" icon-"] {
  position: relative;
  display: inline-block;
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e600";
}
.icon-tel:before {
  content: "\e603";
}
.icon-magnifier:before {
  content: "\e617";
}
.icon-setting:before {
  content: "\e62d";
}
.icon-share:before {
  content: "\e60a";
}
.icon-car:before {
  content: "\e66c";
}
.icon-call:before {
  content: "\e62c";
}
.icon-doubleArrow:before {
  content: "\e616";
}
.icon-node_end-copy:before {
  content: "\e608";
}
.icon-service:before {
  content: "\e68a";
}
.icon-video:before {
  content: "\e8b3";
}
.icon-calendar:before {
  content: "\e673";
}
.icon-arrow-left:before {
  content: "\e6a6";
}
.icon-arrow-right:before {
  content: "\e6a7";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Microsoft Yahei";
  font-size: 14px;
  line-height: 1.42857143;
  color: #999999;
  background-color: #ffffff;
  margin: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #555555;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #555555;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 10px;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px dashed #dddddd;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 100;
  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: #666666;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
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: 23px;
}
h2,
.h2 {
  font-size: 19px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0;
}
small,
.small {
  font-size: 85%;
}
.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;
}
.page-header {
  padding-bottom: 9px;
  margin: 60px 0 50px;
  color: #444444;
}
.page-header h1 {
  margin: 0;
}
.block-header {
  padding-bottom: 25px;
  margin-bottom: 25px;
  color: #444444;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.block-header h1 {
  margin: 0;
}
.block-header::before {
  content: "";
  width: 12px;
  height: 7px;
  background: url("../img/arrow.jpg") no-repeat;
  position: absolute;
  bottom: -1px;
  left: 43px;
}
.header-italic {
  padding: 0 15px 35px;
  font-size: 18px;
  font-style: italic;
  color: #444444;
}
.article-hd h1,
.pro-hd h1,
.article-hd h2,
.pro-hd h2,
.article-hd h3,
.pro-hd h3,
.article-hd h4,
.pro-hd h4,
.article-hd h5,
.pro-hd h5,
.article-hd h6,
.pro-hd h6 {
  display: inline-block;
}
.article-hd .more,
.pro-hd .more {
  margin: 10px 0;
  float: right !important;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unstyled li img{width:100%;}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dd {
  margin-left: 0;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 14px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #000000;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #000000;
  background-color: #ffffff;
  border-color: #000000;
}
.btn-default:focus,
.btn-default.focus {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #000000;
}
.btn-default:hover {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #000000;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000000;
  background-color: #e6e6e6;
  border-color: #000000;
}
.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: #000000;
  background-color: #d4d4d4;
  border-color: #000000;
}
.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: #ffffff;
  border-color: #000000;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #000000;
}
.btn-primary {
  color: #ffffff;
  background-color: #051769;
  border-color: #041251;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #030c38;
  border-color: #000000;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #030c38;
  border-color: #010516;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #030c38;
  border-color: #010516;
}
.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: #ffffff;
  background-color: #010516;
  border-color: #000000;
}
.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: #051769;
  border-color: #041251;
}
.btn-primary .badge {
  color: #051769;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #df4310;
  border-color: #df4310;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #bb953a;
  border-color: #806628;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #bb953a;
  border-color: #b38f38;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #bb953a;
  border-color: #b38f38;
}
.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: #ffffff;
  background-color: #9f7f32;
  border-color: #806628;
}
.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: #df4310;
  border-color: #df4310;
}
.btn-info .badge {
  color: #df4310;
  background-color: #ffffff;
}
.btn-reset {
  color: #666666;
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn-reset:focus,
.btn-reset.focus {
  color: #666666;
  background-color: #cbcbcb;
  border-color: #a4a4a4;
}
.btn-reset:hover {
  color: #666666;
  background-color: #cbcbcb;
  border-color: #c5c5c5;
}
.btn-reset:active,
.btn-reset.active,
.open > .dropdown-toggle.btn-reset {
  color: #666666;
  background-color: #cbcbcb;
  border-color: #c5c5c5;
}
.btn-reset:active:hover,
.btn-reset.active:hover,
.open > .dropdown-toggle.btn-reset:hover,
.btn-reset:active:focus,
.btn-reset.active:focus,
.open > .dropdown-toggle.btn-reset:focus,
.btn-reset:active.focus,
.btn-reset.active.focus,
.open > .dropdown-toggle.btn-reset.focus {
  color: #666666;
  background-color: #b9b9b9;
  border-color: #a4a4a4;
}
.btn-reset:active,
.btn-reset.active,
.open > .dropdown-toggle.btn-reset {
  background-image: none;
}
.btn-reset.disabled,
.btn-reset[disabled],
fieldset[disabled] .btn-reset,
.btn-reset.disabled:hover,
.btn-reset[disabled]:hover,
fieldset[disabled] .btn-reset:hover,
.btn-reset.disabled:focus,
.btn-reset[disabled]:focus,
fieldset[disabled] .btn-reset:focus,
.btn-reset.disabled.focus,
.btn-reset[disabled].focus,
fieldset[disabled] .btn-reset.focus,
.btn-reset.disabled:active,
.btn-reset[disabled]:active,
fieldset[disabled] .btn-reset:active,
.btn-reset.disabled.active,
.btn-reset[disabled].active,
fieldset[disabled] .btn-reset.active {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}
.btn-reset .badge {
  color: #e4e4e4;
  background-color: #666666;
}
.btn-link {
  color: #555555;
  font-weight: normal;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: #d4d4d4;
}
.btn-link:hover,
.btn-link:focus {
  color: #555555;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #666666;
  text-decoration: none;
}
.btn-lg {
  padding: 12px 40px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.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%;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 6px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 14px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #555555;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #df4310;
  border-color: #df4310;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #666666;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination div.input-group {
  display: inline-flex;
}
.pagination input.form-control {
  height: 34px;
  width: 80px;
  border-radius: 0;
  margin-left: 10px;
}
.pagination .btn {
  padding: 6px 10px;
  border-radius: 0 4px 4px 0;
  margin-left: -4px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  display: block;
  float: left;
}
.nav > li > a {
  color: #ffffff;
  display: block;
  padding: 17px 45px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #df4310;
}
.nav > li.disabled > a {
  color: #666666;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #666666;
  text-decoration: none;
  background-color: transparent;
}
.nav li.active a {
  background-color: #df4310;
}
.nav li.active .sub-menu li a {
  background-color: transparent;
}
.nav li.menu_bg {
  background: #df4310 no-repeat 0 0;
  height: 54px!important;
  display: block;
  text-align: center;
}
.nav .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 164px;
  z-index: 1000;
  display: none;
  border-top: none;
  padding: 40px;
  height: 310px;
  background: rgba(0,0,0,0.8);
}
.nav .sub-menu .contentHolder {
  overflow: hidden;
  position: relative;
  width: 230px;
  height: 230px;
  float: left;
}
.nav .sub-menu .sub-category {
  width: 230px;
  float: left;
  text-align: right;
}
.nav .sub-menu .sub-category li {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.nav .sub-menu .sub-category li a {
  font-weight: 100;
  color: #ffffff;
  display: block;
}
.nav .sub-menu .sub-category li a:hover {
  color: #df4310;
}
.nav .sub-menu .sub-info {
  color: #ffffff;
  margin-left: 230px;
  padding-left: 270px;
  text-align: left;
}
.nav .sub-menu .sub-info li {
  margin-right: 30px;
  width: 180px;
  height: 190px;
  overflow: hidden;
  float: left;
  display: block;
}
.nav .sub-menu .sub-info li img {
  width: 180px;
  height: 135px;
  display: block;
}
.nav .sub-menu .sub-info li p {
  font-weight: 100;
  font-size: 14px;
  height: 55px;
  line-height: 55px;
  margin-bottom: 0;
}
.nav .sub-menu .sub-info li a {
  color: #ffffff;
}
.nav .sub-menu .sub-info li a:hover {
  color: #df4310;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #555555;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav-tabs {
  height: 45px;
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #f2f2f2;
}
.nav-tabs > li {
  float: left;
}
.nav-tabs > li > a {
  line-height: 1.42857143;
  font-size: 14px;
  color: #333333;
  padding: 13px 45px 12px;
  border-right: 1px solid #ddd;
  position: relative;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #df4310;
  background-color: #fff;
  cursor: default;
}
.nav-tabs > li.active > a::after {
  content: "";
  background-color: #df4310;
  height: 2px;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 6px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 6px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
.tab-content {
  border: 1px solid #dddddd;
  padding: 12px 20px;
  color: #555555;
  line-height: 30px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .tab-pane img {
  max-width: 100%;
  height: auto;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}
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: #444444;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 14px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999999;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dddddd;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #df4310;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #999999;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.form-control.input-lg {
  height: 45px;
}
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;
  }
}
.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;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 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;
}
.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;
}
.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  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: #d9d9d9;
}
@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;
}
.breadcrumb {
  padding: 30px 0;
  list-style: none;
  border-radius: 6px;
}
.breadcrumb > li {
  font-size: 12px;
  display: inline-block;
}
.breadcrumb > li i.icon-home {
  top: 0;
  color: #000000;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #666666;
}
.close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.carousel {
  position: relative;
}
.carousel .carousel-control {
  opacity: 0;
}
.carousel:hover .carousel-control {
  opacity: .5;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  height: 520px;
  position: relative;
  background-color: #000;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 5;
  display: inline-block;
  font-size: 50px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  margin-left: -585px;
  z-index: 10;
  width: 1170px;
  height: 200px;
  color: #df4310;
}
.carousel-caption h1 {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
}
.carousel-caption small,
.carousel-caption span {
  font-weight: 100;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
  margin-bottom: 58px;
}
.carousel-caption .btn {
  border: 2px solid #df4310;
  color: #df4310;
  padding: 9px 30px;
}
.carousel-caption .btn {
  text-shadow: none;
}
.carousel-inner .carousel-caption span {
  font-size: 23px;
}
.fold-wrap {
  height: 240px;
  margin-top: 40px;
  overflow: hidden;
}
.fold-wrap li {
  float: left;
  width: 293px;
  height: 210px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.fold-wrap li.big {
  width: 576px;
}
.pic_auto {
  height: 100%;
}
.pic_auto {
  width: 578px;
}
.pic_auto .fold-list {
  width: 291px;
  padding-left: 50px;
  padding-top: 36px;
}
.pic_auto .fold-list a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 34px;
  width: 214px;
}
.pic_auto .fold-list .square {
  height: 5px;
  width: 5px;
  display: block;
  position: absolute;
  top: 15px;
  left: 2px;
}
.pic_auto .fold-list .more {
  font-size: 12px;
}
.pic_auto .fold-content {
  padding-top: 70px;
  position: relative;
}
.pic_auto .fold-content .fold-title {
  padding-right: 110px;
}
.pic_auto .fold-content .fold-title .font-base {
  font-size: 14px;
}
.pic_auto .fold-content .fold-title .font-lg {
  font-size: 44px;
  font-weight: bold;
}
.pic_auto .fold-content .fold-title .font-line {
  float: right;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
}
.pic_auto .fold-content .fold-img {
  transform: rotateY(180deg);
  position: absolute;
  right: 0;
}
.pic_auto1 {
  background-color: #00aa90;
  color: #ffffff;
}
.pic_auto1 a {
  color: #ffffff;
}
.pic_auto1 .square {
  border: 1px solid #ffffff;
}
.pic_auto2 {
  background-color: #f7c242;
}
.pic_auto2 a {
  color: #000000;
}
.pic_auto2 .square {
  border: 1px solid #000000;
}
.pic_auto2 .fold-content {
  color: #000000;
}
.pic_auto2 .fold-content .font-line {
  border-bottom: 2px solid #000000 !important;
}
.pic_auto3 {
  background-color: #e53935;
  color: #ffffff;
}
.pic_auto3 a {
  color: #ffffff;
}
.pic_auto3 .square {
  border: 1px solid #ffffff;
}
.pic_auto4 {
  background-color: #0f2540;
  color: #ffffff;
}
.pic_auto4 a {
  color: #df4310;
}
.pic_auto4 .square {
  border: 1px solid #df4310;
}
.pic_auto4 .fold-content {
  color: #df4310;
}
.pic_auto4 .fold-content .font-line {
  border-bottom: 2px solid #df4310 !important;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -250px;
 transform: translateY(-50%);
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
}
.modal-dialog {
  position: relative;
  width: 500px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-header {
  padding: 5px 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-content .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 10px;
}
.modal-footer {
  padding: 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-buy {
  padding: 35px;
  width: 480px;
  height: 360px;
  margin-top: -180px;
  margin-left: -241px;
  border: 1px solid #000;
  background-color: #fff;
}
.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.nav:after,
.modal-footer: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;
}
.clearMargin {
  margin: 0;
}
.clearMT {
  margin-top: 0;
}
.mtop-sm {
  margin-top: 30px;
}
.mtop-lg {
  margin-top: 40px;
}
.mleft-sm {
  margin-left: 30px;
}
.overflow {
  overflow: hidden;
}
.title-lg {
  font-size: 30px;
}
img {
  vertical-align: middle;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  border: none;
}
.editor-content {
  line-height: 24px;
  color: #555555;
}
.editor-content img {
  max-width: 100%;
  height: auto;
}
.editor-content h2,
.editor-content h4 {
  color: #8a1a26;
}
.editor-content h2 i.icon-floor,
.editor-content h2 i.icon-bookmark,
.editor-content h2 i.icon-team {
  font-size: 35px;
  margin-top: -5px;
}
.editor-content .editor-hd h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #444444;
}
.editor-content .editor-hd p {
  color: #999999;
}
.main {
  width: 100%;
}
@media screen and (max-width: 1170px) {
  .main {
    width: 1170px;
    margin: 0 auto;
  }
}
.header {
  background: url("../img/header_bg.jpg?v=2") repeat-x top;
  height: 164px;
  border-bottom: 3px solid #df4310;
}
.header .top {
  height: 110px;
}
.header .top .top-brand {
  width: 690px;
  float: left;
}
.header .top .top-brand .logo {
  width: 80px;
  float: left;
}
.header .top .top-brand .info {
  margin-left: 80px;
  padding-left: 30px;
  position: relative;
  height: 80px; display: flex; align-items: center; justify-content: left;
}
/**.header .top .top-brand .info::after {
  background-color: #ddd;
  width: 1px;
  height: 80px;
  content: "";
  position: absolute;
  display: block;
  left: 15px;
  top: 0;
}**/
.header .top .top-brand .info h3 {
  color: #051769;
  font-weight: 600;
}
.header .top .top-info {
  width: 277px;
  height: 110px;
  float: right;
}
.header .top .top-info .top-tel {
  color: #666666;
  margin-top: 20px;
  margin-bottom: 15px;
}
.header .top .top-info .top-tel li:first-child {
  font-weight: 100;
}
.header .top .top-info .top-tel li:last-child {
  float: right;
}
.header .top .top-info .top-tel li i {
  font-size: 20px;
}
.header .top .top-info .top-tel li a {
  margin-left: 15px;
}
.header .top .top-info .form-group {
  border: 1px solid #e4e4e4;
  background-color: #fff;
  position: relative;
}
.header .top .top-info .form-group .btn-search {
  width: 34px;
  height: 34px;
  line-height: 30px;
  background-color: #fff;
  text-align: center;
  position: absolute;
  color: #999999;
  right: 0;
  top: 0;
}
.header .top .top-info .form-group .btn-search i {
  display: inline-block;
  font-size: 14px;
}
.header .top .top-info .form-control {
  border: transparent;
  box-shadow: none;
  font-size: 12px;
}
.header .top .top-info input.form-control {
  border-left: 1px solid #eaeaea;
}
.index-module,
.inner-module,
.services-module {
  margin-left: -30px;
}
.index-module li,
.inner-module li,
.services-module li {
  width: 270px;

  float: left;
  margin-left: 30px;
  background-color: #f2f2f2;
}
.index-module li .info,
.inner-module li .info,
.services-module li .info {
  font-size: 12px;
  padding: 12px;
  color: #666666;
}
.index-module li .info h4,
.inner-module li .info h4,
.services-module li .info h4 {
  margin-top: 0;
  color: #333333;
  font-weight: bold;
}
.index-module li .info p,
.inner-module li .info p,
.services-module li .info p {
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 100px;
}
.index-module li .info a.tm,
.inner-module li .info a.tm,
.services-module li .info a.tm,
.index-module li .info a.jd,
.inner-module li .info a.jd,
.services-module li .info a.jd {
  height: 30px;
  line-height: 30px;
  display: block;
  margin-top: 20px;
}
.index-module li .info a.tm span,
.inner-module li .info a.tm span,
.services-module li .info a.tm span,
.index-module li .info a.jd span,
.inner-module li .info a.jd span,
.services-module li .info a.jd span {
  width: 30px;
  height: 30px;
  float: left;
  background-image: url("../img/sprite.jpg");
  background-repeat: no-repeat;
  margin-right: 10px;
}
.index-module li .info a.tm span,
.inner-module li .info a.tm span,
.services-module li .info a.tm span {
  background-position: 0 0;
}
.index-module li .info a.jd span,
.inner-module li .info a.jd span,
.services-module li .info a.jd span {
  background-position: 0 -30px;
}
.index-module li .info .form-group .form-control,
.inner-module li .info .form-group .form-control,
.services-module li .info .form-group .form-control {
  height: 30px;
  background-color: #e0e0e0;
  margin-top: 20px;
}
.index-module li .info .btn,
.inner-module li .info .btn,
.services-module li .info .btn {
  margin-top: 20px;
  border-radius: 20px;
  border: 1px solid #bbb;
  padding: 5px 20px;
}
.index-module li .info #form1,
.inner-module li .info #form1,
.services-module li .info #form1 {
  background-color: red;
}
.services-module li {
  width: 370px;
  height: 390px;
}
.services-module li .info {
  padding: 20px;
}
.services-module li .info h4 {
  font-weight: bold;
}
.services-module li .info p {
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  max-height: 130px;
}
.maintenance-center {
  color: #333333;
}
.maintenance-center .page-header h1 {
  font-size: 30px;
}
.maintenance-center .service-explain {
  border-top: 1px dashed #ddd;
  margin-top: 40px;
  padding-top: 12px;
}
.maintenance-center .service-explain h1 {
  margin-bottom: 30px;
}
.maintenance-center .service-explain p {
  line-height: 1.85714286;
}
.maintenance-center .service-explain .service-grid {
  margin-left: -30px;
}
.maintenance-center .service-explain .service-grid > a {
  width: 270px;
  height: 203px;
  float: left;
  position: relative;
  margin-left: 30px;
}
.maintenance-center .service-explain .service-grid > a img {
  width: 270px;
  height: 203px;
  display: block;
}
.maintenance-center .service-explain .service-grid > a div.info {
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 34px;
  bottom: 0;
  left: 34px;
}
.maintenance-center .service-explain .service-grid > a div.info .picon-magnifier,
.maintenance-center .service-explain .service-grid > a div.info .picon-service,
.maintenance-center .service-explain .service-grid > a div.info .picon-pro,
.maintenance-center .service-explain .service-grid > a div.info .picon-consult {
  width: 55px;
  height: 55px;
  display: inline-block;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  margin-top: 34px;
}
.maintenance-center .service-explain .service-grid > a div.info .picon-magnifier {
  background-position: 0 0;
}
.maintenance-center .service-explain .service-grid > a div.info .picon-service {
  background-position: -55px 0;
}
.maintenance-center .service-explain .service-grid > a div.info .picon-pro {
  background-position: -110px 0;
}
.maintenance-center .service-explain .service-grid > a div.info .picon-consult {
  background-position: -165px 0;
}
.maintenance-center .service-explain .service-grid > a div.info h3 {
  font-weight: 700;
  margin-top: 10px;
}
.maintenance-center .service-explain .service-grid > a div.info p {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 50px;
}
.maintenance-inner .inner-nav,
.pro-right .inner-nav {
  width: 270px;
  float: left;
}
.maintenance-inner .inner-nav .category,
.pro-right .inner-nav .category {
  background-color: #f6f6f6;
}
.maintenance-inner .inner-nav .category h3,
.pro-right .inner-nav .category h3 {
  margin: 0;
  height: 54px;
  line-height: 54px;
  color: #ffffff;
  background-color: #333333;
  padding: 0 20px;
}
.maintenance-inner .inner-nav .category li a,
.pro-right .inner-nav .category li a {
  height: 54px;
  line-height: 54px;
  display: block;
  padding: 0 20px 0 40px;
  text-decoration: none;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.maintenance-inner .inner-nav .category li a::after,
.pro-right .inner-nav .category li a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
  top: 50%;
  margin-top: -3px;
  background-color: #df4310;
  left: 20px;
}
.maintenance-inner .inner-nav .category li a:hover,
.pro-right .inner-nav .category li a:hover {
  color: #ffffff;
  background-color: #df4310;
}
.maintenance-inner .inner-nav .category li a:hover::after,
.pro-right .inner-nav .category li a:hover::after {
  background-color: #fff;
}
.maintenance-inner .inner-nav .category li.active a,
.pro-right .inner-nav .category li.active a {
  color: #ffffff;
  background-color: #df4310;
}
.maintenance-inner .inner-nav .category li.active a::after,
.pro-right .inner-nav .category li.active a::after {
  background-color: #fff;
}
.maintenance-inner .inner-module,
.pro-right .inner-module,
.maintenance-inner .inner-module li,
.pro-right .inner-module li {
  margin-left: 0;
}
.maintenance-inner .inner-module li,
.pro-right .inner-module li {
  margin-top: 30px;
}

.maintenance-inner .inner-module li h4,
.pro-right .inner-module li h4 {
  font-weight: 600;
}
.maintenance-inner .inner-module li p,
.pro-right .inner-module li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 90px;
}
.maintenance-inner .inner-main,
.pro-right .inner-main {
  margin-left: 300px;
}
.maintenance-inner .inner-main .brand-grid,
.pro-right .inner-main .brand-grid {
  position: relative;
  width: 217px;
  height: 434px;
  float: left;
}
.maintenance-inner .inner-main .brand-grid img,
.pro-right .inner-main .brand-grid img,
.maintenance-inner .inner-main .brand-grid div.brand-info,
.pro-right .inner-main .brand-grid div.brand-info {
  display: block;
  width: 217px;
  height: 217px;
  position: absolute;
}
.maintenance-inner .inner-main .brand-grid div.brand-info,
.pro-right .inner-main .brand-grid div.brand-info {
  background-color: #f2f2f2;
  padding: 63px 20px 0;
}
.maintenance-inner .inner-main .brand-grid div.brand-info h3,
.pro-right .inner-main .brand-grid div.brand-info h3 {
  position: relative;
  height: 30px;
}
.maintenance-inner .inner-main .brand-grid div.brand-info h3::after,
.pro-right .inner-main .brand-grid div.brand-info h3::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  background-color: #df4310;
}
.maintenance-inner .inner-main .brand-grid.even img,
.pro-right .inner-main .brand-grid.even img {
  top: 0;
}
.maintenance-inner .inner-main .brand-grid.even div.brand-info,
.pro-right .inner-main .brand-grid.even div.brand-info {
  bottom: 0;
}
.maintenance-inner .inner-main .brand-grid.odd img,
.pro-right .inner-main .brand-grid.odd img {
  bottom: 0;
}
.maintenance-inner .inner-main .brand-grid.odd div.brand-info,
.pro-right .inner-main .brand-grid.odd div.brand-info {
  top: 0;
}
.maintenance-inner .inner-main .honor-grid,
.pro-right .inner-main .honor-grid {
  overflow: hidden;
  margin-left: -30px;
}
.maintenance-inner .inner-main .honor-grid li,
.pro-right .inner-main .honor-grid li {
  width: 195px;
  height: 340px;
  float: left;
  margin-left: 30px;
  display: block;
  text-align: center;
  color: #333333;
}
.maintenance-inner .inner-main .honor-grid li img,
.pro-right .inner-main .honor-grid li img {
  background-color: #ccc;
}
.maintenance-inner .inner-main .honor-grid li a,
.pro-right .inner-main .honor-grid li a,
.maintenance-inner .inner-main .honor-grid li img,
.pro-right .inner-main .honor-grid li img {
  width: 195px;
  height: 275px;
  display: block;
}
.maintenance-inner .inner-main .honor-grid li span,
.pro-right .inner-main .honor-grid li span {
  margin-top: 10px;
  line-height: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 40px;
}
.maintenance-inner .inner-main .advantage-list li,
.pro-right .inner-main .advantage-list li {
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #ddd;
}
.maintenance-inner .inner-main .advantage-list li .adv-thumb,
.pro-right .inner-main .advantage-list li .adv-thumb {
  width: 168px;
  height: 126px;
  float: left;
  display: block;
  overflow: hidden;
}
.maintenance-inner .inner-main .advantage-list li .adv-thumb img,
.pro-right .inner-main .advantage-list li .adv-thumb img {
  width: 168px;
  height: 126px;
  display: block;
}
.maintenance-inner .inner-main .advantage-list li .adv-thumb a:hover img,
.pro-right .inner-main .advantage-list li .adv-thumb a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.maintenance-inner .inner-main .advantage-list li .adv-info,
.pro-right .inner-main .advantage-list li .adv-info {
  overflow: hidden;
  margin-left: 190px;
}
.maintenance-inner .inner-main .advantage-list li .adv-info h3,
.pro-right .inner-main .advantage-list li .adv-info h3 {
  font-weight: 700;
}
.maintenance-inner .inner-main .advantage-list li .adv-info p,
.pro-right .inner-main .advantage-list li .adv-info p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 75px;
  line-height: 25px;
  color: #555555;
}
.pro-banner {
  position: relative;
}
.pro-banner .banner-text {
  position: absolute;
  width: 490px;
  height: 250px;
  top: 100px;
  left: 65px;
  color: #ffffff;
}
.pro-banner .banner-text h1 {
  font-size: 36px;
  font-weight: 100;
}
.pro-banner .banner-text p {
  line-height: 30px;
  font-weight: 100;
}
.product-grid,
.relevant-grid,
.guide-grid {
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ddd;
}
.product-grid li,
.relevant-grid li,
.guide-grid li {
  width: 390px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-grid .pro-thumb,
.relevant-grid .pro-thumb,
.guide-grid .pro-thumb {
  width: 130px;
  height: 130px;
  float: left;
  margin-right: 10px;
}
.product-grid .pro-thumb img,
.relevant-grid .pro-thumb img,
.guide-grid .pro-thumb img {
  width: 130px;
  height: 130px;
}
.product-grid .pro-info,
.relevant-grid .pro-info,
.guide-grid .pro-info {
  overflow: hidden;
}
.product-grid .pro-info h4,
.relevant-grid .pro-info h4,
.guide-grid .pro-info h4 {
  margin-top: 0;
  font-weight: bold;
  height: 25px;
}
.product-grid .pro-info h4 a,
.relevant-grid .pro-info h4 a,
.guide-grid .pro-info h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  max-height: 25px;
  line-height: 25px;
  display: block;
}
.product-grid .pro-info p,
.relevant-grid .pro-info p,
.guide-grid .pro-info p {
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 38px;
}
.relevant-grid {
  padding-bottom: 0;
  border-bottom: none;
}
.relevant-grid li {
  width: auto;
  float: none;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
.relevant-grid li .pro-thumb,
.relevant-grid li .pro-thumb img {
  width: 90px;
  height: 90px;
}
.relevant-grid li .pro-info {
  margin-left: 100px;
}
.relevant-grid li:last-child {
  border-bottom: none;
}
.guide-grid {
  border-bottom: none;
}
.guide-grid li {
  float: left;
  width: 435px;
  height: 110px;
  margin-bottom: 40px;
}
.guide-grid li .pro-thumb {
  width: 147px;
  height: 110px;
  float: left;
  margin-right: 20px;
}
.guide-grid li .pro-thumb img {
  width: 147px;
  height: 110px;
}
.guide-grid li .pro-info {
  margin-right: 20px;
}
.product-list,
.news-list {
  overflow: hidden;
}
.product-list li,
.news-list li {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #eee;
}
.product-list li .pro-thumb,
.news-list li .pro-thumb {
  width: 180px;
  height: 180px;
  float: left;
}
.product-list li .pro-thumb img,
.news-list li .pro-thumb img {
  width: 178px;
  height: 178px;
  display: block;
  border: 1px solid #eee;
}
.product-list li .pro-info,
.news-list li .pro-info {
  margin-left: 200px;
  overflow: hidden;
}
.product-list li .pro-info p,
.news-list li .pro-info p {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  display: block;
  margin-bottom: 30px;
}
.product-list li .pro-info a.more,
.news-list li .pro-info a.more {
  color: #df4310;
  font-size: 12px;
}
.product-inner .pro-left {
  width: 870px;
  float: left;
}
.product-inner .pro-left .pro-profile {
  overflow: hidden;
}
.product-inner .pro-left .pro-profile .pro-img,
.product-inner .pro-left .pro-profile .pro-img img {
  width: 370px;
  height: 370px;
  float: left;
  display: block;
}
.product-inner .pro-left .pro-profile .pro-info {
  margin-left: 400px;
}
.product-inner .pro-left .pro-profile .pro-info h1 {
  color: #000000;
  font-size: 30px;
}
.product-inner .pro-left .pro-profile .pro-info p.nm,
.product-inner .pro-left .pro-profile .pro-info p.text {
  margin-bottom: 30px;
}
.product-inner .pro-left .pro-profile .pro-info p.text {
  color: #555555;
  line-height: 25px;
}
.product-inner .pro-left .pro-outline p {
  line-height: 30px;
}
.product-inner .pro-right {
  margin-left: 900px;
}
.product-inner .pro-right h1 {
  color: #444444;
}
.news-list li .pro-thumb,
.news-list li .pro-thumb img {
  width: 213px;
  height: 160px;
  float: left;
  display: block;
}
.news-list li .pro-thumb img,
.news-list li .pro-thumb img img {
  border: none;
}
.news-list li .pro-info {
  margin-left: 243px;
}
.news-list li .pro-info p {
  margin-bottom: 20px;
}
.news-list li span {
  display: block;
  color: #999999;
  margin: 20px 0;
}
.news-list .pro-info h3 a,
.editor-content h1 {
  color: #333333;
}
.poster-main {
  position: relative;
  margin: 50px auto;
}
.poster-main .poster-list .poster-item {
  position: absolute;
  left: 0;
  top: 0;
}
.poster-main .poster-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
}
.poster-main .poster-prev-btn {
  left: 150px;
  background: url("../img/prev.png") no-repeat center center;
}
.poster-main .poster-next-btn {
  right: 150px;
  background: url("../img/next.png") no-repeat center center;
}
.services {
  overflow: hidden;
}
.services > div {
  width: 570px;
  height: 329px;
  display: block;
  position: relative;
}
.services .service-text {
  position: absolute;
  width: 300px;
  height: 204px;
  top: 50%;
  margin-top: -102px;
  left: 65px;
  color: #ffffff;
}
.services .service-text h1 {
  font-weight: 100;
}
.services .service-text p {
  line-height: 20px;
  font-size: 12px;
  font-weight: 100;
  margin-top: 30px;
}
.services .service-text .form-group {
  width: 180px;
  margin-top: 6px;
  margin-bottom: 0;
}
.services .service-text .form-group .form-control {
  color: #ffffff;
  border-color: #df4310;
  background-color: #df4310;
  font-size: 12px;
}
.services .service-text .form-group .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.services .service-text .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.services .service-text .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.services .service-text a.btn-link {
  color: #ffffff;
  font-size: 12px;
  border-radius: 3px;
}
.services .security-big,
.services .guide-big {
  width: 870px;
  position: relative;
}
.services .security-big .service-text,
.services .guide-big .service-text {
  width: 460px;
}
.services .security-big .service-text p,
.services .guide-big .service-text p {
  font-size: 14px;
}
.services .security-big .service-text .form-group,
.services .guide-big .service-text .form-group {
  width: 260px;
  margin-top: 30px;
}

.services .guide-big .service-text {
  width: 340px;
}
.advantage-info li {
  border-top: 1px solid #e4e4e4;
  padding-bottom: 30px;
}
.about li {
  float: left;
}
.about li a {
  position: relative;
}
.about li a .name {
  position: absolute;
  width: 220px;
  height: 110px;
  text-align: center;
  color: #ffffff;
  top: 50%;
  left: 50%;
  margin-top: -55px;
  margin-left: -110px;
  font-weight: 100;
}
.about li a .name h1 {
  margin-top: 0;
  margin-bottom: 43px;
  font-size: 30px;
}
.about li a .name h1::after {
  content: "";
  width: 30px;
  height: 3px;
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -15px;
  background-color: #df4310;
}
.about .about-one {
  width: 380px;
  height: 585px;
}
.about .about-two,
.about .about-three {
  width: 380px;
  height: 285px;
  margin-left: 15px;
}
.about .about-four {
  width: 775px;
  height: 285px;
  margin-left: 15px;
  margin-top: 15px;
}
.brand {
  background: url("../img/temp/brand_bg.jpg") no-repeat;
  height: 478px;
}
.brand .page-header {
  margin: 60px 0 48px;
  color: #ffffff;
}
.brand .page-header h1 {
  font-size: 30px;
}
.brand .brand-scroll {
  overflow: hidden;
  position: relative;
  margin-left: -30px;
}
.brand .brand-scroll .prev,
.brand .brand-scroll .next {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  top: 50%;
  margin-top: -20px;
  color: #999999;
  position: absolute;
  z-index: 2;
}
.brand .brand-scroll .prev i,
.brand .brand-scroll .next i {
  font-size: 40px;
}
.brand .brand-scroll .prev {
  left: 40px;
}
.brand .brand-scroll .next {
  right: 10px;
}
.brand .brand-scroll ul {
  overflow: hidden;
  zoom: 1;
}
.brand .brand-scroll ul li {
  margin-left: 30px;
  width: 270px;
  height: 260px;
  float: left;
  text-align: center;
}
.brand .brand-scroll ul li a {
  width: 270px;
  height: 260px;
  display: block;
  background-color: #fff;
}
.brand .brand-scroll ul li a img {
  width: 270px;
  height: 203px;
  display: block;
}
.brand .brand-scroll ul li a span {
  height: 56px;
  line-height: 56px;
  display: block;
}
.join-application h1,
.contact h1 {
  color: #000000;
  font-size: 30px !important;
}
.join-application,
.feedback {
  float: left;
  width: 770px;
}
.join-application .form-horizontal,
.feedback .form-horizontal {
  overflow: hidden;
  margin-top: 40px;
  margin-left: -30px;
}
.join-application .form-horizontal .form-group,
.feedback .form-horizontal .form-group {
  width: 370px;
  float: left;
  margin-left: 30px;
  position: relative;
}
.join-application .form-horizontal .form-group label.error,
.feedback .form-horizontal .form-group label.error {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 45px;
  color: #a94442;
}
.join-application .form-horizontal .form-group .error,
.feedback .form-horizontal .form-group .error {
  border: 1px solid #a94442;
}
.join-application .form-horizontal .form-group label.error,
.feedback .form-horizontal .form-group label.error {
  border: none;
}
.join-application .form-horizontal .form-group-lg,
.feedback .form-horizontal .form-group-lg {
  width: 770px;
  margin-bottom: 40px;
}
.join-application .form-horizontal .form-group-sm,
.feedback .form-horizontal .form-group-sm {
  width: 270px;
  display: inline-block;
}
.feedback {
  float: none;
  width: auto;
}
.feedback .form-horizontal {
  margin-left: 0;
}
.feedback .form-horizontal .form-group {
  margin-left: 30px;
  margin-bottom: 30px;
}
.feedback .form-horizontal .form-group:first-child {
  margin-left: 0;
}
.feedback .form-horizontal .form-group-lg {
  width: 1170px;
  margin-left: 0;
}
.form-group.has-error input {
  border: 1px solid #a94442;
}
.form-group.has-error em {
  color: #a94442;
  font-style: normal;
}
.form-group.has-error em:before {
  float: left;
  display: inline-block;
  content: "x";
  width: 15px;
  height: 15px;
  border: 1px solid #a94442;
  border-radius: 100%;
  text-align: center;
  line-height: 12px;
  font-size: 14px;
  margin: 3px 3px 2px 0;
}
.contact {
  margin-left: 900px;
}
.contact li {
  line-height: 25px;
}
.footer,
.copy-right {
  background-color: #fafafa;
  border-top: 1px solid #eee;
}
.footer ul,
.copy-right ul {
  width: 195px;
  float: left;
  padding: 24px 0;
}
.footer ul h4,
.copy-right ul h4 {
  margin-top: 0;
}
.footer ul li,
.copy-right ul li {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}
.footer ul a,
.copy-right ul a {
  display: block;
}
.footer .call,
.copy-right .call {
  position: fixed;
  bottom: 198px;
  right: 2%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #df4310;
  display: block;
  text-align: center;
  border-radius: 3px;
}
.footer .call i,
.copy-right .call i {
  color: #ffffff;
  font-size: 27px;
  display: inline-block;
}
.footer .call a,
.copy-right .call a {
  display: block;
}
.footer .call a .tel,
.copy-right .call a .tel {
  width: 200px;
  height: 50px;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  background-color: #df4310;
  position: absolute;
  font-size: 18px;
  font-weight: 100;
  -webkit-transition-duration: 0.66s;
  transition-duration: 0.66s;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  opacity: 0;
}
.footer .call a:hover .tel,
.copy-right .call a:hover .tel {
  -webkit-transform: translateX(-195px);
  transform: translateX(-195px);
  opacity: 1;
}
.copy-right {
  font-size: 12px;
  padding: 12px 0;
}
.footer .container {
  overflow: hidden;
}
.grout-mag {
  height: 70px;
  margin-bottom: 0;
}
textarea.form-control {
  resize: none;
}
.mtop-sm {
  margin-top: 20px;
}
.maintenance-anther {
  margin-top: 50px;
  margin-bottom: 60px;
}
.maintenance-anther ul,
.maintenance-anther li {
  list-style: none;
}
.maintenance-anther .add-list {
  padding: 0;
  text-align: center;
}
.maintenance-anther .add-list li {
  float: left;
  margin-right: 114px;
  height: 160px;
}
.maintenance-anther .add-list li:nth-child(6n) {
  margin-right: 0;
}
.maintenance-anther .add-list a {
  display: block;
}
.maintenance-anther .add-list a img {
  width: 100px;
}
.maintenance-anther .add-list span {
  font-size: 16px;
  line-height: 40px;
}
.guide-title {
  font-size: 16px;
  color: #000000;
  width: 100% !important;
  height: 32px!important;
  border-bottom: 1px solid #ddd;
}
.guide-title h3 {
  font-weight: bold;
}
.banner {
  overflow: hidden;
  position: relative;
}
.banner img {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.banner .banner-title {
  color: #ff490e;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: 50%;
  margin-left: -590px;
  width: 1180px;
}
.banner .banner-title h1 {
  font-size: 36px;
  font-weight: lighter;
  text-shadow: 2px 2px 10px #666666;
}
.banner .banner-title h1 span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 26px;
  letter-spacing: 1px;
}
.contact-con {
  margin-bottom: 60px;
}
.contact-con dl {
  overflow: hidden;
}
.contact-con dl dt > img {
  width: 570px;
  height: 428px;
}
.contact-con dl dd {
  background-color: #f6f6f6;
  width: 600px;
  height: 428px;
  padding: 10px 30px 30px;
}
.contact-con dl dd h1 {
  color: #333333;
  margin-bottom: 20px;
}
.contact-con dl dd p {
  color: #555555;
  line-height: 24px;
  margin-bottom: 30px;
}
.contact-con dl dd ul {
  padding-left: 0;
}
.contact-con dl dd ul li {
  display: inline-block;
  text-align: center;
}
.contact-con dl dd ul li img {
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
}
.contact-con dl dd ul li span {
  font-size: 12px;
  margin-top: 10px;
  display: block;
}
.contact-con dl dd ul li + li {
  margin-left: 30px;
}
.feedback h1 {
  color: #333333;
}
.feedback p {
  color: #666666;
}
.join-banner {
  position: relative;
  margin-bottom: 60px;
}
.join-banner img {
  width: 1170px;
}
.join-banner .join-common {
  width: 380px;
  position: absolute;
  top: 100px;
}
.join-banner .join-common.join-banner-left {
  left: 80px;
}
.join-banner .join-common.join-banner-right {
  right: 80px;
}
.join-banner .join-common h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 60px;
  margin: 0 0 55px;
  color: #df4310;
}
.join-banner .join-common a.more {
  width: 140px;
  height: 45px;
  line-height: 33px;
  border: 2px solid #df4310;
  color: #df4310;
}
.join-banner .join-common a.more:hover {
  border: 2px solid #df4310;
  background-color: #df4310;
  color: #ffffff;
}
h1.title-common {
  font-size: 30px;
  font-weight: lighter;
  color: #333333;
  margin-bottom: 30px;
}
h1.title-common span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 12px;
}
.join-odds ul {
  overflow: hidden;
}
.join-odds ul li {
  width: 270px;
  float: left;
}
.join-odds ul li + li {
  margin-left: 30px;
}
.join-odds ul li a {
  display: block;
  border: 1px solid #e4e4e4;
}
.join-odds ul li a h2 {
  background-color: #333333;
  height: 90px;
  padding: 20px;
  line-height: 50px;
  color: #ffffff;
  margin: 0;
  font-size: 24px;
  font-weight: lighter;
}
.join-odds ul li a p {
  padding: 30px;
  font-size: 12px;
  color: #555555;
  line-height: 24px;
}
.join-odds ul li a:hover {
  border: 1px solid #df4310;
  text-decoration: none;
}
.join-odds ul li a:hover h2 {
  background-color: #df4310;
}
.join-odds ul li a:hover p {
  color: #df4310;
}
.join-term .join-term-con {
  background-color: #f6f6f6;
  padding: 30px 28px;
  color: #333333;
  font-size: 14px;
  line-height: 32px;
}
.nav .sub-menu-pro .contentHolder,
.nav .sub-menu-pro .sub-category {
  width: 460px;
}
.nav .sub-menu-pro .sub-category > li {
  width: 210px;
  float: left;
  margin-right: 5px;
}
.map {
  margin: 20px 0;
  width: auto !important;
  height: 512px !important;
  background-color: #ccc;
}
.map h3,
.map h4 {
  font-weight: bold;
  color: #000000;
}
.map .map-img img {
  width: 650px;
}
.map h4 {
  font-size: 14px;
}
.map .font-red {
  color: #df0002;
}
.map .ps {
  margin: 20px 0;
}
.map button {
  background-color: #43739b;
  border: 1px solid #43739b;
  color: #ffffff;
  border-radius: 5px;
  padding: 5px 20px;
}
.map select {
  width: 105px;
}
.map .keyword {
  width: 100%;
}
.map-list {
  border-top: 2px solid #ccc;
  padding-top: 20px;
}
.map-title {
  height: 40px;
  color: #000000;
  background-color: #f1f1f1;
}
.map-title .map-c {
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  background-color: #579ddb;
  line-height: 28px;
  color: #ffffff;
  margin: 7px 10px;
}
.map-title .pull-right {
  color: #579ddb;
  line-height: 40px;
  margin-right: 20px;
}
.font-blue {
  color: #579ddb;
}
.map-text {
  margin: 10px;
}
.map-text p {
  line-height: 28px;
}
.map-item {
  height: 200px;
}
.pic_auto .fold-content {
  left: 11px;
}
.width-40 {
  width: 172px;
}
.new-product {
  margin-right: -10px;
  border-bottom: none;
}
.new-product img {
  max-width: 185px;
}
.new-product li {
  width: 285px;
  height: 285px;
  margin-right: 10px;
  color: #ffffff;
}
.new-product li a {
  color: #ffffff;
  margin-top: 10px;
  display: block;
}
.new-product li .new-product-text {
  margin: 20px 0 30px 0;
}
.bg-color-1 {
  background-color: #d0a15d;
}
.bg-color-2 {
  background-color: #c6251f;
}
.bg-color-3 {
  background-color: #373f84;
}
.bg-color-4 {
  background-color: #df6709;
}
.bg-color-5 {
  background-color: #d08b65;
}
.bg-color-6 {
  background-color: #eb9b1e;
}
.bg-color-7 {
  background-color: #892958;
}
.bg-color-8 {
  background-color: #086e88;
}
.bg-color-9 {
  background-color: #00693e;
}
.bg-color-10 {
  background-color: #090709;
}
.bg-color-11 {
  background-color: #727171;
}
.bg-color-12 {
  background-color: #bf9213;
}
.bg-color-13 {
  background-color: #65b732;
}
.bg-color-14 {
  background-color: #6c2809;
}
.bg-color-15 {
  background-color: #051769;
}
.font-size-20 {
  font-size: 20px;
  margin-bottom: 5px;
}
.mtop-big {
  margin-top: 60px;
}
.service-text-sm {
  width: 240px !important;
}
.icon-magnifier,
.icon-service,
.icon-setting,
.icon-car {
  font-size: 44px;
}
.carousel-inner img {
  position: absolute;
  margin-left: -960px;
  left: 50%;
}