body {
  font-family: 微软雅黑, "Helvetica Neue", Helvetica, "Lucida Grande", Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", STHeiti, SimSun, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #1793EE;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #1793EE;
  outline: none;
}

p {
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, figure {
  font-family: 微软雅黑, "Helvetica Neue", Helvetica, "Lucida Grande", Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", STHeiti, SimSun, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: #1793EE;
}

::-moz-selection {
  color: #fff;
  background: #1793EE;
}

::selection {
  color: #fff;
  background: #1793EE;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: 微软雅黑, "Helvetica Neue", Helvetica, "Lucida Grande", Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", STHeiti, SimSun, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #1793EE;
  color: #fff;
  border: 2px solid #1793EE;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #1989DB !important;
  border-color: #1989DB !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #1793EE;
  border: 2px solid #1793EE;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #1793EE;
  color: #fff;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #1793EE;
}

.fh5co-social {
  padding: 0;
  margin: 0;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li a {
  font-size: 22px;
  color: #fff;
  padding: 0;
  margin: 0;
  padding: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-social li a:hover {
  color: #1793EE;
}
.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

#fh5co-header {
  width: 100%;
  margin: 0;
  position: fixed;
  top:0;
  background-color:rgba(255,255,255,0.9);
  border-bottom: 1px solid #eee;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  #fh5co-header {
    margin: 0px 0 0 0;
  }
}
#fh5co-header .header-inner {
  height: 80px;
  padding-left: 0px;
  padding-right: 20px;
  float: left;
  width: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#fh5co-header h1 {
  float: left;
  padding: 0;
  margin-top:15px;
}
#fh5co-header h1 a {
  position: relative;
  width: 98px;
  height: 50px;
  background-image: url(../images/logo.png);
  background-size: 98px 50px;
  background-repeat: no-repeat;
  display: inline-block;
}

#fh5co-header h1 a > span {
  color: #1793EE;
}
#fh5co-header h1 a:hover, #fh5co-header h1 a:active, #fh5co-header h1 a:focus {
  text-decoration: none;
  outline: none;
}

@media screen and (max-width: 768px) {
  #fh5co-header .header-inner {
     height: 60px;
     margin-top:0px;
  }
  #fh5co-header h1 {
     margin:10px 0 0 0;
  }
  #fh5co-header h1 a {
     width: 80px;
     height: 41px;
     background-size: 80px 41px;
  }
}

#fh5co-header nav {
  float: right;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-header nav {
    display: none;
  }
}
#fh5co-header nav ul {
  padding: 0;
  margin: 0 -0px 0 0;
  line-height: 0;
}
#fh5co-header nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-header nav ul li a {
  color:#222;
  min-width: 120px;
  text-align: center;
  font-size: 18px;
  padding: 0px;
  line-height: 80px;
  height: 80px;
  display: block;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#fh5co-header nav ul li a i {
  line-height: 0;
  font-size: 20px;
  position: relative;
  top: 3px;
}
#fh5co-header nav ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: -1px;
  left: 0px;
  right: 0px;
  background-color: #1793EE;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-header nav ul li a:hover {
  text-decoration: none;
   color:#1793EE;
}
#fh5co-header nav ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header nav ul li a:active, 
#fh5co-header nav ul li a:focus {
  outline: none;
  text-decoration: none;

}

#fh5co-header nav ul li.active a {
  text-decoration: none;
  color: #1793EE;
}
#fh5co-header nav ul li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}


#fh5co-header nav ul.dropdown-menu {
   min-width: 120px;
   top:100%;
   border-radius: 0;
   border:none;

}

#fh5co-header nav ul.dropdown-menu li a {
   padding: 15px 0;
   height: auto;
   line-height: 1;
   font-size: 15px;
   color:#333;
}
#fh5co-header nav ul.dropdown-menu li a:after {
  content: "";
  display: none;
}

#fh5co-header nav ul.dropdown-menu li.active a {
    background:transparent;
    color:#1793EE;
}


#fh5co-services-section, #fh5co-work-section, #fh5co-testimony-section,
#fh5co-blog-section {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services-section, #fh5co-work-section, #fh5co-testimony-section,
  #fh5co-blog-section {
    padding: 3em 0;
  }
}

#fh5co-services-section .services {
  position: relative;
}
#fh5co-services-section .services i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  color: #1793EE;
}
#fh5co-services-section .services .desc {
  padding-left: 70px;
}
#fh5co-services-section .services .desc h3 {
  font-size: 20px;
  font-weight: 700;
}

.fh5co-services {
  margin-top: 4em;
}

#fh5co-work-section .item-grid {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
#fh5co-work-section .item-grid .image {
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}
#fh5co-work-section .item-grid .v-align {
  padding: 30px;
}
#fh5co-work-section .item-grid .v-align h3 {
  font-weight: 700;
  font-size: 20px;
}
#fh5co-work-section .item-grid .v-align h5 {
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-work-section .item-grid:hover, #fh5co-work-section .item-grid:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.wrap-testimony {
  position: relative;
  width: 100%;
}
.wrap-testimony .testimony-slide {
  text-align: center;
  overflow: hidden;
}
.wrap-testimony .testimony-slide span {
  font-size: 18px;
}
.wrap-testimony .testimony-slide span a.twitter {
  color: #1793EE;
  font-weight: 300;
}
.wrap-testimony .testimony-slide figure {
  margin-bottom: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.wrap-testimony .testimony-slide figure img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.wrap-testimony .testimony-slide blockquote {
  border: none;
  margin: 0 auto;
  width: 72%;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .wrap-testimony .testimony-slide blockquote {
    width: 100%;
  }
}
.wrap-testimony .testimony-slide blockquote p {
  font-size: 20px;
  line-height: 1.6em;
  color: #1a1a1a;
}
.wrap-testimony .testimony-slide.active {
  display: block;
}

.owl-carousel .owl-controls .owl-dot {
  margin-top: 30px;
}
.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #1793EE;
}

#fh5co-blog-section .item-grid {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
#fh5co-blog-section .item-grid .image {
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}
#fh5co-blog-section .item-grid .v-align {
  padding: 30px;
}
#fh5co-blog-section .item-grid .v-align h3 {
  font-weight: 700;
  font-size: 20px;
}
#fh5co-blog-section .item-grid .v-align h5 {
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-blog-section .item-grid .v-align p {
  color: gray;
}
#fh5co-blog-section .item-grid:hover, #fh5co-blog-section .item-grid:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.item-block {
  margin-bottom: 7em;
  float: left;
}
.item-block .icon {
  display: block;
  margin-bottom: 30px;
}
.item-block .icon img {
  max-width: inherit;
  height: 90px;
  margin: 0 auto;
}
.item-block h3 {
  font-size: 20px;
  font-weight: 700;
}
.item-block p:last-child {
  margin-bottom: 0;
}

.fh5co-heading {
  margin-bottom: 30px;
}
.fh5co-heading h2 {
  margin-bottom: 20px;
  font-weight: 700;
}

.googleplus-color {
  color: #dc4e41;
}

.facebook-color {
  color: #3b5998;
}

.twitter-color {
  color: #55acee;
}

.fh5co-about,
.fh5co-team,
.fh5co-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  .fh5co-about,
  .fh5co-team,
  .fh5co-contact {
    padding: 3em 0 10px 0;
  }
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #1793EE;
}
.contact-info li a {
  color: #1793EE;
}

#map {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #map {
    height: 200px;
  }
}

.fh5co-staff img {
  margin-bottom: 1.5em;
}
.fh5co-staff h3 {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 20px;
}
.fh5co-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.fh5co-staff .fh5co-social {
  text-align: center;
}
.fh5co-staff .fh5co-social a {
  color: #000;
}

.fh5co-cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 4em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-cta {
    padding: 3em 0;
  }
}
.fh5co-cta .overlay {
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.fh5co-cta .container {
  position: relative;
  z-index: 2;
}
.fh5co-cta p, .fh5co-cta h3 {
  color: #fff;
  margin:0;
}
.fh5co-cta p:last-child {
  margin-bottom: 0;
}
.fh5co-cta .btn {
  color: #fff;
}

#fh5co-footer {
  width: 100%;
  position: relative;
  background: #39424b;
  padding-top:30px;
}
#fh5co-footer dl {
   display: inline-block;
   vertical-align: top;
   margin:0 40px 0 0;
   border-right: 1px solid rgba(255,255,255,0.1);
   min-height: 160px;
}
#fh5co-footer dl.col-2 {
   width: 260px;
   font-size: 0;
}
#fh5co-footer dl.col-2 dd{
  display: inline-block;
}
#fh5co-footer dl dt {
   font-size: 18px;
   font-weight: normal;
   color:#fff;
   margin-bottom: 10px;
}
#fh5co-footer dl dd  {
   width: 129px;
  
}
#fh5co-footer dl dd a {
    font-size: 14px;
    display: block;
    padding: 5px 0;
    color:rgba(255,255,255,0.3);
}
#fh5co-footer dl dd a:hover {
  color: #1793EE;
}

#fh5co-footer .Tel p{
   margin:0 0 0px 0;
   font-size: 14px;

}
#fh5co-footer .Tel h3{
   font-weight: normal;
   font-size: 24px;
   color:#1793EE;
   margin:0 0 20px 0;
}
#fh5co-footer .QRCode {
   width: 140px;
}

.fh5co-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  padding: 10px 0 0 0;
  font-size: 13px;
  margin-top: 30px;
}
.fh5co-copyright p {
  margin-bottom:0px;
  line-height: 30px;
  color:rgba(255,255,255,0.2);
}
@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding:0;
  }
  #fh5co-footer .container {
    display: none;
  }
  .fh5co-copyright {
    padding:10px;
    margin-top:0;
  }
  .fh5co-copyright p{
    line-height: 24px;
  }
}






#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  position: relative;
}

#fh5co-page {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background: #fff;
  padding-top:80px;
}
@media screen and (max-width: 768px) {
  #fh5co-page{
    padding-top:60px;
  }
}


.offcanvas-visible #fh5co-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}

#fh5co-offcanvas {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: #222;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#fh5co-offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
  display: block;
  padding:12px 0;
}
#fh5co-offcanvas ul li a:hover {
  color: #1793EE;
}
#fh5co-offcanvas ul li.active a {
  color: #1793EE;
}




.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #666;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #666;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 12px;
  }
  #fh5co-offcanvas ul li ul.dropdown-menu {
     display: block;
     position: inherit;
     background:transparent;
     width: 100%;
  }
  #fh5co-offcanvas ul li .dropdown-toggle  {
     display: none;
  }
  #fh5co-offcanvas ul li.active ul li a{
     color:rgba(255, 255, 255, 0.7);
  }
  #fh5co-offcanvas ul li ul li.active a {
    background: transparent;
  }
  #fh5co-offcanvas ul li ul li a:hover{
     background: transparent;
  }
}

#fh5co-pricing-section {
  padding: 7em 0;
  background: #fcfcfc;
}

#fh5co-pricing-section .pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
}
#fh5co-pricing-section .price-box {
  text-align: center;
  padding: 30px;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  top: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-pricing-section .price-box p{
   margin-bottom: 0;
   color:#222;
}
#fh5co-pricing-section .price-box.popular .btn-select-plan {
  background: #1793EE;
}
#fh5co-pricing-section .price-box.popular .price {
  color: #1793EE;
}
#fh5co-pricing-section .price-box .btn-select-plan {
  padding: 10px 20px;
  background: #5bc0de;
  color: #fff;
}
#fh5co-pricing-section .price-box:hover, #fh5co-pricing-section .price-box:focus {
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}
#fh5co-pricing-section .pricing-plan {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;
}
#fh5co-pricing-section .pricing-plan.pricing-plan-offer {
  margin-bottom: 24px;
}
#fh5co-pricing-section .pricing-plan span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5d8db;
}
@media screen and (max-width: 768px) {
  #fh5co-pricing-section {
    padding: 3em 0;
  }
  #fh5co-pricing-section .price-box {
    margin-bottom: 20px;
  }
}


#fh5co-pricing-section .price {
  font-size: 72px;
  color: #6d6d6d;
  line-height: 50px;
}
#fh5co-pricing-section .price .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}
#fh5co-pricing-section .price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
}

.fh5co-light-grey-section {
  background: rgba(0, 0, 0, 0.03) !important;
}

.js .animate-box {
  opacity: 0;
}


.IndexBannerWrap {
    width: 100%;
    height: 500px;
}

.IndexBannerWrap .swiper-slide {
    background-position: center;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .IndexBannerWrap {
    width: 100%;
    height: 250px;
    }
}


.VideoWrapBg {
    background-image: url(../images/VideoBg.png);
    padding-top: 100px;
}
.VideoWrap {
    width: 960px;
    max-width: 100%;
    margin: 0px auto;
    
}
.VideoWrap video {
   max-width: 100%;
}

.VideoWrap .VideoShadow {
   width: 100%;
}

.SideBanner {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    line-height: 200px;
    font-size: 40px;
    text-align: center;
    color:rgba(255,255,255,0.5);
}

@media screen and (max-width: 768px) {
  .VideoWrapBg {
    padding-top: 30px;
 }
  .SideBanner {
     height:200px;
  }
}


.TrendWrap {
   border-bottom: 1px solid #f1f1f1;
}
.TrendWrap .img {
   display: block;
   max-width: 100%;
   width: 522px;
   margin:0 auto;
}

.TrendWrap .TextInfoRight {
   padding-top: 150px;
}
.TrendWrap .TextInfoLeft {
   padding-top: 120px;
   padding-left:40px;
}
.TrendWrap  h3 {
   line-height: 1.5;
   font-size: 24px;
   color:#666;
}


@media screen and (max-width: 768px) {
  .TrendWrap .TextInfoRight {
    padding:0;
  }
  .TrendWrap .TextInfoLeft {
     padding: 40px 0 0 0;
  }
}


.MenuTabs {
    border-bottom: 1px solid #EBEBEB;
}

.MenuTabs .nav-tabs{
    border:none;
    text-align: center;
}
.MenuTabs .nav-tabs > li {
    float: none;
    display: inline-block;
}
.MenuTabs .nav-tabs > li > a {
   color:#777;
   border:none;
   border-radius: 0;
   line-height: 50px;
   position: relative;
   padding:10px 20px;
}
.MenuTabs .nav-tabs > li > a:before
 {
  content: "";
  position: absolute;
  right: 0;
  top:50%;
  margin-top:-10px;
  width: 1px;
  height: 20px;
  background-color:#EBEBEB;
 }
 .MenuTabs .nav-tabs > li:last-child > a:before
 {
  content: "";
   display: none;
 }

.MenuTabs  .nav > li > a:hover, 
.MenuTabs  .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  border:none;
  color:#FA991B;
}

.MenuTabs .nav-tabs > li.active > a, 
.MenuTabs .nav-tabs > li.active > a:hover, 
.MenuTabs .nav-tabs > li.active > a:focus 
{
   color:#FA991B;
   border-radius: 0;
   background:transparent;
   border:none;
}
 .MenuTabs .nav-tabs > li.active > a:after{
  content: "";
  position: absolute;
  bottom:0;left: 0;
  width: 100%;
  height: 2px;
  background-color:#FA991B;

 }




 .CaseWrap .media{
   border-bottom: 1px solid #EBEBEB;
   padding:30px 0;
   margin:0;
 }
 .CaseWrap .media .media-left {
  padding-right: 30px;
 }
 .CaseWrap .media .media-left .media-object {
   width: 200px;
   height: 150px;
 }
 .CaseWrap .media-body {
   font-size: 14px;
   padding-right: 200px;
   position: relative;
 }

 .CaseWrap .media-body p {
     margin-bottom: 0;
  }
 .CaseWrap .media-body .CaseQrCode {
   position: absolute;
   right: 0;
   width: 100px;
   top:50%;
   margin-top:-50px;
 }
 .CaseWrap .media-body .media-heading {
    margin-bottom: 20px;
 }

@media screen and (max-width: 768px) {
  .CaseWrap {
    padding:0;
  }
  .CaseWrap .media {
     padding: 20px;
  }
  .CaseWrap .media .media-left {
     padding-right: 15px;
  }
   .CaseWrap .media .media-left .media-object {
     width: 100px;
     height: 75px;
   }
  .CaseWrap .media-body  {
     padding: 0;
  }
  .CaseWrap .media-body .media-heading {
     font-size: 18px;
     margin-bottom: 10px;
  }
  .CaseWrap .media-body .CaseQrCode {
     display: none;
  }
  .CaseWrap .media-body p
   {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
   }
}


 .CaseTitle {
   text-align: center;
   padding:50px 0 0 0;
 }

  .CaseTitle h2{
   margin:0 0 10px 0;
 }
 .CaseLogo {

  text-align: center;
  margin-bottom: 40px;
 }
 .CaseLogo img{
   width: 160px;
 }

@media screen and (max-width: 768px) {
   .CaseLogo {
     margin-bottom: 20px;
   }
   .CaseLogo img{
     width: 100%;
   }
}



.AboutTabs {
   margin-top:-40px;
   position: relative;
   z-index: 2;
}
.AboutTabs ul {
   font-size: 0;
   padding: 0;
}
.AboutTabs ul li {
   display: inline-block; 
   width: 33.33%;
   font-size: 20px;
   border-right: 1px solid #f4f4f4;
}

.AboutTabs ul li:last-child{
   border-right:none;
}

.AboutTabs ul li:first-child a{
   border-radius: 4px 0 0 4px;
}
.AboutTabs ul li:last-child a{
   border-radius: 0 4px 4px 0;
}

.AboutTabs ul li a{
    display: block;
    padding: 20px 0;
    text-align: center;
    background-color:#1793EE;
    color:#fff;
}
.AboutTabs ul li.active a,
.AboutTabs ul li a:hover{
     text-decoration: none;
     background-color:#fff;
     color:#1793EE;
}

@media screen and (max-width: 768px) {
   .AboutTabs ul li a{
    
    padding: 10px 0;
    font-size: 15px;
    
   }

}

.AboutBody {
   padding:20px 0 0 0;
   line-height: 1.6;
   margin-bottom: 60px;
}
.AboutBody p {
    margin-bottom: 10px;
}

.AboutBody img{
   max-width: 100%;
   margin-top: 20px;
}

.ContactText h3 {
     margin-top:40px;
}
.ContactText a {
     display: block;
}

.ProdcutBanner {
  height: 500px; 
  background-color:#1074e6;
  text-align: center;
  vertical-align: middle;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-box-align:center;
  -webkit-box-pack:center;
  background-position: top center;
}

.ProdcutBanner img {
   max-width: 100%;
}
.ProdcutBanner h2,
.ProdcutBanner p{
   color:#fff;
}
@media screen and (max-width: 768px) {
  .ProdcutBanner {
    height: 300px; 
    background-size:cover;
    background-repeat: no-repeat;
   }
}

.IntegralBanner {
  height: 500px; 
  background-color:#1074e6;
  text-align: center;
}

.IntegralBanner img {
   max-width: 100%;
}

@media screen and (max-width: 768px) {
  .IntegralBanner {
    height: auto; 
    background-size:cover;
    background-repeat: no-repeat;
   }
}



.ChannelBanner {
  height: 500px; 
  background-image: url(../images/ChanneBanner.jpg);
  background-position: top center;
  vertical-align: middle; 
}

.ChannelBanner img{
  display: none;
}

@media screen and (max-width: 768px) {
  .ChannelBanner {
      height: auto;
   }
   .ChannelBanner img{
      width: 100%;
   }
}


.FoodBanner {
  height: 700px; 
  vertical-align: middle;
  background-position: top center;
  color:#fff;
  background-image: url(../images/FoodBannerBg.jpg)
}

.FoodBanner .Info{
    width: 600px;
    margin:180px 0 0 30px;
}
.FoodBanner .Info h2{
    font-size: 46px;
    color:#0585e0;
    margin-bottom: 90px;
}
.FoodBanner .Info h3{
    font-size: 28px;
    margin-bottom:50px;
    color:#fff;
}

.FoodBanner .Info p{
   font-size: 18px;
   margin-bottom: 0;
   color:#fff;
}
.FoodBanner img{
       display: none;
}

@media screen and (max-width: 768px) {
  .FoodBanner {
   height: auto; 
   background-image: none;
 } 
  .FoodBanner .Info {
      display: none;
   }
   .FoodBanner img{
      width: 100%;
      display: block;
   }
}


.feature-left {
    float: left;
    width: 100%;
    position: relative;
    padding: 30px;
    background-color: #F3BA4B;
    color: #fff;
    border-radius: 8px;
}


.feature-left .icon {  
    text-align: center;
    display: block;
    margin:0 auto 30px auto;
}

.feature-left .icon img {
     width: 54px;
}
.feature-left .feature-copy {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 20px;

}
.feature-left .feature-copy h4{
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 1.5;
    height: 72px;
}

@media screen and (max-width: 768px) {
    .feature-left {
       margin-bottom: 20px;
    } 
}


.InteGralServices {
   padding:0;
   list-style-type: none;
   font-size: 0;
   margin-bottom: 80px;
}
.InteGralServices li{
   width: 20%;
   display: inline-block;
   font-size: 20px;
   text-align: center;
   padding-top:40px;
   -webkit-transition: 0.3s;
   -o-transition: 0.3s;
   transition: 0.3s;
}
.InteGralServices li span{
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 100%;
    background-size: 100px;

}

.InteGralServices li p {
   font-size: 16px;
   color:#222;
}

.InteGralServices li:hover,
.InteGralServices li:focus{
   background: #1793EE;
   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);
}
.InteGralServices li:hover p,
.InteGralServices li:focus p{
    color:#fff;
}



@media screen and (max-width: 768px) {
    .InteGralServices {
       margin-bottom: 20px;
    }
    .InteGralServices li {
      width: 33.33%;
      padding-top: 0;
    } 
    .InteGralServices li span {
       width: 60px;
       height: 60px;
       background-size: 60px;
    }
}


.BillFeatures {
      background-color:#fff;
      border-radius: 5px;
      border: 1px solid #e9f0f4;
      box-shadow: 5px 10px 25px 3px rgba(190, 218, 253, 0.35);
      padding: 25px 40px 20px 40px;
      margin: 0px 0 40px;
}
.BillFeatures  .Item {
     text-align: center;
     padding: 20px 0 40px 0;
}
.BillFeatures  .Item .img {
     margin:15px;
     width: 100px;
     height: 100px; 
     display: inline-block; 
     background-size: 100px;
     background-repeat: no-repeat;   
}


.BillFeatures  .Item h4{
     margin-bottom: 0px;
     color:#222;
     font-weight: bold;
}

.BillFeatures  .Item p{
     margin:10px 0 0 0;
     font-size: 14px;
     color:#9094a2;
}

@media screen and (max-width: 768px) {
  .BillFeatures {
     padding: 0 0 30px 0;
     margin:0;
  }
  .BillFeatures  .Item {
    padding:0 10px;
  }
  .BillFeatures  .Item h4 {
     font-size: 15px;
  }
  .BillFeatures  .Item p {
     height: 70px;
     font-size: 13px;
  }
  .BillFeatures  .Item span {
      width: 80px;
      height: 80px;
      background-size: 80px;
  }
}

.OperateFlow {
    font-size: 0;
}
.OperateFlow li {
    width: 25%;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
}
.OperateFlow li img{
    width: 206px;  
}
.OperateFlow li p{
    margin-top:20px;  
}
.OperateFlow li span{
    width: 24px;
    height: 24px;
    display: block;
    margin:0 auto 10px auto;
    background-color:#FA991B;  
    vertical-align: middle;
    line-height: 24px;
    color:#fff;
    border-radius: 24px;
}

@media screen and (max-width: 768px) {
    .OperateFlow {
        padding: 0;
    }
    .OperateFlow li {
        width: 50%;
        padding:0 20px;
    }
    .OperateFlow li img {
       max-width: 100%;
    }
}


.BillScene {
   padding:0;
   list-style-type: none;
   font-size: 0;
   margin:0 80px;
}
.BillScene li{
   width: 16.66%;
   display: inline-block;
   font-size: 20px;
   text-align: center;
   padding-top:40px;
   -webkit-transition: 0.3s;
   -o-transition: 0.3s;
   transition: 0.3s;
}
.BillScene li .icon{
    width: 100px;
    margin-bottom: 20px;
}

.BillScene li p {
   font-size: 16px;
   color:#666;
}

@media screen and (max-width: 768px) {
  .BillScene  {
     margin:0;
   }
  .BillScene li {
     width: 33.33%;
     padding-top:0px;
  }
  .BillScene li .icon {
      width: 60px;
  }
}

.HardwareImg {
   display: block;
   max-width: 100%;
   width: 522px;
   margin:0 auto;
}
.Hardware {
   padding-top:60px;
   padding-bottom: 60px;
}
.Hardware .hardware-text {
   padding-top: 100px;
}
.Hardware .hardware-text h2 {
   font-weight: bold;
}
.Hardware .hardware-text h2 span{
   color:#FA991B;
}
.Hardware .hardware-text p{
   margin-bottom: 10px;
}
.Cashier {
   padding-top:60px;
   padding-bottom: 60px;
}
.Cashier .cashier-text {
   padding-top: 90px;
   text-align: right;
}
.Cashier .cashier-text h2 {

   font-weight: bold;
}
.Cashier .cashier-text h2 span{
   color:#FA991B;
}
.Cashier .cashier-text p{
   margin-bottom: 10px;
}



@media screen and (max-width: 768px) {
  .Hardware  {
     padding-top:20px;
     padding-bottom:20px;
   }
   .Hardware .hardware-text {
     text-align: center; 
     padding-top:20px;
   }

   .Hardware .hardware-text h2 {
      font-size: 22px;
      margin-bottom: 10px;
   }
   .Cashier {
     padding-top: 20px;
     padding-bottom:20px;
   }
   .Cashier .cashier-text {
     padding-top:20px;
     text-align: center;
   }
   .Cashier .cashier-text h2 {
     font-size: 22px;
     margin-bottom: 10px;
   }
   .Hardware .TextLeft ,
   .Cashier .TextLeft {
     text-align: left;
   }
}


.PayItem {
   -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color:#fff;
    padding:20px;
    text-align: center;
    border-radius: 10px;
}
.PayItem  img {
   width: 54px;
}

.PayItem  p {
   margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .PayItem  {
    margin-bottom: 20px;
  }
}

 .ServiceBox{
  text-align: center;
  padding: 40px 25px 20px 25px;
  margin-bottom: 100px;
  position: relative;
  top: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color:#fff;
  border-radius: 10px;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);

 }
 .ServiceBox:hover, 
 .ServiceBox:focus {
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
  background-color:#fff;
}
.ServiceBox h3 {
   margin:20px 0 10px 0;
   font-size: 16px;
   font-weight: bold;
}
.ServiceBox p {
   margin-bottom: 0; 
   min-height: 46px;
   font-size: 14px;
}
.ServiceBox img {
   width: 64px;
}

@media screen and (max-width: 768px) {
  .ServiceBox  {
      margin-bottom: 20px;
  }
}

.MapText {
     padding-left:40px;
}

@media screen and (max-width: 768px) {
  .MapText {
     padding-left:0;
  }
}

.ChannelWrap {
  
}
.NewTitleWrap {
    position: relative;
    margin: 50px 0;
}
.NewTitleWrap:after {
    content: "";
    width: 96px;
    height: 2px; 
    background-color:#fe5d02;
    position: absolute;
    bottom: 0;
    left:50%;
    margin-left:-48px;
}
.NewTitleWrap h2{
    margin-bottom: 10px;
    font-weight: 700;
}
.NewTitleWrap p{
    margin-bottom: 10px;
    position: relative;
    color:#e0e0e0;
    font-size: 14px;
}
.NewTitleWrap p:after{
    content: "";
    position: absolute;
    left:0;
    top:50%;
    width: 40%;
    height: 1px;
    background-color:#e0e0e0;
}
.NewTitleWrap p:before{
    content: "";
    position: absolute;
    right:0;
    top:50%;
    width: 40%;
    height: 1px;
    background-color:#e0e0e0;
}
.NewTitleWrap .ArrowDown {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-image: url(http://wdc-pic-oss.oss-cn-hangzhou.aliyuncs.com/Content/dianyin/images/ArrowDown.png);
    background-size: 16px 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-color:#393e48;
    display: inline-block;
    margin:30px 0 36px 0;
    position: relative;
}
.NewTitleWrap .ArrowDown:after {
    content: "";
    position: absolute;
    top:-40px;
    left:50%;
    margin-left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color:rgba(57,62,72,0.8);
    display: inline-block;
}

@media screen and (max-width: 768px) {
  .NewTitleWrap {
     margin:20px 0;
  }
  .NewTitleWrap p:after,
  .NewTitleWrap p:before{
    display: none;
  }

 
}


.ChannelWrap .row {
    padding:30px 0;
}
.ChannelWrap .InfoTextLeft {
   padding:40px 40px 0 0px;
}
.ChannelWrap .InfoTextLeft h3{
   color:#ff5d00;
   font-size: 24px;
   margin-bottom: 20px;
}
.ChannelWrap .InfoTextLeft p {
   margin:0 0 10px 0;
}
.ChannelWrap .InfoTextRight {
   padding:30px 0px 0 30px;
}
.ChannelWrap .InfoTextRight h3{
   color:#ff5d00;
   font-size: 24px;
   margin-bottom: 20px;
}
.ChannelWrap .InfoTextRight p {
   margin:0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .ChannelWrap .InfoTextLeft {
     padding: 0;
  }
  .ChannelWrap .InfoTextRight {
     padding: 0;
  }
  .ChannelWrap .InfoTextRight h3 {
     margin:10px 0;
  }
}


.ChannelService {
    width: 382px;
    height: 382px;
    border-radius: 382px;
    background-image: -moz-linear-gradient( 5deg, rgb(9,87,167) 0%, rgb(136,97,215) 40%, rgb(255,124,0) 100%);
    background-image: -webkit-linear-gradient( 5deg, rgb(9,87,167) 0%, rgb(136,97,215) 40%, rgb(255,124,0) 100%);
    background-image: -ms-linear-gradient( 5deg, rgb(9,87,167) 0%, rgb(136,97,215) 40%, rgb(255,124,0) 100%);
    position: relative;
    z-index: 0;
    margin:40px auto 80px auto;
}
.ChannelService:after {
    content: "";
    position: absolute;
    width: 378px;
    height: 378px;
    top:2px;left:2px;
    border-radius: 378px;
    background-color:#f8f8f8;
    z-index: 1;
}
.ChannelService:before {
    content: "";
    position: absolute;
    width: 134px;
    height: 94px;
    left:50%;
    margin-left: -67px;
    top:50%;
    margin-top:-47px;
    z-index: 2;
    background-image: url(../images/ChannelServiceCloud.png);

}
.ChannelService .Box {
   position: absolute;
   z-index: 100;
   font-size: 24px;
   line-height: 72px;
}
.ChannelService .Box span{
  border-radius: 50%;
  background-color:#fff;
  width: 72px;
  height: 72px;
  display: inline-block;
  box-shadow: 0px 5px 10px 0px rgba(247, 76, 49, 0.2);
  vertical-align: middle;
  margin:0 50px;
}
.ChannelService .Box span img {
   display: block;
   vertical-align: middle;
}

.ChannelService .LeftBox_1 {
    left:-80px;
    top:-20px;

}
.ChannelService .LeftBox_2 {
    left:-170px;
    top:90px;
}
.ChannelService .LeftBox_3 {
    left:-170px;
    top:220px;
}
.ChannelService .LeftBox_4 {
    left:-80px;
    top:320px;
}
.ChannelService .RightBox_1 {
    right:-80px;
    top:-20px;

}
.ChannelService .RightBox_2 {
    right:-170px;
    top:90px;
}
.ChannelService .RightBox_3 {
    right:-170px;
    top:220px;
}
.ChannelService .RightBox_4 {
    right:-80px;
    top:320px;
}

@media screen and (max-width: 768px) {
  .ChannelService {
      zoom:0.5;
  }
}


.ChannelFlow {
    height: 500px;
    background-image: url(../images/ChannelFlowBg.jpg);
}
.ChannelFlow .NewTitleWrap h2 {
    color:#fff;
}
.ChannelFlow .NewTitleWrap p {
    color:#cacaca;
}
.ChannelFlow .NewTitleWrap p:before {
   content: "";
   background-color:rgba(202,202,202,0.3);
   width: 36%;
}
.ChannelFlow .NewTitleWrap p:after {
   content: "";
   background-color:rgba(202,202,202,0.3);
   width: 36%;
}
.ChannelFlowBox {
   list-style-type: none;
   padding:40px 0 0 0;
   font-size: 0;
}

.ChannelFlowBox li{
    width: 160px;
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    color:#fff;
    text-align: center;
    line-height: 1.5;
    margin-right: 80px;
    position: relative;
    z-index: 2;
}
.ChannelFlowBox li:after{ 
    content: "";
    position: absolute;
    height: 4px;
    background-image: url(../images/ChannelFlowBoxLine.png);
    width: 108px;
    top:33%;
    right: -58%;
    z-index: 1;
}


.ChannelFlowBox li:last-child {
     margin-right: 0;
}
.ChannelFlowBox li:last-child:after {
    display: none;
}

.ChannelFlowBox li span {
    background-color:rgba(255,93,0,1);                      
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(255, 93, 0, .4);
}
.ChannelFlowBox li span img{
     display: block;
     vertical-align: middle;
}
.ChannelFlowBox li p {
    margin:20px 0 0 0;
}


@media screen and (max-width: 768px) {
  .ChannelFlow {
    height: auto;
    padding: 20px 0;
    background-position:top center;
    background-size: cover;
  }
  .ChannelFlowBox {
     padding: 0;
  }
  .ChannelFlowBox li {
     width: 100%;
     font-size: 14px;
     margin-right: 0;
     margin-bottom: 30px;
     display: -webkit-box;
     -webkit-box-align:center;
     padding-left:50px;
     position: relative;

  }
  .ChannelFlowBox li span {
     width: 40px;
     height: 40px; 
     margin-right: 40px;
     box-shadow: 0 0 0 2px rgba(255, 93, 0, .4);
  }
  .ChannelFlowBox li span img {
     width: 100%;
  }
  .ChannelFlowBox li:after {
      content: "";
      transform:rotate(90deg);
      left:44px;
      top:120%;
      width: 52px;
  }
  .ChannelFlowBox li p {
     margin:0;
     text-align: left;
     -webkit-box-flex:1;
     font-size: 15px;
     
  }
}



.ProfitWayBg {
  background-color:#fa5c05;
}
.ProfitWay{
    text-align: center;
    padding: 60px 0;
}
.ProfitWay ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
.ProfitWay ul:last-child{
     margin-top:-20px;
}
.ProfitWay ul li {
     background-image: url(../images/Hexagon.png);
     background-repeat: no-repeat;
     background-size: 224px 246px;
     width: 224px;
     height: 246px;
     text-align: center;
     display: inline-block;
     vertical-align: middle;
     margin:0 19px 0px 0;
}
.ProfitWay ul li .Info  {
     padding:38px 40px 0 40px;
}
.ProfitWay ul li .Info  h4{
     margin:10px 0;
     color:#ff6c00;
}
.ProfitWay ul li .Info  p{
      font-size: 14px;
}
@media screen and (max-width: 768px) {
  .ProfitWay {
     padding: 40px 0 20px 0;
  }
  .ProfitWay ul li {
     margin:0 0px 20px 0;
  }
  .ProfitWay ul:last-child {
     margin:0 0 20px 0;
  }
}


.FoodGroup {
      padding: 60px 15px;
}

.FoodGroup .img {
  display: block;
    max-width: 100%;
    width: 522px;
    margin: 0 auto;
 }
 .FoodGroup .FoodGroupText {
    padding-top: 100px;
} 
.FoodGroup .FoodGroupText h2 {
    font-weight: bold;
    color:#1793EE;
    font-size: 46px;
}
.FoodGroup .FoodGroupText h3 {
    color:#fff;
    font-size: 36px;
}
.FoodGroup .FoodGroupText p {
    margin-bottom: 10px;
    font-size: 22px;
}

.FoodGroup .TextRight {
    text-align: right;
    margin-right: 80px;
}
.FoodGroup .TextRight h2,
.FoodGroup .TextRight p {
     color:#fff;
}
.FoodGroupSceneBg {
  background-color:#efeff7;
}

@media screen and (max-width: 768px) {
  .FoodGroupSceneBg {
    padding-top:40px;
   }
}

.FoodGroupSceneBg .FoodGroup{
   padding:0 15px 60px 15px;
}
.FoodGroupWeiXin {
  background-image: url(../images/FoodGroup_2_Bg.jpg); 
  background-repeat: no-repeat; 
  background-position: top center;
  background-color:#3783e6;
  height: 500px;
  overflow: hidden;
}
.FoodGroupPay {
  background-repeat: no-repeat; 
  background-position: 90% top;
  background-color:#ff630a;
  background-image: url(../images/FoodGroupPayBg.jpg);
  height: 500px;
  overflow: hidden;
}
.FoodGroupPay img{
   max-width: 100%;
}

@media screen and (max-width: 768px) {
  .FoodGroupWeiXin  {
     height: auto;
  }
  .FoodGroupPay {
      background-position: center top;
      height: auto;
   }
}

.SceneListWrap {
    padding: 70px 15px 0 15px ;
}
.SceneListWrap ul{
  list-style-type: none;
  padding: 0;
  font-size: 0;
  text-align: center;
  margin-bottom: 44px;
}

.SceneListWrap ul li{
  list-style-type: none;
  padding: 0;
  width: 161px;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  margin-right: 47px;
  margin-bottom: 40px;
  position: relative;
}
.SceneListWrap ul li:nth-of-type(5) {
   margin-right: 0;
}

.SceneListWrap ul li:last-child{
   margin-right: 0;
}
.SceneListWrap ul li:after{
   content: "";
   position: absolute;
   bottom:0;
   left:50%;
   margin-left:-20px;
   width: 40px;
   height: 2px;
   background-color:#0585e0;
}

.SceneListWrap ul p{
   margin:30px 0 20px 0;
   color:#222;
}

@media screen and (max-width: 768px) {
  .FoodGroup {
      padding: 30px 15px;
}
  .FoodGroupSceneBg .FoodGroup {
      padding: 0 15px 30px 15px;
  }
  .FoodGroup .FoodGroupText {
     text-align: center; 
     padding-top: 40px;
  }
  .FoodGroup .FoodGroupText h2 {
      font-size: 30px; 
  }
  .FoodGroup .FoodGroupText h3 {
     font-size: 20px;
  }
  .FoodGroup .TextRight {
     margin-right: 0;
     text-align: center;
  }
  .SceneListWrap {
    padding:40px 15px 0 15px;
  }
  .SceneListWrap ul  {
     margin-bottom: 0;
  }
  .SceneListWrap ul li {
      margin-right: 0;
      width: 50%;
  }
  .SceneListWrap ul li img{
      max-width: 100%;
  }

}


.Consult {
   width: 80px;
   height: 200px;
   background-color:#0585e0;
   position: fixed;
   right: 10px;
   top:30%;
   z-index: 999;
   border-radius: 4px;
   color:#fff;
   font-size: 20px;
   text-align: center;

}
.Consult:link,    
.Consult:visited, 
.Consult:hover,  
.Consult:active{
    text-decoration: none;
    color:#fff;
}
.Consult img{
   margin:16px 0 10px 0;
}
.Consult p {
   margin-bottom: 0;
   line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .Consult {
      display: none;
}