﻿/* ==========================================================================
   Micro Reset
   ========================================================================== */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html,
body,
div,
form,
fieldset,
legend,
label,
ul,
li {
  margin: 0;
  padding: 0;
 font-family: "Century Gothic", "Arial", sans-serif;

}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  text-align: left;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
caption {
  font-weight: normal;
  font-size: inherit;
  margin: 0;
}
img {
  border: 0;
}
ul,
ol,
li {
  list-style: none;
}
a {
  color: #ffffff;
  text-decoration: none;
}
iframe {
  border: none;
}
/* === Variables === */
/* === Mixins === */
html {
  overflow: scroll;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}
body {
  background: #fff;
  color: #ffffff;
  font-family: '微软雅黑';
  font-weight: 300;
  padding: 0;
}

h1 {
	margin-top:-10px;
  font-size: 60px;
  font-size: 4rem;
	-font-family: pictos;
	font-family: 'Source Sans Pro';
  font-weight: 300;
  -letter-spacing: 5px;
}
h2 {
  font-size: 30px;
  font-size: 2.4rem;
  font-family: 'Source Sans Pro','微软雅黑';
  font-weight: 300;
  letter-spacing: 2px;
}

@font-face {
    /* font-properties */
    font-family: pictos;
    src:url('http://www.v-scape.cn/font.otf'),  
	url('http://www.v-scape.cn/font.otf'),
	url('http://www.v-scape.cn/font.otf'); /* IE9 */
}

a {
  color: #ffffff;
}
a:hover {
  -color: #090000;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.rotate {
  /* Need translate3d(0,0,0) to kick in antialiasing in webkit */

  -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
  -moz-transform: rotate(90deg) translate3d(0, 0, 0);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg) translate3d(0, 0, 0);
  transform: rotate(90deg) translate3d(0, 0, 0);
  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */

  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
#preload {
  display: none;
}
/*****
 * Component styles
 */
.collapser-section {
  position: absolute;
  width: 16.667%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.section {
  /*overflow: hidden;*/
}
/*.section.collapser-open {
    background: url('../media/logo_small.svg') no-repeat center 25px;
}*/
.phone-button {
  display: none;
}
.section-title {
  position: absolute;
  top: 60px;
  left: 22px;
  right:22px;
  color: #ffffff;
  font-size: 24px;
  font-size: 1rem;
  letter-spacing: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: font-size ease-in-out 0.14s;
  -moz-transition: font-size ease-in-out 0.14s;
  -ms-transition: font-size ease-in-out 0.14s;
  -o-transition: font-size ease-in-out 0.14s;
  transition: font-size ease-in-out 0.14s;
  top:0\9;
}
.section-title span.zhehang_title,.section-title span.zhehang{display:block;}
.section-title span.zhehang_title{font-size:21px;}
#content .collapser-over .section-title {
  color: #ffffff;
  font-size: 26px;
  font-size: 1.1rem;
}
#content .collapser-over .section-title span.zhehang_title{ font-size: 23px; font-size: 0.9rem;}
@media screen and (max-width: 1200px) {
    .section-title{ font-size: 22px; font-size: 0.9rem;}
	.section-title span.zhehang_title{font-size:18px;font-size:0.68rem;}
	#content .collapser-over .section-title{ font-size: 24px; font-size: 1rem;}
	#content .collapser-over .section-title span.zhehang_title{ font-size: 20px; font-size: 0.8rem;}
}
.section-trigger {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  background: transparent url('../image/blank.gif');
}
.collapser-open .section-trigger,
.collapser-state-open .section-title {
  display: none;
}
.section-content {
  position: relative;
  display: none;
  max-width: 940px;
  margin: 0 auto;
  padding: 10px 100px 108px;
  letter-spacing: 1px;
  -line-height: 1.5;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.collapser-open .section-content {
  display: block;
  opacity: 1;
}
.section-brand {
  display: none;
  margin: 25px 0 0;
  opacity: 0;
  text-align: center;
  -webkit-transition: opacity linear .2s;
  -moz-transition: opacity linear .2s;
  -o-transition: opacity linear .2s;
  -ms-transition: opacity linear .2s;
  transition: opacity linear .2s;
}
.collapser-open .section-brand {
  display: block;
  opacity: 1;
}
.section-brand img {
  /*height: 25px;*/
  vertical-align: middle;
  width:9%;
}
.section-close {
  position: fixed;
  top: 25px;
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-indent: -9999px;
  background: transparent url("../image/close.png") no-repeat 0 0;
  background-size: 36px 36px;
  z-index:9999999;
}
.section-close:hover {
  /*background-position: -40px 0;*/
}
.tip-view {
  position: fixed;
  left: 0;
  bottom: 44px;
  padding: 0;
  margin: 0;
}
.tip-view button {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent url("../image/code.png") no-repeat 0 0;
  border: none;
  text-indent: -99999px;
  cursor: pointer;
  outline: none;
}
.tip-view.open button,
.tip-view:hover button {
  
  width: 40px;
  height: 40px;
}
.tip-view .tip {
  position: absolute;
  left: 2px;
  bottom: 45px;
}
.tip-view .tip:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 16px 0 0;
  border-color: #dceff6 transparent transparent transparent;
}
.tip-view .tip-content {
      padding: 10px 10px 5px 10px;
  font-size: 24px;
  font-size: 1.3333333333333333rem;
  background: #dceff6;
  letter-spacing: 1px;
}
/***
* specific element stles 
*/
#bg {
  position: fixed;
  top: 0;
  left: 0;
  background: #f8a164;
  height: 100%;
}
.bg-col {
  overflow: hidden;
  position: absolute;
  width: 16.667%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.bg-step {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  opacity: 1;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.bg-col-0 {
  background-image: url("../image/reverse_1_1.jpg");
}
.bg-col-0 .bg-step {
  background-image: url("../image/reverse_1_2.jpg");
  opacity: 0.7142857142857143;
}
.bg-col-1 {
  background-image: url("../image/reverse_2_1.jpg");
}
.bg-col-1 .bg-step {
  background-image: url("../image/reverse_2_2.jpg");
  opacity: 0.7714285714285715;
}
.bg-col-2 {
  background-image: url("../image/reverse_3_1.jpg");
}
.bg-col-2 .bg-step {
  background-image: url("../image/reverse_3_2.jpg");
  opacity: 0.8285714285714286;
}
.bg-col-3 {
  background-image: url("../image/reverse_4_1.jpg");
}
.bg-col-3 .bg-step {
  background-image: url("../image/reverse_4_2.jpg");
  opacity: 0.8857142857142857;
}
.bg-col-4 {
  background-image: url("../image/reverse_5_1.jpg");
}
.bg-col-4 .bg-step {
  background-image: url("../image/reverse_5_2.jpg");
  opacity: 0.9428571428571428;
}
.bg-col-5 {
  background-image: url("../image/reverse_6_1.jpg");
}
.bg-col-5 .bg-step {
  background-image: url("../image/reverse_6_2.jpg");
}
#bg .section-title {
  display: block;
  color: #ffffff;
  left: 14px;
  opacity: 0;
  filter:alpha(opacity=0);left: 22px;
  min-width: 280px;
  color: #ffffff;
}
#bg.collapser-state-open .collapser-over .section-title {
  opacity: 1;
}
#bg.collapser-state-open .collapser-open .section-title,
#bg.collapser-state-open .collapser-open.collapser-over .section-title {
  opacity: 1;
}
#bg .section-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity linear 0.1s;
  -moz-transition: opacity linear 0.1s;
  transition: opacity linear 0.1s;
}
#bg .collapser-open .section-background {
  opacity: 1;
  -webkit-transition: opacity linear .2s;
  -moz-transition: opacity linear .2s;
  -o-transition: opacity linear .2s;
  -ms-transition: opacity linear .2s;
  transition: opacity linear .2s;
}
#bg .section-background canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -300px 0 0 -300px;
}
#bg .bg-col-0 .section-background,
#bg .bg-col-1 .section-background {
  background: url("../image/gem.png") no-repeat center;
}
#bg .bg-col-3 .section-background {
  background: url("../image/gem2.png") no-repeat center;
}
#logo {
  position: fixed;
  top: 50%;
  left: 65%;
  width: 54%;
  min-height: 89px;
  color: #ffffff;
  margin: 0;
}

.reveal-trigger {
  margin-top: 10px;
  cursor: pointer;
  -webkit-transition: opacity linear .1s;
  -moz-transition: opacity linear .1s;
  -ms-transition: opacity linear .1s;
  -o-transition: opacity linear .1s;
  transition: opacity linear .1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.reveal-trigger:hover {
  opacity: 0.7;
}
.reveal-trigger:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 0 -1px 20px;
  background: url("http://www.v-scape.cn/static/prometheanit/media/section_toggle.svg") no-repeat 0 0;
  -webkit-transition: -webkit-transform ease-in-out 0.25s;
  -moz-transition: -moz-transform ease-in-out 0.25s;
  -ms-transition: -ms-transform ease-in-out 0.25s;
  -o-transition: -o-transform ease-in-out 0.25s;
  transition: transform ease-in-out 0.25s;
}
.reveal-trigger.open:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.reveal-content {
  overflow: hidden;
}
.reveal-content:after {
  content: '';
  display: block;
  height: 22px;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
#why-us .section-content {
  padding-top: 10px;
  padding-bottom: 250px;
  max-width: 1100px;
}
#why-us p {
  margin: -10px 0;
  -font-size: 24px;
  font-size: 0.8rem;
  letter-spacing: 1px;
  line-height: 150%;
  text-align: justify;
  line-height: 27px;
}
#why-us h2 {
  margin-top: 10px;
    -line-height:25px;
}
#why-us #why-us-our-story {
  margin-top: 0;

}
#why-us-our-story {
  text-align: center;
}
#why-us-simple {
  text-align: center;
}
#why-us-agile {
  text-align: right;
}
#why-us-dependable {
  text-align: center;
}
#services .section-content {
  padding-bottom: 250px;
  font-size: 24px;
  font-size: 1.3333333333333333rem;
}
#services p {
  text-align: justify;
  font-size: 0.8rem;

}
#services-title-cloud {
  text-align: center;
}
#services-title-managed {
  text-align: right;
}
#services-title-strategic {
  text-align: center;
}
.services-list {
  float: left;
  width: 100%;
  padding-top: 10px;
  
}
.services-list li {
  float: left;
  width: 20%;
  padding: 0 20px 0 14px;
  position: relative;
}
.services-list li img{
  /*width:80%;*/
  max-height: 200px;
  max-width: 200px;
}
.services-list li h4 { font-size: 1rem;}
.services-list li p {
  font-size: 0.8rem;
}

.services-list li:before {
  content: '';
  position: absolute;
  left: -14px;
  margin-top: 1px;
  font-size: 22px;
  font-size: 1.2222222222222223rem;
}
#team .section-content {
  max-width: 1024px;
}
.team-person {
  position: relative;
  margin-bottom: 32px;
}
.team-person-photo {
  margin-left: 25%;
}
.team-person-photo img,
.team-person-photo canvas {
  display: block;
}
.team-person-photo canvas {
  opacity: 0.75;
}
.team-person-name {
  line-height: 1;
  margin-bottom: 20px;
}
.team-person-position {
  margin-left: 20px;
  font-size: 18px;
  font-size: 1rem;
}
.team-person-bio {
  clear: left;
  margin-left: 25%;
  text-align: justify;
}
.team-list li{
  width:31%;
  float:left;
  position: relative;
  margin: 1%;
  overflow: hidden;
}
.team-list li p {
	font-size: 0.8rem;
}
.team-list li p.works-title {font-size: 1rem;}
.team-list li img{
  width: 100%;
  overflow: hidden;
  max-height: 160px;
	
}

#clients .section-content {
  padding-top: 10px;
  font-size: 24px;
  font-size: 0.8rem;
  text-align: left;
}
#contact-us .section-content {
  padding-top: 10px;
  font-size: 24px;
  font-size: 0.9rem;
  text-align: center;
}
#contact-us .contact-group {
  position: relative;
}
#contact-us .contact-group .contact-map {width:80%;}
.mobile #contact-us .contact-group .contact-map {width:100%;}
#contact-us .contact-group div {
  margin-bottom: 12px;
}
#contact-us .contact-address {
  margin-bottom: 32px;
}
#contact-us .contact-telephone a:hover {
  color: #ffffff;
}
#contact-us .contact-site-credit {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  font-size: 16px;
  font-size: 0.8888888888888888rem;
}
.partners-list {
  overflow: hidden;
}
.partners-list ul li{
  width: 15%;
  margin: 0.7%;
  float: left;
  overflow: hidden;
  position: relative;
}
.partners-list ul li img{
  width: 100%;
}
.partner-name {
  position: relative;
  float: left;
  margin: 0 40px;
  font-size: 24px;
  font-size: 1.3333333333333333rem;
}
.news-list {
  /*border-bottom: 1px solid #fff;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.45);*/
}
.news-list li{font-size:0.8rem;}
.news-entry {
  padding: 50px 0 27px;
  border-bottom: 1px solid #fff;

}
.news-entry-header {
  display: block;
  text-align: center;
  -webkit-transition: opacity linear .1s;
  -moz-transition: opacity linear .1s;
  -ms-transition: opacity linear .1s;
  -o-transition: opacity linear .1s;
  transition: opacity linear .1s;
}
.news-entry-header  .news-entry-date {
	padding-left:24%;-margin-left:1px;
}
.news-entry-header  .m-title {
	-margin-left: 97px;
}

.news-entry.over .news-entry-header,
a.news-entry-header:hover {
  opacity: 0.7;
  color: #ffffff;
}
.news-entry-title {
  margin: 12px 0 22px;
  font-size: 34px;
  font-size: 1.8888888888888888rem;
  line-height: 1.1;
}
.news-entry-body {
  max-width: 540px;
  text-align: justify;
  margin: 0 auto;
  overflow: hidden;
}
.news-entry-body img {
  display: block;
  width: 100%;
}
.news-entry-body a {
  opacity: 0.75;
}
.news-entry-toggle {
  display: block;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  overflow: hidden;
  background: transparent url("http://www.v-scape.cn/static/prometheanit/media/section_toggle.svg") no-repeat 0 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform ease-in-out 0.25s;
  -moz-transition: -moz-transform ease-in-out 0.25s;
  -ms-transition: -ms-transform ease-in-out 0.25s;
  -o-transition: -o-transform ease-in-out 0.25s;
  transition: transform ease-in-out 0.25s;
}
.news-entry.over .news-entry-toggle,
.news-entry-toggle:hover {
  opacity: 0.7;
}
.news-entry.open .news-entry-toggle {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.video-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#data-contact-contents {
  display: none;
}
.preloading body,
html.preloading {
  height: 100%;
}
.preloading body {
  background: #f8a164 url("../image/reverse_1_1.jpg") repeat-x;
  background-size: auto 100%;
}
.preloading #bg,
.preloading #logo,
.preloading #content {
  opacity: 0;
}
#bg,
#logo,
#content {
  -webkit-transition: opacity linear .2s;
  -moz-transition: opacity linear .2s;
  -o-transition: opacity linear .2s;
  -ms-transition: opacity linear .2s;
  transition: opacity linear .2s;
}
.tablet #bg {
  position: absolute;
}
.tablet .collapser-section.section {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile body {
  font-weight: 300;
  background-size: 100% auto;
  background-image: url("../image/mobile_7_1.jpg");
  color: #ffffff;
}
.mobile h2 {
  font-size: 32px;
  font-size: 1.2rem;
  font-weight: 300;
  color: white;
  text-align: center;
  line-height: 120%;
  margin-left:20px;
}
.mobile #content {
  width: 100%;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-image: url("../image/mobile_7_1.jpg");
}
.mobile .collapser-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 14.27%;
  float: none;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.mobile .section-open .section-trigger {
  bottom: auto;
}
.mobile .section-content {
  display: block;
  max-width: none;
  opacity: 0;
  padding: 70px 26px 26px !important;
}
.mobile .section-opened .section-content {
  opacity: 1;
}
.mobile .section-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 0;
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  font-size: 0.9rem;
}
.mobile .section-title .zhehang {display:block;font-size:0.8rem;}
.mobile .section-title .zhehang_title {font-size:1.4rem;font-family: 'Source Sans Pro';}
.mobile .section-title span {-line-height:25px;}
.mobile .section-close,
.mobile .section-close:hover {
  top: 16px;
  left: auto;
  right: 16px;
  width: 18px;
  height: 18px;
  background: transparent url('../image/close.png') no-repeat 0 0;
  opacity: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-size: 18px 18px;
}
.mobile .section-opened .section-close {
  opacity: 1;
  -webkit-transition: opacity linear .2s;
  -moz-transition: opacity linear .2s;
  -o-transition: opacity linear .2s;
  -ms-transition: opacity linear .2s;
  transition: opacity linear .2s;
}
.mobile #logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-image: url("../image/mobile_1_1.jpg");
}
.mobile #logo img {
  display: block;
  margin: 0 auto;
  width: 68.75%;
  max-width: 160px;
}
.mobile #contact-us {
  background-image: url("../image/mobile_6_1.jpg");
}
.mobile #why-us {
  background-image: url("../image/mobile_2_1.jpg");
}
.mobile #services {
  background-image: url("../image/mobile_3_1.jpg");
}
.mobile #team {
  background-image: url("../image/mobile_4_1.jpg");
}
.mobile #clients {
  background-image: url("../image/mobile_5_1.jpg");
}
.mobile #atlas {
  background-image: url("../image/mobile_7_1.jpg");
}
.mobile #contact-us .section-content {
  font-weight: 300;
  font-size: 18px;
  font-size: 0.8rem;
}
.mobile #contact-us a {
  color: #ffffff;
}
.mobile #contact-us div,
.mobile #contact-us .contact-address {
  margin-bottom: 22px;
  font-size:0.8rem;
}
.mobile #contact-us .contact-site-credit {
  position: static;
  margin-top: 66px;
}
.mobile #why-us p {
  font-weight: 300;
  font-size: 18px;
  font-size: 0.8rem;
}
.mobile #why-us-agile {
  text-align: center;
}
.mobile #services .section-content {
  font-size: 18px;
  font-size: 1rem;
}
.mobile .reveal-trigger:after {
  display: none;
}
.mobile #services-title-managed {
  text-align: center;
}
.mobile .services-list {
  float: none;
  width: auto;
}
.mobile .team-person {
  margin-bottom: 40px;
}
.mobile .team-person-photo {
  margin: 0 0 12px;
}
.mobile .team-person-photo img {
  margin: 0 auto;
}
.mobile .team-person-name {
  margin-bottom: 8px;
}
.mobile .team-person-position {
  display: block;
  margin: 0;
}
.mobile .team-person-bio {
  margin: 0;
}
.mobile .partner-name {
  float: none;
  text-align: center;
  color: #ffffff;
}
.mobile #atlas .section-content {
  padding: 80px 0 26px !important;
}
.mobile .news-entry {
  padding: 18px 0px;
  padding-right:20PX;
  margin-left:0px;
}
.mobile .news-entry-header {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mobile .news-entry-header  .m-title {
	margin-left:20px;
	margin-left:0;
}
.mobile a.news-entry-header:hover {
  opacity: 1;
}
.mobile .news-entry-title {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-size: 1rem;
  line-height: 135%;
}
.mobile .news-entry-date {
  color: #ffffff;
  padding-left: 0;
}
.mobile .news-entry-body p {
  margin: 1em 0 0;
}
.mobile .news-entry-toggle {
  display: none;
  width: 17px;
  height: 17px;
  margin-top: 12px;
  background-image: url("http://www.v-scape.cn/static/prometheanit/media/section_toggle_mobile.svg");
}


.re-img{
  width:21%;
  float:left;
  margin-top: 8%;
}
.re-content {float:left;}
.re-content >p {margin-left: 20px;line-height: 20px;font-size:0.7rem;text-align:left;}
.reveal-content{
  width:100%;
  float:right;
}
.m-title{
  text-align: left;
}

.works-content{
  width:100%;height:176px;background:black;position:absolute;opacity: 0.7;padding:20px;display: none;
}
.works-title{
  padding-bottom:30%;margin:0;
}
.team-list li:hover >.works-content{
  display: block;
}
.en-font{
  -font-family:pictos;!important;
}

#image-scoll{
    /*background: none repeat scroll 0 0 white;*/
    height: auto;
    /*min-height: 1024px;*/
    width: 80%;
    z-index: 1001;
    margin: auto 0;
    position: relative;
    /*overflow: hidden;*/
    /*opacity: 0.4;   */

}
#image-scoll .zhezhao{
    background: none repeat scroll 0 0 white;
    /*height: 100%;*/
    min-height: 960px;
    width: 300%;
    /*border: 1px solid black;*/
    /*z-index: 100;*/
    position: absolute;
    opacity: 0.4;
    z-index: 1003;

}
.banner { position: fixed; overflow: auto;z-index: 1003;}
.banner li { list-style: none; }
.banner ul li { float: left; }

.banner {
  margin-top: 10%;
  margin-left: 10%;
  position: absolute;
  width: 100%;
  /*overflow: auto;*/

  font-size: 18px;
  line-height: 24px;
  text-align: center;

  color: rgba(255,255,255,.6);
  text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);

  background: #5b4d3d;
  box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
  .banner ul {
    list-style: none;
    width: 300%;
  }
  .banner ul li {
    display: block;
    float: left;
    width: 33%;
    min-height: 350px;

    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;

    box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
  }

  .banner .inner {
    padding: 160px 0 110px;
  }

  .banner h1, .banner h2 {
    font-size: 40px;
    line-height: 52px;

    color: #fff;
  }

  .banner .btn {
    display: inline-block;
    margin: 25px 0 0;
    padding: 9px 22px 7px;
    clear: both;

    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;

    border: 2px solid rgba(255,255,255,.4);
    border-radius: 5px;
  }
    .banner .btn:hover {
      background: rgba(255,255,255,.05);
    }
    .banner .btn:active {
      -webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
      -moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
      -ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
      -o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
      filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
    }

  .banner .btn, .banner .dot {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
  }

  .banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100%;
  }
    .banner .dots li {
      display: inline-block;
      *display: inline;
      zoom: 1;

      width: 10px;
      height: 10px;
      line-height: 10px;
      margin: 0 4px;

      text-indent: -999em;
      *text-indent: 0;

      border: 2px solid #fff;
      border-radius: 6px;

      cursor: pointer;
      opacity: .4;

      -webkit-transition: background .5s, opacity .5s;
      -moz-transition: background .5s, opacity .5s;
      transition: background .5s, opacity .5s;
    }
      .banner .dots li.active {
        background: #fff;
        opacity: 1;
      }

  .banner .arrows {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    top:50%;
    z-index: 4;
  }
    .banner .arrow {
      display: inline;
      padding-left: 10px;
      cursor: pointer;
    }



@media (max-width:990px){
  .team-list li {
    width: 48%;
    float: left;
    position: relative;
    margin: 1%;
  }
  .mobile-title{
    display: none;
  }
  
  .services-list li {
  float: left;
  width: 100%;
  padding: 0 20px 0 14px;
  position: relative;
  border-bottom:1px solid #fff;
  margin-bottom:20px;
}
.services-list li p {
  font-size: 1.1rem;
}
.section{
  overflow: hidden;
}

.re-img{
  width:30%;
  float:left;
  margin-top: 10%;
  display: none;
}
.mobile h2{
  text-align:left;
}
.partners-list ul li {
    float: left;
    margin: 0.7%;
    overflow: hidden;
    position: relative;
    width: 25%;
}
.partners-list ul li {
    float: left;
    margin: 0.7%;
    -min-height: 100px;
    overflow: hidden;
    position: relative;
    width: 23%;
}

.team-list li {
    float: left;
    margin: 1%;
    -min-height: 200px;
    position: relative;
    width: 48%;
    overflow: hidden;
}


.mobile .team-list li:hover .works-content {
	display:none;
}

.mobile  .re-content >p {margin-left: 0px;line-height: 19px;font-size:0.7rem;text-align:left;}



}



.anli_slider {position:relative;z-index:99999999;margin:0 auto;width:70%;padding-top: 5%;height:90%;}
.mobile  .anli_slider {position:relative;z-index:99999999;margin:0 auto;width:70%;padding-top: 15%;}
.anli_slider .anli_img_title {text-align:center;display:none;}
.anli_slider .big_img {position:relative;width:100%;text-align:center;height:100%;}
.anli_slider .big_img  img {max-width:90%;max-height:100%;text-align:center;vertical-align:middle;}
.anli_slider .big_img i{display:inline-block;height:100%; vertical-align:middle;width:0px;}
.anli_slider .big_img  .mobile_slider {width:100%;height:auto;text-align:center;}
.anli_slider  .small_img {text-align: center;margin:0 auto;margin-top:40px;width:auto;height:80px;-background:#707070;}
.anli_slider  .small_img img {padding:2px;}
.anli_slider  .small_img img:hover {border:2px solid #fff;padding:0;}
.anli_slider  .small_img img.active{border:2px solid #fff;padding:0;}
.anli_slider .big_img  .left_btn {display:block;width:21px;height:29px;position:absolute;top:50%;background:url(../image/left_btn.png);left:-30px;margin-top:-15px;}
.anli_slider .big_img  .right_btn {display:block;width:21px;height:29px;position:absolute;top:50%;background:url(../image/right_btn.png);right:-30px;margin-top:-15px;}
.anli_slider  .bacha {display:block;width:36px;height:36px;position:absolute;top:5%;right:-10%;background:url(../image/bacha.png);}

/* 半透明的遮罩层 */
#overlay {
    -background:url(../image/anli_bg.png);
    -filter: alpha(opacity=50); /* IE的透明度 */
    -opacity: 0.5;  /* 透明度 */
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100; /* 此处的图层要大于页面 */
    display:none;
	z-index:999999;

}
.gaosimohu{
	-webkit-filter:blur(10px);
   -moz-filter:blur(10px);
   filter:url(http://www.v-scape.cn/static/prometheanit/css/blur.svg);
   filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
   filter:blur(10px);
}



.zuopin1 span:nth-child(1){ display:block;overflow:hidden; position:relative; border:1px solid #ebebeb; box-sizing: border-box;}
@media screen and (min-width: 1000px) {
	.zuopin1 span:nth-child(1){ display:block;overflow:hidden; position:relative; width:325px; height:200px; border:1px solid #ebebeb; box-sizing: border-box;}
    .pinpai-box-wap{ display:none; }
}

@media screen and (max-width: 680px) {
    .pinpai-box{ display:none; }
}