body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color:#383a3f;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust:none;
    font-size: 18px;
    font-family:"Helvetica Neue",Helvetica,"Microsoft Yahei","微软雅黑 ",Arial,sans-serif;
    color: #333333;
}
body * {
    margin: 0;
    padding: 0;
    font-weight:normal;
    -webkit-font-smoothing: antialiased; 
}
ol, ul {
    list-style: none;
}
html{
    -webkit-text-size-adjust: none;width:100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
small {font-size: 80%;}
img {border: 0;vertical-align: middle;}
*,*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: none;
  text-decoration: none;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

h1,.h1 {font-size: 36px;}
h2,.h2 {font-size: 30px;}
h3,.h3 {font-size: 24px;}
h4,.h4 {font-size: 18px;}
h5,.h5 {font-size: 14px;}
h6,.h6 {font-size: 12px;}
p {margin: 0 0 10px; line-height:30px; text-indent: 2em;}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
small,.small {
  font-size: 85%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.container {
    width: 1020px;
    margin:0 auto;
}

.container1{
    width: 1100px;
    margin:0 auto;
}
.col-md-1, .col-md-2, .col-md-3,.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.col-md-12 {width: 100%;}
.col-md-11 {width: 91.66666667%;}
.col-md-10 {width: 83.33333333%;}
.col-md-9 {width: 75%;}
.col-md-8 {width: 66.66666667%;}
.col-md-7 {width: 58.33333333%;}
.col-md-6 {width: 50%;}
.col-md-5 {width: 41.66666667%;}
.col-md-4 {width: 33.33333333%;}
.col-md-3 {width: 25%;}
.col-md-2 {width: 16.66666667%;}
.col-md-1 {width: 8.33333333%;}
.btn-animate {
  cursor: pointer;
  padding: 6px 10px;
  display: inline-block;
  margin: 5px 0;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-animate:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-animate:focus,
.btn-animate:active:focus,
.btn-animate.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-animate:hover,
.btn-animate:focus {
  text-decoration: none;
}
.btn-animate:active,
.btn-animate.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);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 0 10px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 0 10px rgba(0, 0, 0, 0.175);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 0 10px rgba(0, 0, 0, 0.175);
}
.btn-style {
  box-shadow: 0 6px #333333;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.btn-d {
  border-radius: 4px;
}
.btn-d:hover {
  box-shadow: 0 8px #333333;
  top: -2px;
}
.btn-d:active {
  box-shadow: 0 0 #333333;
  top: 6px;
}
.icon {
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-1 {
  background: none;
  box-shadow: 0 6px #2babcf;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.icon-1c {
  color: #333333;
  border-radius: 100%;
}
.icon-1c:hover {
  box-shadow: 0 4px #2babcf;
  top: 2px;
}
.icon-1c:active {
  box-shadow: 0 0 #2babcf;
  top: 6px;
}
.services {
  margin: 30px 0;
  text-align: center;
}
.service-desc > h4 {
  margin-top: 10px;
  font-weight: 500;
}
.uline-title {
  margin-bottom: 15px;
  padding: 0 0 37px;
  text-align: center;
  background: url("../img/utitlebg.png");
  background-repeat: no-repeat;
  background-position: center bottom -2px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 18px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 0 10px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 0 10px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) 0 10px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333333;
  background-color: #f6f6f6;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #ffffff;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
  margin-top:-20px !important;
}
.open > .dropdown-menu a:hover{color:#333 !important;}
.liactive>a{color:#19a9e5 !important;}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 12px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.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: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
.navbar {
  position: relative;
  min-height: 90px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar-header {
    float: left;
}
.navbar-fixed-top {
  top: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-brand {
  float: left;
  padding: 20px 0px;
  font-size: 18px;
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 15.5px;
  margin-bottom: 15.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 11.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 45px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
.navbar-nav {
    float: right;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-btn {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #2BABCF;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
  font-weight:600;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #2BABCF;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #2BABCF;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #333333;
}
.navbar-default .navbar-link {
  color: #999999;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
 .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  margin-left: 15px;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 10px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 10px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) 0 10px rgba(0, 0, 0, 0.175);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f6f6f6;
  border-top: 1px solid #e9e9e9;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #e9e9e9;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #e9e9e9;
}
.panel-default {
  border-color: #e9e9e9;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f6f6f6;
  border-color: #e9e9e9;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e9e9e9;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e9e9e9;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  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;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid #2babcf;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 0 10px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 0 10px rgba(0, 0, 0, 0.175);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 0 10px rgba(0, 0, 0, 0.175);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #2babcf;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #2babcf;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #2babcf;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #2babcf;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #2babcf;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #2babcf;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #2babcf;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #2babcf;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.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, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(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, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(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: none;
  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%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: 'PT Sans Narrow', sans-serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 40px;
  z-index: 15;
  width: 100%;
  margin-left: -5%;
  padding-left: 0;
  list-style: none;
  text-align: right;
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 3px;
  text-indent: -999px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius:50%;
  cursor: pointer;
}
.carousel-indicators .active {
  background: #007aff;
}
}
/* .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
} */
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  /* .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  } */
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 	THEME NAME 		: Spora - Multipurpose Business Theme
* 	THEME VERSION	: 1.0.0
* 	COPYRIGHT		: Copyright 2014 Spora | All Rights Reserved.
*	URL				: https://twitter.com/naztemplate
*	AUTHOR			: naztemplate
*	LAST UPDATE		: 06/08/2014
*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* ===== Helper ===== */
.delay-1 {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: none;
  animation-delay: 300ms;
}
.delay-2 {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: none;
  animation-delay: 600ms;
}
.delay-3 {
  -webkit-animation-delay: 900ms;
  -moz-animation-delay: none;
  animation-delay: 900ms;
}
.delay-4 {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: none;
  animation-delay: 1200ms;
}
.delay-5 {
  -webkit-animation-delay: 1500ms;
  -moz-animation-delay: none;
  animation-delay: 1500ms;
}
.delay-6 {
  -webkit-animation-delay: 1800ms;
  -moz-animation-delay: none;
  animation-delay: 1800ms;
}
.delay-7 {
  -webkit-animation-delay: 2100ms;
  -moz-animation-delay: none;
  animation-delay: 2100ms;
}
.delay-8 {
  -webkit-animation-delay: 2400ms;
  -moz-animation-delay: none;
  animation-delay: 2400ms;
}
.box-shadow-none {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.first-child {
  margin-top: 0;
}
.second-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  /* Adjusting for mobile */
  .second-child {
    margin-top: 20px;
  }
}
.list-style-none {
  list-style: none;
  padding-left: 0;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
hr.arrow-down {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  border-top: 1px solid #e9e9e9;
  border-bottom: 15px solid #f6f6f6;
}
hr.arrow-down:after {
  content: url(../img/arrow.png);
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -5px;
}
/*** Browser ***/
.browser {
  position: relative;
  border: 1px solid #b8b8b8;
  border-radius: 0 0 2px 2px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
}
.browser:before {
  content: "";
  position: absolute;
  top: -29px;
  height: 28px;
  left: -1px;
  right: -1px;
  border: 1px solid #b8b8b8;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  background-image: -webkit-linear-gradient(top, #ededed 0%, #d1d1d1 100%);
  background-image: -moz-linear-gradient(top, #ededed 0%, #d1d1d1 100%);
  background-image: -o-linear-gradient(top, #ededed 0%, #d1d1d1 100%);
  background-image: linear-gradient(top, #ededed 0%, #d1d1d1 100%);
  text-align: center;
  line-height: 28px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.175);
}
/*** Responsive iFrames ***/
.video-container {
  position: relative;
  padding-bottom: 56.2%;
  margin-bottom: 10px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*** Google Maps ***/
.maps {
  margin-top: 0;
}
#google-maps {
  width: 100%;
  height: 318px;
}
/* ===== Colors ===== */
.text-white {
  color: #ffffff;
}
.text-red {
  color: #ed3e49;
}
.text-blue {
  color: #19a9e5;
}
.bg-main {
  background-color: rgba(244,245,247,0.9);
}
.bg-white {
  background: #ffffff;
}
.bg-red {
  background: #ed3e49;
}
.bg-blue {
  background: #19a9e5;
}
/* ===== Scaffolding ===== */
/* ===== Typography ====== */
/* ===== Tables ===== */
.table > thead > tr > td.yellow,
.table > tbody > tr > td.yellow,
.table > tfoot > tr > td.yellow,
.table > thead > tr > th.yellow,
.table > tbody > tr > th.yellow,
.table > tfoot > tr > th.yellow,
.table > thead > tr.yellow > td,
.table > tbody > tr.yellow > td,
.table > tfoot > tr.yellow > td,
.table > thead > tr.yellow > th,
.table > tbody > tr.yellow > th,
.table > tfoot > tr.yellow > th {
  background-color: #fbfbcb;
}
.table-hover > tbody > tr > td.yellow:hover,
.table-hover > tbody > tr > th.yellow:hover,
.table-hover > tbody > tr.yellow:hover > td,
.table-hover > tbody > tr.yellow:hover > th {
  background-color: #f8f79b;
}
/* ===== Buttons ===== */
.btn-red,
.btn-red:hover,
.btn-blue,
.btn-blue:hover {
  color: #ffffff !important;
}
.btn-lg,
.btn-group-lg > .btn {
  font-size: 14px;
  border-radius: 4px;
}
/*** Button Red ***/
.btn-red {
  background: #ed3e49;
  background-image: -webkit-linear-gradient(top, #f05f68 0%, #ed3e49 100%);
  background-image: -moz-linear-gradient(top, #f05f68 0%, #ed3e49 100%);
  background-image: -o-linear-gradient(top, #f05f68 0%, #ed3e49 100%);
  background-image: linear-gradient(top, #f05f68 0%, #ed3e49 100%);
  border-color: #e31522;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
  background: #ed3e49;
  background-image: none;
  border-color: #cc131f;
}
/*** Button Blue ***/
.btn-blue {
  background-color: #2babcf;
  background-image: -webkit-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
  background-image: -moz-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
  background-image: -o-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
  background-image: linear-gradient(top, #45b8d8 0%, #2babcf 100%);
  border-color: #2288a5;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  background-image: none;
  border-color: #1e7790;
}
/* ===== Forms ===== */
.form-control {
  background: #f3f3f3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* ===== Dropdowns ===== */
.dropdown-menu {
  padding: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
}
@media (min-width: 768px) {
  .navbar-nav > li > .dropdown-menu {
    margin-top: 3px;
  }
  .navbar-nav > li > .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -3px;
    height: 0;
    left: 0;
    width: 100%;
    border-top: 3px solid #2babcf;
  }
  .dropdown-menu > li > a {
    padding: 7px 30px 7px 10px;
    border-bottom: 1px solid #eee;
    -webkit-transition: padding 300ms;
    -moz-transition: padding 300ms;
    transition: padding 300ms;
  }
  .dropdown-menu > li:last-child > a {
    border-bottom: 0;
  }
  .dropdown-menu > li > a:hover {
    padding: 7px 20px 7px 20px;
  }
}
.dropdown-menu > li > a:before {
  content: "\f0a4";
  font-family: FontAwesome;
  margin-right: 5px;
  opacity: 0;
}
.dropdown-menu > li > a:hover:before {
  opacity: 1;
}
/* ===== Navbar ===== */
.navbar-default {
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.175);
  background-color: #fff;
}
#header_shadow {
  background:url('../img/header_shadow.png') no-repeat top center;
  position:fixed;
  top:81px;
  left:0;
  right:0;
  height:75px;
  z-index:99; /* same with header#page-title .container */
}
/*** Navbar Brand ***/
.navbar-brand > img {
  height: 50px;
  width: auto;
}
/*** Navbar Links ***/
.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  font-size: 16px;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -3px;
    height: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid ##19a9e5;
    -webkit-transition: top 100ms;
    -moz-transition: top 100ms;
    transition: top 100ms;
  }
  .navbar-default .navbar-nav > li > a:hover:before,
  .navbar-default .navbar-nav > li > a:focus:before {
    top: 0;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    padding-top: 22.5px;
    border-top: 2px solid #19a9e5;
  }
  .navbar-default .navbar-nav > .active > a:before,
  .navbar-default .navbar-nav > .active > a:hover:before,
  .navbar-default .navbar-nav > .active > a:focus:before {
    top: -3px;
  }
}
/*** Tabs ***/
.nav-tabs {
  border-bottom: 3px solid #2babcf;
  margin-bottom: 15px;
}
.nav-tabs > li {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  border: 1px solid transparent;
  border-bottom: 0;
}
.nav-tabs > li > a:hover {
  border-color: #f6f6f6;
  background: #f6f6f6;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #2babcf;
  background-image: -webkit-linear-gradient(top, #3db5d7 0%, #2babcf 100%);
  background-image: -moz-linear-gradient(top, #3db5d7 0%, #2babcf 100%);
  background-image: -o-linear-gradient(top, #3db5d7 0%, #2babcf 100%);
  background-image: linear-gradient(top, #3db5d7 0%, #2babcf 100%);
  color: #ffffff;
  border: 1px solid transparent;
  border-bottom: 0;
}
/*** Tabs Justified ***/
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  background: #2babcf;
  background-image: -webkit-linear-gradient(top, #3db5d7 0%, #2babcf 100%);
  background-image: -moz-linear-gradient(top, #3db5d7 0%, #2babcf 100%);
  background-image: -o-linear-gradient(top, #3db5d7 0%, #2babcf 100%);
  background-image: linear-gradient(top, #3db5d7 0%, #2babcf 100%);
  color: #ffffff;
  border: 0;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified {
    border-bottom: 3px solid #2babcf;
  }
  .nav-tabs.nav-justified > li > a {
    border-bottom: 0;
  }
}
/*** Pills ***/
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-image: -webkit-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
  background-image: -moz-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
  background-image: -o-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
  background-image: linear-gradient(top, #45b8d8 0%, #2babcf 100%);
}
/* ===== Pagination ===== */
.pagination > li > a,
.pagination > li > span {
  margin: 0 1px;
  border-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #2babcf;
  background-image: -webkit-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
  background-image: -moz-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
  background-image: -o-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
  background-image: linear-gradient(top, #45b8d8 0%, #2babcf 100%);
}
/* ===== Tooltips ===== */
.tooltip-inner {
  padding: 7px;
  border-radius: 2px;
}
/* ===== Popovers ===== */
.popover {
  padding: 0;
  border-width: 3px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.popover-title {
  border-bottom: 1px solid #e9e9e9;
  border-radius: 4px 4px 0 0;
  font-family: 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
}
/* ===== Panels ===== */
.panel-heading {
  text-transform: uppercase;
}
/*** Panel Red ***/
.panel-red {
  border-color: #ed3e49;
}
.panel-red > .panel-heading {
  color: #ffffff;
  background-color: #ef555f;
  border-color: #ef555f;
}
.panel-red > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ef555f;
}
.panel-red > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ef555f;
}
.panel-red > .panel-footer {
  background-color: #ef555f;
  border-top: 1px solid #ef555f;
  color: #ffffff;
}
/*** Panel Blue ***/
.panel-blue {
  border-color: #2babcf;
}
.panel-blue > .panel-heading {
  color: #ffffff;
  background-color: #3db5d7;
  border-color: #3db5d7;
}
.panel-blue > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3db5d7;
}
.panel-blue > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3db5d7;
}
.panel-blue > .panel-footer {
  background-color: #3db5d7;
  border-top: 1px solid #3db5d7;
  color: #ffffff;
}
/*** Accordion ***/
.panel-group .panel-heading {
  position: relative;
  padding: 0;
}
.panel-group .panel-heading > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
.panel-group .panel-heading > a:after {
  position: absolute;
  right: 10px;
  height: 20px;
  width: 20px;
  content: "\f107";
  background: #e4e4e4;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  font-family: FontAwesome;
  color: #ffffff;
}
.panel-group .panel-heading > .collapsed:after {
  content: "\f105" !important;
}
/* ===== Wells ===== */
.well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* ===== Carousel ===== */
/*** Slideshow controls ***/
a.carousel-arrow {
  height: 60px;
  width: 60px;
  border-radius: 0;
  line-height: 60px;
  text-align: center;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -25px;
  background: transparent;
  color: transparent;
  font-size: 32px;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: background 300ms, color 300ms;
  transition: background 300ms, color 300ms;
}
.carousel:hover a.carousel-arrow {
  background: none;
  color: #FFF;
}
.carousel a.carousel-arrow:hover {
  background: none;
}
a.carousel-arrow:hover,
a.carousel-arrow:active {
  text-decoration: none;
}
a.carousel-arrow-prev {
  left: 10px;
  right: auto;
  padding-right: 5px;
}
a.carousel-arrow-next {
  right: 10px;
  left: auto;
  padding-left: 5px;
}
/* ===== Topic Header ===== */
.topic {
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  background: #f6f6f6;
  padding: 10px 0;
}
.topic h3 {
  display: inline-block;
  margin: 0;
  padding: 23px 0;
  font-size: 16px;
}
.topic .breadcrumb {
  margin-bottom: 0;
}
/* ===== Back to Top link ===== */
.backtotop {
  background: #d0d0d0;
  padding: 10px 15px;
  font-size: 18px;
  color: #FFF;
  border-radius: 3px;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  transition: background 300ms;
}
.backtotop:hover {
  background: #c3c3c3;
}
/* ===== Sidebar ===== */
.bs-sidebar {
  margin-bottom: 50px;
}
.bs-sidebar.affix {
  position: static;
}
/* ===== General ===== */
html,
body {
  height: 100%;
}
.boxshadow {
  -moz-box-shadow: 0px 0px 20px #ffffff;
  -webkit-box-shadow: 0px 0px 20px #ffffff;
  box-shadow: 0px 0px 20px #ffffff;
}
.divider-shadow {
  text-align: center;
  position: relative;
  line-height: 0;
}
.responsive-img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
  vertical-align: bottom;
}
/* ===== Wrapper ===== */
.wrapper {
  background-color: #ffffff;
  min-height: 100%;
  height: auto !important;
  /* for older versions of IE */
  height: 100%;
  padding-top: 95px;
}
/* ===== Homepage Slider ===== */
.home-slider .carousel-inner > .item {
  padding: 20px 0 0;
  height: 450px;
  overflow: hidden;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}
#item-1 {
  background-image: url(../images01/001.jpg);
  background-position: bottom center;
}
#item-2 {
  background-image: url(../images01/004.jpg);
  background-position: 0 10px;
  background-size: 100% 100% !important;
}
#item-3 {
  background-image: url(../images01/002.jpg);
}
#item-4 {
  background-image: url(../images01/003.jpg);
}
/* ===== Home Services ===== */
.home-services {
  background: #2babcf;
  color: #ffffff;
  text-align: center;
}
.home-services .lead {
  margin: 0;
  font-size:30px;
  padding:15px;
}
.icon {
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-1 {
  background: none;
  box-shadow: 0 6px #2babcf;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.icon-1a {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  line-height: 150px;
  padding: 0;
}

.icon-1a:hover {
  box-shadow: 0 4px #2babcf;
  top: 2px;
}

.icon-1a:active {
  box-shadow: 0 0 #2babcf;
  top: 6px;
}
.icon-1b {
  border-radius: 0 0 5px 5px;
}

.icon-1b:hover {
  box-shadow: 0 8px #2babcf;
  top: -2px;
}

.icon-1b:active {
  box-shadow: 0 0 #2babcf;
  top: 6px;
}
.icon-1c {
  color: #333333; 
  border-radius: 100%;
}

.icon-1c:hover {
  box-shadow: 0 4px #2babcf;
  top: 2px;
}

.icon-1c:active {
  box-shadow: 0 0 #2babcf;
  top: 6px;
}
.service-item> span i {
  font-size: 30px;
  height: 70px;
  width: 80px;
  border-radius: 0;
  line-height: 70px;
  text-align: center;
  float: left;
}
/* ===== Tag Banner ===== */
 .responsive-tag-banner {
  padding: 50px 0;
  background: #ffffff;
  height: 480px;
  overflow: hidden;
}
/* ===== Portfolio ===== */
.project-filter {
  display: block;
  margin: 0 0 30px 0px;
  font-size: 12px;
  padding-bottom: 0px;
}
.project-filter:after {
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  content: ' ';
  font-size: 0;
  line-height: 0;
}
.project-filter ul {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}
.project-filter li {
  display: block;
  float: left;
  margin: 0;
  list-style: none;
  margin-bottom: 5px;
  margin-right: 5px;
}
.project-filter a {
  display: block;
  margin: 0 0px 0 0;
  color: #252728;
  padding: 9px 10px;
  line-height: 12px;
  font-size: 13px;
  display: block;
  border: 1px solid #ececec;
  background: #f4f6f5;
  font-weight: bold;
}
.project-filter a.active:hover,
.project-filter a:hover,
.project-filter a.active {
  background: #2babcf;
  border: 1px solid #2babcf;
}
.project-filter a.active:hover,
.project-filter a:hover,
.project-filter a.active {
 color: #fff;
}
.portfolio-item {
  margin-bottom: 10px;
}
.portfolio-item > .portfolio-thumbnail {
  position: relative;
  overflow: hidden;
}
.portfolio-item > .portfolio-thumbnail img {
  border-radius: 0;
}
.portfolio-item > .portfolio-thumbnail > .mask {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: #2babcf;
  background: rgba(43, 171, 207, 0.5);
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
}
/* ===== Call Actions ===== */
.call-actions {
  padding: 30px 0 10px 0;
  background:#f0f0f2;
}
/* ===== Help Center ===== */
 .panel-body > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.panel-body > ul > li {
  border-bottom: 1px solid #e9e9e9;
}
.panel-body > ul > li:last-child {
  border-bottom: 0;
}
.panel-body > ul > li > a {
  display: block;
  padding: 7px 0;
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
  text-decoration: none;
}
.panel-body > ul > li > a:hover {
  color: #19a9e5;
}
/*  company-new */
.company_new i.fa-angle-right{
  float:right;
  vertical-align: middle;
  font-size:24px;
  color:#2babcf;
}
.company_new li{
  border-bottom: 1px dashed #C5BEBE;
  padding:10px 0;
}
.company_new li a{
  color:#333;
  font-size:18px;
  cursor: pointer;
  display: block;
  padding-right:11px;
}
.company_new .more{
  margin:30px 0;
}
/* bottom */
.link_bottom{
    
}
.link_bottom img{
    padding:69px 0 55px;
}
.link_bottom p{
   margin-bottom: 8px;
}
.foot  { height: 210px;
   overflow:hidden;
 background: #383a3f url(../images01/friendlink_bg.jpg) no-repeat center center;}
.foot .foot_left{float:left;}
        .foot .foot_left span{font-size: 14px;
          padding-top: 80px;
          color: #fffefe;
          width: 100%;
          text-align: center;
          display: block;}
	   .foot .foot_left span a {color: #fffefe;}
        .foot .foot_left li{float:left;padding:0 13px;}
        .foot .foot_left li a {color:#fffefe;font-size:16px;}
        .foot .foot_right{float:left;color:#fffefe;padding-left:70px; position: relative;
    top: -11px;}
        .link_bottom .box{margin:0 auto;width:1000px;padding-top:28px;overflow: hidden;}
.home-slider h4 > span {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 10px;
    margin-left: 34%;
    margin-bottom: 3px;
    padding: 5px 15px;
    background: #418AC9;
    font-size: 30px;
    color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
}
.home-slider #item-3 ul > li {
    font-size: 23px;
    padding: 7px 0;
    color: #ffffff;
    letter-spacing: 3px;
}
.home-slider h1 {
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 35px;
}

.text-red {
    color: #ed3e49;
}
.home-slider #item-2 ul > li h2 {
    color: #ffffff;
}
.home-slider #item-3 ul > li > i {
    color: #ed3e49;
    padding-right: 12px;
}
.home-slider #item-2 ul.string > li > span {
    background: rgba(43, 171, 207, 0.9);
}
.home-slider #item-2 ul > li > span {
    display: inline-block;
    margin-bottom: 3px;
    padding: 3px 15px;
    background: rgba(237, 62, 73, 0.9);
    color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
}
.top_bg{height:360px;}
.alltop{overflow: hidden;border-bottom: 1px solid #d8d8d8;box-shadow: 0 0 3px solid #d8d8d8;}
        .alltop ul{ float:right; line-height:28px;}
        .alltop ul li{float:left;padding:8px 3px;}
        .alltop ul li a{color:#63656a;font-size:16px;}
        .alltop .meail,.alltop .bangong{float:right;}
.alltop .meail{margin-right:5px;}
.alltop{overflow: hidden;border-bottom: 1px solid #d8d8d8;box-shadow: 0 0 3px solid #d8d8d8;}
        .alltop ul{ float:right;}
        .alltop ul li{float:left;padding:8px 3px;}
        .alltop ul li a{color:#63656a;font-size:16px;}
 .alltop .meail img,.alltop .bangong img{width: 28px;
    margin-top: 5px;}
.dianhua {color:#FF0000; font-size:16px; margin-left:15px; }
.friendlink{position: relative;
    top: 25px;}
	

	 	
 /* 新闻中心 */
        .same_title{text-align: center;padding:10px 0 10px;}
        .same_title img{width:350px;margin-bottom: 10px;}
        .newspage_r_title{border-bottom:1px solid #bebebe;overflow: hidden;margin-left: 34px;}
        .newspage_r_title a{float:right;padding-bottom: 5px;}
        .newspage_r_list dl dt{float:left;font-size:18px;color:#006abe;padding:10px 40px;position: relative; width:165px;}
        .newspage_r_list dl dd{float:left;border-left:1px solid #bababa;padding:10px 0 20px 20px;}
        .newspage_r_list dl dd h1{font-size:18px;color:#006abe;padding-bottom: 5px;}
        .newspage_r_list dl dd p{color:#717171;font-size:16px;text-indent: 0;}
        .newspage_r_list .circle{display: block;width:20px;height:20px;border-radius: 50%;-webkit-border-radius:50%;background: #bababa;border:3px solid #fff;position: absolute;right:-10px;top:10px;}
		
/*工程领域*/

    .wrapper{
      padding-bottom: 0px;
      font-size: 15px;
    }
    .con_center{
      margin-top:10px;
      text-align: center;
    }
    .con_center h4{
      color:#959595;
    }
    .con_title{
      border-bottom:2px solid #959595;
      width:210px;
      padding: 15px;
    }
    .con_title h3{
      text-align: center;
      border-left:9px solid #01aca8;
      height:32px;
      width:198px;
      margin:auto;
    }
    .con_img_right{
      padding-right: 0px;
    }
    .con_img{
      padding:0px;

    }
    .con1_img23{
      padding-top:10px;

    }
    .con1_img68{
      height:230px;
     
    }
    .content_con1{
      height:460px;
    }
     .content_con2{
      height:460px;
    }
    .con_item{ position: relative; overflow: hidden;}
    .zhezhao{width:100%;height:100%;display:block;background: url(images01/opacity1.png) repeat;position:absolute;text-align: center;}
    .zhezhao h2,.zhezhao h3{color:#fff;line-height: 200px; overflow-wrap: break-word;}
    .zhezhao h4{color:#fff;line-height: 40px; overflow-wrap: break-word;}
    .nopadding{
      width:310px;
    }


 /*企业文化*/
    .top_bg2 {
        height: 310px;
    }
    .wrapper{
      padding-bottom: 0px;
      font-size: 15px;
    }
    .con_center{
      margin-top:10px;
      text-align: center;
    }
    .con_center h4{
    text-align: left;
    color: #fff;
    }
    .content_con1{
      height: 220px;
    }
    .content_con1 p{
      text-indent: 2em;
      margin:0px;
    }
    .content_con2{
      height: 350px;
    }
    .con1_hui{
      background:#f1f1f1;
      padding:0px;
    }
    .con1_lan{
      background:url(images01/con1_lan.png);
      padding:0px;
      color:#fff;
    }
    .con1_hui h3{
      text-align: left;
      margin:20px 0px 0 20px;
      width:127px;
      border-bottom: 2px solid #3372c2;
    }
    .con1_hui h3 span{
      margin-left:9px;
      margin-bottom: 8px;
      border-left:5px solid #3372c2;
      padding-left:8px;
      display: block;
    }
    .con1_hui p{
      padding:20px;
    }
    .con1_lan ul li{
      height:70px;
      width:100%;
      line-height: 64px;
    }
    .con1_lan img{
      padding-left: 35px;
      width: 100%;
    }
    .content_con2 dl p{
      color: #c0c0c0  ;
      padding: 0 5px;
    }
    .zp_bg img{width:100%;}
    .rczp{background: url(images01/rczp_1.jpg) no-repeat left top;
          background-size: cover;
          padding: 20px 70px 0 45px;
          height: 370px;
          margin-bottom: 40px;
    }
    .rczp p{text-indent: 0px !important;}
    .rczp a{float:right;color:#3372c2;}
	
	 