#fh5co-back{
  background-size: 100% auto;
  width: 100%;
  background-repeat: no-repeat;
  min-width: 1200px;
}
.b-group{
  width: 200px;
  padding-top: 100px;
}
.but{
  margin: 10px 50px;
  background-color: #fff;
  border-radius:4px;
  width: 182px;
}
.but:hover{
  background-color: #F9B01C;
  color: #fff
}
.b-title{
  margin-left: 400px;
  padding-top: 50px;
}
#fh5co-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  background: #fff
  background: transparent;
}
#fh5co-intro {
  position: relative;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #fh5co-intro {
    padding-bottom: 3em;
  }
}
#fh5co-intro > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#fh5co-intro .fh5co-block {
  width: 200px;
  float: left;
  text-align: center;
  font-size: 16px;
  min-height: 230px;
  vertical-align: middle;
  padding: 40px;
  background: #fff;
  /*-webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);*/
  z-index: 7;
  flex-grow: 1;
  background-size: cover;
  position: relative;
  backgroun-repeat: no-repeat;
}
.border-shadow {
/*  -webkit-box-shadow: 23px 23px 0px 81px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);*/
  box-shadow: 23px 23px 81px 23px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 768px) {
  #fh5co-intro .fh5co-block {
    width: 100%;
  }
}
#fh5co-intro .fh5co-block > .overlay-darker {
  z-index: 8;
  opacity: .5;
  background: rgb(246,246,246);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#fh5co-intro .fh5co-block > .overlay {
  background: #fff;
  opacity: 1;
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-intro .fh5co-block > .overlay:hover {
  /*background-color: #ccc;*/
}
#fh5co-intro .fh5co-block > .fh5co-text {
  position: relative;
  z-index: 10;
}
#fh5co-intro img {
  height: 64px;
}
#fh5co-intro .fh5co-intro-icon {
  font-size: 50px;
  color: #52d3aa;
  margin-bottom: 30px;
  display: block;
}
#fh5co-intro .fh5co-block h2 {
  text-align: center;
  font-size: 13px;
  color: rgb(51,51,51);
  font-weight: 400;
}
#fh5co-intro .fh5co-block p {
  font-size: 9px;
  color: rgb(102,102,102);
  font-weight: 400;
  text-align: center;
}
#fh5co-intro .fh5co-block:hover > .overlay, #fh5co-intro .fh5co-block:focus > .overlay {
  opacity: 0;
  z-index: 9;
}
#fh5co-intro .fh5co-block:hover > .fh5co-text, #fh5co-intro .fh5co-block:focus > .fh5co-text {
  color: #fff;
}
#fh5co-intro .fh5co-block:hover > .fh5co-text .fh5co-intro-icon, #fh5co-intro .fh5co-block:focus > .fh5co-text .fh5co-intro-icon {
  color: #fff;
}
#fh5co-intro .fh5co-block:hover h2, #fh5co-intro .fh5co-block:focus h2 {
  /*color: #fff;*/
}
#fh5co-intro .fh5co-block:hover p, #fh5co-intro .fh5co-block:focus p {
  /*color: #fff;*/
}
#fh5co-intro .fh5co-block:hover .btn, #fh5co-intro .fh5co-block:focus .btn {
  border: 2px solid #fff !important;
  background: transparent;
}
#fh5co-intro .fh5co-block:hover .btn:hover, #fh5co-intro .fh5co-block:focus .btn:hover {
  background: #52d3aa !important;
  border: 2px solid #52d3aa !important;
}

/*.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}*/



#fh5co-services {
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services {
    padding: 5em 0 3em 0;
  }
}

#fh5co-services .service {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
  padding: 40px 20px 20px 20px;
  background: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-services .service .icon {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
#fh5co-services .service .icon i {
  font-size: 40px;
  color: #57D131;
}
#fh5co-services .service h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #368f95;
}
#fh5co-services .service:hover, #fh5co-services .service:focus {
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}
#fh5co-footer {
  padding: 50px 0;
  color: #ccc;
  background: #333;
}


.footer-grid h4 {
    font-size: 20px;
    color: rgb(249,176,28);
}
.footer-grid p {
    font-size: 20px;
    color: rgb(255,255,255);
}
.footer-grid span {
    font-size: 16px;
    color: #ccc;
    /*color: rgba(249,176,28,0.6);*/
}

.contact{
  border: 1px solid #7f7f7f;
  width: 50px;
  height: 50px;
  background: #333;
}

.footer-grid a {
    color: #eee;
    text-decoration: none;
    font-size: 0.95em;
}

.feature-center {
  padding: 20px;
  float: left;
  width: 100%;
  height: 300px;
  position: relative;
  bottom: 0;
  margin: 10px 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .desc {
  padding-left: 180px;
}
.feature-center .icon {
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
.feature-center .icon i {
  font-size: 40px;
  color: rgba(42, 54, 59, 0.2);
}
.feature-center .icon2 {
  float: left;
  color: rgb(102,102,102)
}

.feature-center p:last-child {
  margin-bottom: 0;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 20px;
  font-size: 14px;
    color: #fff;

}
.container .feature-center h3 {
  text-align: center;
  font-size: 20px;
  color: #fff;

}
.feature-center:hover, .feature-center:focus {
  background: #bfbfbf;
  bottom: 10px;
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.feature-center:hover p:last-child, .feature-center:focus p:last-child {
  margin-bottom: 0;
}
.feature-center:hover .icon i, .feature-center:focus .icon i {
  color: rgba(255, 255, 255, 0.7);
}
.feature-center:hover p, .feature-center:hover h3, .feature-center:focus p, .feature-center:focus h3 {
  color: rgb(102,102,102)!important;
}

@media screen and (max-width: 768px) {
  .feature-center:hover, .feature-center:focus {
    bottom: 0;
  }
}



#fh5co-gallery {
  clear: both;
  float: left;
  width: 100%;
  height: 582px;
}
#fh5co-gallery .fh5co-item {
  display: block;
  position: relative;
  width: 50%;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 291px;
  float: left;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  /*#fh5co-gallery .fh5co-item {
    height: 200px;
  }*/
}
@media screen and (max-width: 768px) {
  #fh5co-gallery .fh5co-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-gallery .fh5co-item {
    width: 100%;
  }
}
#fh5co-gallery .fh5co-item .fh5co-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  background: #69c2c8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
#fh5co-gallery .fh5co-item .fh5co-copy {
  z-index: 3;
  position: relative;
  height: 291px;
  display: table;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #fh5co-gallery .fh5co-item .fh5co-copy {
    height: 200px;
  }
}
#fh5co-gallery .fh5co-item .fh5co-copy > .fh5co-copy-inner {
  width: 100%;
  height: 291px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1200px) {
  /*#fh5co-gallery .fh5co-item .fh5co-copy > .fh5co-copy-inner {
    height: 200px;
  }*/
}
#fh5co-gallery .fh5co-item .fh5co-copy > .fh5co-copy-inner h2, #fh5co-gallery .fh5co-item .fh5co-copy > .fh5co-copy-inner h3 {
  margin: 0;
  padding: 0;
  position: relative;
}
#fh5co-gallery .fh5co-item .fh5co-copy > .fh5co-copy-inner h2 {
  top: -10px;
  font-size: 20px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  margin:12px 0 10px 0;
  font-size: 22px;
  font-family: SimHei;
}
#fh5co-gallery .fh5co-item .fh5co-copy > .fh5co-copy-inner h3 {
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /*position: relative;*/
  /*bottom: -10px;*/
  font-size: 14px;
  font-family: SimHei;
}
#fh5co-gallery .fh5co-item:hover, #fh5co-gallery .fh5co-item:focus, #fh5co-gallery .fh5co-item:active {
  background-size: cover;
  text-decoration: none;
}
#fh5co-gallery .fh5co-item:hover .fh5co-overlay, #fh5co-gallery .fh5co-item:focus .fh5co-overlay, #fh5co-gallery .fh5co-item:active .fh5co-overlay {
  opacity: .8;
  visibility: visible;
}
#fh5co-gallery .fh5co-item:hover .fh5co-copy-inner h2, #fh5co-gallery .fh5co-item:hover .fh5co-copy-inner h3, #fh5co-gallery .fh5co-item:focus .fh5co-copy-inner h2, #fh5co-gallery .fh5co-item:focus .fh5co-copy-inner h3, #fh5co-gallery .fh5co-item:active .fh5co-copy-inner h2, #fh5co-gallery .fh5co-item:active .fh5co-copy-inner h3 {
  opacity: 1;
  visibility: visible;
}
#fh5co-gallery .fh5co-item:hover .fh5co-copy-inner h2, #fh5co-gallery .fh5co-item:focus .fh5co-copy-inner h2, #fh5co-gallery .fh5co-item:active .fh5co-copy-inner h2 {
  top: 0;
}
#fh5co-gallery .fh5co-item:hover .fh5co-copy-inner h3, #fh5co-gallery .fh5co-item:focus .fh5co-copy-inner h3, #fh5co-gallery .fh5co-item:active .fh5co-copy-inner h3 {
  bottom: 0;
}
.container #fh5co-gallery h2{
  margin-left: 10px;
  color: rgb(102, 102, 102);
  font-size: 22px;
  text-align: left;
  font-family: SimHei;
}
.container #fh5co-gallery h3{
  margin-left: 10px;
  color: rgb(102, 102, 102);
  font-size: 14px;
  text-align: left;
  font-family: SimHei;
  line-height: 20px;
}

#fh5co-gallery{
  margin-bottom: 70px;
}

.more{
  display:block;
  margin: 60px auto;
  text-align: center;
}
.efficient{
  height: 300px;
}
.efficient-img{
  margin-left: 50px;
  width: 220px;
  height: 180px;
  box-shadow: 0 0 6px 2px rgba(153, 153, 153, 0.1);
  text-align: center;
  line-height:180px;
  background-color: #fff;
  opacity:1;
  z-index: 100;
  position:absolute;
}
.efficient-text{
  position:absolute;
  z-index: 99
  height: 160px;
  width: 1170px;
  border: 2px solid #e6e6e6;
  margin-top: 50px;
}
.efficient-text p{
  margin-top: 10px;
  letter-spacing: .1em;
  margin-left: 310px;
  font-size: 16px;
}
.efficient-title {
    position: relative;
    left: 310px;
    top: 20px;
    display: inline-block;
}
.plan-active {
  background-color:#F9B01C;
  color: #fff;
}

.partner .service img {
  height: 50px;
}

#fh5co-back .btn:focus {
  color: #fff;
  outline: none;
}

.hidden-div {
  display: none;
}