*{ margin:0; padding:0;border:0; }
body {
  font-family: "Open Sans";
  color: #808080;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  word-spacing: 2px;
  -webkit-font-smoothing: antialiased;
}
p {
  margin-bottom: 26px;
}


a {
  color: #333;
  text-decoration: none !important;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}
a:hover {
  color: #4c4c4c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald";
  color: #4c4c4c;
  letter-spacing: 1px;
  font-weight: 400;
}
.form-control {
  border-radius: 2px !important;
  padding: 15px 20px !important;
  height: auto;
  border-color: #e5e5e5 !important;
  box-shadow: none !important;
}
.form-control:focus {
  border-color: #f68c0e !important;
}
.mb250 {
  margin-bottom: 250px !important;
}
.mb245 {
  margin-bottom: 245px !important;
}
.mb240 {
  margin-bottom: 240px !important;
}
.mb235 {
  margin-bottom: 235px !important;
}
.mb230 {
  margin-bottom: 230px !important;
}
.mb225 {
  margin-bottom: 225px !important;
}
.mb220 {
  margin-bottom: 220px !important;
}
.mb215 {
  margin-bottom: 215px !important;
}
.mb210 {
  margin-bottom: 210px !important;
}
.mb205 {
  margin-bottom: 205px !important;
}
.mb200 {
  margin-bottom: 200px !important;
}
.mb195 {
  margin-bottom: 195px !important;
}
.mb190 {
  margin-bottom: 190px !important;
}
.mb185 {
  margin-bottom: 185px !important;
}
.mb180 {
  margin-bottom: 180px !important;
}
.mb175 {
  margin-bottom: 175px !important;
}
.mb170 {
  margin-bottom: 170px !important;
}
.mb165 {
  margin-bottom: 165px !important;
}
.mb160 {
  margin-bottom: 160px !important;
}
.mb155 {
  margin-bottom: 155px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.mb145 {
  margin-bottom: 145px !important;
}
.mb140 {
  margin-bottom: 140px !important;
}
.mb135 {
  margin-bottom: 135px !important;
}
.mb130 {
  margin-bottom: 130px !important;
}
.mb125 {
  margin-bottom: 125px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.mb115 {
  margin-bottom: 115px !important;
}
.mb110 {
  margin-bottom: 110px !important;
}
.mb105 {
  margin-bottom: 105px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.no-padding {
  padding: 0 !important;
  width: 1480px;
  margin: 0 auto;
}
.float-nan {
  float: none;
}
.img-responsive {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn {
  font-family: "Oswald";
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 40px;
  padding: 8px 30px;
  margin-bottom: 5px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
          transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.btn.btn-lg {
  padding: 10px 35px;
  letter-spacing: 2px;
  font-size: 21px;
}
.btn.btn-sm {
  padding: 7px 20px;
  font-size: 14px;
}
.btn.btn-xs {
  padding: 5px 15px;
  font-size: 12px;
}
.btn-default {
  color: #676767;
  border-color: #e5e5e5;
}
.btn-default:hover {
  color: #fff;
  background-color: #f68c0e;
  border-color: #f68c0e;
}
.btn-default-o {
  color: #f2f2f2;
  border-color: #f2f2f2;
  background-color: transparent;
}
.btn-default-o:hover {
  color: #f68c0e;
  background-color: #fff;
  border-color: #fff;
}
.btn-main-o {
  color: #f68c0e;
  border-color: #f68c0e;
  background-color: transparent;
}
.btn-main-o:hover {
  color: #fff;
  background-color: #f68c0e;
  border-color: #f68c0e;
}
.btn-dark-o {
  color: #4c4c4c;
  border-color: #4c4c4c;
  background-color: transparent;
}
.btn-dark-o:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
.btn-dark {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}
.btn-main {
  color: #fff;
  background-color: #f68c0e;
  border-color: #f68c0e;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active {
  background-color: #f68c0e;
  border-color: #f68c0e;
  color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #f68c0e;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #4c4c4c;
  text-decoration: none;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h3 {
  font-family: "Oswald";
  text-transform: uppercase;
  color: #4c4c4c;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 28px;
  line-height: 48px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  clear: both;
  position: relative;
  padding: 0 10px;
}
.section-title p {
  font-family: "Oswald";
  text-transform: uppercase;
  color: #f68c0e;
  font-size: 38px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: 3px;
}
.section-title.st-center {
  text-align: center;
}
.section-title.st-center:before {
  margin: auto;
}
.section-title:before {
  content: "";
  display: block;
  width: 150px;
  height: 51px;
  background-image: url(../images/title-top.png);
  background-repeat: no-repeat;
}
.bottom-line {
  margin-bottom: 20px;
}
.bottom-line:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #f68c0e;
  margin-top: 5px;
}
.tooltip.top .tooltip-arrow {
  bottom: 1px;
}
.tac {
  text-align: center;
}
.nicescroll-rails {
  background: rgba(0, 0, 0, 0.1);
  width: 5px;
  z-index: 9999 !important;
}
.nicescroll-rails:hover {
  opacity: 1 !important;
}
.nicescroll-rails > div {
  background: #f68c0e !important;
}
/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */
.mouse-icon {
  position: absolute;
  left: 50%;
  bottom: 40px;
  border: 2px solid #fff;
  border-radius: 16px;
  height: 40px;
  width: 24px;
  margin-left: -15px;
  display: block;
  z-index: 10;
  opacity: 0.7;
}
.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-name: drop;
          animation-name: drop;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: #fff;
  width: 2px;
  height: 6px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
.home {
  background-image: url(../images/hero-img9.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  padding: 100px 0;
  position: relative
  /* Temp CSS */
  /* Temp CSS End */
}
.home video{
  position: absolute;
  width:100%;

left:0;
top:-160px;
display:block;
z-index:-1;
}
.home .st-brand {
  text-align: center;
  margin-bottom: 50px;
}
.home .st-home-unit {
  position: relative;
}
.home .hero-txt {
  color: #fff;
  text-align: center;
  z-index: 100;
}
.home .hero-txt .hero-title {
  font-family: "Oswald";
  color: #fff;
  text-transform: uppercase;
  font-size: 75px;
  line-height: 80px;
  font-weight: bold;
  letter-spacing: 8px;
  word-spacing: 4px;
  margin-bottom: 15px;
  margin-top: 5px;
  padding: 20px 10px;
}
.home .hero-txt .hero-work {
  font-family: "Oswald";
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size:30px;
}
@media (max-width: 768px) {
.home .hero-txt .hero-work{
   font-size:1.6em;
}
.home .hero-txt .hero-title{
    font-size: 3em;
  line-height: 1em;
}
.navbar-toggle{
  margin-top:27px;
}
}
/*.home .hero-txt .hero-work:after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  margin: 20px auto 0;
  background-color: transparent;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
}*/
.home .web{
      position: absolute;
    right: 0;
    left: -150px;
    bottom: 0;
    z-index: -2;
    transform: rotate(13deg);
    animation: bannerup 50s infinite linear;
    top: -150px;
    width: 110%
}
.home .mask{
z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  
    background: rgba(0,0,0,0.8);
   /* background-image: linear-gradient(90deg,rgba(45,55,200,.8),rgba(249,97,245,.8));*/
}
@keyframes bannerup {
    from {
        transform: rotate(13deg) translateY(-150px)
    }

    to {
        transform: rotate(13deg) translateY(-2236px)
    }
}
@-webkit-keyframes bannerup {
    from {
        transform: rotate(13deg) translateY(-150px)
    }

    to {
        transform: rotate(13deg) translateY(-2236px)
    }
}
.home .hero-txt a.btn {
  text-transform: uppercase;
}
.home .hero-txt a.btn.left-btn {
  margin-right: 20px !important;
}
.home .hero-txt .hero-sub-title {
  font-family: "Oswald";
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: 300;
  margin-bottom: 70px;
}
.home .hero-txt .hero-img {
  margin-top: 80px;
}
.st-highlight {
  color: #f68c0e;
}
.navbar-default {
  background-color: transparent;
  border-width: 0;
  margin-bottom: 0 !important;
  height: 102px;
  -webkit-transition: background-color 0.3s, height 0.3s;
          transition: background-color 0.3s, height 0.3s;
}
.st-navbar-mini .navbar-default {
  background-color: rgba(40, 40, 40, 0.95);
  height: 60px;
}
.st-navbar-mini .navbar-default .navbar-brand {
  padding: 12px 0px;
}
.st-navbar-mini .navbar-toggle{
  margin-top:15px  ;
}
.st-navbar-mini .navbar-default .navbar-brand img {
  height: 36px;
}
.st-navbar-mini .navbar-default .navbar-nav > li.active > a,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:hover,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:focus,
.st-navbar-mini .navbar-default .navbar-nav > li.active a:active {
  background-color: rgba(0, 0, 0, 0.5);
}
.navbar-brand {
  height: auto;
  padding: 27px 15px;
  -webkit-transition: padding 0.3s;
          transition: padding 0.3s;
}
.navbar-brand img {
  height: 48px;
  -webkit-transition: height 0.3s;
          transition: height 0.3s;
}
.navbar-nav > li > a {
  
  font-size: 16px;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  -webkit-transition: color 0.3s, background-color 0.3s, padding 0.3s;
          transition: color 0.3s, background-color 0.3s, padding 0.3s;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
  color: #f68c0e;
  outline-width: 0;
}
.navbar-nav > li.active > a,
.navbar-nav > li.active a:hover,
.navbar-nav > li.active a:focus,
.navbar-nav > li.active a:active {
  color: #f68c0e;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active a:hover,
.navbar-default .navbar-nav > li.active a:focus,
.navbar-default .navbar-nav > li.active a:active {
  color: #f68c0e;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #f68c0e;
}
.page-header {
  background-image: url(../images/hero-img14.png);
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  padding: 150px 0 100px;
  margin: 0;
  border-width: 0;
}
.page-header .page-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 55px;
  letter-spacing: 5px;
  word-spacing: 4px;
}
.page-breadcrumb {
  background-color: #f7f7f7;
  background-color: #f68c0e;
  color: #fff;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.01);
  border-botom: 1px solid #f2f2f2;
  padding: 20px 0;
}
.page-breadcrumb .breadcrumb {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  margin-bottom: 0;
  color: #fff;
}
.page-breadcrumb .breadcrumb .active,
.page-breadcrumb .breadcrumb > li + li:before {
  color: #fff;
}
.page-breadcrumb .breadcrumb a {
  color: #fff;
}
.page-content {
  padding: 120px 0;
}
.about {
  padding: 100px 0 0;
}
.st-member {
  position: relative;
  overflow: hidden;
}
.st-member .st-member-info {
  width: 100%;
  height: 100%;
  padding: 70px 35px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(254, 254, 254, 0.95);
  opacity: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
          transition: opacity 0.5s, transform 0.5s;
}
.st-member .st-member-info .progress-bar {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s ease 0.2s;
          transition: transform 0.5s ease 0.2s;
}
.st-member .st-member-info .st-member-name {
  font-family: "Oswald";
  display: block;
  color: #4c4c4c;
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.st-member .st-member-info .st-member-name:after {
  content: '';
  display: block;
  height: 2px;
  width: 35px;
  background-color: #f68c0e;
  margin: 0 auto;
}
.st-member .st-member-info .st-member-pos {
  display: block;
  font-family: "Oswald";
  font-size: 20px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  font-style: italic;
  margin-bottom: 40px;
}
.st-member .st-member-info .st-member-social {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 70px;
}
.st-member .st-member-info .st-member-social ul {
  margin: 0;
  padding: 0;
}
.st-member .st-member-info .st-member-social ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
  padding: 0;
}
.st-member .st-member-info .st-member-social ul li a {
  display: block;
  width: 70px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: background-color 0.3s, opacity 0.3s ease, -webkit-transform 0.5s ease;
          transition: background-color 0.3s, opacity 0.3s ease, transform 0.5s ease;
}
.st-member .st-member-info .st-member-social ul li a.facebook:hover {
  background-color: #3c5b9b;
}
.st-member .st-member-info .st-member-social ul li a.twitter:hover {
  background-color: #2daae1;
}
.st-member .st-member-info .st-member-social ul li a.dribbble:hover {
  background-color: #ea4c88;
}
.st-member:hover {
  cursor: pointer;
}
.st-member:hover .st-member-info {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.st-member:hover .st-member-info .st-member-social ul li a {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.st-member:hover .st-member-info .st-member-social ul li a.facebook {
  -webkit-transition: background-color 0.3s, opacity 0.3s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
          transition: background-color 0.3s, opacity 0.3s ease 0.2s, transform 0.5s ease 0.2s;
}
.st-member:hover .st-member-info .st-member-social ul li a.facebook:hover {
  background-color: #3c5b9b;
}
.st-member:hover .st-member-info .st-member-social ul li a.twitter {
  -webkit-transition: background-color 0.3s, opacity 0.3s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
          transition: background-color 0.3s, opacity 0.3s ease 0.3s, transform 0.5s ease 0.3s;
}
.st-member:hover .st-member-info .st-member-social ul li a.twitter:hover {
  background-color: #2daae1;
}
.st-member:hover .st-member-info .st-member-social ul li a.dribbble {
  -webkit-transition: background-color 0.3s, opacity 0.3s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
          transition: background-color 0.3s, opacity 0.3s ease 0.4s, transform 0.5s ease 0.4s;
}
.st-member:hover .st-member-info .st-member-social ul li a.dribbble:hover {
  background-color: #ea4c88;
}
.st-member:hover .st-member-info .skills .skill:nth-child(2) .progress-bar {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.st-member:hover .st-member-info .skills .skill:nth-child(3) .progress-bar {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.st-member:hover .st-member-info .skills .skill:nth-child(4) .progress-bar {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.st-member:hover .st-member-info .skills .skill:nth-child(5) .progress-bar {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.st-member:hover .progress-bar {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.skill {
  text-align: left;
}
.skill strong {
  font-weight: 400;
}
.skill span {
  float: right;
}
.progress {
  height: 11px;
  padding: 0 3px;
  background-color: transparent;
  border: 1px solid #ededed;
  border-radius: 6px;
  box-shadow: none;
}
.progress-bar {
  height: 3px;
  margin-top: 3px;
  border-radius: 2px;
  position: relative;
  box-shadow: none;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-animation-name: process;
          animation-name: process;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.progress-bar-sept {
  background-color: #f68c0e;
}
@-webkit-keyframes process {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes process {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.funfacts {
  background-image: url(../images/funfact4.png);
  background-color: #000;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 100px 0;
}
.funfacts .funfact {
  font-family: "Oswald";
  text-align: center;
  color: #fff;
}
.funfacts .funfact .st-funfact-icon {
  font-size: 42px;
  line-height: 90px;
}
.funfacts .funfact .st-funfact-counter {
  font-size: 48px;
  line-height: 68px;
  letter-spacing: 3px;
}
.funfacts .funfact .funfact-title {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 300;
}
.funfacts .funfact:after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background-color: #f68c0e;
  margin: 0 auto;
}
.service {
  padding: 100px 0;
}
.st-feature {
  text-align: center;
}
.st-feature .st-feature-icon {
  width: 102px;
  line-height: 100px;
  font-size: 42px;
  color: #fff;
  margin: 0 auto 20px;
  background-color: #f68c0e;
  border-radius: 50%;
  position: relative;
  -webkit-transform: rotate(0) scale(1);
      -ms-transform: rotate(0) scale(1);
          transform: rotate(0) scale(1);
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-transform 0.3s;
          transition: color 0.3s, border-color 0.3s, background-color 0.3s, transform 0.3s;
}
.st-feature .st-feature-title {
  display: block;
  font-family: "Oswald";
  font-size: 25px;
  line-height: 45px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #4c4c4c;
  margin-bottom: 10px;
}
.st-feature:hover .st-feature-icon {
  color: #f68c0e;
  border-color: #f68c0e;
  background-color: transparent;
  -webkit-transform: rotate(360deg) scale(1.8);
      -ms-transform: rotate(360deg) scale(1.8);
          transform: rotate(360deg) scale(1.8);
}
.features-desc {
  padding: 100px 0;
  background-color: #fcfcfc;
}
ul.styled-list li {
  list-style: none;
  padding-left: 0;
}
ul.styled-list li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
  color: #f68c0e;
}
ul.styled-list.list-caret li:before {
  content: '\f0da';
}
ul.styled-list.list-hand li:before {
  content: '\f0a4';
}
ul.styled-list.list-chevron li:before {
  content: '\f054';
}
ul.styled-list.list-times li:before {
  content: '\f00d';
}
ul.styled-list.list-star li:before {
  content: '\f006';
}
.call-2-acction {
  padding: 100px 0;
  background-image: url(../images/homeus-bg.jpeg);
  background-attachment: fixed;
  background-color: #000;
}
.c2a {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  color: #fff !important;
}
.c2a h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.c2a h2:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background-color: #f68c0e;
  margin: 15px auto 20px;
}
.c2a p {
  margin-bottom: 40px;
}
.portfolio {
  padding: 100px 0 0;
}
.filter {
  text-align: center;
}
.filter .btn {
  font-weight: 400;
}
.filter input[type="radio"] {
  display: none;
}
.grid {
  width: 100%;
  padding: 0;
}
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #000;
  text-align: center;
  cursor: pointer;
  width: 33.33333333%;
  box-sizing: border-box;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: opacity 0.3s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.grid figure figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.grid figure figcaption > a {
  z-index: 1000;
  position: absolute;
  right: 50%;
  bottom: 50px;
  margin-right: -67px;
  opacity: 0;
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
          transition: transform 0.35s, opacity 0.35s;
}
.grid figure h2 {
  color: #fff;
  font-weight: 300;
  margin: 0;
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
  top: 30px;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
          transition: transform 0.35s, opacity 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}
.grid figure h2::after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 80px;
  margin-left: -40px;
  height: 1px;
  background: #f68c0e;
  content: '';
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
          transition: opacity 0.35s, transform 0.35s;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
  margin: 0;
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
  top: 100px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
          transition: opacity 0.35s, transform 0.35s;
}
.grid figure:hover h2 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.grid figure:hover h2::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.grid figure:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.grid figure:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.grid figure:hover figcaption > a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.clients {
  padding: 100px 0;
}
.clients-carousel {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clients-carousel li {
  padding: 0 20px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}
.clients-carousel li:hover {
  opacity: 1;
}
.testimonials {
  padding: 100px 0;
  background-image: url(../images/testimonials.png);
  background-size: cover;
  background-attachment: fixed;
  background-color: #000;
  color: #fff;
}
.testimonial .testimonial-img {
  float: left;
  margin-right: 30px;
  position: relative;
}
.testimonial .testimonial-img:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #f68c0e;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.testimonial .testimonial-img:before {
  font-family: "Oswald";
  content: '\201C';
  font-size: 40px;
  position: absolute;
  bottom: 1%;
  left: 12%;
  z-index: 99;
}
.testimonial .testimonial-img img {
  border-radius: 50%;
}
.testimonial blockquote {
  border-width: 0;
}
.testimonial blockquote p {
  font-style: italic;
  font-weight: 300;
}
.testimonial blockquote footer,
.testimonial blockquote small,
.testimonial blockquote .small {
  color: #fff;
}
.testimonials-carousel {
  max-width: 800px;
  margin: 0 auto;
}
.testimonials-carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.testimonials-carousel ul li {
  margin: 0;
  padding: 0;
  display: block;
}
.pricing {
  padding: 100px 0;
}
.pricing-table {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  background-color: #fff;
}
.pricing-table .pricing-header .pt-price {
  font-family: "Oswald";
  color: #4c4c4c;
  font-size: 40px;
  line-height: 70px;
  font-weight: 400;
  text-align: center;
  padding: 10px 40px;
}
.pricing-table .pricing-header .pt-price small {
  font-size: 16px;
  color: #9a9a9a;
  font-weight: 300;
}
.pricing-table .pricing-header .pt-name {
  font-family: "Oswald";
  padding: 10px 40px;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  color: #4c4c4c;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.pricing-table .pricing-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-table .pricing-body ul li {
  padding: 8px 25px;
  margin: 0;
}
.pricing-table .pricing-body ul li:nth-child(even) {
  background-color: #fafafa;
}
.pricing-table .pricing-body ul li .fa-times {
  color: #ff6666;
}
.pricing-table .pricing-body ul li .fa-check {
  color: #f68c0e;
}
.pricing-table .pricing-footer {
  text-align: center;
  padding: 15px 40px;
  border-top: 1px solid #f2f2f2;
}
.pricing-table.featured .pricing-header {
  position: relative;
  overflow: hidden;
}
.pricing-table.featured .pricing-header .pt-price {
  color: #f68c0e;
}
.pricing-table.featured .pricing-header .pt-price small {
  color: #f68c0e;
}
.pricing-table.featured .pricing-header .pt-name {
  color: #f68c0e;
}
.pricing-table.featured .pricing-header .featured-text {
  font-family: "Oswald";
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  background-color: #f68c0e;
  color: #fff;
  position: absolute;
  top: 22px;
  left: -28px;
  padding: 5px 0;
  width: 126px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.faq-sec {
  padding: 100px 0 50px;
  background-color: #fcfcfc;
}
.faq {
  margin-bottom: 50px;
}
.faq h3 {
  margin-bottom: 15px;
}
.faq h3 i {
  color: #f68c0e;
}
.call-us {
  padding: 50px 0;
  background-color: #f68c0e;
  text-align: center;
}
.call-us h3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 45px;
  vertical-align: middle;
  margin: 0 30px 0 0;
  letter-spacing: 2px;
  word-spacing: 5px;
}
.blog {
  padding: 100px 0;
}
.blog-post {
  border-bottom: 1px dotted #f2f2f2;
  margin-bottom: 60px;
}
.blog-post .author img {
  border-radius: 50%;
}
.blog-post .post-meta {
  margin-bottom: 10px;
  font-size: 13px;
}
.blog-post .post-meta a {
  font-weight: bold;
  color: #4c4c4c;
}
.blog-post .post-meta a:hover {
  color: #f68c0e;
}
.blog-post .post-meta strong {
  color: #4c4c4c;
}
.blog-post .post-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.blog-post .post-thumb {
  margin-bottom: 40px;
}
.blog-post .post-thumb img {
  border-radius: 10px;
}
.widgets {
  padding-left: 50px;
}
.widget {
  margin-bottom: 60px;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li {
  border-bottom: 1px solid #f2f2f2;
}
.widget ul li a {
  display: block;
  -webkit-transition: text-indent 0.3s, color 0.3s;
          transition: text-indent 0.3s, color 0.3s;
  padding: 5px 0;
}
.widget ul li a:hover {
  text-indent: 20px;
}
.widget ul li a:hover .badge {
  text-indent: 0;
  background-color: #4c4c4c;
}
.widget ul li .recent-post {
  padding: 10px 0;
}
.widget ul li .recent-post .post-thumb {
  display: block;
  float: left;
  margin-right: 15px;
}
.widget ul li .recent-post .post-thumb img {
  border-radius: 10px;
}
.widget ul li .recent-post .post-title {
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0;
  font-size: 15px;
  margin: 0 0 5px;
}
.widget ul li .recent-post .post-title a {
  display: inline;
}
.widget ul li .recent-post .post-meta {
  font-size: 12px;
}
.widget ul li .recent-post .post-meta a {
  font-weight: bold;
  color: #4c4c4c;
}
.widget ul li .recent-post .post-meta a:hover {
  color: #f68c0e;
}
.widget ul li .recent-post a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0;
}
.widget ul li .recent-post a:hover {
  text-indent: 0;
}
.widget ul li .badge {
  font-size: 10px;
  font-weight: 300;
  vertical-align: middle;
  margin-top: 5px;
  text-indent: 0;
  background-color: #f68c0e;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
}
.widget .widget-title {
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.widget .tagcloud a {
  font-size: 13px;
  border-radius: 40px;
  color: #737373;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 3px 20px;
  border-color: #e5e5e5;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 6px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
          transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.widget .tagcloud a:hover {
  border-color: #f68c0e;
  background-color: #f68c0e;
  color: #fff;
}
.subscribe {
  padding: 120px 0;
  background-image: url(../images/subscribe2.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #000;
}
.subscribe .subscribe-title {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 300;
}
.subscribe .subscribe-or {
  font-family: "Oswald";
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 30px 0;
  margin: 0;
  text-transform: uppercase;
}
.subscribe .subscribe-social {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.subscribe .subscribe-social li {
  padding: 0;
  margin: 0;
  margin-right: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.subscribe-form {
  max-width: 500px;
  margin: 0 auto;
}
.subscribe-form .form-control {
  border-radius: 30px 2px 2px 30px !important;
  padding: 14px 20px 14px 30px !important;
}
.input-group .form-control {
  border-radius: 30px 2px 2px 30px !important;
  padding: 14px 20px 14px 30px !important;
}
a.social {
  font-family: "Oswald";
  letter-spacing: 1px;
  display: inline-block;
  background-color: #f68c0e;
  color: #fff;
  padding: 8px 20px 8px 65px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.3s, text-indent 0.3s, padding 0.3s;
          transition: background-color 0.3s, text-indent 0.3s, padding 0.3s;
}
a.social i {
  display: block;
  background-color: #31ada4;
  width: 50px;
  height: 42px;
  line-height: 42px;
  font-size: 17px;
  border-radius: 50px 0 0 50px;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 10px;
  -webkit-transition: text-indent 0.3s;
          transition: text-indent 0.3s;
}
a.social:hover {
  background-color: #31ada4;
  text-indent: -10px;
  padding: 8px 30px 8px 65px;
}
a.social:hover i {
  text-indent: 29px;
}
a.social.twitter {
  background-color: #2daae1;
}
a.social.twitter i {
  background-color: #1a87b7;
}
a.social.twitter:hover {
  background-color: #1a87b7;
}
a.social.facebook {
  background-color: #3c5b9b;
}
a.social.facebook i {
  background-color: #2b416f;
}
a.social.facebook:hover {
  background-color: #2b416f;
}
a.social.rss {
  background-color: #fca73a;
}
a.social.rss i {
  background-color: #f58b04;
}
a.social.rss:hover {
  background-color: #f58b04;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  a.social:hover {
    padding: 8px 20px 8px 65px;
  }
}
.contact {
  padding: 120px 0;
}
.contact form input,
.contact form textarea {
  margin-bottom: 30px;
}
input[type="text"].formFieldError,
input[type="email"].formFieldError,
textarea.formFieldError {
  border-color: #e34444 !important;
}
footer.site-footer {
  background-color: #fcfcfc;
  padding: 10px 0;
  color: #9f9f9f;
  font-size: 13px;
  text-align: center;
}
footer.site-footer a {
  color: #808080;
}
footer.site-footer a:hover {
  color: #f68c0e;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .st-navbar-mini .navbar-default .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/*@media (min-width: 1440px) {
  .grid {
    width: 100%;
    padding: 0;
  }
  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #000;
    text-align: center;
    cursor: pointer;
    width: 25%;
  }
}*/

/* 底部 */
.f_nbg {
  width: 100%;

  background: #16181a;
  padding: 60px 0 56px 0;
}
.fot_line {
  border-right: rgba(255,255,255,0.05) 1px solid;

  box-sizing: border-box;
}
/*.fot_logo {
  width: 290px;
}*/
.fot_logo img {
  width: 224px;
}
/*.f_nav {
  width: 360px;
  padding: 0 50px;
  padding-top: 20px;
}*/
.f_nav h4 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
}
.f_nav li {
  list-style-type: none;
}
.f_nav li p {
  width: 50%;
  line-height: 28px;
  float: left;
  margin-bottom: 0;
}
.f_nav li p a {
  font-size: 14px;
  color: rgba(255,255,255,0.46);
}
.f_nav li p a:hover {
  color: #146bbb;
}
.b_weixin {

  text-align: center;
  padding-top: 20px;
}
.b_weixin h4 {
  padding: 0 0 0 30px;
  font-size: 16px;
  color: #fff;
  background: url(../images/icon_ewm.png) 75px center no-repeat;
  margin-bottom: 40px;
}
.b_weixin li {
  list-style-type: none;
}
.b_weixin li img {
  width: 108px;
  height: 108px;
  margin-bottom: 10px;
}
.b_weixin li p {
  font-size: 14px;
  text-align: center;
  color: rgba(255,255,255,0.46);
}
.b_contact {
  width: 280px;
  box-sizing: border-box;
  padding-top: 20px;
}
.b_contact h4 {
  padding: 0 0 0 30px;
  font-size: 16px;
  color: #fff;
  background: url(../images/icon_ren.png) left center no-repeat;
  margin-bottom: 20px;
}
.b_contact p {
  font-size: 14px;
  color: rgba(255,255,255,0.46);
  line-height: 34px;
  margin-bottom:0;
}
.bq_bg {
  width: 100%;
  min-width: 1200px;
  margin: 0px auto;
  padding: 18px 0;
  background: #111;
  color: rgba(255,255,255,0.46);
  text-transform: uppercase;
  font-size: 12px;
  text-align:center;
}
.bq_bg a {
  color: rgba(255,255,255,0.36);
}
.bq_bg span, .bq_bg a {
  color: rgba(255,255,255,0.46);
  margin: 0 5px;
}
.bq_bg span {
  float: right;
  color: rgba(255,255,255,0.46);
  font-size: 12px;
}
ul,li{list-style-type: none;}
/*手风琴服务*/
/*.cloud-product-ul .btn{display:inline-block;width:100px;height:32px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;line-height:32px;color:#009FD9;text-align:center;text-decoration:none;font-size:14px;cursor:pointer}
*/
.cloud-product-box{background:#f4f4f4;padding-top:100px; }
.cloud-product-wrapper{margin:0 auto;width:1200px}
.cloud-product{position:relative;z-index:9;padding:40px 0 80px}
.cloud-product-title{height:32px;text-align:center;line-height:32px;font-size:32px;color:#333}
.color-blue{color:#009fd9}
.cloud-product-explain{margin-top:26px;margin-bottom:82px;height:16px;line-height:16px;text-align:center;font-size:16px;color:#999}
.cloud-product-ul{width:100%}
.cloud-product-ul li{position:relative;margin-left:12px;width:202px;height:522px;float:left;background:#fff}
.cloud-product-ul li:first-child{margin-left:0}
.cloud-product-single-top{width:100%;height:60px;line-height:60px;text-align:center;background-color:#f2f2f2}
.cloud-product-name{font-size:18px;color:#333;font-weight:700}
.cloud-product-single-bottom{width:100%;height:340px}
.empty-space{width:100%;height:99px;padding:26px 0 0 0;}
.single-bottom-item{height:340px;width:100%}
.single-bottom-item:first-child{border-right:1px solid #eee}
.bg-product-pic{width:100%;height:82px}
.server-header-01{background:url(../images/product_header_icon_01.png) center no-repeat}
.server-header-02{background:url(../images/product_header_icon_02.png) center no-repeat}
.server-header-03{background:url(../images/product_header_icon_03.png) center no-repeat}
.server-header-04{background:url(../images/product_header_icon_04.png) center no-repeat}
.server-header-05{background:url(../images/product_header_icon_05.png) center no-repeat}
.server-header-active-01{background:url(../images/product_header_active_icon_01.png) center no-repeat}
.server-header-active-02{background:url(../images/product_header_active_icon_02.png) center no-repeat}
.server-header-active-03{background:url(../images/product_header_active_icon_03.png) center no-repeat}
.server-header-active-04{background:url(../images/product_header_active_icon_04.png) center no-repeat}
.server-header-active-05{background:url(../images/product_header_active_icon_05.png) center no-repeat}
.server-header-01{background:url(../images/product_header_icon_01.png) center no-repeat}
.server-header-02{background:url(../images/product_header_icon_02.png) center no-repeat}
.server-header-03{background:url(../images/product_header_icon_03.png) center no-repeat}
.server-header-04{background:url(../images/product_header_icon_04.png) center no-repeat}
.server-header-05{background:url(../images/product_header_icon_05.png) center no-repeat}
.server-header-active-01{background:url(../images/product_header_active_icon_01.png) center no-repeat}
.server-header-active-02{background:url(../images/product_header_active_icon_02.png) center no-repeat}
.server-header-active-03{background:url(../images/product_header_active_icon_03.png) center no-repeat}
.server-header-active-04{background:url(../images/product_header_active_icon_04.png) center no-repeat}
.server-header-active-05{background:url(../images/product_header_active_icon_05.png) center no-repeat}

.product-introduce-title{margin-bottom:14px;color:#000;font-weight:bold;height:22px;line-height:22px;font-size:22px;text-align:center}
.product-introduce-title.normal-weight{font-weight:400}
.product-introduce-content{margin:0 auto 26px;width:180px;line-height:14px;font-size:14px;text-align:center;color:#999}
.product-introduce-list{margin:0 auto;color:#fff;padding-top:28px;height:135px;width:84%;border:1px solid #f1f1f1;border-left:none;border-right:none}
.introduce-list-small{margin-bottom:18px;line-height:14px;font-size:14px;color:#999;text-align:center}
.product-introduce-price{margin:48px auto 0;font-size:14px;text-align:center;color:#333}
.price-blue{color:#f68c0e;font-size:38px}
.normal-inner{transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s}
.active-inner{position:relative;display:none;height:100%;-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s}
.introduce-link{position:absolute;top:0;left:0;width:100%;height:360px}
.active-inner-01{background:url(../images/producet_bg_01.jpeg) center no-repeat}
.active-inner-02{background:url(../images/producet_bg_02.jpeg) center no-repeat}
.active-inner-03{background:url(../images/producet_bg_03.jpeg) center no-repeat}
.active-inner-04{background:url(../images/producet_bg_04.jpeg) center no-repeat}
.active-inner-05{background:url(../images/producet_bg_05.jpeg) center no-repeat}
.cloud-product-ul li.active .active-inner{display:block;-moz-opacity:1;-khtml-opacity:1;opacity:1}
.cloud-product-ul li.active .normal-inner{display:none;-moz-opacity:0;-khtml-opacity:0;opacity:0}
.cloud-product-ul li{-webkit-box-shadow:1px 1px 12px rgba(0,0,0,.08);-moz-box-shadow:1px 1px 12px rgba(0,0,0,.08);box-shadow:1px 1px 12px rgba(0,0,0,.08);-webkit-transition:width .15s linear;-o-transition:width .15s linear;-moz-transition:width .15s linear;transition:width .15s linear}
.cloud-product-ul li.active{z-index:9;width:304px;color:#fff;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.2);-moz-box-shadow:0 4px 20px rgba(0,0,0,.2);box-shadow:0 4px 20px rgba(0,0,0,.2)}

.active .product-introduce-content{color:#fff}
.active-product-introduce-title{color:#fff}
.active .product-introduce-list{padding-top:22px;border-color:#eff6ff}
.introduce-list-large{margin:0 auto;width:228px;line-height:22px;/*color:#ddebff;*/font-size:14px}
.active .product-introduce-price{margin-top:32px;color:#fff;font-weight:bold;}
.product-introduce-price .price-white{display:inline-block;font-size:36px;height:36px;line-height:36px;}
.buy-link-btn{display:block;margin:30px auto 0;width:90%;height:40px;background-color:#f68c0e;color:#fff;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
.buy-link-btn:hover{background-color:#f80}

.work{padding: 100px 0;background-color: #fcfcfc;}
.AdvantageCon{margin-top: 35px;}
.AdvantageCon ul li{height: 480px;background-color: #fff;text-align: center;position: relative;}
.AdvantageCon ul li:first-child{margin-left: 0;}
.AdvantageCon ul li span{width: 282px;height: 204px;display: block;overflow: hidden;}
.AdvantageCon ul li span img{width: 282px;height: 254px;display: block;transition: .8s;}
.AdvantageCon ul li:hover span img{transform: scale(1.1);}
.AdvantageCon ul li h3{font-weight: normal;font-size: 24px;color: #333;margin: 60px auto 15px;}
.AdvantageCon ul li p{font-size: 14px;color: #666;line-height: 25px;width: 200px;height: 75px;margin: 0 auto;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.AdvantageCon ul li i{width: 100px;height: 100px;display: block;position: absolute;left: 50%;top: 155px;margin-left: -50px;}
.AdvantageCon ul li i img{display: block;width: 100px;height: 100px;}
.AdvantageCon ul li em{width: 120px;height: 40px;line-height: 40px;text-align: center;border-radius: 50px;border: 1px #dedede solid;display: block;margin: 20px auto 35px;color: #333;font-size: 14px;}
.AdvantageCon ul li:hover em{background-color: #fa5d16;color: #fff;border: 1px #fa5d16 solid;}
.Advantage a.More{color: #fff;font-size: 18px;width: 190px;height: 55px;text-align: center;line-height: 55px;background-color: #fa5d16;border-radius: 50px;display: block;margin: 35px auto 0;}


/*主体文字*/
  .zhuti{text-align:center;margin-bottom:10px;}
  .tit {height:110px;text-align:center;position:relative;display:inline-block;} /*这里的display设置很重要*/
  .tit:before, .tit:after {content: ".";visibility: hidden;clear:both;display:block;position:absolute;width:47px;height:45px;background:url(../images/tit.png) no-repeat;background-size:cover;}
  .tit:before {left:-50px;top:35px;background-position:left center;}
  .tit:after {right:-40px;bottom:31px;background-position:right bottom;width: 40px;}
  .tit h2 {font-size:30px;color:#000;}
  .tit p {font-size:18px;color:#676767;}


/*列表模板展示*/
.template-box {margin-bottom: 50px;}
.template-box > .template-card{display:block;position:relative;box-shadow:rgba(0,0,0,0.2) 0px 2px 10px;}
.template-box  .image-box {position:relative;height: 340px;padding-top:160px;overflow:hidden}
.template-box  .image-box .fa{color:#999}
.template-box  .image-box img{display:block;position:absolute;width:100%;height:auto;top:0px;min-height:100%;transition:all ease-in-out 2s;}
.template-box  .image-box .btn-box{position:absolute;bottom:0px;left:0px;background:rgba(0,0,0,.5) url(templates/zoom-icon.png) no-repeat center center;width:100%;height:100%;text-align:center;transition:all ease-in-out 0.3s;opacity:0;filter:Alpha(opacity=0)}
.template-box  .image-box .btn-box .btn:last-child{margin-right:0px}
.template-box  .template-card:hover .btn-box{opacity:10;filter:Alpha(opacity=100);}

.template-box .info-box{position:relative;padding:2px 10px 2px 10px;background:url(templates/temImage_bg.png) no-repeat center top;}
.template-box .info-box span{display:block;line-height:2.5}
.template-box .name{text-overflow:clip;overflow:hidden;white-space:nowrap}
.template-box .designer{color:#999}
.template-box .price{position:absolute;top:15px;right:15px;color:#fe0000;}
.template-box .bh{position:absolute;top:0px;right:15px;color:#999;}
@media (max-width:767px) {
.template-box  .image-box{height:200px;padding-top:120px;}
}

/*模板内容页*/
.template-image-box{width:100%;height:500px;border:15px solid #333333;border-radius:20px;overflow:hidden}
.template-image-box img{width:100%}
.templates-pc-icon{background:url(templates/image-show-bg.jpg) center top no-repeat;height:115px;width:100%}

.template-info .btn-box .btn{}

.template-moduel-box{margin-top:20px;text-align:center}
.template-moduel-box .head-box{padding:30px 0px}
.template-moduel-box .head-box .head-title{font-weight:500;line-height:2;text-align:center;font-size:30px}
.template-moduel-box .head-box .head-desc{font-size:16px;line-height:2;color:#666}

.template-moduel-box .s-title{font-size:20px;line-height:2;color:#333;font-weight:400}
.template-moduel-box .s-desc{color:#999;font-size:14px;text-align:center}
.template-moduel-box .s-icon{width:148px;height:148px;background:url(templates/service-icon.jpg) left top no-repeat;margin:30px auto;}
.template-moduel-box .s-icon-2{background-position:-148px 0px}
.template-moduel-box .s-icon-3{background-position:-296px 0px}
.template-moduel-box .s-icon-4{background-position:-443px 0px}

.template-more-box {margin-bottom:40px}
.template-more-box .template-card{box-shadow:rgba(0,0,0,0.2) 0px 2px 5px;padding:0px;border-radius:5px;overflow:hidden}
.template-more-box .template-card .head-bar{height:25px;background-color:#EBEDEF;text-align:left;padding-left:10px}
.template-more-box .template-card .head-bar .fa{font-size:8px;color:#FEFEFE}

.template-more-box  a.image-box{display:block;height:400px;overflow:hidden}
.template-more-box  a.image-box img{width:100%;transition:all ease-in-out 0.5s}
.template-more-box  a.image-box:hover img{width:100%;transform:scale(1.2)}
.template-more-box .template-tit{line-height:2.5;padding:10px 0px}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {position: absolute;top:420px;width: 100%;}
.bx-wrapper .bx-controls-direction a {top:250px!important}

@media (max-width:767px) {
.template-image-box{height:300px;border:0px solid #333333;border-radius:2px;margin-bottom:10px;}
.template-more-box  a.image-box{height:200px;}
}

/*市场信息*/
.marketing{padding-top: 100px;
    background-color: #fcfcfc;}
.marketing .list_three {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 512px;
    margin:60px auto 10px;
}
.marketing .list_three .list {
    height: 512px;
    border-bottom: 5px solid #ec4343;
    transition: all 0.2s;
    border: 1px solid #e5e5e5;
    padding-top: 83px;
    padding-left: 31px;
    padding-bottom: 20px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    width: 284px;
    float: left;
    background-color: #fff;
    margin-right: 20px;
}
.marketing .list_three .sprites_one {
    width: 86px;
    height: 93px;
    background: url(../images/03-icon.png) no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 74px;
    top: -34px;
    z-index: 5;
}
.marketing .list_three .top {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
}
.marketing .list_three .list .bottom {
    text-align: center;
    margin-left: -31px;
}
.marketing .list_three .top_list li img {
    vertical-align: middle;
    margin-right: 10px;
}
.marketing .list_three .top_list li .one {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.marketing .list_three .top_list li .two {
    margin-left: 31px;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 26px;
    margin-top: 2px;
}
.marketing .list_three .list .bottom {
    text-align: center;
    margin-left: -31px;
}
.marketing .list_three .bottom a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 44px;
    display: inline-block;
    width: 180px;
    height: 44px;
    background: linear-gradient(45deg, #3da1f9, #476dfd );
    background: -moz-linear-gradient(45deg, #3da1f9, #ff6c55);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3da1f9), color-stop(100%,#476dfd ));
    background: -webkit-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);
    background: -o-linear-gradient(left, #3da1f9 0%,#476dfd  100%);
    background: -ms-linear-gradient(left, #3da1f9 0%,#476dfd  100%);
    background: linear-gradient(to right, #3da1f9 0%,#476dfd  100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da1f9', endColorstr='#476dfd ',GradientType=1 );
    box-shadow: 0 3px 10px 0 #3da1f9;
    border-radius: 22px;
}
.marketing .list_three .list_three_four .sprites_one {
    background-position: -263px 0;
}
.marketing .list_three .list_three_three .sprites_one {
    background-position: -174px 0;
}
.marketing .list_three .list_three_two .sprites_one {
    background-position: -86px 0;
}
.marketing .list li {
  height: auto;
}
.marketing_news {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 10px;
  
  border-radius: 6px;
  background-color: #fff;
}

/* 合伙 S */

.partner ul img:hover {
    transform: scale(1.3);
}
.partner {
    position:relative;
    padding-top:100px;
    overflow: hidden;
}
.partner h3 {
    position:relative;
    width:400px;
    text-align:center;
    margin:0 auto;
    font-weight:normal;
    font-size:14px;
    color:#fff;
    padding:6px 16px;
    background-color:#f58530;
}
.partner h3::before, .partner h3::after {
    position:absolute;
    content:"";
    width:54px;height:18px;
    background-image:url("../imgs/partner_decorate.png");
}
.partner h3::before {
    top:-14px;left:-26px;
}
.partner h3::after {
    bottom:-14px;right:-26px;
    transform:rotate(180deg);
}
.partner ul {
    position:relative;
    display:flex;
    flex-flow:row wrap;
    flex-direction:row;
    
}
.partner ul img {
    display:block;
    width:234px;height:134px;
    flex-shrink:0;
    transition:.3s;
}
.partner ul img:hover {transform:scale(1.3)}
.partner ul i {
    position:absolute;
    display:inline-block;
    background-color:#f5f5f5;
    z-index:2;
}
.partner ul i.row {
      left: 0px;
    width: 100%;
    height: 4px;
}
.partner ul i:nth-child(1) {top:136px;}
.partner ul i:nth-child(2) {top:272px;}
.partner ul i:nth-child(3) {top:408px;}
.partner ul i.column {
    top: 0px;
    width: 6px;
    height: 100%;
}
.partner ul i:nth-child(4) {left:240px;}
.partner ul i:nth-child(5) {left:480px;}
.partner ul i:nth-child(6) {left:720px;}
.partner ul i:nth-child(7) {left:960px;}
/* 合伙 E */




/* 合作流程 */
.work-ttl{
  color:#d30830;
  font-size:41px;
  font-weight:bold;
}
.work-item{
  width:20%;
  float:left;
  min-height: 1px;

  margin-top:30px;
}
.work-icon{
  background-image:url(../images/work-icon.png);
  height:94px;
  width:94px;
  overflow:hidden;
  display:block;
  margin:0 auto;
}
.work-bg1{
  background-position:0 0;
}
.work-bg2{
  background-position:-95px 0;
}
.work-bg3{
  background-position:-190px 0;
}
.work-bg4{
  background-position:-285px 0;
}
.work-bg5{
  background-position:-380px 0;
}
.work-words{
  padding:0px;
}
.work-words p{
  min-height:50px;
}
.icon-big{
  color:#c00;
  font-size:40px;
  margin-top:20px;
}
.rotate{
      -webkit-transition-duration: 0.8s;
      -moz-transition-duration: 0.8s;
      -o-transition-duration: 0.8s;
      transition-duration: 0.8s;
     
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      -o-transition-property: -o-transform;
      transition-property: transform;
     
      overflow:hidden;
  }  
  .rotate:hover{
      -webkit-transform:rotate(360deg);
      -moz-transform:rotate(360deg);
      -o-transform:rotate(360deg);
    transform:rotate(360deg);
  }
  .work-item:hover .rotate{
    -webkit-transform:rotate(360deg);
      -moz-transform:rotate(360deg);
      -o-transform:rotate(360deg);
    transform:rotate(360deg);
  }
  .work-item:hover .work-bg1{
    background-position:0 -95px;
  }
  .work-item:hover .work-bg2{
    background-position:-95px -95px;
  }
  .work-item:hover .work-bg3{
    background-position:-190px -95px;
  }
  .work-item:hover .work-bg4{
    background-position:-285px -95px;
  }
  .work-item:hover .work-bg5{
    background-position:-380px -95px;
  }
