﻿@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot");
  src: url("../font/icomoon.eot") format("embedded-opentype"), url("../font/icomoon.ttf") format("truetype"), url("../font/icomoon.woff") format("woff"), url("../font/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Microsoft YaHei", "微软雅黑", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #FFA800;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #FFA800;
  outline: none;
  text-decoration: none;
}


h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "微软雅黑", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
}
::-webkit-selection {
  color: #fff;
  background: #FFA800;
}
::-moz-selection {
  color: #fff;
  background: #FFA800;
}
::selection {
  color: #fff;
  background: #FFA800;
}
ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fh5co-nav {
  padding: 17px 0;
  background: #fff;
  box-shadow: 0 2px 5px #d4d4d1;
}
.mg-tp-30 {
  margin-top: 30px;
}
#phone-menu{
  display: none
}
@media screen and (max-width: 768px) {
  .introduce-pos{
    padding-top: 50px !important
  }
  .fh5co-nav {
    padding: 10px 0;
  }
  #page {
    padding-bottom: 50px;
  }
}
.fh5co-nav #fh5co-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat", Arial, sans-serif;
}
.fh5co-nav a {
  padding: 0px;
  display: block;
}
@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1, .fh5co-nav .menu-2 {
    display: none;
  }
}
.fh5co-nav .menu-2 li.search {
  float: left;
  width: 83%;
  font-family: "Playfair Display", serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  margin: -5px 0 0 0;
}
.fh5co-nav .menu-2 li input[type=text] {
  padding: 6px 10px;
  width: 40%;
  border: none;
  float: right;
  font-size: 13px;
  margin-top: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-nav .menu-2 li input[type=text]:focus {
  width: 100%;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fh5co-nav .menu-2 li button {
  margin-top: 4px;
  padding: 5px;
  background: transparent;
  border: none;
}
.fh5co-nav .menu-2 li button i {
  color: rgba(0, 0, 0, 0.5);
}
.fh5co-nav .menu-2 li button:hover, .fh5co-nav .menu-2 li button:focus {
  background: transparent !important;
}
.fh5co-nav .menu-2 li button:hover i, .fh5co-nav .menu-2 li button:focus i {
  color: black;
}
.fh5co-nav .menu-2 li.shopping-cart {
  float: right;
}
.fh5co-nav .menu-2 li a.cart {
  color: black;
}
.fh5co-nav .menu-2 li a.cart span {
  position: relative;
}
.fh5co-nav .menu-2 li a.cart span small {
  position: absolute;
  top: -20px;
  right: -15px;
  padding: 10px 6px;
  line-height: 0;
  font-size: 11px;
  background: #d1c286;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-nav .mobile-bg {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('../image/ico.png') no-repeat 0 -136px;
}
.icon-title{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: rgb(255, 168, 0);
  font-weight: bold
}
.icon-title .plane{
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('../image/ico.png') no-repeat 0 -56px;
}
.icon-title .heart{
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('../image/ico.png') no-repeat 0 -91px;
}
.mobile-content {
  display: inline-block;
  text-align: left;
  margin-left: 0px;
}
.mobile-content .desc {
  font-size: 14px;
  color: #999999;
}
.mobile-content .mobile-number {
  padding: 0px !important;
  color: #FFA800;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
}
.fh5co-nav ul {
  padding: 0;
  margin: 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  font-family: "Montserrat", Arial, sans-serif;
}
.fh5co-nav ul li a {
  font-size: 16px;
  padding: 14px !important;
  text-transform: uppercase;
  color: #444444;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.textcenter{
  text-align: center
}

.leader-introduce{
  padding: 8px 4px;
  font-size: 14px;
}
.leader-title{
  color: rgb(92, 198, 62)
}

@media (max-width: 1320px) { 
  .fh5co-nav ul li a{
    padding: 10px 
  }
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: #FFA800;
}
.fh5co-nav ul li a.cart {
  color: black;
}
.fh5co-nav ul li a.cart span {
  position: relative;
}
.fh5co-nav ul li a.cart span small {
  position: absolute;
  top: -20px;
  right: -15px;
  padding: 10px 6px;
  line-height: 0;
  font-size: 11px;
  background: #FFA800;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.myimg{
  max-width: 700px;
}
.imgFlex{
  display: flex;
  justify-content: center;
}
.green{
  color: #FFA800
}
.fh5co-nav ul li.dropdown {
  position: relative;
}
.fh5co-nav ul li .has-dropdown-menu {
  min-width: 115px;
  -webkit-box-shadow: 0px 14px 33px -9px #d4d4d1;
  -moz-box-shadow: 0px 14px 33px -9px #d4d4d1;
  box-shadow: 0px 14px 33px -9px #d4d4d1;
  left: 0px;
  border: none;;
  border-radius: 0;
}
.fh5co-nav ul li .has-dropdown-menu li a {
  font-size: 14px;
}
.fh5co-nav ul li .has-dropdown-menu li{
  display: block;
  text-align: center;
}
.fh5co-nav ul li .has-dropdown-menu li a:hover, .fh5co-nav ul li .has-dropdown-menu li a:focus, 
.fh5co-nav ul li .has-dropdown-menu li a:active {
  background-color: #FFA800;
  color: #ffffff;
}
.fh5co-nav ul li .has-dropdown-menu li a {
  padding: 14px 0;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #000;
}
.fh5co-nav ul li.active > a {
  color: #000 !important;
}

#fh5co-hero {
  /* min-height: 700px; */
  background: #fff url(../image/loader.gif) no-repeat center center;
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* min-height: 700px; */
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: #FFA800;
  width: 14px;
  height: 14px;
}
@media (max-width: 768px) {
  #fh5co-hero .flexslider .flex-control-nav {
    bottom: 0;
  }
  #fh5co-hero .flexslider .flex-control-nav li a {
    width: 11px;
    height: 11px;
  }
  #fh5co-hero .flexslider .flex-control-nav li a.flex-active {
    width: 11px;
    height: 11px;
  }
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  /* min-height: 700px; */
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  /* min-height: 700px; */
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 40px;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .desc {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .desc .price {
  font-size: 14px;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 20px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn {
  font-size: 18px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}
.fh5co-bg-section1 {
  background: url('../image/index_agencybg.jpg') no-repeat center center;
  background-size: cover;
}
.fh5co-bg-section2 {
  background: url('../image/index_chooesbg.jpg') no-repeat center center;
  background-size: cover;
}

.class-img{
  position: relative;
  text-align: center;
  overflow: hidden;
}
.class-img img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
}
.class-img:hover img{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.class-hover{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
.commonColor{
  color: #FFC600;
}
.popup{
  color: #fff;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -30px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.popup:hover, .popup:focus{
  color: #fff;
}
.class-img:hover .class-hover {
  opacity: 1;
  visibility: visible;
}
/* .fh5co-section-header {
  padding-bottom: 20px;
} */
.fh5co-section-header .fh5co-title,
.fh5co-section-header .fh5co-desc {
  font-size: 24px;
  color: #FFA800;
  font-weight: 600;
}
.fh5co-section-header .fh5co-desc {
  font-size: 20px !important;
  margin-bottom: 30px;
  font-weight: 500 !important
}
.about-sm_content {
  padding: 0px 55px 67px 0px;
}
@media (max-width: 768px) {
  .about-sm_content {
    padding: 0px;
    margin-top: 25px;
  }
  .fh5co-section-header .fh5co-title,
  .fh5co-section-header .fh5co-desc {
    font-size: 24px;
  }
  .fh5co-section-header .fh5co-desc {
    font-size: 20px;
  }
  .fh5co-section-header {
    padding-bottom: 0px;
  }
}
.about-sm_content > p {
  line-height: 42px;
  font-size: 18px;
  margin-bottom: 20px;
}
.read_more-wrapper {
  margin-top: 50px
}
.read_more_bg {
  display: inline-block;
  width: auto;
  height: 35px;
  padding: 0 23px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  background-color: #666666;
}
.read_more_bg:hover, .read_more_bg:active, .read_more_bg:focus {
  background-color: #FFA800;
  color: #ffffff;
}
.fh5co-about_figure ul li {
  position: relative;
  float: left;
  width: 50%;
  height: auto;
}
.figure-box {
  position: relative;
  width: 100%;
  min-height: 213px;
}
.figure-big-box {
  position: relative;
  width: 100%;
  min-height: 460px;
}
.figure-box-item, .figure-big-item {
  position: absolute;
  width: auto;
  height: auto;
}
.figure-desc_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 38px;
  line-height: 38px;
  background-color: rgba(114, 84, 239, 0.5);
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.figure-box-intro {
  margin-top: 50px;
}
.figure-box-intro img {
  width: 100%;
}
.newsTxt{
  font-size: 14px;
}
.fh5co-services-lists .service-item-desc {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
}
.custom-flexslider.flexslider {
  background: transparent;
  border: 0;
}
.custom-flexslider .flex-control-nav li a {
  width: 16px;
  height: 4px;
  border-radius: 0px;
  background-color: #cccccc;
}
.custom-flexslider .flex-control-nav li a.flex-active {
  background-color: #FFA800;
}
.equipment-item {
  position: relative;
  width: 100%;
  height: auto;
  border: 5px solid white;
}
.equipment-item-desc {
  padding:12px 10px;
  background-color: #FFA800;
}
.equipment-item-desc p {
  margin: 0;
  color: white;
}
.equipment-item-desc .desc {
  margin-top: 20px;
  font-size: 14px;
}
.team-item_wrapper {
  position: relative;
  width: 100%;
  min-height: 390px;
  padding-top: 90px;
  box-sizing: border-box;
}
.team-item_wrapper .team-album {
  position: absolute;
  left: 50%;
  top: 0;
  width: 130px;
  height: 130px;
  margin-left: -85px;
  border: 2px solid #c8c2f4;
  border-radius: 100%;
  overflow: hidden;
}
.team-item_wrapper .team-album img {
  width: 170px;
  height: 170px;
  border-radius: 100%;
}
.team-item_wrapper .team-intro {
  width: 100%;
  min-height: 300px;
  padding: 110px 15px 0px 15px;
  box-sizing: border-box;
  background-color: #FFA800;
  color: #ffffff;
}
.team-item_wrapper .team-intro .team-name {
  font-size: 18px;
}
.team-item_wrapper .team-intro .desc, .team-item_wrapper .team-intro .team-staff {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .about-sm_content > p {
    font-size: 16px;
  }
  .team-item_wrapper {
    padding-top: 0px;
  }
  .team-item_wrapper .team-album {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0px;
    margin: 0 auto;
  }
  .team-item_wrapper .team-intro {
    position: absolute;
    left: 0;
    top: 85px;
    z-index: -1;
  }
}
.news-wrapper {
  width: 100%;
  box-shadow: 0 0 15px #e5e5e5;
}
.news-wrapper .news-content {
  padding: 20px 10px;
  background-color: #FFA800;
}
.title{
  margin-bottom: 10px
}
.desc{
  margin-bottom: 0
}
.carousel-inner > .item > img{
  height: 33rem;
}
.news-wrapper .news-content .title a,
.news-wrapper .news-content .desc a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.news-wrapper .news-content .desc a {
  font-size: 11px;
  font-weight: normal;
}
.no-padding{
  padding: 0
}
.no-padding-top{
  padding-top: 0
}
.time-box {
  display: inline-block;
  padding: 4px 25px;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.contact-btn .btn-primary, .contact-btn .btn-default {
  padding: 6px 28px;
  border-radius: 0;
}
.contact-btn .btn {
  font-size: 14px;
}
.contact-btn .btn-default {
  border: 1px solid #FFA800;
}
.baidu-map_container {
  padding: 0 35px;
  height: 438px;
}
.baidu-map_box {
  width: 100%;
  height: 438px;
  border: 1px solid #cbcbcd; 
}
.phone-warp{
  height: 30px;
  background: rgb(255,255,255);
  width: 100%;
  text-align: center;
  color: #000
}
.phone-warp> p{
  font-size: 13px
}
.section-content h1{
  font-size: 25px
}
.section-content p{
  font-size: 23px !important
}
.section-content-bg {
  position: relative;
  width: 100%;
  height: 400px;
  background: url('../image/banner_jg.jpg') no-repeat top;
  background-size: auto 100%;
}
.section-content-bg1 {
  position: relative;
  width: 100%;
  height: 400px;
  background: url('../image/banner_yy.jpg') no-repeat top;
  background-size: auto 100%;
}
.section-content-bg2 {
  position: relative;
  width: 100%;
  height: 400px;
  background: url('../image/banner_jz.jpg') no-repeat top;
  background-size: auto 100%;
}
.section-content-bg3 {
  position: relative;
  width: 100%;
  height: 400px;
  background: url('../image/banner_hz.jpg') no-repeat top;
  background-size: auto 100%;
}
.section-content-bg4 {
  position: relative;
  width: 100%;
  height: 400px;
  background: url('../image/banner_gy.jpg') no-repeat top;
  background-size: auto 100%;
}
.section-content-bg5 {
  position: relative;
  width: 100%;
  height: 400px;
  background: url('../image/banner_news.jpg') no-repeat top;
  background-size: auto 100%;
}
.section-content > h1 ,.section-content > p{
  color: black !important
}
.section-content {
  position: absolute;
  height: 68px;
  top: 60%;
  left: 50%;
  margin-top: -34px;
  margin-left: -72px;
  color: #ffffff;
}
.bar-title{
  width: 100%;
  height:50px;
  background:rgba(0, 0, 0, 0.7);
  color: white;
  position: absolute;
  bottom: 0px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center
}
.section-content > h1,.section-content > p {
  margin-bottom: 0px;
  color: #ffffff;
}
.section-content > p {
  margin-top: 5px;
  font-size: 18px;
}
.section-position_bg {
  background-color: #eeeeee;
  padding: 14px 0;
}

.section-position .position-menus {
  line-height: 25px;
}
.position-menus li a {
  color: #444444;
}
.position-menus li {
  float: left;
  font-size: 14px;
  margin: 0 5px;
}
.page-intro_content {
  padding-bottom: 340px;
}
.page-intro_content .left-content,
.page-intro_content .right-content,
.page-intro_content .content-pos{
  padding-top: 80px;
}
.introduce-pos {
  padding: 80px 0;
}
.page-intro_content p, .introduce_content > p {
  line-height: 42px;
}
.intro-t_wrapper .intro-icon {
  display: inline-block;
  vertical-align: text-top;
  width: 17px;
  height: 16px;
  background: url('../image/ico.png') no-repeat -25px 0px;
  margin-top: 5px;
  margin-right: 5px;
}
.intro-t_wrapper .intro-title {
  color: #FFA800;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}
.sma-service-section {
  padding-bottom: 340px;
}
.sma-equipment-section,.sma-news-section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
}
.sma-news-section {
  padding-top: 50px;
}
.service-section-item {
  position: relative;
  margin-top: 80px;
}
.equipment-wrapper {
  margin-top: 50px;
  min-height: 445px;
}
.service-section-item img {
  width: 100%;
}
.service-section-item .service-item_desc {
  margin-top: 10px;
  padding: 10px 15px;
  height: 125px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #FFA800;
}
.service-section-item .service-item_desc p {
  color: #ffffff;
  font-size: 14px;
}
.service-section-item .service-item_desc .title {
  font-weight: 600;
  font-size: 16px;
}
.equipment-section-box {
  border: 5px solid #aa98f5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.equipment-section-item:hover {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 15px;
  z-index: 10;
}
.equipment-section-item:hover .equipment-section-box {
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
  box-shadow: 0 0 10px rgba(0,0,0,.4);
  border: 5px solid #FFA800;
}
.equipment-section-item .service-item_desc {
  margin-top: 0px;
  padding: 20px 10px 10px 10px;
  min-height: 182px;
  background-color: #aa98f5;
}
.equipment-item_desc > .desc-content {
  margin-bottom: 0px;
}
.equipment-section-item:hover .service-item_desc {
  min-height: 182px;
  height: auto;
  background-color: #FFA800;
}
.team-detail_wrapper {
  position: relative;
  width: 100%;
  min-height: 525px;
  margin-top: 50px;
  padding-top: 0px;
}
.team-item_box {
  position: relative;
  width: 100%;
  min-height: 525px;
  box-sizing: border-box;
}
.team-detail_wrapper .team-detail_album {
  width: 260px;
  height: 260px;
  margin: 0 auto;
  border: 5px solid #c8c2f4;
  border-radius: 100%;
  text-align: center;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.team-detail_wrapper:hover .team-detail_album {
  border: 5px solid #FFA800;
}
.team-detail_wrapper:hover .team-intro {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
  box-shadow: 0 0 10px rgba(0,0,0,.4);
  background-color: #FFA800;
}
.team-detail_wrapper:hover .team-intro {
  height: auto;
}
.team-detail_wrapper:hover .team-item_box {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  z-index: 1000;
}
.viedo-warp{
  display: flex;
  justify-content: center;
  padding-bottom: 5%
}
.viedo-warp video{
  max-width: 700px;
  width: 100%;
  padding:0 20px;
  height: 100%;
}
.introduce-content{
  text-indent: 2rem;
  line-height: 2.5rem;
}
.picWarp{
  width: 100%;
  height: 13%;
  position: absolute;
  bottom: 0;
  background: rgba(12,12,12,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: white
}
.float-left{
  float: left;
}
.introduce img{
  width: 100% !important;
  max-width: 700px !important; 
}
.introduce-content span{
  font-weight: bold
}
.team-detail_wrapper .team-detail_album img {
  width: 250px;
  height: 250px;
  border-radius: 100%;
}
.team-detail_wrapper .team-intro {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: 392px;
  padding: 155px 15px 15px 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #c8c2f4;
  color: #ffffff;
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.news-detail_wrapper {
  position: relative;
  width: 100%;
  height: auto;
  padding: 18px 0;
  margin-top: 30px;
  box-sizing: border-box;
  border-bottom: 1px dashed #eeeeee;
}
.news-detail_wrapper:hover {
  border-bottom: 1px solid #FFA800;
}
.news-detail_wrapper .news-detail_pic {
  padding-right: 27px;
}
.news-detail_wrapper .news-content {
  padding-left: 3px;
  border-right: 1px solid #eeeeee;
}
.news-detail_wrapper .news-content .news-title {
  font-size: 20px;
}
.news-detail_wrapper .news-content .news-describe {
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}
.news-detail_wrapper .news-content_time {
  position: relative;
  min-height: 150px;
  color: #999999;
}
.news-detail_wrapper .news-btn {
  padding: 4px 27px;
  border-radius: 0px;
  font-size: 14px;
}
.time-number {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  margin-left: 15px;
}
.sma-news-section .load-more_box {
  margin-top: 30px;
}
.sma-news-section .load-more_btn {
  width: 30%;
  border-radius: 0;
  font-size: 14px;
  background-color: #666666;
  border: 2px solid #666666;
  padding: 6px 20px;
  color: #ffffff;
}
.article-title {
  color: #444444;
}
.article-title_icon {
  color: #999999;
  font-size: 14px;
}
.article-title_icon .icon-clock {
  font-size: 16px;
  vertical-align: middle;
}
.article-title_icon .source {
  margin-left: 15px;
}
.news-article-content {
  padding: 0px 85px 50px 85px;
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #cccccc;
}
.news-article-content p {
  margin-bottom: 0;
  margin-top: 42px;
  line-height: 42px;
  text-indent: 32px;
}
.news-article-content img {
  margin-top: 42px;
}
.turn-page > li {
  font-size: 14px;
}
.turn-page > li > a {
  color: #444444;
}
.turn-page > li > a:hover, .turn-page > li > a:active, .turn-page > li > a:focus {
  color: #FFA800;
  text-decoration: underline;
}
.sma-contact-section {
  padding-bottom: 80px;
}
.contact-icon-ul {
  margin-top: 80px;
}
.contact-icon-ul a {
  color: #444444;
}
.contact-icon-box {
  position: relative;
  width: 100%;
  height: 106px;
}
.contact-icon-box .icon-bg {
  position: absolute;
  width: 82px;
  height: 96px;
  left: 50%;
  top: 0;
  margin-left: -41px;
  background: url('../image/ico.png') no-repeat 0 -604px;
}
.contact-icon-box .contact-icon-box2 {
  background: url('../image/ico.png') no-repeat 0 -513px;
}
.contact-icon-box .contact-icon-box3 {
  background: url('../image/ico.png') no-repeat 0 -421px;
}
.contact-map {
  width: 100%;
  height: 500px;
  margin-bottom: 80px;
  border: 1px solid #cccccc;
}
.strong{
  font-weight: bold
}

#fh5co-about,
#fh5co-services,
#fh5co-equipment,
#fh5co-team,
#fh5co-news,
#fh5co-contact,
#fh5co-testimonial,
#fh5co-product{
  padding: 100px 0;
  clear: both;
}
#fh5co-footer {
  position: relative;
  padding: 50px 0;
  clear: both;
}
.codeWarp{
  display: flex;
  flex-direction: row-reverse;
  align-items: center
}

.footerPicName{
  font-size: 14px;
  background: #FFC600;
  margin-top: 5px;
  line-height: 16px;
  padding: 5px 0
}
@media screen and (max-width:700px){
  .section-content-bg,.section-content-bg1,.section-content-bg2,.section-content-bg3,.section-content-bg4,.section-content-bg5{
    margin-top: 13%;
    height: 150px;
    background-position: top;
    background-size: auto 
  }
}
@media screen and (max-width: 768px) {
  #topHeader{
    
  }
  .img-responsive{
    width: 100%
  }
  #fh5co-hero .flexslider{
    margin-top: 16%
  }
  /* .section-content-bg,.section-content-bg1,.section-content-bg2,.section-content-bg3,.section-content-bg4,.section-content-bg5{
    margin-top: 15.5%;
    height: 150px;
    background-position: top;
    background-size: auto
  } */
  .picWarp{
    font-size: 12px
  }
  /* .section-content{
    top: 55%;
    left: 43%;
  } */
  .section-content h1{
    font-size: 20px
  }
  .section-content{
    top: 39%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto
  }
  .section-content p{
    font-size: 14px !important
  }
  .introduce{
    padding: 5% 6% 5% 6%;
    font-size: 15px;
  }
  .introduce p{
    max-width: 1000px !important;
    line-height: 2 !important
  }
  #fh5co-about,
  #fh5co-services,
  #fh5co-equipment,
  #fh5co-team,
  #fh5co-news,
  #fh5co-contact,
  #fh5co-testimonial,
  #fh5co-product {
    padding: 60px 0;
  }
  .read_more-wrapper {
    margin-top: 30px;
  }
  .read_more {
    margin-top: 30px;
  }
  .news-wrapper .news-content .title a {
    font-size: 18px;
  }
  #fh5co-footer {
    padding-bottom: 105px;
  }
  .page-intro_content .left-content,
  .page-intro_content .right-content,
  .page-intro_content .content-pos {
    padding-top: 15px;
  }
  .page-intro_content, .sma-service-section {
    padding-top: 15px;
    padding-bottom: 100px;
  }
  .page-intro_content p, .introduce_content > p {
    margin-bottom: 0px;
  }
  .service-section-item {
    margin-top: 15px;
  }
  .equipment-section-item:hover .service-item_desc,
  .equipment-section-item .service-item_desc {
    min-height: 230px;
    height: auto;
  }
  .equipment-section-item:hover {
    position: static;
    padding: 0;
  }
  .equipment-section-box {
    border: 5px solid #FFA800;
  }
  .equipment-section-item .service-item_desc, .team-detail_wrapper .team-intro  {
    background-color: #FFA800;
  }
  .team-detail_wrapper .team-detail_album {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -130px;
    border: 5px solid #FFA800;
  }
  .team-item_box {
    padding-top: 130px;
  }
  .team-detail_wrapper .team-intro,.team-item_box,
  .team-detail_wrapper:hover .team-item_box {
    position: static;
    height: auto;
  }
  .news-detail_wrapper {
    padding: 15px;
  }
  .news-detail_wrapper .news-detail_pic,
  .news-detail_wrapper .news-content {
    padding: 0;
  }
  .news-detail_wrapper .news-content {
    padding-top: 15px;
    border-right: 0;
  }
  .news-detail_wrapper .news-content .news-title {
    font-size: 16px;
  }
  .sma-news-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news-detail_wrapper .news-content_time {
    min-height: 30px;
    text-align: right;
  }
  .time-number {
    position: static;
  }
  .contact-icon-ul {
    margin-top: 60px;
  }
  .position-menus li {
    font-size: 12px;
    margin: 0 3px;
  }
  h3, .h3 {
    font-size: 18px;
  }
  .news-article-content p, .news-article-content img {
    margin-top: 15px;
  }
  .news-article-content {
    padding: 0px;
  }
}
#fh5co-footer {
  background: #4c4948;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 36px;
}
#fh5co-footer .fh5co-footer-links li a {
  color: #ffffff;
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li .mobile-num {
  font-size: 18px;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-footer-links .iconbg {
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url('../image/ico.png') no-repeat 0px 0px;
}
#fh5co-footer .fh5co-footer-links .icon-address_bg {
  background: url('../image/ico.png') no-repeat 0px -31px;
}
#fh5co-footer .fh5co-footer-links .icon-phone_bg {
  background: url('../image/ico.png') no-repeat 0px -68px;
}
#fh5co-footer .copy-right {
  margin-top:25px;
}
#fh5co-footer .copy-right > p{
  margin: 0;
  font-size: 12px;
  color: #999999;
}
#fh5co-footer .copy-right > p a {
  color: #999999;
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
}
#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: #999999;
}
#fh5co-offcanvas a:hover {
  color: #FFA800;
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 42px;
}
#fh5co-offcanvas .dropdown-backdrop {
  display: none;
}
#fh5co-offcanvas ul li > .dropdown-menu {
  position: relative;
  width: 190px;
  background-color: transparent;
}
#fh5co-offcanvas ul li > .dropdown-menu > li {
  padding: 10px 20px 10px 0px;
}
/* #fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
} */
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#topHeader{
  position: fixed;
  top: 0%;
  z-index: 99;
  right: 0%;
  left: 0;
  background: rgba(255, 255, 255, 0.7)
}
.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 30%;
  right: 40px;
  z-index: 999;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.our-p{
  color: white
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .gototop,.gototop.active {
    visibility: hidden;
  }
  .carousel-inner > .item > img{
    height: auto;
  }
}
.gototop ul li {
  position: relative;
  width: 60px;
  height: 68px;
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  font-size: 12px;
  padding-top: 15px;
  cursor: pointer;
}
.gototop .gotop-menus {
  height: 0px;
  opacity: 0;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  z-index: -1;
  overflow: hidden;
}
.gototop .gotop-menus.active {
  height: 205px;
  opacity: 1;
  z-index: 1;
  overflow: visible;
}
.gototop ul li:hover {
  background-color: #eeeeee;
}
.gototop .qq-box,
.gototop .mobile-box,
.gototop .wx-box {
  display: block;
  right: 70px;
  position: absolute;
  bottom: -93px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  opacity: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
.gototop .mobile-box {
  width: 230px;
  height: 68px;
  bottom: 0;
  line-height: 68px;
  font-size: 16px;
}
.float-bar-qrcode-box {
  padding: 20px;
}
.gototop .mobile-box::after, .gototop .wx-box::after {
  content: ' ';
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  overflow: hidden;
}
.gototop .qq-box-wrapper:hover .qq-box,
.gototop .wx-box-wrapper:hover .wx-box, 
.gototop .go-mobile-wrapper:hover .mobile-box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.gototop ul li .mobile-box {
  color: #FFA800;
}
.icon1{
  background: url('../image/ico.png') no-repeat 0 -509px;
}
.icon2{
  background: url('../image/ico.png') no-repeat 0 -618px;
}
.icon3{
  background: url('../image/ico.png') no-repeat 0 -728px;
}
.icon4{
  background: url('../image/ico.png') no-repeat 0 -837px;
}
.icon5{
  background: url('../image/ico.png') no-repeat 0 -948px;
}
.icon6{
  background: url('../image/ico.png') no-repeat 0 -1057px;
}
.icon7{
  background: url('../image/ico.png') no-repeat 0 -1168px;
}
.icon8{
  background: url('../image/ico.png') no-repeat 0 -1277px;
}

.gototop .go-bg {
  width: 21px;
  height: 21px;
  background: url('../image/ico.png') no-repeat 0 -180px;
}
.gototop .go-qq-bg {
  background: url('../image/ico.png') no-repeat 0 -219px;
}
.gototop .go-wx-bg {
  background: url('../image/ico.png') no-repeat 0 -259px;
}
.gototop .go-appointment-bg {
  background: url('../image/ico.png') no-repeat 0 -280px;
}
.gotop-ico_bg {
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #FFA800;
  border-top: 1px solid #eeeeee;
  color: #ffffff;
  cursor: pointer;
}
.gotop-ico_bg .up-icon {
  font-size: 26px;
}
.mobile-tabs {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px #d4d4d1;
  z-index: 1900;
}
.mobile-tabs ul li {
  padding: 10px 0 0 0;
}
.mobile-tabs .menu-list-item {
  border-right: 1px solid #eee;
}
.mobile-tabs ul li a {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.mobile-tabs-bg .tab-icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 3px;
  background: url(../image/ico.png) no-repeat 0 -180px;
}
.mobile-tabs-bg .tab-icon1 {
  background: url(../image/ico.png) no-repeat 0 -219px;
}
.mobile-tabs-bg .tab-icon2 {
  background: url(../image/ico.png) no-repeat 0 -259px;
}
.mobile-tabs-bg .tab-icon3 {
  background: url(../image/ico.png) no-repeat 0 -280px;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.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: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #999999;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #999999;
}
.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 {
  background: #fff;
  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 {
  background: #fff;
  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: absolute;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
.fh5co-nav-toggle.scroll-active {
  position: fixed;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}
@media (min-width: 580px) and (max-width: 836px) { 
  .fh5co-nav-toggle {
    top: 0.4%;
  }
}
@media (min-width: 412px) and (max-width: 580px) { 
  .fh5co-nav-toggle {
    top: 0.2%;
  }
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
  background: #FFA800;
}
.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 4px;
  border-radius: 0;
  margin: 4px;
  background-color: #ffffff;
}
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 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: #FFA800;
  color: #fff;
  border: 2px solid #FFA800;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #FFA800 !important;
  border-color: #FFA800 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #FFA800;
  border: 2px solid #FFA800;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #FFA800;
  color: #fff;
}
.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../image/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}
.pc-views {
  display: block;
}
.mobile-views {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-views {
    display: none;
  }
  .mobile-views {
    display: block;
  }
}
/* .icon-warp .iconAvatar,.icon-warp .iconAvatar img{
  width: 10rem;
  height: 10rem;
  border-radius:50% ;
  margin: 0 auto
} */
.iconAvatar{
  display: flex;
  flex-direction: column;
  justify-content: center
}
.icon-warp .iconAvatar img{
  width: 10rem;
  height: 10rem;
  border-radius:50% ;
  margin: 0 auto
}
@media screen and (min-width: 1200px) {
  .headerContainer{
    width: 1300px !important
  }
}
