@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Exo:400,700,800,900);
/*
# Normalize
--------------------------------------------------------------*/
html {
  font-family: 'Exo', Helvetica, Tahoma, Arial, STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", Heiti, "黑体", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
# General
--------------------------------------------------------------*/
html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



html, body {
  height: 100%;
  width: 100%;
}

body {
  background-color: #ffffff;
  color: #626262;
  font-family: 'Exo', Helvetica, Tahoma, Arial, STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", Heiti, "黑体", sans-serif;
  font-size: 1em;
  font-weight: 300;
  text-align: center;
  line-height: 1.58;
  letter-spacing: .045em;
  overflow-x: hidden;
}

@media screen and (min-width: 992px) {
  body {
    text-align: left;
  }
}
p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #2196f3;
}
a:hover, a:focus, a:active {
  color: #1976d2;
  text-decoration: none;
  outline: none;
}

figure {
  margin: 0;
}

h1, h2,
h3, h4,
h5, h6 {
  color: #212121;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.3;
}

h1, h2, h3 {
  margin: 0 0 20px;
}

h4, h5, h6 {
  margin: 0 0 12px;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 2.1em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.btn {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 25px;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.btn i, .btn span {
  margin-right: 5px;
}

.btn.btn-sm {
  font-size: 9em;
  padding: 5px 18px;
}

.btn.btn-lg {
  font-size: 15px;
  padding: 14px 40px;
}

/*.btn-primary {*/
  /*background-color: #f44336;*/
  /*border-color: #f44336;*/
  /*color: #ffffff !important;*/
/*}*/
/*.btn-primary:hover, .btn-primary:focus, .btn-primary:active {*/
  /*background-color: #d32f2f !important;*/
  /*border-color: #d32f2f !important;*/
/*}*/

.btn-panel p {
  margin-bottom: 10px;
}
.btn-panel p p:last-child {
  margin-bottom: 0;
}

.more-btn {
  font-size: .8em;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.block-center {
  float: none;
  margin: 0 auto;
}

.block-image img {
  margin-bottom: -30px;
}

.fp-meta {
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.fp-hr {
  margin: 0 0 15px;
  width: 50px;
  border-color: #2196f3;
}

.text-center .fp-hr {
  margin: 0 auto 15px;
}

.fp-list {
  padding: 0;
  margin-bottom: 40px;
}
.fp-list li {
  position: relative;
  margin-bottom: 8px;
  list-style-type: none;
  /*padding-left: 24px;*/
}
.fp-list i {
  margin-right: 8px;
}
/*.fp-list li::before {*/
  /*content: '\f382';*/
  /*position: absolute;*/
  /*top: 2px;*/
  /*left: 0;*/
  /*color: #f44336;*/
  /*font-family: ionicons;*/
/*}*/

.overlay-black,
.overlay-white,
.overlay-primary,
.overlay-black,
.overlay-white,
.overlay-primary {
  padding: 0 !important;
}

.overlay-black .overlay-inner,
.overlay-black .overlay-inner h1, .overlay-black .overlay-inner h2,
.overlay-black .overlay-inner h3, .overlay-black .overlay-inner h4,
.overlay-black .overlay-inner h5, .overlay-black .overlay-inner h6,
.overlay-black .overlay-inner .fp-meta,
.overlay-primary .overlay-inner,
.overlay-primary .overlay-inner h1,
.overlay-primary .overlay-inner h2,
.overlay-primary .overlay-inner h3,
.overlay-primary .overlay-inner h4,
.overlay-primary .overlay-inner h5,
.overlay-primary .overlay-inner h6,
.overlay-primary .overlay-inner .fp-meta,
.gradient-overlay-black .overlay-inner,
.gradient-overlay-black .overlay-inner h1,
.gradient-overlay-black .overlay-inner h2,
.gradient-overlay-black .overlay-inner h3,
.gradient-overlay-black .overlay-inner h4,
.gradient-overlay-black .overlay-inner h5,
.gradient-overlay-black .overlay-inner h6,
.gradient-overlay-black .overlay-inner .fp-meta,
.gradient-overlay-primary .overlay-inner,
.gradient-overlay-primary .overlay-inner h1,
.gradient-overlay-primary .overlay-inner h2,
.gradient-overlay-primary .overlay-inner h3,
.gradient-overlay-primary .overlay-inner h4,
.gradient-overlay-primary .overlay-inner h5,
.gradient-overlay-primary .overlay-inner h6,
.gradient-overlay-primary .overlay-inner .fp-meta {
  color: #ffffff;
}

.overlay-white .overlay-inner {
  background-color: rgba(255, 255, 255, 0.6);
}

.overlay-black .overlay-inner {
  background-color: rgba(16, 16, 16, 0.4);
}

.overlay-primary .overlay-inner {
  background-color: rgba(33, 150, 243, 0.6);
}

.gradient-overlay-black .overlay-inner {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.15) 30%, #212121);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.15) 30%, #212121);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.15) 30%, #212121);
  background: linear-gradient(rgba(0, 0, 0, 0.15) 30%, #212121);
}

.gradient-overlay-white .overlay-inner {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.15) 30%, #FFFFFF);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.15) 30%, #FFFFFF);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.15) 30%, #FFFFFF);
  background: linear-gradient(rgba(255, 255, 255, 0.15) 30%, #FFFFFF);
}

.gradient-overlay-primary .overlay-inner {
  background: -webkit-linear-gradient(rgba(33, 150, 243, 0.15) 30%, #2196f3);
  background: -o-linear-gradient(rgba(33, 150, 243, 0.15) 30%, #2196f3);
  background: -moz-linear-gradient(rgba(33, 150, 243, 0.15) 30%, #2196f3);
  background: linear-gradient(rgba(33, 150, 243, 0.15) 30%, #2196f3);
}

.section {
  background-color: #FFFFFF;
  padding: 100px 0 60px;
  overflow-x: hidden;
}

.section-small {
  background-color: #FFFFFF;
  padding: 60px 0 60px;
  overflow-x: hidden;
}

.section-xsmall {
  background-color: #FFFFFF;
  padding: 20px 0 20px;
  overflow-x: hidden;
}

.section-bg {
  background-color: #f6f6f6;
}

.section-header {
  margin-bottom: 70px;
}
.section-header.alt {
  margin-bottom: 50px;
}
.section-header.alt .section-title {
  margin-bottom: 20px;
}
.section-header .section-title {
  font-size: 2.5em;
  font-weight: 400;
  margin-bottom: 15px;
}
.section-header .section-title span {
  color: #2196f3;
}

.overlay-black.section,
.overlay-white.section,
.overlay-primary.section,
.gradient-overlay-black.section,
.gradient-overlay-white.section,
.gradient-overlay-primary.section {
  padding: 0;
}
.overlay-black .overlay-inner,
.overlay-white .overlay-inner,
.overlay-primary .overlay-inner,
.gradient-overlay-black .overlay-inner,
.gradient-overlay-white .overlay-inner,
.gradient-overlay-primary .overlay-inner {
  padding: 100px 0 60px;
}

.social-links a {
  font-size: 1.7em;
  line-height: 1;
  padding: 2px 8px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.social-links a:hover {
  color: #2196f3;
}

.social-links.brand-color a.facebook {
  color: #3b5998;
}
.social-links.brand-color a.twitter {
  color: #55acee;
}
.social-links.brand-color a.g-plus {
  color: #dc4e41;
}
.social-links.brand-color a.linkedin {
  color: #e68523;
}
.social-links.brand-color a.pinterest {
  color: #bd081c;
}
.social-links.brand-color a.youtube {
  color: #cd201f;
}
.social-links.brand-color a.tumblr {
  color: #3b5998;
}
.social-links.brand-color a.instagram {
  color: #3f729b;
}

.social-links.brand-bg a {
  color: #ffffff !important;
}
.social-links.brand-bg a.facebook {
  background-color: rgba(59, 89, 152, 0.8);
}
.social-links.brand-bg a.facebook:hover {
  background-color: #3b5998;
}
.social-links.brand-bg a.twitter {
  background-color: rgba(85, 172, 238, 0.8);
}
.social-links.brand-bg a.twitter:hover {
  background-color: #55acee;
}
.social-links.brand-bg a.g-plus {
  background-color: rgba(220, 78, 65, 0.8);
}
.social-links.brand-bg a.g-plus:hover {
  background-color: #dc4e41;
}
.social-links.brand-bg a.linkedin {
  background-color: rgba(230, 133, 35, 0.8);
}
.social-links.brand-bg a.linkedin:hover {
  background-color: #e68523;
}
.social-links.brand-bg a.pinterest {
  background-color: rgba(189, 8, 28, 0.8);
}
.social-links.brand-bg a.pinterest:hover {
  background-color: #bd081c;
}
.social-links.brand-bg a.youtube {
  background-color: rgba(205, 32, 31, 0.8);
}
.social-links.brand-bg a.youtube:hover {
  background-color: #cd201f;
}
.social-links.brand-bg a.tumblr {
  background-color: rgba(59, 89, 152, 0.8);
}
.social-links.brand-bg a.tumblr:hover {
  background-color: #3b5998;
}
.social-links.brand-bg a.instagram {
  background-color: rgba(63, 114, 155, 0.8);
}
.social-links.brand-bg a.instagram:hover {
  background-color: #3f729b;
}

.social-links.brand-hover-color a:hover.facebook {
  color: #3b5998;
}
.social-links.brand-hover-color a:hover.twitter {
  color: #55acee;
}
.social-links.brand-hover-color a:hover.g-plus {
  color: #dc4e41;
}
.social-links.brand-hover-color a:hover.linkedin {
  color: #e68523;
}
.social-links.brand-hover-color a:hover.pinterest {
  color: #bd081c;
}
.social-links.brand-hover-color a:hover.youtube {
  color: #cd201f;
}
.social-links.brand-hover-color a:hover.tumblr {
  color: #3b5998;
}
.social-links.brand-hover-color a:hover.instagram {
  color: #3f729b;
}

.social-links.brand-hover-bg a.facebook:hover {
  background-color: #3b5998;
}
.social-links.brand-hover-bg a.twitter:hover {
  background-color: #55acee;
}
.social-links.brand-hover-bg a.g-plus:hover {
  background-color: #dc4e41;
}
.social-links.brand-hover-bg a.linkedin:hover {
  background-color: #e68523;
}
.social-links.brand-hover-bg a.pinterest:hover {
  background-color: #bd081c;
}
.social-links.brand-hover-bg a.youtube:hover {
  background-color: rgba(205, 32, 31, 0.1);
}
.social-links.brand-hover-bg a.tumblr:hover {
  background-color: rgba(59, 89, 152, 0.1);
}
.social-links.brand-hover-bg a.instagram:hover {
  background-color: rgba(63, 114, 155, 0.1);
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: #2196f3;
  font-size: 2em;
  z-index: 999;
  display: none;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.scroll-top:hover, .scroll-top:focus, .scroll-top:active {
  color: #2196f3;
}
/*Preloader*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  height: 100vh;
  width: 100%;
  z-index: 9999;
}

.preloader:before, .preloader:after {
  content: '';
  border: 5px solid #2196f3;
  width: 80px;
  height: 80px;
  border-radius: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
}

.preloader:before {
  -webkit-animation: pulse-outer 0.8s ease-in infinite;
  -moz-animation: pulse-outer 0.8s ease-in infinite;
  animation: pulse-outer 0.8s ease-in infinite;
}

.preloader:after {
  -webkit-animation: pulse-inner 0.8s linear infinite;
  -moz-animation: pulse-inner 0.8s linear infinite;
  animation: pulse-inner 0.8s linear infinite;
}

@-webkit-keyframes pulse-outer {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes pulse-outer {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes pulse-outer {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulse-inner {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes pulse-inner {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes pulse-inner {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media screen and (min-width: 992px) {
  .margin-top-100 {
    margin-top: 100px !important;
  }

  .margin-bottom-100 {
    margin-bottom: 100px !important;
  }

  .margin-top-80 {
    margin-top: 80px !important;
  }

  .margin-bottom-80 {
    margin-bottom: 80px !important;
  }

  .margin-top-60 {
    margin-top: 60px !important;
  }

  .margin-bottom-60 {
    margin-bottom: 60px !important;
  }

  .margin-top-40 {
    margin-top: 40px !important;
  }

  .margin-bottom-40 {
    margin-bottom: 40px !important;
  }

  .margin-top-20 {
    margin-top: 20px !important;
  }

  .margin-bottom-20 {
    margin-bottom: 20px !important;
  }
}
/*
# Navbar
--------------------------------------------------------------*/
nav {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 1360px) {
  nav { max-width: 1903px; }
}
@media (max-width: 1360px) {
  nav { max-width: 1343px; }
}
.navbar {
  min-height: 55px;
  border: none;
}
.navbar-default {
  position: fixed;
  background-color: #fff;
  border-radius: 0;
  border-color: none;
  border-bottom: none;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 4;
  /*border-bottom: 1px solid rgba(255,255,255,0.25);*/
}
.navbar-alt {
  background-color: transparent;
}
.navbar-small {
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.2);
}
.navbar-default .container {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-small .container {
  padding-top: 0px;
  position: relative;
}
@media (min-width: 992px) {
  .navbar-alt .container {
    margin-top:10px;
  }
  .navbar-small .container {
    margin-top:0px;
  }
}
.navbar-default .navbar-right {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar-alt .navbar-right {
  margin-top: 35px;
  margin-bottom: 10px;
}
.navbar-small .navbar-right {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.navbar-alt .navbar-nav > li > a,
.navbar-alt .navbar-nav > li > span {
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar-small .navbar-nav > li > a,
.navbar-small .navbar-nav > li > span {
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar-nav>li>a,
.navbar-nav>li>span {
  margin-top: 3px;
  padding-top: 16px;
  padding-bottom: 13px;
  line-height: 20px;
}
.navbar-alt .navbar-nav>li>a:hover,
.navbar-alt .navbar-nav>li>span:hover{
  color:#2196f3;
}
.nav>li>a,
.nav>li>span {
  padding-left: 10px;
  padding-right: 10px;
}
.nav > li > span {
  position: relative;
  display: block;
  cursor: pointer;
}
.navbar-nav .caret {
  margin-left: 3px;
  margin-top: -3px;
}
/*Navbar Toggle*/
.navbar-default .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 2px;
  margin-top: 26px;
  margin-right: 0px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-small .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 0px;
  margin-top: 11px;
  margin-right: 0px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 2px;
}
/*Navbar Collapse Menu*/
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
  color: #3a3a3a;
}
.navbar-default .navbar-nav>li>a:focus {
  color: #2196f3;
}
.navbar-small .navbar-nav>li>a:focus {
  color: #2196f3;
}



/*Navbar Collapse*/
@media (max-width: 992px) {
  .navbar-default .navbar-collapse {
    margin-top: 18px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-small .navbar-collapse {
    margin-top: 0px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-default .navbar-collapse {
    /*background-color: #1c1c1c;*/
    background-color: rgba(255,255,255,0.95);
  }
  .container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
    padding-left: 35px;
    padding-right: 35px;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin: 0;
  }
  .navbar-default .navbar-toggle {
    margin-top: 44px;
  }
  .navbar-small .navbar-toggle {
    margin-top: 11px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a,
  .navbar-nav>li>span {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > span {
    color: #fff;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > span:hover {
    background: rgba(255,255,255, 0.03);
    color: #2196f3;
  }
  .collapse.in{
    display:block !important;
  }
  .navbar-default .container {
    width: 100%;
  }
  .navbar-small .container {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
  }
  .navbar-default ul.nav li {
    border-bottom: 1px dotted #2A2A2A;
  }

  .navbar-default ul li:last-child {
    border-bottom: none;
  }
  .navbar-default .navbar-right {
    margin-top: 7px;
    margin-bottom: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar>.container .navbar-brand {
  margin-left: 0;
}
.navbar-brand {
  float: left;
  height: 55px;
  padding: 15px 0 15px 0px;
  font-size: 30px;
  line-height: 20px;
}
/* Logo Big White */

.navbar-default .navbar-brand .logo-big {
  position:absolute;
  opacity: 1;
  width: 80px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar-default .navbar-brand .logo-small {
  position:absolute;
  width: 80px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* End Logo Big White */
/* Logo Small Black */
.navbar-small .navbar-brand .logo-big {
  position:absolute;
  opacity: 0;
  width: 44px;
  margin-top: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar-small .navbar-brand .logo-small {
  position:absolute;
  opacity: 1;
  top: 4px;
  width: 44px;
  margin-top: 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;

}
/* End Logo Small Black */


@media (max-width: 768px) {
  .navbar-collapse {
    max-height: none;
    overflow-x: hidden;
  }
}

/*Dropdown*/
@media (min-width: 992px) {
  .navbar-small .dropdown {
    /*margin-top: .49999999px;*/
  }
  .navbar-default .container {
    max-width: 1245px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  .dropdown-menu {
    background-color: rgba(255,255,255,0.9);
    border: 0;
    border-radius: 0;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    margin: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
    top: auto;
  }
  .dropdown-menu > li > a {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    position: relative;
    padding: 11px 25px 11px 20px;
    /*border-bottom: 1px dotted rgba(255, 255, 255, 0.2);*/
    border-bottom: 1px ridge rgba(0, 0, 0, 0.2);
  }
  .dropdown-menu > li:last-child > a {
    border-bottom: 0;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    text-decoration: none;
    background-color: rgba(255,255,255,0.6);
    color: #2196f3;
    font-weight: bold;
  }
  .dropdown-menu {
    margin-top: 20px;
  }
  .dropdown > ul.dropdown-menu {
    visibility:hidden;
    display:block;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;

  }
  .dropdown:hover > ul.dropdown-menu{
    visibility:visible;
    opacity:1;
    display: block;
    margin: 0;
  }
  .dropdown-menu > .active > a {
    text-decoration: none;
    background-color: transparent;
    outline: 0;
  }
  .navbar-collapse.collapse {
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }
}
@media (max-width: 992px) {
  .dropdown-menu {
    float: none;
    position: static;
    background-color: transparent;
    box-shadow: none;
    border: none;
    margin-left: 15px;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > span {
    color: #333;
  }
  .navbar-default ul li.open ul li {
    border-bottom: 0;
    padding: 5px;
    float: none!important;
  }

  .navbar-default ul li.open ul li a:hover {
    background-color: transparent;
  }
  .dropdown-menu li a {
    color: #333;
    font-weight: 400;
    font-size: 12px;
  }
  .dropdown-menu li a:hover{
    color: #2196f3;
  }
  .dropdown-menu>.active>a,
  .dropdown-menu>.active>a:hover,
  .dropdown-menu>.active>a:focus {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #333;
  }
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
}
.dropdown .arrow {
  font-size:9px;
}
.menu-padding {
  padding-top:70px;
}
.content {
  margin-top:0px;
}
.navbar .icon {
  font-size: 18px;
}
.navbar .social-icon {
  padding-left: 15px;
  padding-right: 0;
}



/*
# Intro Section
--------------------------------------------------------------*/
.intro-section {
  width: 100%;
  height: 100%;
  min-height: 100%;
  
  position: relative;
  background-color: #2196f3;
  background-position: center center;
  text-align: center;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.intro-section .overlay-inner {
  /*padding: 65px 0 90px;*/
  padding: 250px 0 90px;
}
.intro-section .container {
  position: relative;
}
.intro-section .site-brand {
  display: inline-block;
  margin-bottom: 60px;
  width: 100%;
}
.intro-section .site-brand a {
  display: inline-block;
}
.intro-section .site-brand .fp-logo,
.intro-section .site-brand .social-icon {
  display: inline-block;
  vertical-align: middle;
}
.intro-section .site-brand .fp-logo {
  margin-right: 11px;
}
.intro-section .site-brand .social-icon {
  border-left: 1px solid;
  border-left-color: rgba(255, 255, 255, 0.8);
  margin: 0;
  padding-top: 1px;
  padding-left: 15px;
  text-align: left;
}
.intro-section .site-brand .fp-meta {
  display: block;
  font-size: 10px;
  margin-bottom: 4px;
}
.intro-section .site-brand .social-links a {
  color: #FFFFFF;
  font-size: 1.5em;
  padding: 0;
  margin-right: 8px;
  opacity: .8;
}
.intro-section .site-brand .social-links a:hover {
  opacity: 1;
}
.intro-section .intro-title {
  font-size: 5em;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 60px;
}
.intro-section .subtitle{
  font-size: 24px;
}
.intro-section .intro-img-wrap {
  text-align: center;
}
.intro-section .intro-img {
  display: inline-block;
  margin: 0 auto -50%;
}
.intro-section .fp-download {
  margin-bottom: 40px;
}
.intro-section .fp-download .download-btn {
  display: inline-block;
  margin-right: 11px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.intro-section .scroll-down {
  position: absolute;
  bottom: -75px;
  left: 50%;
  display: none;
  color: #ffffff;
  font-size: 2.5em;
  opacity: .6;
  z-index: 2;
  -webkit-animation: scrollDown 1s linear 1s infinite alternate;
  animation: scrollDown 1s linear 1s infinite alternate;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@-webkit-keyframes scrollDown {
  0% {
    bottom: -70px;
  }
  25% {
    bottom: -75px;
  }
  50% {
    bottom: -80px;
  }
  75% {
    bottom: -85px;
  }
  100% {
    bottom: -90px;
  }
}
@keyframes scrollDown {
  0% {
    bottom: -70px;
  }
  25% {
    bottom: -75px;
  }
  50% {
    bottom: -80px;
  }
  75% {
    bottom: -85px;
  }
  100% {
    bottom: -90px;
  }
}
@media screen and (min-width: 992px) {
  .intro-section {
    overflow: visible;
  }
  .intro-section .overlay-inner {
    /*padding: 100px 0 140px;*/
    padding: 250px 0 140px;
  }
  .intro-section .site-brand {
    margin-bottom: 80px;
  }
  .intro-section .intro-title {
    font-size: 5em;
  }
  .intro-section .fp-download {
    margin-bottom: 0;
  }
  .intro-section .scroll-down {
    display: block;
  }
}

@media (max-width: 767px) {
  .intro-section .overlay-inner {
    padding: 150px 0 90px;
  }
}

/*
# Features
--------------------------------------------------------------*/
.text-box {
  margin-bottom: 40px;
}
.text-box .fp-icon,
.text-box .fp-icon-small {
  display: inline-block;
  color: #626262;
  line-height: 1;
}
.text-box .fp-icon {
  font-size: 4em;
  margin-bottom: 15px;
}
.text-box .fp-icon-small {
  font-size: 2.7em;
  margin-bottom: 12px;
}
.text-box .title {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .15em;
}

.phone-image {
  margin-bottom: 20px;
  text-align: center;
}
.phone-image img {
  display: inline-block;
}

.video-section {
  background-image: url("../images/intro_4.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.video-section,
.video-section .fp-meta {
  color: #FFFFFF;
}
.video-section .video-wrap {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px 30px 34px;
}
.video-section .fp-meta {
  display: block;
  margin-bottom: 6px;
}
.video-section .play-btn {
  background-color: #2196f3;
  font-size: 1.8em;
  color: #FFFFFF;
  display: block;
  height: 60px;
  width: 100px;
  margin: 0 auto 8px;
  line-height: 60px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media screen and (min-width: 992px) {
  .fp-text-right {
    text-align: right;
  }

  .video-section .video-wrap {
    padding: 40px 60px 34px;
  }
  .video-section .play-btn {
    margin: 0 0 8px;
  }
}

/*场馆照片*/
.studio-imgs-carousel .owl-controls .owl-dots {
  margin-top: 30px;
  text-align: center;
}

.studio-imgs-carousel .owl-controls .owl-dot {
  background-color: rgba(255, 255, 255, 0.4);
  display: inline-block;
  height: 9px;
  width: 9px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.studio-imgs-carousel .owl-controls .owl-dot.active {
  background-color: #2196f3;
}

/*
# Review
--------------------------------------------------------------*/
.reviews {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.reviews .overlay-inner {
  padding: 0;
}
.reviews .owl-controls .owl-prev,
.reviews .owl-controls .owl-next {
  position: absolute;
  top: 40%;
  font-size: 2em;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.reviews .owl-controls .owl-prev:hover,
.reviews .owl-controls .owl-next:hover {
  color: #2196f3;
}
.reviews .owl-controls .owl-prev {
  left: 0;
}
.reviews .owl-controls .owl-next {
  right: 0;
}
.reviews .owl-controls .owl-dots {
  margin-top: 30px;
  text-align: center;
}
.reviews .owl-controls .owl-dot {
  background-color: rgba(255, 255, 255, 0.4);
  display: inline-block;
  height: 9px;
  width: 9px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.reviews .owl-controls .owl-dot.active {
  background-color: #2196f3;
}

.review-carousel {
  position: relative;
  margin-bottom: 40px;
}

.review-wrap {
  display: block;
  padding: 0 0px;
  text-align: center;
}
.review-wrap::before, .review-wrap::after {
  content: '';
  display: table;
  visibility: hidden;
}
.review-wrap::after {
  clear: both;
}
.review-wrap .review::before {
  content: '\f347';
  color: #ffffff;
  font-family: ionicons;
  font-size: 1.5em;
  opacity: .6;
}
.review-wrap .text {
  margin-bottom: 20px;
}
.review-wrap .review-meta .avatar {
  height: 250px;
  width: 166px;
  margin: 0 auto 15px;
  overflow: hidden;
}
.review-wrap .review-meta .name {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.review-wrap .review-meta .meta {
  font-size: .9em;
}
.review-wrap .review-meta .meta a {
  color: #ffffff;
}
.review-wrap .review-meta .meta a:hover {
  color: #2196f3;
}

@media screen and (min-width: 992px) {
  .review-carousel:hover .owl-controls .owl-prev,
  .review-carousel:hover .owl-controls .owl-next {
    visibility: visible;
    opacity: 1;
  }
  .review-carousel:hover .owl-controls .owl-prev {
    left: 0;
  }
  .review-carousel:hover .owl-controls .owl-next {
    right: 0;
  }
  .review-carousel .owl-controls .owl-prev,
  .review-carousel .owl-controls .owl-next {
    visibility: hidden;
    opacity: 0;
  }
  .review-carousel .owl-controls .owl-prev {
    left: -100px;
    margin-left: -10px;
  }
  .review-carousel .owl-controls .owl-next {
    right: -100px;
    margin-right: -10px;
  }
}

/*
# Screenshtos
--------------------------------------------------------------*/
.screenshots {
  margin-bottom: 40px;
}
.screenshots .screenshot {
  border: 5px solid;
  border-color: rgba(0, 0, 0, 0.2);
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.screenshots .owl-controls .owl-prev,
.screenshots .owl-controls .owl-next {
  position: absolute;
  top: 45%;
  font-size: 3.2em;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.screenshots .owl-controls .owl-prev:hover,
.screenshots .owl-controls .owl-next:hover {
  color: #2196f3;
}
.screenshots .owl-controls .owl-prev {
  left: 0;
}
.screenshots .owl-controls .owl-next {
  right: 0;
}
.screenshots .owl-controls .owl-dots {
  margin-top: 30px;
  text-align: center;
}
.screenshots .owl-controls .owl-dot {
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  height: 9px;
  width: 9px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.screenshots .owl-controls .owl-dot.active {
  background-color: #2196f3;
}

@media screen and (min-width: 992px) {
  .screenshots:hover .owl-controls .owl-prev,
  .screenshots:hover .owl-controls .owl-next {
    visibility: visible;
    opacity: 1;
  }
  .screenshots:hover .owl-controls .owl-prev {
    left: 0;
  }
  .screenshots:hover .owl-controls .owl-next {
    right: 0;
  }
  .screenshots .owl-controls .owl-prev,
  .screenshots .owl-controls .owl-next {
    visibility: hidden;
    opacity: 0;
  }
  .screenshots .owl-controls .owl-prev {
    left: -100px;
    margin-left: -10px;
  }
  .screenshots .owl-controls .owl-next {
    right: -100px;
    margin-right: -10px;
  }
}

/*
# Statistics
--------------------------------------------------------------*/
.statistics {
  background-image: url("../images/intro_5.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.statistics .overlay-inner {
  padding: 60px 0 20px;
}

.statistic-box {
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
.statistic-box .fp-icon {
  background-color: rgba(33, 150, 243, 0.8);
  color: #ffffff;
  display: inline-block;
  font-size: 1.2em;
  margin-bottom: 15px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.statistic-box .title {
  font-size: 2em;
  font-weight: 800;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1;
}
.statistic-box .meta-text {
  display: block;
}

/*
# Clients
--------------------------------------------------------------*/
.clients-area {
  background-color: #212121;
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
}
.clients-area .clients {
  margin-bottom: 0;
  padding: 0;
}
.clients-area .clients li {
  list-style-type: none;
}
.clients-area .clients li > a {
  position: relative;
  display: block;
  text-align: center;
  padding: 3px 12px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.clients-area .clients li > a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.clients-area .clients li > a:hover img {
  filter: grayscale(0);
}
.clients-area .clients li > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  filter: grayscale(1);
  vertical-align: middle;
  width: auto;
  max-width: 85%;
  max-height: 40px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*
# Footer
--------------------------------------------------------------*/
.footer {
  background-color: #212121;
  color: #f3f3f3;
  padding: 40px 0 10px;
  text-align: center;
}
.footer a {
  color: #FFFFFF;
}
.footer .copyright,
.footer .footer-logo,
.footer .social-links {
  margin-bottom: 30px;
}
.footer .footer-logo {
  display: inline-block;
}
.footer .social-links {
  font-size: 1.5em;
}
.footer .copyright {
  font-size: 1.2em;
}

/* Contact Us page & section*/
.contactInfo{
  font-size: 16px;
  padding: 0 30px;
}
.contactInfo h3{
  text-align: center;
}
.contactInfo ul {
  margin: 30px 0 30px 0;
  padding: 0;
}
.contactInfo li {
  line-height: 40px;
  font-size: 16px;
  list-style-type: none;
}
.contactInfo li a,a:hover,a:active,a:focus{
  color: inherit;
}
.contactInfo li i {
  width: 35px;
  font-size: 25px;
}

.mapinfo-title {
  color: white;
  font-size: 14px;
  background-color: rgba(0,155,255,0.8);
  line-height: 26px;
  padding: 0px 0 0 6px;
  font-weight: lighter;
  letter-spacing: 1px
}
.mapinfo-content {
  text-align: center;
  padding: 4px;
  color: #666666;
  line-height: 23px;
}

/*DIY CSS Fei*/
.guRed{
  color: #e8413e;
}
.centerItem{
  text-align: center;
}

.standard-img {
  border: 5px solid;
  border-color: rgba(0, 0, 0, 0.2);
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.standard-img-popup {
  border: 5px solid;
  border-color: rgba(0, 0, 0, 0.2);
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.subfooter {
  border-top: 1px solid #DCDCDC;
  padding: 15px 0;
  font-size: 11px;
  background: #FFF;
  color: #999;
  text-align: center;
  line-height: 1.5;
}
.subfooter a, .subfooter a:hover, .subfooter a:visited{
  color: #999;
}

/*subpage CSS*/
.page-top {
  height: 400px;
}
.page-top-overlay{
  background-color: rgba(16, 16, 16, 0.4);
  padding: 0;
}

.page-top-title {
  top:160px;
  position:relative;
  color: #fff;
}
.page-top-title h2 {
  font-weight: 700;
  font-size:60px;
  letter-spacing:5px;
  color: #fff;
}
/*mobile*/
@media (max-width:769px){
  .page-top {
    height: 300px;
  }

  .page-top-title {
    top: 130px;
  }
  .page-top-title h2 {
    font-size: 40px;
  }
}

.home-subheading {
  font-size: 20px;
  letter-spacing: .5px;
  font-weight: 400;
  color: #ccc;
}
