/* Body 
------------------------------------- */
body {
		background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position: relative;
}

html,body {
      width: 100%;
      height:100%;
  }
body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}
::-webkit-scrollbar{
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #252525;
}

.post-masonry img {
    width: 100%;
    display: block;
}
.clear {
	clear:both;
	}
/* Typography
------------------------------------- */


/* All Section styles
------------------------------------- */
.parallax-section {
  	background-attachment: fixed !important;
  	background-size: cover !important;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -webkit-justify-content:center;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background:#fff url(../images/preloader_bg.jpg) center no-repeat;
  background-size:cover;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 5px;
  position: relative;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 162px;
  margin-top: -81px;
  margin-left: -75px;
  background:url(../images/logo.jpg) center no-repeat;
  background-size:auto 100%;
  animation: spinner .5s linear forwards;
  -webkit-animation: spinner .5s linear forwards;
  opacity:0;
  -webkit-opacity:0;
}

@-webkit-@keyframes spinner {
  to {-webkit-opacity:1;}
}

@keyframes spinner {
  to {opacity:1;}
}

/* 首页导航 */
#fh5co-main-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1002;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  overflow-y: scroll;
}
#fh5co-main-nav .fh5co-nav-toggle {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 20px;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.1);
  line-height: 0;
  padding: 0 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-main-nav .fh5co-nav-toggle:hover {
  background: rgba(0, 0, 0, 0.7);
}
#fh5co-main-nav .fh5co-nav-toggle i {
  top: 19px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-indent: 0;
}
#fh5co-main-nav .fh5co-nav-toggle.show {
  visibility: visible;
  opacity: 1;
}
.menu-show #fh5co-main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#fh5co-main-nav ul {
  text-align: center;
  padding: 50px 0 0 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-main-nav ul {
    padding: 20px 0 0 0;
  }
}
#fh5co-main-nav ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
#fh5co-main-nav ul li a {
  display: block;
  width: 100%;
  color: white;
  font-size:16px;
  padding: 10px 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  #fh5co-main-nav ul li a {
    font-size:18px;
    padding: 10px 0;
  }
}
#fh5co-main-nav ul li a:hover {
  background: rgba(0, 0, 0, 0.4);
}
#fh5co-main-nav ul li a:hover, #fh5co-main-nav ul li a:active, #fh5co-main-nav ul li a:focus {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  text-decoration: none;
}
#fh5co-main-nav ul li.active a {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  #fh5co-main-nav ul li {
    display: block;
  }
}

.fh5co-table {
  display: table;
  width: 100%;
  height:100vh;
}
@media screen and (max-width: 768px) {
  .fh5co-table {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}
.fh5co-table .fh5co-table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .fh5co-table .fh5co-table-cell {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}
.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top:10vh;
  right:15px;
}
.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: #fff;
  transition: all .2s ease-out;
}
.menu-show .fh5co-nav-toggle i {
  background: #fff;
  color: #fff;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menu-show .fh5co-nav-toggle i::before, .menu-show .fh5co-nav-toggle i::after {
  background: #fff;
}
.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);
}

@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 0px;
  }
}


/* navigation styles
/* ========================================== */
.navbar-default {
	padding:10px 15px;
    background:url(../images/row1-top-tail.gif) left top repeat-x;
    background-size:auto 100%;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.5);
    margin: 0 !important;
  }
 .navbar-brand {
 	padding:0;
 height:auto;
 	}
 .navbar-default .logo {
 	height:50px;
 	}
.navbar-default .navbar-brand {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  }
.navbar-default li {
	margin-top:10px;
  padding:5px 20px;
  background:url(../images/menu-a-tail.gif) right center no-repeat;
  background-size:3px 100%;
}
.navbar-default .navbar-nav li a {
    color: #303030;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
  }
.navbar-default .navbar-nav li a:hover {
    color: #ffa400;
  }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #303030;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #538fb1;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
     border: none;
     padding-top: 12px;
  }
.navbar-default .navbar-toggle .icon-bar {
    background: #ffa400;
    border-color: transparent;
  }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}



/* home section styles
/* ========================================== */
.menu-show #home {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#home {
	display:none;
	position:relative;
	padding-top:1px;
  background: url('../images/home-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  text-align: center;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#home .home_bg {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: -moz-radial-gradient(center, ellipse cover,  #2d2d2d 8%, #0c0c0c 58%, #0b0b0b 80%, #0a0a0a 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(8%,#2d2d2d), color-stop(58%,#0c0c0c), color-stop(80%,#0b0b0b), color-stop(100%,#0a0a0a)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #2d2d2d 8%,#0c0c0c 58%,#0b0b0b 80%,#0a0a0a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #2d2d2d 8%,#0c0c0c 58%,#0b0b0b 80%,#0a0a0a 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #2d2d2d 8%,#0c0c0c 58%,#0b0b0b 80%,#0a0a0a 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #2d2d2d 8%,#0c0c0c 58%,#0b0b0b 80%,#0a0a0a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#0a0a0a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	opacity:0.2;
	-webkit-opacity:0.2;
	-moz-opacity:0.2;
	}
#home .container {
	position:relative;
	height:100%;
	overflow:hidden;
	}
#home .box_nav {
	margin-top:30vh;
	width:100%;
	}
#home .home-animated {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-160px;
	margin-top:-193px;
	width:320px;
	height:386px;
	}
#home .home-animated img {
	position:absolute;
	opacity:0;
	}
#home .home-animated .img1 {
	top:0;
	left:74px;
	width:55%;
	}
#home .home-animated .img2 {
	left:0;
	bottom:70px;
	width:47%;
	}
#home .home-animated .img3 {
	right:0;
	bottom:65px;
	width:48%;
	}
#home .home-animated p {
	position:absolute;
	bottom:0;
	width:100%;
	font-size:34px;
	color:#fff;
	text-align:center;
	font-weight:lighter;
	}
#home .home-animated p span {
	margin:0 15px;
	opacity:0;
	-webkit-opacity:0;
	}
.top-nav {
    margin:-15vh 0 0;
}
span.menu {
	display: none;
}
.top-nav ul {
    margin: 0;
    padding: 3em 0 0;
    text-align: center;
    border-top: 3px solid #fff;
}
.top-nav ul li {
    display: inline-block;
    margin: 0 1em;
}
.top-nav ul li a {
    font-size: 1.3em;
    color: #fff;
	padding: 2.6em .5em .5em;
	position: relative;
	transition:.5s all;	
}
.top-nav ul li a:before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 15px;
    height: 15px;
	-webkit-border-radius: 32px;
    border-radius: 32px;
	-moz-border-radius: 32px;
    left: 42%;
    top: -4px;
	transition:.5s all;
}
.top-nav ul li a:hover ,.top-nav ul li.active a{
    color: #FAA026;
    text-decoration:none;
}
.top-nav ul li a:hover::before,.top-nav ul li.active a::before{
    background-color: #FAA026;
    width: 21px;
    height: 21px;
    top: -6px;
}
/*---------------------------------------
  企业简介             
-----------------------------------------*/

#fh5co-intro {
  position: relative;
  bottom: 0;
  z-index: 10;
  padding-top:7em;
  padding-bottom: 7em;
  background:url(../images/about_bg.jpg) center no-repeat fixed;
  background-size:cover;
}
@media screen and (max-width: 768px) {
  #fh5co-intro {
  	padding-top:3em;
    padding-bottom: 3em;
  }
}
#fh5co-intro > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.watch-video {
  text-align: center;
  width: 100%;
  display: block;
  float: left;
}
.watch-video p {
	margin-bottom:2em;
	font-size:16px;
	color:#fff;
	text-shadow:0 0 3px #333;
	text-align:left;
	text-indent:2em;
	}
.watch-video span {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color:#fff;
}
.watch-video .btn-video {
  display: block;
  font-size: 60px;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  border: 2px solid #52d3aa;
  line-height: 0px;
  display: table;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color:#52d3aa;
}
.watch-video .btn-video:hover, .watch-video .btn-video:focus, .watch-video .btn-video:active {
  text-decoration: none;
}
.watch-video .btn-video i {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  right: -9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.watch-video .btn-video:hover i, .watch-video .btn-video:focus i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
[class^="icon-"], [class*=" icon-"] {
	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;
}
.icon-play2:before {
	content: "\f04b";
}
/* 案例 */
#fh5co-work {
  padding:4em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-work {
    padding:3em 0;
  }
}
.section-heading {
	float: left;
	width: 100%;
	padding-bottom:30px;
	clear: both;
	}
.section-heading h2 {
	margin: 0 0 20px 0;
	font-size:40px;
	font-weight: 300;
	color: #444;
	text-transform: uppercase;
	position: relative;
	display: block;
	padding-bottom: 20px;
	line-height: 1.5;
	letter-spacing:5px;
	}
.section-heading h2:after {
	content: "";
	position: absolute;
	display: block;
	width: 80px;
	height: 2px;
	background: $brand-primary;
	left: 50%;
	margin-left: -40px;
	bottom: 0;
}
.section-heading h3 {
	font-weight: 300;
	line-height: 1.5;
	color: #929292;
}
#fh5co-work {
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  background-color: #52d3aa;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
}
#fh5co-work a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
#fh5co-work a:hover {
  color: white;
}
/*#fh5co-work:before,#fh5co-work:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#fh5co-work:before {
  top: 0;
  margin-top: -35px;
}
#fh5co-work:after {
  bottom: 0;
  margin-bottom: -35px;
}*/
#fh5co-work .section-heading h2 {
  color: #fff;
}
#fh5co-work .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3);
}
#fh5co-work .section-heading h3 {
  color: rgba(255, 255, 255, 0.8);
  font-size:16px;
  text-align:left;
  text-indent:2em;
}
#fh5co-work .fh5co-project-item {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-work .fh5co-project-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-work .fh5co-project-item .fh5co-text {
  padding: 10px 20px;
}
#fh5co-work .fh5co-project-item .fh5co-text h2, #fh5co-work .fh5co-project-item .fh5co-text span {
  text-decoration: none !important;
}
#fh5co-work .fh5co-project-item .fh5co-text h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color:#333;
}
#fh5co-work .fh5co-project-item .fh5co-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
#fh5co-work .fh5co-project-item:hover, #fh5co-work .fh5co-project-item:focus {
  -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  top: -15px;
}
#fh5co-work .fh5co-project-item:hover img, #fh5co-work .fh5co-project-item:focus img {
  opacity: .7;
}
#fh5co-work .fh5co-project-item:hover h2, #fh5co-work .fh5co-project-item:hover span, #fh5co-work .fh5co-project-item:focus h2, #fh5co-work .fh5co-project-item:focus span {
  text-decoration: none !important;
}

/* 奖牌 */
.dg-container{
	width: 100%;
	position: relative;
	background:#F6F6F6;
	overflow:hidden;
}
.dg-wrapper{
	width: 360px;
	height: 90vh;
	line-height:90vh;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 360px;
	/*height: 360px;*/
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	max-width:360px;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	margin-left: -29px;
}

/*********************/
/*    招商代理     */
/*********************/
.zhaoshang {
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url('../images/jiameng.jpg') center center no-repeat;
	background-size: cover;
	min-height:100vh;
	overflow:hidden;
}

.zhaoshang .zhaoshang-content {
	padding-top: 14vh;
	padding-bottom: 2.125rem;
	text-align: center;
}

.zhaoshang .text-container {
	margin-bottom: 3rem;
}

.zhaoshang h1 {
	margin-bottom: 2rem;
	color: #fff;
}

.zhaoshang .p-large {
	padding-left:25px;
	color: #dfe5ec;
	font-size:1.2em;
	line-height:2em;
	text-align:left;
}
.zhaoshang .p-large span {
	margin-left:-25px;
	display:inline-block;
	width:25px;
	}
.zhaoshang .btn-solid-lg {
	margin-right: 0.5rem;
	margin-bottom: 1.25rem;
}
.btn-solid-lg {
	display: inline-block;
	padding: 2.5rem 5rem;
	border: 0.2rem solid #14bf98;
	border-radius: 0.5rem;
	background-color: #14bf98;
	color: #fff;
	font: 700 1.5rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	background-color: transparent;
	color: #14bf98;
	text-decoration: none;
}
@media (min-width: 768px) {
	
	/* General Styles */
	.p-heading {
		width: 85%;
		margin-right: auto;
		margin-left: auto;
	}
}
@media (min-width: 992px) {
	
	/* General Styles */
	.p-heading {
		width: 65%;
	}
}
@media (min-width: 1200px) {
	
	/* General Styles */
	.p-heading {
		width: 62%;
	}
}
/*********************/
/*    招商代理     */
/*********************/

/*===================
	Blog
=====================*/
.section-title{
	text-align: center;
    margin-bottom: 40px;
    padding: 0 190px;
}
.section-title h2{
	font-size:32px;
	font-weight: 500;
	-webkit-text-transform:uppercase;
	text-transform:uppercase;
	padding-bottom:10px;
	margin-bottom:15px;
	position:relative;
}
.section-title h2:before{
	content:"";
	width:100px;
	height:1px;
	position:absolute;
	bottom:-1px;
	margin-left:-50px;
	left:50%;
	background:#36BFC4;
}
.section-title h2::after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: -6px;
	margin-left: -3px;
	left: 50%;
	background:#36BFC4;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.section-title p{
	font-size:15px;
	color:#888;
}
#blog{padding:100px 0;background:#F6F6F6;font-family:'Roboto', sans-serif;overflow:hidden;}
#blog .single-news{
	background:#faf9f9;
	border:1px solid #eeeeee;
}
#blog .single-news img{
	width:100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#blog .single-news{
	position:relative;
}

#blog .single-news .news-body {
	position:relative;
	padding:25px 15px;
	margin-top: 15px;
}

#blog .single-news .news-body .date,
#blog-single .single-news .news-body .date {
	color: #fff;
	position: absolute;
	left: 0;
	top: 5px;
	margin:0;
	padding: 8px 8px;
	background:#36BFC4;
	font-size: 17px;
	line-height:1.1;
	font-weight:500;
}
#blog .single-news .news-body .date span,
#blog-single .single-news .news-body .date span {
	display: block;
	color: #fff;
	-webkit-text-transform: uppercase;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
#blog .single-news .news-body .title {
	margin-bottom:0;
	text-align:left;
}
#blog .single-news .news-body .title span{
	display:inline-block;
	
}
#blog .single-news .news-body .title .user{
	font-size:14px;
	-webkit-text-transform: capitalize;
	text-transform:capitalize;
}
#blog .single-news .news-body .title .user i{
	font-size:14px;
	margin-right:5px;
}
#blog .single-news .news-body .title .comment{
	font-size:14px;
	margin-left:10px;
	-webkit-text-transform: capitalize;
	text-transform:capitalize;
}
#blog .single-news .news-body .title .comment i{
	margin-right:5px;
}

#blog .single-news .news-body h2 {
	font-size: 18px;
	margin: -20px 0 0 40px;
	padding:4px 0;
	-webkit-text-transform: capitalize;
	text-transform:capitalize;
	line-height:1.3;
	font-weight:500;
}
#blog .single-news .news-body h2 a{
    display:block;
	text-decoration:none;
	color:#000;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#blog .single-news .news-body h2:hover a {
	color:#36BFC4;
	}
#blog .single-news .news-body span{
	display:block;
	color:#bbb;
	margin:5px 0 20px;
}
#blog .single-news .news-body p{
	color:#999;
	margin-bottom:25px;
	min-height:60px;
}
#blog .single-news .news-body .btn{
	padding:0;
}
#blog .single-news .news-body .btn:hover{
	color:#999
}
#blog .single-news .news-body .btn i{
	margin-left:5px;
}

#blog .button-head{
	text-align:center;
}

#blog .button{
	margin-top:55px;
	text-align:center;
	display:inline-block;
	position:relative;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#blog .button .btn{
	color:#333333b3;
	font-weight: 500;
    font-size: 15px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    padding: 0 45px 0 45px;
}


#blog .button .btn::before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	background: #333333b3;
	height: 2px;
	width: 40px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#blog .button:hover .btn::before{
	width: 100%;
}
#blog .button .btn:after{
	position:absolute;
	content:"";
	right:0;
	bottom:0;
	background:#333333b3;
	height:30px;
	width:2px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	
}
#blog .button:hover .btn::after{
	height: 100%;
}
#blog .button span::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #333333b3;
	height: 2px;
	width: 40px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#blog .button:hover span::before{
	width: 100%;
}
#blog .button span::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #333333b3;
	height: 30px;
	width: 2px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#blog .button:hover span::after{
	height: 100%;
}
#blog .news_list > div {
	margin-bottom:20px;
	}
	
	
/* Blog Single*/
#blog-single{padding:100px 0;background:#F6F6F6;font-family:'Roboto', sans-serif;}
#blog-single .single-news{
	background:#faf9f9;
	border:1px solid #eeeeee;
	
	margin-bottom: 40px;
}
#blog-single .single-news img{
	width:100%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

#blog-single .single-news .news-body {
	padding: 30px;
	margin-top: 15px;
	position: relative;
}

#blog-single .single-news .news-body .date {
	color: #fff;
	position: absolute;
	left: 0;
	top:7px;
	padding: 8px 8px;
	font-size: 17px;
}
#blog-single .single-news .news-body .date span {
	display: block;
	color: #fff;
	-webkit-text-transform: uppercase;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
#blog-single .single-news .news-body .title {
	margin-left: 40px;
	margin-top: -13px;
	margin-bottom:0;
	text-align:left;
}
#blog-single .single-news .news-body .title span{
	display:inline-block;
	
}
#blog-single .single-news .news-body .title .user{
	font-size:14px;
	-webkit-text-transform: capitalize;
	text-transform:capitalize;
}
#blog-single .single-news .news-body .title .user i{
	font-size:14px;
	margin-right:5px;
}
#blog-single .single-news .news-body .title .comment{
	font-size:14px;
	margin-left:10px;
	-webkit-text-transform:capitalize;
	text-transform:capitalize;
}
#blog-single .single-news .news-body .title .comment i{
	margin-right:5px;
}

#blog-single .single-news .news-body h2 {
	font-size: 18px;
	margin:-20px 0 0 40px;
	-webkit-text-transform:capitalize;
	text-transform:capitalize;
	line-height:1.1;
	font-weight:bold;
	color:#000;
}
#blog-single .single-news .news-body h2 a{
	text-decoration:none;
	color:#000;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#blog-single .single-news .news-body span{
	display:block;
	color:#bbb;
	margin:20px 0;
}
#blog-single .single-news .news-body p{
	color:#333;
	margin-bottom:25px;
/*	text-indent:2em;*/
}
#blog-single .single-news .news-body h3 {
	font-weight:bold;
	font-size:14px;
	}
#blog-single .single-news .news-body img {
	display:block;
	margin:10px 0;
	max-width:100%;
	width:auto;
	}
#blog-single .single-news .news-body .btn{
	padding:0;
}
#blog-single .single-news .news-body .btn:hover{
	color:#999
}
#blog-single .single-news .news-body .btn i{
	margin-left:5px;
}
#blog-single .single-news .news-body .tags {
	margin-top: 15px;
	font-size: 18px;
	-webkit-text-transform:capitalize;
	text-transform: capitalize;
	color: #666;
	font-weight:500;
}
#blog-single .single-news .news-body .tags li{
	display:inline-block;
	margin-left:5px;
	-webkit-text-transform:capitalize;
	text-transform:capitalize;
}

#blog-single .single-news .news-body .tags li a {
	font-size: 15px;
	font-weight:300;
}
#blog-single .single-news .news-body .tags li a:hover{
	color:#999;
}
#blog-single .single-news .paging {
	padding:30px 30px 50px;
	text-align:center;
	}
#blog-single .single-news .paging p {
	display:inline-block;
	color:#333;
	}
#blog-single .pagination-head{
	text-align:center;
}
#blog-single .pagination{
	text-align:center;
}
#blog-single .pagination ul{
	border:1px solid #666;
}
#blog-single .pagination ul li{
	display:inline-block;
	border-right:1px solid #666;
	
	
}

#blog-single .pagination ul li:last-child{
	border:none;
}
#blog-single .pagination ul li a{
	color:#666;
	-webkit-text-transform:capitalize;
	text-transform:capitalize;
	display:block;
	padding: 10px 20px;
	font-weight:600;
	
}
#blog-single .pagination ul li i{
	margin:0px 5px;
}
/*breadcrumb*/
.breadcrumb{
	padding:100px 0;
	margin:70px 0 0;
	background:url('../images/breadgramb_bg.jpg');
	background-size:100% auto;
	background-repeat:no-repeat;
	background-attachment:fixed;
	position:relative;
}
.breadcrumb:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	-webkit-opacity:0.6;
	opacity:0.6;
	content:"";
}
.breadcrumb .breadcrumb-text{
	text-align:center;
}
.breadcrumb .breadcrumb-text h2{
	padding-bottom: 10px;
	color:#fff;
	-webkit-text-transform:capitalize;
	text-transform:capitalize;
	letter-spacing:8px;
}
.breadcrumb .breadcrumb-text h2 span{
	color:#ED1C24;
	text-shadow:0px 0px 2px #fff;
}
.breadcrumb .breadcrumb-text ul {
	display:none;
	background: #fff3;
	padding: 15px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.breadcrumb .breadcrumb-text ul li{
	display:inline-block;
}
.breadcrumb .breadcrumb-text ul li a{
	color:#fff;
	font-size:15px;
}
.breadcrumb .breadcrumb-text ul li a:hover{
	color:#edecec;
}
.breadcrumb .breadcrumb-text ul li i{
	color:#fff;
}
.pages {
	padding-top:30px;
	text-align:center;
	}
.pages a,
.pages span {
	display:inline-block;
	padding:5px 10px;
	border:1px solid #e5e5e5;
	color:#5f5f5f;
	}
.pages span {
	background:#2fd0b5;
	color:#fff;
	}

footer *{
    color: #868686;
}
footer p,
footer ul {
	margin-bottom:0;
	}
footer div.footer-ribbon:before {
    border-right-color: #005580;
}
footer div.footer-ribbon:before {
    border-right: 10px solid #005580;
    border-top: 16px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}
footer div.footer-ribbon * {
	color:#fff;
	}
footer div.footer-ribbon {
    background: #0088CC;
    margin: -16px 0 0 30px;
    padding: 10px 20px 6px;
    position: absolute;
    font-weight: 700;
}

footer div.footer-ribbon span{
    font-weight: 700;
}

footer {
    background:#222426 url(../images/bottom-shadow.png) repeat-x;
    font-size: 0.9em;
    position: relative;
    line-height:80px;
}
section.contact{
	padding:20vh 0;
    background: #f5f5f5 url(../images/map-bottom.png);
    min-height: 60vh;
    background-size:auto 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
}

section.contact ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

section.contact li{
    line-height: 2;
}
#map img {
	max-width:initial;
	}
#map label {
	max-width:inherit;
	}
	

#footer-menu {
    text-align: center;
}
#footer-menu li{
    display: inline;
    list-style: none;
    margin-left: 10px;
}
.title span{
    font-weight: 900;
}

/*---------------------------------------
  dock             
-----------------------------------------*/
.dock {
    position: fixed;
    top:35%;
    right: 0px;
    width: 50px;
/*    -moz-opacity: 0.8;
    opacity: 0.8;*/
    z-index: 200;
}
.dock img{
	max-width:100%;
	}
.dock.close {
    z-index: 50;
}

.dock ul.icons {
    position: absolute;
    list-style: none;
    right: 0px;
    padding:20px 0px;
    width: 50px;
    border: 1px solid #333;
    border-right: none;
    background: #111;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
    right: -70px;
}

.dock ul.icons li i {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background: url(../images/icons.png) no-repeat;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 210;
}

.dock ul.icons li.active i {
	-webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.dock ul.icons li.tel i {
    background-position: -62px -108px;
}

.dock ul.icons li.im i {
    background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
    background-position: -59px -66px;
}

.dock ul.icons li p {
    display: block;
    position: absolute;
    top: 25px;
    right: -260px;
    padding: 15px 20px;
    height: 150px;
    color: White;
    line-height: 30px;
    border: 1px solid #333;
    border-right: none;
    background: #111;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease-in-out .1s;
    -moz-transition: all .4s ease-in-out .1s;
    -ms-transition: all .4s ease-in-out .1s;
    -o-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s;
    overflow: hidden;
    z-index: 201;
    font-size:14px;
}

.dock ul.icons li.active p {
    right: 50px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
    width: 145px;
}

.dock ul.icons li.im p {
    width: 160px;
}

.dock ul.icons li.im p a {
    display: block;
    margin-top: 12px;
    width: 100px;
    height: 35px;
    line-height: 32px;
    color: #00dfb9;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #00dfb9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
    color: White;
    background: #0f8773;
    border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
    width: 160px;
}
.dock ul.icons li.im p img,
.dock ul.icons li.wechat p img {
    width: 150px;
    border: 3px solid White;
}

.dock a.switch {
    position: absolute;
    display: block;
    top: 210px;
    right: 11px;
    width: 26px;
    height: 26px;
    background: url(../images/icons.png) no-repeat 0px -640px;
    cursor: pointer;
    transition:none;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -ms-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.dock a.switch.off {
    background-position: -32px -640px;
}


/* mobile responsive section styles
/* ========================================== */
@media (max-width: 768px) {
	.fh5co-nav-toggle {
		top:20px;
		right:20px;
		}
	.spinner:before {
	  width: 150px;
	  height: 162px;
	  margin-top: -81px;
	  margin-left: -75px;
	}
	.navbar-default {
		padding-top:0;
		padding-bottom:0;
		}
	.navbar-default li {
		background:none;
		}
	.navbar-default .logo {
		margin-top:5px;
		height:40px;
		}
	#home {
		width:100%;
		height:100%;
		background:url('../images/home-bg.jpg') center no-repeat fixed;
		background-size:cover;
		overflow:hidden;
		}
#home .home-animated {
	position:static;
	left:0;
	top:0;
	margin:15vh auto 0;
	width:70%;
	height:auto;
	}
#home .home-animated img,
#home .home-animated p {
	position:static;
	}
#home .home-animated .img2 {
	width:46%;
	}
#home .home-animated .img3 {
	margin-top:8px;
	margin-left:5%;
	width:47%;
	}
#home .home-animated p {
	margin-top:20px;
	font-size:20px;
	}
#home .box_nav {
	margin-top:30px;
	}
.top-nav {
	display:none;
	}
.wrap-about {
	padding:1em;
	}
.section-title {
	padding:0 10px;
	}
#fh5co-intro .row {
	margin:0;
	}
.watch-video p {
	margin-bottom:20px;
	width:100%;
	}
.dg-container {
	padding-bottom:0;
	}
.dg-wrapper,
.dg-wrapper a {
	width:360px;
	height:530px;
	line-height:530px;
	}
.dg-wrapper a img {
	width:100%;
	}
#blog-single {
	padding:30px 0;
	}
#blog-single .single-news .news-body {
	padding:20px 10px;
	}
.breadcrumb {
	margin-top:50px;
	padding-top:0;
	background-attachment:initial;
	}
.breadcrumb .container {
	display:none;
	}
section.contact {
	padding:20px 0;
	}
.section-heading h2 {
	font-size:30px;
	}
#blog {
	padding:30px 0;
	}
footer {
	padding:20px 0;
	}
footer h3 {
	font-size:18px;
	}
footer div.footer-ribbon {
	margin-top:-35px;
	}
.footer-copyright {
	margin-top:0;
	text-align:center;
	}
#footer-menu {
	text-align:center;
	}
footer p,
footer ul {
	padding:0;
	line-height:40px;
	}
footer div.container div.row > div {
    margin-bottom:0;
}
#clients img {
	margin-bottom:10px;
	max-width:100%;
	}
  h1 {
    font-size: 53px;
  }
}

@media (max-width: 650px) {
  h1 {
    font-size: 40px;
  }
}

@media (max-width: 450px) {
  h1 {
    font-size: 28px;
    line-height: 38px;
  }
  #home h5 {
    font-size: 11px;
  }
  #home .btn {
    display: inline-block;
    padding: 14px 32px;
  }
}

@media (max-width: 375px) {
  h1 {
    font-size: 24px;
    line-height: 34px;
  }
  #home h5 {
    font-size: 9px;
  }
}
