/* Import bootstrap 3 mixins and variables so we can use them */
/* Import core mixins so we can use them */
.clear_float:before,
.clear_float:after {
  display: table;
  content: " ";
}
.clear_float:after {
  clear: both;
}
/* Import our theme variables. */
/*
 * The sections in this document roughly correspond to our theme style guide.
 */
/* Import our theme mixins */
.cssanimation,
.cssanimation span {
  animation-duration: 2s;
  animation-fill-mode: both;
}
.cssanimation span {
  display: inline-block;
}
html:not(.ccm-edit-mode) .fadeInBottom {
  animation-name: fadeInBottom;
}
html:not(.ccm-edit-mode) .fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(10%);
  }
  to {
    opacity: 1;
  }
}
/* Import our theme fonts */
/* Our style rules - namespace so as not to collide with the core app styles */
html,
body {
  height: 100%;
  margin: 0;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -50px;
}
div.ccm-page {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
}
div.ccm-page {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
}

/**
添加的css
*/
.wrapper .banner{position:relative;width:100%;height:auto;;overflow:hidden;}
.wrapper .banner img{width:100%;height:100%;}

@media screen and (max-width: 992px) {
.cssanimation p, .cssanimation span{font-size:16px !important;}
	
div.ccm-page header .header--logo {
  display: inline-block;
  margin-top: 15px !important;
  width: 150px !important;
}

div.ccm-page header .header--logo img{width:200px !important;}
	
}

/**
添加的css
*/

div.ccm-page blockquote {
  padding-left: 60px;
  font-size: 1em;
  font-weight: 300;
  border-color: #bdcfd8;
  color: #5b676c;
  line-height: 1.42857143;
}
div.ccm-page h1 {
  font-family: Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
  color: #002a62;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h2,
div.ccm-page .special-headline {
  font-family: Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  color: #002a62;
  line-height: 1.42857143;
  text-transform: none;
  margin: 0;
  margin-top: 30px;
  padding-bottom: 3px;
  border-bottom: 3px solid #ccc;
  display: inline-block;
  margin-bottom:30px;
}
div.ccm-page h2:first-child,
div.ccm-page .special-headline:first-child {
  margin-top: 0;
}
div.ccm-page h3 {
  font-family: Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  color: #999999;
  line-height: 1.42857143;
  text-transform: none;
  margin-top: 30px;
}
div.ccm-page h4 {
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #4f585c;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h5 {
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #9fa9ad;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.ccm-page h6 {
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #a3db75;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.ccm-page img {
  /* max-width: 100%; */
  height: auto;
}

div.ccm-page header .header--logo img{width:500px;}

div.ccm-page hr {
  margin-top: 80px;
  margin-bottom: 80px;
  border-top: 1px solid #ececec;
}
div.ccm-page .has--no-padding {
  padding: 0;
}
div.ccm-page main {
  background-color: #ffffff;
  padding: 80px 0;
  /*
    div.container:last-child {
      padding-bottom: 80px;
    }
    */
}
div.ccm-page main .container p {
  line-height: 32px;
}
div.ccm-page .link-bullets ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
div.ccm-page .link-bullets ul li {
  padding-bottom: 5px;
  padding-left: 20px;
  -webkit-transition: all ease-out;
  -moz-transition: all ease-out;
  -o-transition: all ease-out;
  transition: all ease-out;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
div.ccm-page .link-bullets ul li:hover:before {
  left: 20px;
  color: #002a62;
}
div.ccm-page .link-bullets ul li:before {
  position: absolute;
  left: 15px;
  margin-top: inherit !important;
  content: '››' !important;
  color: #999 !important;
  margin-right: 8px;
  -webkit-transition: all ease-out;
  -moz-transition: all ease-out;
  -o-transition: all ease-out;
  transition: all ease-out;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
div.ccm-page .is--highlight {
  color: #002a62;
  display: inline;
}
div.ccm-page main a:not(.fa):not(.btn),
div.ccm-page footer a:not(.fa):not(.btn) {
  color: #002a62;
}
div.ccm-page main a:not(.fa):not(.btn):hover,
div.ccm-page footer a:not(.fa):not(.btn):hover {
  color: #002a62;
  text-decoration: none;
}
div.ccm-page div[data-container=block] div.container:last-child {
  padding-bottom: 0px;
}
html:not(.ccm-edit-mode) div.ccm-page main .container .fadeInRight ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}
html:not(.ccm-edit-mode) div.ccm-page main .container .fadeInRight ul li {
  padding-bottom: 5px;
  padding-left: 20px;
}
html:not(.ccm-edit-mode) div.ccm-page main .container .fadeInRight ul li:before {
  position: absolute;
  margin-top: -2px;
  left: 15px;
  content: '■';
  color: #002a62;
  margin-right: 8px;
}
div.ccm-page {
  /* Tablet Landscape Viewport */
  /* Desktop Viewport */
  /* Smartphone Viewport */
}
div.ccm-page div.ccm-system-errors {
  margin-top: 40px;
}
div.ccm-page header {
  background-color: #ffffff;
}
div.ccm-page header .header--site-title {
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: #999999;
  line-height: 19px;
  font-size: 11px;
  padding-left: 45px;
  padding-top: 20px;
  display: none;
}
div.ccm-page header .header--logo {
  display: inline-block;
  margin-top: 25px;
  width: 130px;
}
div.ccm-page header .header--image {
  margin-top: 20px;
}
div.ccm-page header nav {
  width: auto;
  display: inline-block;
  text-align: left;
  margin-top: 30px;
  position: absolute;
  top: -10px;
  right: 0;
}
div.ccm-page header nav .dropdown:after {
  content: ' ▶';
}
div.ccm-page header nav .dropdown:hover:after {
  content: '\25bc';
}
div.ccm-page header nav .ccm-responsive-menu-launch {
  margin-top: 5px;
}
div.ccm-page header nav .ccm-responsive-menu-launch i:after {
  color: #888;
  font-size: 24px;
}
div.ccm-page header nav ul {
  -webkit-font-smoothing: antialiased;
  list-style: none;
  margin-top: 10px !important;
  padding: 0px 50px 0px 100px;
}
div.ccm-page header nav ul a {
  padding: 5px 20px;
  font-family: Arial, sans-serif;
  font-size: 0.9em !important;
  color: #fff;
  text-transform: none;
}
div.ccm-page header nav ul a:hover,
div.ccm-page header nav ul a:focus {
  outline: none !important;
  background: transparent;
}
div.ccm-page header nav ul a:after {
  margin: 3px auto 0 auto;
  background: #fff;
  content: '';
  display: block;
  height: 1px;
  -webkit-transition: width 0.4s ease, background-color 0.4s ease;
  transition: width 0.4s ease, background-color 0.4s ease;
  width: 0px;
}
div.ccm-page header nav ul li {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
div.ccm-page header nav ul li:first-child a {
  padding-left: 0;
}
div.ccm-page header nav ul li > a.nav-selected:after,
div.ccm-page header nav ul li > a.nav-path-selected:after {
  width: 100%;
}
div.ccm-page header nav ul li:hover > a:after {
  width: 100%;
}
div.ccm-page header nav ul li:hover ul {
  opacity: 1;
  top: 30px;
  visibility: visible;
  text-align: left;
}
div.ccm-page header nav ul li ul {
  text-align: left;
  padding: 10px 10px;
  cursor: pointer;
  float: left;
  left: 20px;
  opacity: 0;
  position: absolute;
  top: 25px;
  visibility: hidden;
  width: 220px;
  background-color: #ffffff;
  z-index: 99;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid #edf2f3;
  -webkit-box-shadow: 0px 17px 28px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 17px 28px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 17px 28px 0px rgba(0, 0, 0, 0.2);
  margin-top: 15px !important;
}
div.ccm-page header nav ul li ul li {
  float: none;
  width: 100%;
  padding-bottom: 0px;
}
div.ccm-page header nav ul li ul li:hover a {
  color: #0099ff;
}
div.ccm-page header nav ul li ul li a {
  display: block;
  text-align: left;
  padding: 10px 10px;
  font-size: 1.0em;
  text-transform: none;
  color: #a2a2a2;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: none;
}
div.ccm-page header nav ul li ul li a:hover {
  color: #0099ff;
}
div.ccm-page header nav ul li ul li a {
  padding: 5px 10px !important;
}
div.ccm-page header nav ul li ul li a.nav-selected,
div.ccm-page header nav ul li ul li a.nav-path-selected {
  color: #002a62;
}
div.ccm-page header div.col-sm-2 .ccm-block-switch-language-flags {
  display: none;
}
@media all and (min-width: 768px) {
  div.ccm-page header {
    padding-top: 30px;
  }
  div.ccm-page header .header--logo {
    width: auto;
  }
  div.ccm-page header .header--site-title {
    display: block;
  }
  div.ccm-page header nav {
    width: 100%;
    position: inherit;
    top: inherit;
    right: inherit;
    background: #002a62;
  }
  div.ccm-page header nav.sticky,
  div.ccm-page header nav.headroom--pinned:not(.headroom--top) {
    top: -30px;
    position: fixed;
    width: 100%;
    z-index: 1;
    transform: translateY(0%);
    transition: transform 200ms linear;
    box-shadow: 0 0px 40px -20px #000000;
  }
  div.ccm-page header nav.headroom--unpinned {
    transform: translateY(-100%);
  }
  div.ccm-page header div.col-sm-2 .ccm-block-switch-language-flags {
    display: inline-block;
    margin-top: 18px;
  }
}
@media all and (min-width: 1024px) {
  div.ccm-page header nav ul a {
    padding: 5px 30px;
  }
}
div.ccm-page img.ccm-captcha-image {
  display: block;
  margin: 0px auto 30px auto;
}
div.ccm-page .btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 10px 30px 10px 30px;
}
div.ccm-page .btn-success {
  color: #ffffff;
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.ccm-page .btn-success:focus,
div.ccm-page .btn-success.focus {
  color: #ffffff;
  background-color: #00994d;
  border-color: #255625;
}
div.ccm-page .btn-success:hover {
  color: #ffffff;
  background-color: #00994d;
  border-color: #398439;
}
div.ccm-page .btn-success:active,
div.ccm-page .btn-success.active,
.open > .dropdown-togglediv.ccm-page .btn-success {
  color: #ffffff;
  background-color: #00994d;
  background-image: none;
  border-color: #398439;
}
div.ccm-page .btn-success:active:hover,
div.ccm-page .btn-success.active:hover,
.open > .dropdown-togglediv.ccm-page .btn-success:hover,
div.ccm-page .btn-success:active:focus,
div.ccm-page .btn-success.active:focus,
.open > .dropdown-togglediv.ccm-page .btn-success:focus,
div.ccm-page .btn-success:active.focus,
div.ccm-page .btn-success.active.focus,
.open > .dropdown-togglediv.ccm-page .btn-success.focus {
  color: #ffffff;
  background-color: #00753b;
  border-color: #255625;
}
div.ccm-page .btn-success.disabled:hover,
div.ccm-page .btn-success[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-success:hover,
div.ccm-page .btn-success.disabled:focus,
div.ccm-page .btn-success[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-success:focus,
div.ccm-page .btn-success.disabled.focus,
div.ccm-page .btn-success[disabled].focus,
fieldset[disabled] div.ccm-page .btn-success.focus {
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.ccm-page .btn-success .badge {
  color: #00cc66;
  background-color: #ffffff;
}
div.ccm-page .btn-default {
  color: #6e6e6e;
  background-color: #ffffff;
  border-color: #b7e390;
}
div.ccm-page .btn-default:focus,
div.ccm-page .btn-default.focus {
  color: #6e6e6e;
  background-color: #e6e6e6;
  border-color: #75c231;
}
div.ccm-page .btn-default:hover {
  color: #6e6e6e;
  background-color: #e6e6e6;
  border-color: #97d75f;
}
div.ccm-page .btn-default:active,
div.ccm-page .btn-default.active,
.open > .dropdown-togglediv.ccm-page .btn-default {
  color: #6e6e6e;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #97d75f;
}
div.ccm-page .btn-default:active:hover,
div.ccm-page .btn-default.active:hover,
.open > .dropdown-togglediv.ccm-page .btn-default:hover,
div.ccm-page .btn-default:active:focus,
div.ccm-page .btn-default.active:focus,
.open > .dropdown-togglediv.ccm-page .btn-default:focus,
div.ccm-page .btn-default:active.focus,
div.ccm-page .btn-default.active.focus,
.open > .dropdown-togglediv.ccm-page .btn-default.focus {
  color: #6e6e6e;
  background-color: #d4d4d4;
  border-color: #75c231;
}
div.ccm-page .btn-default.disabled:hover,
div.ccm-page .btn-default[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-default:hover,
div.ccm-page .btn-default.disabled:focus,
div.ccm-page .btn-default[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-default:focus,
div.ccm-page .btn-default.disabled.focus,
div.ccm-page .btn-default[disabled].focus,
fieldset[disabled] div.ccm-page .btn-default.focus {
  background-color: #ffffff;
  border-color: #b7e390;
}
div.ccm-page .btn-default .badge {
  color: #ffffff;
  background-color: #6e6e6e;
}
div.ccm-page .image-right-tilt .ccm-image-block {
  display: block;
  margin: 0px auto 0px auto;
  transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  /* IE 9 */
  -webkit-transform: rotate(3deg);
}
div.ccm-page .image-circle .ccm-image-block {
  border-radius: 50%;
}
div.ccm-page div.ccm-block-express-form .form-control {
  border-radius: 0 !important;
}
div.ccm-page div.ccm-block-express-form .captcha {
  margin-top: 20px;
}
div.ccm-page div.ccm-block-express-form .captcha label[for=ccm-captcha-code] {
  font-weight: normal;
  font-size: 12px;
}
div.ccm-page div.ccm-block-express-form .captcha .ccm-captcha-image {
  float: left;
}
div.ccm-page div.ccm-block-express-form .captcha .ccm-captcha-code-info {
  padding: 0 10px;
  float: left;
  text-align: center;
  top: 15px;
  position: relative;
  left: 10px;
}
div.ccm-page div.ccm-block-express-form .captcha .ccm-input-captcha {
  width: 190px;
  height: 60px;
  text-align: center;
  font-size: 18px;
  margin-left: 20px;
  float: left;
}
div.ccm-page div.ccm-block-express-form .form-actions {
  text-align: right;
  float: left;
  width: 100%;
}
div.ccm-page div.ccm-block-express-form .form-actions .btn {
  border-radius: 0 !important;
  background: #002a62;
  border: 1px solid #002a62;
  -webkit-transition: all ease-out;
  -moz-transition: all ease-out;
  -o-transition: all ease-out;
  transition: all ease-out;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
div.ccm-page div.ccm-block-express-form .form-actions .btn:hover {
  background: #fff;
  color: #002a62;
}
@media all and (max-width: 500px) {
  div.ccm-page div.ccm-block-express-form .captcha .ccm-input-captcha {
    width: 140px;
  }
}
div.ccm-page h1.page-title {
  color: #002a62;
  font-family: Arial, sans-serif;
  font-size: 1.7em;
  line-height: 45px;
  font-weight: 700;
 /*  text-transform: uppercase; */
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  border-left: 4px solid #cccccc;
  padding-left: 15px;
  margin-bottom: 20px;
}
div.ccm-page main .jumbo {
  min-height: 300px;
}
div.ccm-page main .jumbo h1 {
  color: #75ca2a !important;
  font-family: Arial, sans-serif !important;
  font-size: 2em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
  padding-top: 40px;
  font-size: 3em;
  padding-bottom: 40px;
}
div.ccm-page main .jumbo p {
  font-size: 1.6em;
  color: #4f585c;
  font-weight: 200;
}
/* comes outside of main because we want to show it in redactor */
.title-thin {
  color: #75ca2a !important;
  font-family: Arial, sans-serif !important;
  font-size: 2em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
}
.title-caps-bold {
  color: #75ca2a !important;
  font-family: Arial, sans-serif !important;
  font-size: 2em !important;
  line-height: 2.85714286em !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.title-caps {
  color: #75ca2a !important;
  font-family: Arial, sans-serif !important;
  font-size: 2em !important;
  line-height: 2.85714286em !important;
  font-weight: 300;
  text-transform: uppercase;
}
.image-caption {
  font-family: Arial, sans-serif;
  color: #b8c4cd;
  font-size: 1em;
}
footer#footer-theme {
  color: #5b676c;
}
footer#footer-theme a {
  color: #002a62;
}
footer#footer-theme a:hover {
  color: #002a62;
}
footer#footer-theme section {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #ededed;
  font-size: 15px;
}
footer#footer-theme section:first-child strong {
  color: #002a62;
  font-size: 16px;
}
footer#footer-theme section:first-child .col-xs-12 {
  padding-bottom: 20px;
}
footer#footer-theme section:last-child {
  border-top: 1px solid #fff;
  padding: 15px 0 10px 0;
  font-size: 12px;
  background: #002a62;
  color: #fff !important;
}
footer#footer-theme section:last-child a {
  color: #fff !important;
}
footer#footer-theme section:last-child .row div:last-child {
  text-align: right;
}
footer#footer-theme section:last-child .footer--links ul {
  list-style: none;
}
footer#footer-theme section:last-child .footer--links ul li {
  display: inline-block;
  padding-left: 50px;
}
footer#footer-theme section:last-child .footer--links ul li:first-child {
  padding-left: 0;
}
/* Smartphone Viewport */
@media all and (max-width: 500px) {
  footer#footer-theme .col-xs-12 .footer--links {
    text-align: left !important;
    margin-top: 10px;
  }
  footer#footer-theme .col-xs-12 .footer--links ul li {
    padding-left: 20px;
  }
  footer#footer-theme .col-xs-12 .footer--links ul li:first-child {
    padding-left: 0;
  }
}
/* Tablet Landscape Viewport */
@media all and (min-width: 1024px) {
  footer,
  .push {
    height: 310px;
  }
  footer#footer-theme {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 310px;
  }
}
.ccm-responsive-overlay {
  font-family: Arial, serif;
  background: white;
  display: none;
  position: absolute;
  border-bottom: 5px solid #999999;
  width: 100%;
  z-index: 99;
  top: 120px;
  left: 0px;
  padding-top: 15px;
  padding-left: 20px;
  -webkit-text-size-adjust: none;
}
.ccm-responsive-overlay ul {
  padding-left: 0;
}
.ccm-responsive-overlay ul li {
  list-style-type: none;
  display: block;
}
/* .ccm-responsive-overlay ul li.parent-ul a:after {
  padding-left: 7px;
  padding-top: 3px;
  font-size: 20px;
  content: "\f107";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit; */
}
.ccm-responsive-overlay ul li a {
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  width: 80%;
  padding: 7px 5% 7px 0px;
  margin: 0% 5% 0% 0;
  padding-left: 15px;
  height: 100%;
  font-weight: 200;
  text-decoration: none;
}
.ccm-responsive-overlay ul li a:hover {
  color: #002a62;
}
.ccm-responsive-overlay ul li ul li {
  padding-left: 10px;
}
.ccm-responsive-overlay ul li ul li.last-li a {
  padding-top: 0px;
  font-size: 15px;
}
.ccm-responsive-overlay ul li ul li.last-li a:after {
  content: '';
}
.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  margin-top: 10px;
  float: right;
}
.ccm-responsive-menu-launch.responsive-button-close i:after {
  /* font-size: 20px;
  color: #ffffff;
  content: "\f077"; */
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-menu-launch i {
  /* font-size: 20px;
  content: "\f0c9"; 
  font-family: FontAwesome;
  color: #ffffff;*/
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
  background:url(../images/menu.png);
  width:32px;
  height:32px;
}
@media all and (max-width: 767px) {
  .ccm-responsive-menu-launch {
    display: block;
  }
  .ccm-responsive-navigation.original {
    display: none;
  }
  header .ccm-search-block-form {
    margin-top: 20px;
  }
}
@media all and (min-width: 767px) {
  .ccm-responsive-overlay {
    display: none !important;
  }
}
/* CSS with background images – we need these directives to be in the root of theme
 * otherwise we can't both map the stylesheet to them AND the customizer to them
 */
.ccm-image-slider-container {
  background-image: url('/application/themes/hartungconsulting/images/background-slider-default.png');
}
