@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #777;
  background: #fff;
}
#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.clearfix:after{display:block;visibility: hidden;font-size:0px;content: "";clear: both;height: 0;}
.clearfix{zoom:1;}
.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: #005ae6;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #005ae6;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fff;
  background: #005ae6;
}

::-moz-selection {
  color: #fff;
  background: #005ae6;
}

::selection {
  color: #fff;
  background: #318efd;
}

.qfd-nav {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 1001;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
@media screen and (max-width: 768px) {
  .qfd-nav {
    padding: 20px 0;
  }
}
.qfd-nav #qfd-logo {
  font-size: 30px;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.qfd-nav #qfd-logo em {
  color: #fff;
  font-weight: 100;
  font-style: normal;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.qfd-nav #qfd-logo a {
  display:block;
  background:url(../images/logo1.png) no-repeat;
  width:217px;
  height:46px;
  padding: 0px 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .qfd-nav .menu-1, .qfd-nav .menu-2 {
    display: none;
  }
}
.qfd-nav ul {
  padding: 0;
  margin: 1px 0 0 0;
}
.qfd-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width:115px;
  text-align:center;
}
.qfd-nav ul li a {
  font-size: 15px;
  padding: 30px 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight:400 !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position:relative;
}
.qfd-nav ul li a:hover, .qfd-nav ul li a:focus, .qfd-nav ul li a:active {
  color: #fff;
}
.qfd-nav ul li.has-dropdown {
  position: relative;
}
.qfd-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.qfd-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: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.qfd-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.qfd-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.qfd-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;
}
.qfd-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.qfd-nav ul li.has-dropdown .dropdown li.active > a {
  color: #000 !important;
}
.qfd-nav ul li.has-dropdown:hover a, .qfd-nav ul li.has-dropdown:focus a {
  color: #fff;
}

.qfd-nav ul li.active > a {
  color: #fff !important;
}
.qfd-nav.scrolled {
  background: #fff;
  webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
.qfd-nav.scrolled ul {
  padding: 0;
  margin: 1px 0 0 0;
}
.qfd-nav.scrolled ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  position:relative;
  width:115px;
  text-align:center;
}
.qfd-nav.scrolled ul li a b{
	display: block;
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 19px;
    left: 0px;
    background: #005ae6;
    opacity: 0;
    -webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01,1);
	}
.qfd-nav ul li a b{
	display: block;
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 19px;
    left: 0px;
    background: #005ae6;
    opacity: 0;
    -webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01,1);
	}
.qfd-nav ul li a:hover b{
	transform: scale(1,1);
    opacity: 1;
	}
.qfd-nav.scrolled ul li > a.home b{
	display: block;
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 19px;
    left: 0px;
    background: #005ae6;
    opacity: 0;
    -webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01,1);
	}
.qfd-nav.scrolled ul li.active > a b{
	transform: scale(1,1);
    opacity: 1;
	}
.qfd-nav ul li a.home b{
	display: block;
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 19px;
    left: 0px;
    background: #005ae6;
    opacity: 1;
    -webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(1,1);
	}	
.qfd-nav.scrolled ul li a {
  color: rgba(0, 0, 0, 0.5);
}
.qfd-nav.scrolled ul li a:hover {
  color: black;
}
.qfd-nav.scrolled ul li.active > a{
  color: #005ae6 !important;
}
.qfd-nav.scrolled ul li.active > a.home span,.qfd-nav.scrolled ul li.active > a.about span,.qfd-nav.scrolled ul li.active > a.service span,.qfd-nav.scrolled ul li.active > a.work span,.qfd-nav.scrolled ul li.active > a.client span,.qfd-nav.scrolled ul li.active > a.contact span{
	display:none;
}
.qfd-nav.scrolled ul li.active > a.home:after{
  content:"HOME";
}
.qfd-nav.scrolled ul li.active > a.about:after{
  content:"ABOUT";
}
.qfd-nav.scrolled ul li.active > a.service:after{
  content:"SERVICE";
}
.qfd-nav.scrolled ul li.active > a.work:after{
  content:"WORKS";
}
.qfd-nav.scrolled ul li.active > a.client:after{
  content:"CLIENT";
}
.qfd-nav.scrolled ul li.active > a.contact:after{
  content:"CONTACT";
}

.qfd-nav.scrolled #qfd-logo em, .qfd-nav.scrolled #qfd-logo a {
  background:url(../images/logo2.png) no-repeat;
}

#qfd-hero .qfd-video-link a {
  color: rgba(255, 255, 255, 0.5);
}
#qfd-hero .qfd-video-link a i {
  font-size: 78px;
  top: 2px;
  position: relative;
  color: #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#qfd-hero .qfd-video-link a:hover {
  color: white;
}
#qfd-hero .qfd-video-link a:hover 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);
}
@media screen and (max-width: 480px) {
  #qfd-hero .text-left {
    text-align: center !important;
  }
}
@media screen and (max-width: 480px) {
  #qfd-hero .btn {
    display: block;
    width: 100%;
  }
}

#qfd-header,
#qfd-counter,
.qfd-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.qfd-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

.qfd-video {
  height: 450px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.qfd-video.qfd-video-sm {
  height: 250px;
}
.qfd-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.qfd-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.qfd-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.qfd-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.qfd-video:hover a {
  position: relative;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.qfd-cover {
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
  overflow:hidden;
}
.qfd-cover a {
  color: #005ae6;
}
.qfd-cover a:hover {
  color: white;
}
.qfd-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(35, 35, 35, 0.5);
}
.qfd-cover > .container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .qfd-cover {
    height: 600px;
  }
}
.qfd-cover .display-t,
.qfd-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .qfd-cover .display-t,
  .qfd-cover .display-tc {
    height: 600px;
  }
}
.qfd-cover.qfd-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .qfd-cover.qfd-cover-sm {
    height: 400px;
  }
}
.qfd-cover.qfd-cover-sm .display-t,
.qfd-cover.qfd-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .qfd-cover.qfd-cover-sm .display-t,
  .qfd-cover.qfd-cover-sm .display-tc {
    height: 400px;
  }
}
.qfd-cover.qfd-cover-xs {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .qfd-cover.qfd-cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }
}
.qfd-cover.qfd-cover-xs .display-t,
.qfd-cover.qfd-cover-xs .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .qfd-cover.qfd-cover-xs .display-t,
  .qfd-cover.qfd-cover-xs .display-tc {
    padding: 3em 0;
    height: inherit !important;
  }
}
.qfd-cover.qfd-cover-xxs {
  padding: 3em 0;
}
.qfd-cover .btn-primary {
  color: #fff !important;
}

#qfd-about,
#qfd-service,
#qfd-works,
#qfd-client,
#qfd-contact{
  padding: 80px 0;
  clear: both;
}
#qfd-works{
	background:#232323;
	}
#qfd-about .img-shadow {
	text-align:center;
}
#qfd-about .img-shadow img{
	}
#qfd-about .about-text{
	width:55%;
	float:left;
	}
#qfd-about .about-pic{
	width:44%;
	float:right;
	}
#qfd-about .heading {
  position: relative;
}
#qfd-about .heading .subtle-text {
  position: absolute;
  bottom: -1.6em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
}
#qfd-about .about-text p{
	margin: 0 0 28px 0;
    text-indent: 2em;
	font-size:14px;
	color:#515151;
	}
@media screen and (max-width: 768px) {
  #qfd-about .img-shadow{
	  text-align:center;
  }
}
#qfd-service .heading {
  position: relative;
}
#qfd-service .heading .subtle-text {
  position: absolute;
  bottom: -1.6em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
  line-height: 1;
}
#qfd-service .heading .subtle-text span {
  display: block;
}
#qfd-service .qfd-practice-area-item {
  margin-bottom: 30px;
}
#qfd-service .qfd-practice-area-item .qfd-icon,
#qfd-service .qfd-practice-area-item .qfd-copy {
  display: table-cell;
  vertical-align: top;
}
#qfd-service .qfd-practice-area-item .qfd-icon {
  width: 100px;
}
@media screen and (max-width: 768px) {
  #qfd-service .qfd-practice-area-item .qfd-icon {
    width: 70px;
  }
}
#qfd-service .qfd-practice-area-item .qfd-copy h3 {
  margin-bottom: 15px;
  font-size: 24px;
}
#qfd-service,#qfd-contact{
	background:#f8f8f8;
	}
#qfd-our-team .heading {
  position: relative;
}
#qfd-our-team .heading .subtle-text {
  position: absolute;
  bottom: -1.6em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
  line-height: 1;
}
#qfd-our-team .heading .subtle-text span {
  display: block;
}
#qfd-our-team .team-item {
  margin-bottom: 9em;
}
#qfd-our-team .team-item:last-child {
  margin-bottom: 0;
}
#qfd-our-team .qfd-team-reverse .img-shadow,
#qfd-our-team .qfd-team .img-shadow {
  position: relative;
  background: #005ae6;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
#qfd-our-team .qfd-team-reverse .img-shadow img,
#qfd-our-team .qfd-team .img-shadow img {
  position: relative;
  top: -20px;
  right: -20px;
}
#qfd-our-team .qfd-team .img-shadow img {
  top: -20px;
  left: -20px;
}

#qfd-contact .heading {
  position: relative;
}
#qfd-contact .heading .subtle-text {
  position: absolute;
  bottom: -1em;
  left: 0;
  text-transform: uppercase;
  font-size: 208px;
  color: #F8F8F8;
  font-weight: 900;
  z-index: -1;
  line-height: 1;
}
#qfd-contact .heading .subtle-text span {
  display: block;
}
#qfd-contact .form-group {
  margin-bottom: 30px;
}
#qfd-contact .form-control {
  height: 70px;
  font-size: 18px;
  box-shadow: none !important;
  border: 1px solid #cccccc;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
}
#qfd-contact textarea {
  height: inherit !important;
  resize: vertical;
}

.heading {
  text-align: center;
}
.heading h1 {
font-size: 30px;
    color: #202020;
    font-weight: 300;
    margin-top: 45px;
    margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .heading h1 {
    font-size: 26px;
  }
}
.heading .sub {
  position: relative;
  padding-bottom: 40px;
  font-size: 18px;
  color: #202020;
  font-weight:300;
  font-family: "Open Sans", Arial, sans-serif;
}

.heading-colored {
  color: #005ae6;
}

.read-more i {
  position: relative;
  top: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.read-more:hover i {
  padding-left: 10px;
}

.qfd-social-icons {
  margin: 0;
  padding: 0;
}
.qfd-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.qfd-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #005ae6;
  padding-left: 10px;
  padding-right: 10px;
}
.qfd-social-icons li a i {
  font-size: 20px;
}

.qfd-contact-info {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}
.qfd-contact-info ul {
  padding: 0;
  margin: 0;
  clear: both;
}
.qfd-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.qfd-contact-info ul li:before {
  color: #005ae6;
  position: absolute;
  left: 0;
  top: .05em;
  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;
}
.qfd-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.qfd-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.qfd-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.qfd-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

form label {
  font-weight: normal !important;
}


#qfd-header .display-tc h1, #qfd-header .display-tc h2,
.qfd-cover .display-tc h1,
.qfd-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#qfd-header .display-tc h1,
.qfd-cover .display-tc h1 {
  margin-bottom: 30px;
  font-size: 59px;
  padding-top:250px;
  line-height: 1.5;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  #qfd-header .display-tc h1,
  .qfd-cover .display-tc h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px){
#qfd-about .about-text{
	width:100%;
	}
#qfd-about .about-pic{
	width:100%;
	}
	}
#qfd-header .display-tc h2,
.qfd-cover .display-tc h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#qfd-footer {
  padding-top: 30px;
  background: #232323;
}
#qfd-footer .qfd-footer-links {
  padding: 0;
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}
#qfd-footer .qfd-footer-links li {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
  line-height: 1;
}
#qfd-footer .qfd-footer-links li a {
  text-decoration: none;
}
#qfd-footer .qfd-footer-links li a:hover {
  text-decoration: underline;
}
#qfd-footer .qfd-widget {
  margin-bottom: 30px;
}
#qfd-footer .qfd-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#qfd-footer .qfd-widget .qfd-quick-contact {
  padding: 0;
  margin: 0;
}
#qfd-footer .qfd-widget .qfd-quick-contact li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#qfd-footer .qfd-widget .qfd-quick-contact li i {
  width: 30px;
  float: left;
  font-size: 18px;
  position: relative;
  margin-top: 4px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
@media screen and (max-width: 768px) {
  #qfd-footer .copyright .pull-left,
  #qfd-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}
#qfd-footer .copyright .block {
  display: block;
}

#qfd-offcanvas {
  position: absolute;
  position: fixed;
  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) {
  #qfd-offcanvas {
    display: block;
  }
}
.offcanvas #qfd-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#qfd-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#qfd-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#qfd-offcanvas ul {
  padding: 0;
  margin: 0;
}
#qfd-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#qfd-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#qfd-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#qfd-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;
}
#qfd-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);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.qfd-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.qfd-nav-toggle.active i::before, .qfd-nav-toggle.active i::after {
  background: #444;
}
.qfd-nav-toggle:hover, .qfd-nav-toggle:focus, .qfd-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.qfd-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;
}
.qfd-nav-toggle i::before, .qfd-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.qfd-nav-toggle.qfd-nav-white > i {
  color: #fff;
  background: #fff;
}
.qfd-nav-toggle.qfd-nav-white > i::before, .qfd-nav-toggle.qfd-nav-white > i::after {
  background: #fff;
}

.qfd-nav-toggle i::before {
  top: -7px;
}

.qfd-nav-toggle i::after {
  bottom: -7px;
}

.qfd-nav-toggle:hover i::before {
  top: -10px;
}

.qfd-nav-toggle:hover i::after {
  bottom: -10px;
}

.qfd-nav-toggle.active i {
  background: transparent;
}

.qfd-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);
}

.qfd-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);
}

.qfd-nav-toggle {
  position: fixed;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .qfd-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 30px;
}
.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: #005ae6;
  color: #fff;
  border: 2px solid #005ae6 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #8bde2f !important;
  border-color: #8bde2f !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #005ae6;
  border: 2px solid #005ae6;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #005ae6;
  color: #fff;
}

.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-white {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #000;
  background: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-white.btn-outline {
  color: #fff;
  border: 2px solid #fff;
}
.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
  background: #fff;
  color: #000;
  border: 2px solid #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;
}

#qfd-contact h3 {
  color: #fff;
  font-size: 30px;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.qfd-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}
.nGyroParallax1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: .5s ease-out;
  z-index:2;
}


#chouchin-1-1 {
  margin: -450px 0 0 -1200px;
}
#chouchin-1-2 {
  margin:300px 0 0 -730px;
}
#chouchin-1-1 img,
#chouchin-1-2 img,#aori img,
#hotaru img,#pen img,#mouse img{
  transform: translate3d(0,0,0);
  transition: .5s;
}
#aori {
  margin: 70px 0 0 -500px;
}
#hotaru {
  margin: -90px 0 0 200px;
}
#pen{
	margin:-50px 0 0 820px;
	}
#mouse{
	margin:260px 0 0 750px;
	}


#console {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 32px;
  background: rgba(0,0,0,.6);
  box-sizing: border-box;
}
.slogan_text{
	font-size:30px;
	color:#202020;
	font-weight:300;
	margin-top:60px;
	margin-bottom:60px;
	}
.service-block{
	width:300px;
	height:350px;
	float:left;
	}
.service-item .icon{
	height:170px;
	}
.service-item .text{
	text-align:center;
	}
.service-item h3{
	font-size:18px;
	font-weight:300;
	color:#3a3a3a;
	margin:0px;
	}
.service-item p{
	color:#999;
	font-size:12px;
	font-family:Helvetica;
	}
.service-a{
	background:url(../images/service_icon1.png) no-repeat center center;
	width:100%;
	}
.service-b{
	background:url(../images/service_icon2.png) no-repeat center center;
	width:100%;
	}
.service-c{
	background:url(../images/service_icon3.png) no-repeat center center;
	width:100%;
	}
.service-d{
	background:url(../images/service_icon4.png) no-repeat center center;
	width:100%;
	}
	

#zzsc {
	height: 459px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #CCCCCC;
}
#zzsc .pre{
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: -50px top;
	display: block;
	height: 47px;
	width: 25px;
	cursor:pointer;
	position: absolute;
	left: 100px;
	top: 182px;
	z-index:5;
}
#zzsc a.pre:hover{
	background-position: -75px top;
	}
#zzsc .next{
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 47px;
	width: 25px;
	cursor:pointer;
	top: 182px;
	right: 0px;
	position: absolute;
	}
#zzsc a.next:hover{
	background-position: -25px top;
	}
#zzsc #wai_box {
	height: 459px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#zzsc #wai_box .zzsc_box .title {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	background:rgba(000, 000, 000, 0.5);
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#6B000000,endColorstr=#6B000000); 
	display: none;
	height: 30px;
	position: absolute;
	bottom: 0px;
	z-index: 30;
	width:248px;
	text-indent: 1em;
	left: 0px;	
}
#zzsc .zzsc_box{
	width:5760px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#zzsc .zzsc_box a.img:hover{
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	Opacity:0.9;
	Filter:alpha(opacity=90);
	outline:none;
}
#zzsc .zzsc_box .img{
	display: block;
	width:100%;
	height:100%;
}
#zzsc .zzsc_box ul {
	float: left;
	display: block;
	height: 459px;
	width: 1920px;
}
#zzsc .zzsc_box li {
	float: left;
	font-size: 0px;
	line-height: 0px;
	position: relative;
	width:20%;
}
#zzsc .nav {
	height: 10px;
	margin-top: 20px;
	width:231px;
	margin-right: auto;
	margin-left: auto;
}
#zzsc .nav a {
	background:rgba(100, 100, 100, 0.7);
	display: block;
	float: left;
	height: 10px;
	width: 75px;
	font-size: 0px;
	line-height: 0px;
	margin-right: 2px;
	cursor:pointer;
}
#zzsc .nav a:hover{
	background-color: #F9B766;
}
#zzsc .nav .now{
	background-color: #F9B766;
}

.partner-box ul{
	padding-left:0px;
	padding-top:20px;
	padding-bottom:30px;
	}
.partner-box li{
	width:20%;
	float:left;
	display: inline;
    padding: 0.75% 0;
	}
.partner-box li img{width: 100%;margin: 0 auto;display: block;}
.contact-cont ul{
	padding-left:0px;
	margin-bottom:80px;
	}
.contact-cont li{
	float:left;
	width:23.5%;
	display:inline-block;
	margin:0 0.75%;
	height:240px;
	padding-top:2%;
	padding-bottom:2%;
	padding-left:0.75%;
	padding-right:0.75%;
	background:#fff;
	text-align:center;
	}
.contact-cont li span{
	display:block;
	font-size:15px;
	font-weight:300;
	font-family: "Open Sans", Arial, sans-serif;
	}
.contact-icon{
	margin-bottom:10px;
	margin-top:10px;
	}
.pull-left {
	text-align:center;
}
/*# sourceMappingURL=style.css.map */
