﻿html {
  overflow-y: scroll;
}
 @font-face {
    font-family: 黑体;
    src: url(../fonts/HelveticaNeueLTStd-UltLt.otf);
}

@font-face {
    font-family: helveticaNeueLight;
    src: url(../fonts/HelveticaNeueLTStd-Lt.otf);
}

@font-face {		
    font-family: '黑体','Arial';
    src: url(../fonts/HelveticaNeueLTStd-Lt.otf);
}
/* 
@font-face {
    font-family: 黑体Italic;
    src: url(fonts/HelveticaNeueLTStd-UltLtIt.otf);
}
@font-face {
    font-family: '黑体','Arial';
    src: url(fonts/HelveticaNeueLTStd-Lt.otf);
}
@font-face {
    font-family: helveticaNeueBold;
    src: url(fonts/HelveticaNeueBold.otf);
}
@font-face {
    font-family: astloch;
    src: url(fonts/Astloch.ttf);
} 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
    font-family: '黑体','Microsoft YaHei','Arial'; 
    /* font-family: 'Microsoft YaHei'; */
    letter-spacing: 0px;
}
/* body{
  background: url(img/bg.jpeg) no-repeat center center fixed; 
 background: url(http://os9ivqlyt.bkt.clouddn.com/1658434921.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  //-webkit-transition: all .5s ease-in-out;
  //transition: all .5s ease-in-out;
} */
 body{
 /*  background: url(img/bg.jpeg) no-repeat center center fixed;  */
 /* background: url(http://os9ivqlyt.bkt.clouddn.com/1658434921.jpg) no-repeat center center ;  */
 background-image: url(http://benlinkstatic-1251893735.file.myqcloud.com/index_slide_img/1658434921.jpg) no-repeat cover center center ;
  /* background-size: cover; */
	background-position: center center;
 /*  -webkit-background-size: cover;*/
  -moz-background-size: cover center;
  -o-background-size: cover center;
  background-size: cover center;
  //-webkit-transition: all .5s ease-in-out;
  //transition: all .5s ease-in-out; 
} 

option {
    color: white !important;
}
.arrow{
  font-family:astloch !important;
}
.bold{
  font-weight:bold !important;
}
.arrow-right::before{
  content:">";
  display:inline-block;
}
.arrow-left::before{
  content:">";
  display:inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.arrow-up::before{
  content:">";
  display:inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.arrow-down::before{
  content:">";
  display:inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav-inner{
  left:-50%;
  width:50%;
  min-width:275px;
  max-width:800px;
  padding-top:20px;
  padding-left:50px;
  bottom:0px;
  -webkit-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav-inner nav{
  padding-top:0;
}
header{
  background: #fff;
  border-bottom:none;
  height:70px;
}
.nav-button{
  top:30px;
  width:16px;
}
.nav-button:after{
  content:"";
  padding: 50px;  
  position: absolute;
  left: -25px;
  top: -25px;
}
.nav-button span{
  background: #bfbfbf;
  height: 1px;
}
.nav-button.cmenu .ncs{
  top:5px;
}
.nav-button.cmenu .nos{
  top:6px;
}
.show-share{
  top:30px;
  right:50px;
}
@media only screen and  (max-width: 540px) {
  .show-share {
    right:20px;
  }
}
.show-share{
  opacity:1;
}
.show-share .share-close{
  width:20px;
  height:50px;
}
.show-share.isShare i{
  display:inline-block;
  color:white;
}
.show-share i{
  display:none;
}
.show-share span{
  display:block;
  width:15px;
  height:1px;
  background:#fff;
  position:relative;
}
.show-share.isShare span{
  display:none;
}
.show-share span.nos  {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top:12px;
  left:3px;
}
.show-share span.ncs{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top:11px;
  left:3px;
}
a{
  color:white;
}
.logo-holder{
  line-height:70px;
}
.logo-holder a{
    font-size: 20px;
}
section.white-border{
  border-bottom:3px solid white;
/*  border:none; */
}
.section-wrapper{
    float:left;
    display:block;
    overflow: hidden;
    position:relative;
   /*  height:100%; 在作品展示的时候用这个会显示很大的边框*/
    width:100%;
}
.section-wrapper .section-details{
    position:absolute;
    bottom: 56px;
    left: 50px;
    text-align: left;
}
 @media only screen and (max-width : 767px) {   
  .section-wrapper .section-details{
      bottom: 20px;
      left: 20px;
  }
  .section-wrapper.wrapper-3 .section-header{
    padding-left:10px !important;
  }
}
.section-wrapper .section-details span{
    color:white;
    letter-spacing: 0.1em;
   /*  font-family: '黑体','Arial'; */
   font-family:'黑体','Microsoft YaHei';
    float:left;
    opacity:0.6;
    transition: opacity linear .2s;
    text-transform: uppercase;
}
.section-wrapper .section-details span.arrow{
  float:none;
}
.section-wrapper .section-details span i{
  position:relative;
  font-size:16px;
  top:1px;
}
.section-wrapper .section-details span:hover{
  opacity:1;
}
.wh-info-box a span{
  font-size:10px;
  /* font-family:'黑体','Arial'; */
  margin-top:0;
  opacity:0.6;
  transition: opacity linear .2s;
}
.wh-info-box a span i{
  position:relative;
  top:1px;
  font-size:15px;
}
.wh-info-box a span.black, .wh-info-box span.black span{
  color:white !important;
}
.wh-info-box a span:hover{
  opacity:1;
}
.section-wrapper .section-details a.btn,.btn.btn-custom{
    border:none;
    background: #dddddd;
    margin: 10px auto 0 auto;
    padding: 10px 12px 8px 12px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.section-wrapper .section-details a.btn span,.btn.btn-custom span{
  font-size:10px;
  color:#777777;
  font-weight:300;
  letter-spacing:0.2em;
}
.section-wrapper .section-details a.btn:hover,.btn.btn-custom:hover{
    background: white;
}
.section-wrapper .section-details a.btn:hover span,.btn.btn-custom:hover span{
    color:white;
}
.section-wrapper .section-details.black span{
    color:white;
}
.section-wrapper .section-details.black a.btn{
    border:none;
    color:#777777;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.section-wrapper .section-details.black a.btn:hover{
    background: #777777;
}
.section-wrapper .section-details.black a.btn:hover span{
    color:#dddddd;
}
.anim-button:hover i{
    top:-6px;
}
.wrapper-1{
    width:50%;
    height:100%;
}
.wrapper-2{
    width:50%;
    height:50%;
}
.wrapper-3{
    width:100%;
}
.section-wrapper.wrapper-3 .section-header{
  padding: 25px 25px 24px 56px;
  background-color: white;
  color:white;
  text-align: left;
}
.section-wrapper.wrapper-3 .section-header.gallery-header{
  background-color:white;
}
.section-wrapper.wrapper-3 .section-header.section-header-center{
  padding:25px 0;
}
.section-wrapper.wrapper-3 .section-header .section-title{
  display:block;
  font-size:12px;
  color:white;
 /*  font-family:'黑体','Arial'; */
  text-transform: uppercase;
}
.section-wrapper.wrapper-3 .section-header .section-link{
  display:block;
  padding-top:6px;
  font-size:10px;
  color:white;
  /* font-family:'黑体','Arial'; */
  text-transform: uppercase;

}
.img-large{
    display:block !important;
}
.img-small{
    display:none !important;
}
@media only screen and (max-width : 991px) {
    .wrapper-1{
        width:100%;
        height:auto;
    }
    .wrapper-2{
        width:100%;
        height:auto;
    }
    .img-large{
        display:none !important;
    }
    .img-small{
        display:block !important;
    }
}
.section-wrapper img{
    display:block;
    max-width:100%;
    height:auto;
    width:100%;
}
header{
  z-index:99999;
  -webkit-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header.transparent{
    opacity: 1;
}
.nav-overlay{
  top:100px;
}
.nav-inner nav li{
  padding:0;
  border-bottom:none;
}
.nav-inner nav li a{
  cursor:pointer;
  font-size:50px;
  font-family:'黑体','Arial','helveticaNeueLight','Arial'; 
  color:#000000;
  display:block;
}
.nav-inner nav li a.subnav-navigator-back{
  font-size:30px;
}
.nav-inner nav li a.subnav-navigator-back i{
  position:relative;
  bottom:6px;
}
@media (max-width:997px){
.nav-inner nav li a.subnav-navigator-back{
    font-size:21px;
  }
  .nav-inner nav li a.subnav-navigator-back i{
    bottom:4px;
  }
}
.nav-inner nav li a.active{
    color:white;
}
.section-animate .section-wrapper{
    opacity: 0;
}
.information-inner {
  position:fixed;
  z-index:20;
  right:-50%;
  visibility:visible;
  width:50%;
  min-width:275px;
  max-width:800px;
  background:#fff;
  height:100%;
  padding-bottom:61px;
  overflow:hidden;
  -webkit-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.information-container {
  padding:20px 20px 0;
  text-align: left;
  opacity:0;
  -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.share-container{
  padding-top:20px;
  padding-right:50px;
  text-align: right;
  top:0;
  left:0;
  width:100%;
  margin:0 !important;
  line-height:180px;
}
@media only screen and  (max-width: 540px) {
  .share-container{
    padding-right:20px;
  }
}
.information-container.vissc{
  opacity:1;
}
.information-item.title{
  font-size:55px;
  font-family: '黑体','Microsoft YaHei';
  /* font-family:'黑体','Arial'; */
  color:white;
}
.information-item.project-writeup p{
    text-align: justify;
    font-size:15px;
    padding-top: 20px;
   /*  font-family: '黑体','Arial'; */
    font-family: '黑体','Microsoft YaHei';
    font-style:normal;
    text-transform: none;
    font-weight: 300;
}
.information-item {
 /*  font-family:'黑体','Arial'; */
 font-family: '黑体','Microsoft YaHei';
  color:white;html {
  overflow-y: scroll;
}
/* @font-face {
    font-family: 黑体;
    src: url(../fonts/HelveticaNeueLTStd-UltLt.otf);
}
@font-face {
    font-family: 黑体Italic;
    src: url(../fonts/HelveticaNeueLTStd-UltLtIt.otf);
}
@font-face {
    font-family: '黑体','Arial';
    src: url(../fonts/HelveticaNeueLTStd-Lt.otf);
}
@font-face {
    font-family: helveticaNeueBold;
    src: url(../fonts/HelveticaNeueBold.otf);
}
@font-face {
    font-family: astloch;
    src: url(../fonts/Astloch.ttf);
}*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
    font-family: 黑体;
    letter-spacing: 2px;
} 

body{
  background-image: url(http://benlinkstatic-1251893735.file.myqcloud.com/index_slide_img/1658434921.jpg) no-repeat center center fixed; 
  /* background-size: cover; */
	background-position: center center;
  
  
 /*  -webkit-background-size: cover; */
  -moz-background-size: cover ;
  -o-background-size: cover;
  background-size: cover;
  //-webkit-transition: all .5s ease-in-out;
  //transition: all .5s ease-in-out; 
}

option {
    color: black !important;
}
.arrow{
  font-family:astloch !important;
}
.bold{
  font-weight:bold !important;
}
.arrow-right::before{
  content:">";
  display:inline-block;
}
.arrow-left::before{
  content:">";
  display:inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.arrow-up::before{
  content:">";
  display:inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.arrow-down::before{
  content:">";
  display:inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav-inner{
  left:-50%;
  width:50%;
  min-width:275px;
  max-width:800px;
  padding-top:20px;
  padding-left:50px;
  bottom:0px;
  -webkit-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav-inner nav{
  padding-top:0;
}
header{
  background: #fff;
  border-bottom:none;
  height:50px;
}
.nav-button{
  top:30px;
  width:16px;
}
.nav-button:after{
  content:"";
  padding: 50px;  
  position: absolute;
  left: -25px;
  top: -25px;
}
.nav-button span{
  background: white;
  height: 1px;
}
.nav-button.cmenu .ncs{
  top:5px;
}
.nav-button.cmenu .nos{
  top:6px;
}
.show-share{
  top:30px;
  right:50px;
}
@media only screen and  (max-width: 540px) {
  .show-share {
    right:20px;
  }
}
.show-share{
  opacity:1;
}
.show-share .share-close{
  width:20px;
  height:50px;
}
.show-share.isShare i{
  display:inline-block;
  color:white;
}
.show-share i{
  display:none;
}
.show-share span{
  display:block;
  width:15px;
  height:1px;
  background:#fff;
  position:relative;
}
.show-share.isShare span{
  display:none;
}
.show-share span.nos  {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top:12px;
  left:3px;
}
.show-share span.ncs{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top:11px;
  left:3px;
}
a{
  color:white;
}
.logo-holder{
  line-height:70px;
}
.logo-holder a{
    font-size: 20px;
}
section.white-border{
  border-bottom:3px solid white;
}
.section-wrapper{
    float:left;
    display:block;
    overflow: hidden;
    position:relative;
    height:100%;
    width:100%;
}
.section-wrapper .section-details{
    position:absolute;
    bottom: 56px;
    left: 50px;
    text-align: left;
}
 @media only screen and (max-width : 767px) {   
  .section-wrapper .section-details{
      bottom: 20px;
      left: 20px;
  }
  .section-wrapper.wrapper-3 .section-header{
    padding-left:10px !important;
  }
}
.section-wrapper .section-details span{
    color:white;
    letter-spacing: 0.1em;
    /* font-family: '黑体','Arial'; */
    float:left;
    opacity:0.6;
    transition: opacity linear .2s;
    text-transform: uppercase;
}
.section-wrapper .section-details span.arrow{
  float:none;
}
.section-wrapper .section-details span i{
  position:relative;
  font-size:16px;
  top:1px;
}
.section-wrapper .section-details span:hover{
  opacity:1;
}
.wh-info-box a span{
  font-size:10px;
  /* font-family:'黑体','Arial'; */
  margin-top:0;
  opacity:0.6;
  transition: opacity linear .2s;
}
.wh-info-box a span i{
  position:relative;
  top:1px;
  font-size:15px;
}
.wh-info-box a span.black, .wh-info-box span.black span{
  color:white !important;
}
.wh-info-box a span:hover{
  opacity:1;
}
.section-wrapper .section-details a.btn,.btn.btn-custom{
    border:none;
    background: #dddddd;
    margin: 10px auto 0 auto;
    padding: 10px 12px 8px 12px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.section-wrapper .section-details a.btn span,.btn.btn-custom span{
  font-size:10px;
  color:#777777;
  font-weight:300;
  letter-spacing:0.2em;
}
.section-wrapper .section-details a.btn:hover,.btn.btn-custom:hover{
    background: white;
}
.section-wrapper .section-details a.btn:hover span,.btn.btn-custom:hover span{
    color:white;
}
.section-wrapper .section-details.black span{
    color:white;
}
.section-wrapper .section-details.black a.btn{
    border:none;
    color:#777777;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.section-wrapper .section-details.black a.btn:hover{
    background: #777777;
}
.section-wrapper .section-details.black a.btn:hover span{
    color:#dddddd;
}
.anim-button:hover i{
    top:-6px;
}
.wrapper-1{
    width:50%;
    height:100%;
}
.wrapper-2{
    width:50%;
    height:50%;
}
.wrapper-3{
    width:100%;
}
.section-wrapper.wrapper-3 .section-header{
  padding: 25px 25px 24px 56px;
  background-color: white;
  color:white;
  text-align: left;
}
.section-wrapper.wrapper-3 .section-header.gallery-header{
  background-color:white;
}
.section-wrapper.wrapper-3 .section-header.section-header-center{
  padding:25px 0;
}
.section-wrapper.wrapper-3 .section-header .section-title{
  display:block;
  font-size:12px;
  color:white;
  /* font-family:'黑体','Arial'; */
  text-transform: uppercase;
}
.section-wrapper.wrapper-3 .section-header .section-link{
  display:block;
  padding-top:6px;
  font-size:10px;
  color:white;
 /*  font-family:'黑体','Arial'; */
  text-transform: uppercase;

}
.img-large{
    display:block !important;
}
.img-small{
    display:none !important;
}
@media only screen and (max-width : 991px) {
    .wrapper-1{
        width:100%;
        height:auto;
    }
    .wrapper-2{
        width:100%;
        height:auto;
    }
    .img-large{
        display:none !important;
    }
    .img-small{
        display:block !important;
    }
}
.section-wrapper img{
    display:block;
    max-width:100%;
    height:auto;
    width:100%;
}
header{
  z-index:99999;
  -webkit-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header.transparent{
    opacity: 1;
}
.nav-overlay{
  top:10px;
}
.nav-inner nav li{
  padding:0;
  border-bottom:none;
}
.nav-inner nav li a{
  cursor:pointer;
  font-size:60px;
  /* font-family:'黑体','Arial'; */
  color:#b0b0b0;
  display:block;
}
.nav-inner nav li a.subnav-navigator-back{
  font-size:30px;
}
.nav-inner nav li a.subnav-navigator-back i{
  position:relative;
  bottom:6px;
}
@media (max-width:997px){
.nav-inner nav li a.subnav-navigator-back{
    font-size:21px;
  }
  .nav-inner nav li a.subnav-navigator-back i{
    bottom:4px;
  }
}
.nav-inner nav li a.active{
    color:#000000;
}
.section-animate .section-wrapper{
    opacity: 0;
}
.information-inner {
  position:fixed;
  z-index:20;
  right:-50%;
  visibility:visible;
  width:50%;
  min-width:275px;
  max-width:800px;
  background:#fff;
  height:100%;
  padding-bottom:61px;
  overflow:hidden;
  -webkit-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.information-container {
  padding:20px 20px 0;
  text-align: left;
  opacity:0;
  -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.share-container{
  padding-top:20px;
  padding-right:50px;
  text-align: right;
  top:0;
  left:0;
  width:100%;
  margin:0 !important;
}
@media only screen and  (max-width: 540px) {
  .share-container{
    padding-right:20px;
  }
}
.information-container.vissc{
  opacity:1;
}
.information-item.title{
  font-size:55px;
  /* font-family:'黑体','Arial'; */
  color:white;
}
.information-item.project-writeup p{
    text-align: justify;
    font-size:15px;
    padding-top: 20px;
    /* font-family: '黑体','Arial'; */
    font-style:normal;
    text-transform: none;
    font-weight: 300;
}
.information-item {
 /*  font-family:'黑体','Arial'; */
  color:white;
  float:left;
  display:block;
  width:100%;
  position:relative;
  font-size:15px;
  text-transform: uppercase;
  //font-weight: 700;
}
@media (max-width:997px){
  .information-item.title{
    font-size:25px;
  }
  .information-item{
    font-size:10px;
  }
  .information-item.project-writeup p{
    font-size:10px;
    line-height:14px;
  }
}
.information-inner.visshare {
  right:0;
}
.nav-inner,.share-inner,.information-inner{
    background-color: #fff;
    opacity:0.7;
    top:100px;
}
.share-inner{
  min-width:275px;
  max-width:400px;
}
.nav-inner.opaque,.share-inner.opaque,.information-inner.opaque{
    opacity: 1;
}
@media only screen and  (max-width: 540px) {
  .nav-inner{
    padding-left:20px;
    left:-100%;
    width:100%;
  }
  .share-inner{
    right:-100%;
    width:100%;
  }
  .information-inner{
    right:-100%;
    width:100%;
  }
}
.share-icon{
  line-height:60px;
  /* font-family:'黑体','Arial'; */
}
.share-icon:before{
  font-size:62px;
  color:#b0b0b0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
@media (max-width:997px){
  .share-icon:before{
    font-size:25px;
  }
  .share-icon{
    line-height:27px;
  }
}
.close-share:before,.close-share:after{
    background: #fff;
}
.scrolltop {
    display:none;
    width:100%;
    margin:0 auto;
    position:fixed;
    bottom:10px;
    right:10px; 
    z-index:10;
}
.scroll {
    position:absolute;
    right:30px;
    bottom:20px;
    width:30px;
    height:30px;
    background:none;
    padding:20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor:pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;   
    opacity: 0.5; 
}
@media only screen and  (max-width: 540px) {
  .scroll{
    right:0px;
    bottom:0px;
  }
}
.scroll:hover {
    opacity: 1;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;        
}
.scroll:hover .arrow {
    padding-top:-10px;
}
.scroll .arrow {
    font-size:25px;
    margin-top:-20px;
    margin-left:-10px;
    color:white;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;    
}
.show-information {
  position:absolute;
  top:10px;
  right:120px;
  z-index:21;
  cursor:pointer;
}
.show-information i{
  font-size:16px;
  padding:6px 0 0 6px;
}
@media only screen and  (max-width: 540px) {
  .show-information {
    right:57px;
  }
  .scroll .arrow{
    font-size:20px;
    margin-left:-5px;
  }
}
.show-information{
  opacity:1;
}
.show-information .information-close{
  width:20px;
  height:50px;
}
.show-information.isShare i{
  display:inline-block;
  color:white;
}
.show-information i{
  display:none;
}
.show-information span{
  display:block;
  width:15px;
  height:1px;
  background:#fff;
  position:relative;
}
.show-information.isShare span{
  display:none;
}
.show-information span.nos  {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top:14px;
  left:3px;
}
.show-information span.ncs{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top:13px;
  left:3px;
}
.volume-control {
  position:absolute;
  top:10px;
  right:84px;
  z-index:21;
  cursor:pointer;
}
.volume-control i{
  font-size:16px;
  padding:6px 0 0 6px;
}
.section-content{
  padding:80px 60px;
  text-align: justify;
}
@media only screen and  (max-width: 540px) {
  .section-content{
    padding:80px 20px;
  }
}.section-content p{
  font-family: '黑体','Arial';
  letter-spacing: 0px;
  color:white;
  text-align: justify;
}
.section-content h2{
  font-size:2em;
  padding-bottom:20px;
  color:white;
  font-family: '黑体','Arial';
  text-align:center;
  text-transform:uppercase;
}
#pageloader{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    z-index: 99999;
    background-color: white;
}

#pageloader .spinner {
    margin: 0 auto;
    width: 100px;
    text-align: center;
    position: relative;
    top:0px;
    margin-top:0px;
}
#pageloader .spinner h1{
    opacity: 0;
    color:white;
    font-size:20px;
}
.header-title{
  top:27px;
  line-height: 0;
  left:87px;
}
@media only screen and  (max-width: 540px) {
  .header-title{
    display:none;
  }
}
.header-title h2{
  color:white;
  display:none;
}
.header-title h2:hover,.contact-list li a:hover{
  text-decoration: none;
}
.nav-inner nav li ul{
  padding: 0;
  padding-bottom: 7px;
  border: 0;
}
.nav-inner nav li ul li{
  /*padding:11px 0;*/
  padding:0;
}
.nav-inner nav li ul li a{
  font-size:28px;
  text-transform: uppercase;
  color:#000000;
}
.nav-inner nav li.works-sublink a{
  font-size:28px;
  text-transform: uppercase;
  color:#000000;
}
@media (max-width:997px){
  .nav-inner nav li ul li a{
    font-size:15px;
    line-height:24px;
  }
  .nav-inner nav li.works-sublink a{
    font-size:15px;
    line-height:24px;
  }
  .nav-inner nav li ul li,.nav-inner nav li.works-sublink{
    /*padding:3px 0;*/
    padding:0;
  }
  .nav-inner nav li a{
    font-size:25px;
  }
}
.nav-inner nav li ul li a:hover,.share-icon:hover,.share-icon:hover:before{
  text-decoration:none;
  color:white;
}
.nav-inner nav li a.active:hover,.nav-inner nav li a:hover{
    color:000000;
}
.subnav a:hover{
    cursor:default;
}
a.subnav-navigator:hover{
    cursor: pointer;
}
.no-margin{
    margin:0 !important;
}
.no-padding{
  padding:0 !important;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.container:before,
.container:after,
.row:before,
.row:after{
  display: table;
  content: " ";
}
.container:after,
.row:after{
  clear: both;
}

.footer{
    background-color: #fff;
    text-align: left;
    color:white;
}
.footer .container{
    padding:40px 0;
}
.footer-title{
    font-family: '黑体','Arial';
    font-size:14px;
    margin-bottom:10px;
    margin-top:20px;
    cursor:default;
}
.footer-details span{
  display:inline-block;
  font-family: '黑体','Arial';
  font-size:10px;
  margin-bottom:9px;
  text-transform: uppercase;
}
.footer-details i.fa{
  font-size:20px;
  color:#e6e6e6;
  padding-right:5px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.footer-details i.fa:hover{
  color:white;
}
.footer-details a{
  color:#e6e6e6;
  font-family: '黑体','Arial';
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.footer-details a:hover{
  color:white;
}
.contact-wrapper,.contact-list li span{
  color:white;
}
.contact-wrapper a.link-color{
  color: #B7B3AC;
}
.btn.write-to-us{
  padding: 10px 25px 8px 25px;
}
.content{
  padding-bottom: 0;
}
.wrapper-inner{
  float:left;
}
.align-content.custom-top{
  top:100px;
}
.align-content.custom-top2{
  top:150px;
}
.nav-inner.nav-opaque{
  opacity:1 !important;
}
.filter-nvis-column .gallery-filters a, .filter-vis-column .gallery-filters a{
  color:white;
}
.wh-info-box{
  top:0;
  left:0;
  height:100%;
  width:100%;
}
.gallery-item{
  padding:4px;
}
.gallery-item:hover .wh-info-box-inner{
  opacity:1;
}
.wh-info-box:before{
  background-color:none;
}
.wh-info-box span{
  font-family:'黑体','Microsoft YaHei','Arial';
  color:white;
}
.wh-info-box span.arrow{
  float:none;
}
.wh-info-box span.project_name{
  font-size:1.5rem;;
}
.wh-info-box-inner{
  margin:0 !important;
  top:0;
  height:100%;
  display:block;
}
.wh-info-box-inner .wh-info-box-inner-item{
    position:absolute;
    bottom:10px;
    left:10px;
    text-align: left;
}
.wh-info-box-inner .wh-info-box-inner-item .project_name {
	font-size:1.5rem;;
	font-family: '黑体','Microsoft YaHei','Arial';
}

.gallery-filters{
  text-align:center;
}
.gallery-filters a{
  color:black;
  font-size:4px;
  font-family: '黑体','Microsoft YaHei','Arial';
  padding: 0 3px 3px 3px;
  text-transform: uppercase;
}
.gallery-filters a.gallery-filter-active{
  border-bottom:1px solid white;
}
.gallery-filters .gallery-filter-wrapper{
  display:inline-block;
  width:auto;
  margin: 0 20px;
  }
@media only screen and  (max-width: 767px) {
  .gallery-filters .gallery-filter-wrapper{
    margin:7px 0;
    width:40%;
  }
}
#contactfaq,#contactform{
  text-align:left;
  padding:0;
}
#contactfaq,#contactform *:not(.error):not(.fa){
  font-family:'黑体','Arial';
  font-size:11px;
  font-weight:300;
  letter-spacing: 0px;
  text-transform: uppercase;
  color:white;
  letter-spacing: 0.1em;
}
.contact-header{
  display:inline-block;
  margin: 20px 0 20px 40px;
  font-size:20px;
  font-family:'黑体','Arial';
  color:white;
  background-color:#D0CDC8;
  text-transform: uppercase;
}
.contact-wrapper{
  max-width:550px;
}
.contact-wrapper .row{
  margin:0 0 10px 0;
}
.contact-wrapper .row label{
  display:block;
  color:white;
}
.inputfile{
  color:#ffffff;
  padding-top:2px;
  font-size:15px;
}
.contact-wrapper .row select{ 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border:none;
  border-bottom:1px solid #ffffff;
  width: 100%;
  height:20px;
  margin-top:2px;
  background: none;
  color:#ffffff;
}
.contact-wrapper .row input:not([type=submit]):not([type=file]){
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border:none;
  box-shadow: none;
  border-bottom: 1px solid #ffffff;
  color:#ffffff;
  background:none;
  width:100%;
  height:20px;
}
.contact-wrapper .row textarea{
  width:100%;
  background:none;
  border:none;
  color:#A9A9A9;
  margin-top:3px;
  height:100px;
}
#accordion .ui-accordion-header{
  font-family:'黑体','Arial';
  background:#B7B3AC;
  border:none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color:white;
}
.ui-state-default .ui-icon{
  background-image:none;
}
#accordion .ui-accordion-content{
  font-family:'黑体','Arial';
  background: #c4c0bb;
  color:white;
  border:none;
}
.ui-state-active{
  background:#B7B3AC;
  border:0;
}
#contacthero{
  display:block;
}
#contacthero img{
  width:100%;
}
#contacthero .contactinformation{
  color:white;
  font-family: '黑体','Arial';
  font-size: 15px;
  padding: 2em 20px;
  text-align:justify;
}
#contacthero .contactinformation a{
  color:#898276;
}
#contacthero .contactinformation a:hover,#contacthero .contactinformation a:visited{
  color:#a09b92;
}
.contact-wrapper .row label.error{
  color:red;
  margin-top:5px;
  font-family: '黑体','Arial';
}
.contact-wrapper .row select.error{
  border-bottom:1px solid red;
}
.contact-wrapper .row input.error:not([type=submit]):not([type=file]){
  border-bottom:1px solid red;
}
.cursor-pointer{
  cursor:pointer !important;
}
.footer-wrapper{
    display:inline-block;
}
.footer-block{
    display:inline-block;
    float:left;
    text-align:left;
}
.footer-block:not(.last){
    margin-right:50px;
}
.footer-block a{
    display:inline-block;
    padding-bottom:10px;
}
@media screen and (max-width: 991px){
    .footer-block{
        margin-right:0 !important;
        float:none;
        text-align:center;
    }
    .footer-company,.footer-social{
        display:block;
    }
    .footer-company{
        padding-bottom:30px;
    }
    .footer-social{
        padding-top:20px;
    }
}
.btn-contact-send{
  color:white;
  text-transform: capitalize;
  opacity:0.6;
  transition: opacity linear .2s;
}
.btn-contact-send i{
  position: relative;
  top:1px;
  font-size: 16px;
}
.btn-contact-send:hover{
  opacity:1;
}

.contact-information{
  color:#A9A9A9;
  text-transform: uppercase;
}
.contact-information div{
  padding-top:20px;
}
.flexcontainer {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   /*-webkit-justify-content: center;
   justify-content: center;*/
   color:white;
   min-height:100vh;
   align-content:center;
   margin-top:-65px;
   padding:0 50px;
}
@media only screen and  (max-width: 540px) {
  .flexcontainer {
    padding:0 20px;
    margin-top: 70px
  }
}
.flexcontainer-text{
    margin:90px 0;
    color:#000000;
    max-width:600px;
    width:100%;
}
.flexcontainer-text p{
    font-size:14px;
    line-height:17px;
    font-family: '黑体','Microsoft YaHei';
    color:#000000;
}
.flexcontainer-text p.signoff{
    font-size:16px;
    text-align: right;
}
.profile-bg{
    min-height:100%;
    background:url('../img/about/profile-bg.jpg') no-repeat fixed center;
    background-size:cover;
}
.profile-text{
    position:absolute;
    bottom:0;
    right:0;
    width:40%;
    color:white;
    padding:50px 50px 20px;
}
@media only screen and  (max-width: 790px) {
    .profile-bg{
        background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),url('../img/about/profile-bg.jpg') no-repeat fixed center;
    }
    .profile-text{
        position:relative;
        width:100%;
    }
}
@media only screen and  (max-width: 540px) {
  .profile-text{
    padding:50px 20px 20px;
  }
}
.profile-text p{
    font-size:12px;
    text-align: justify;
    line-height:17px;
    font-family:'黑体','Arial';
    color:#000000;
}
.footer-link span{
  padding:10px;
  line-height: 2em;
}
.footer-link a,.footer-company{
  /* font-family:'黑体','Arial'; */
     font-family: '黑体','Microsoft YaHei';
}
.contact-container{
  background:url('../img/contact/contact-bg.jpg') no-repeat fixed center;background-size:cover;
}
.accolades-container{
  background:url('../img/about/accolades-bg.jpg') no-repeat fixed center;background-size:cover;
}
.credits-container{
  background:url('../img/about/credits-bg.jpg') no-repeat fixed center;background-size:cover;
}
@media (max-width:767px){
  .contact-container,.accolades-container,.credits-container{
    background:#ffffff;
  }
}
.parent {
    display: table;
    table-layout: fixed;
    padding:0 !important;
}

.child {
    display:table-cell;
    vertical-align:middle;
    text-align: center;
}
.accolades-header{
    text-align:left;
    font-size:14px;
    font-family: '黑体','Arial';
    color:#000000;
    height:34px;
    text-transform:uppercase;
}
.accolades-items .item{
    text-align:left;
    font-size:11px;
    font-family: '黑体','Arial';
    color:#000000;
    padding-bottom:20px;
}
.credits-header{
    text-align:left;
    font-size:14px;
    font-family: '黑体','Arial';
    color:#000000;
    height:34px;
}
.credits-items .item{
    text-align:left;
    font-size:11px;
    font-family: '黑体','Arial';
    color:#000000;
    line-height:17px;
    padding-bottom:0px;
}
.accolades-items .item p{
    text-align:left;
    font-size:11px;
    font-family: '黑体','Arial';
    color:#000000;
    line-height:17px;
    padding-bottom:0px;
}
.slider-action-prev{
    text-align:left;
    font-size:11px;
    font-family: '黑体','Arial';
    color:#000000;
    float:left;
    cursor:pointer;
}
.slider-action-next{
    text-align:left;
    font-size:11px;
    font-family: '黑体','Arial';
    color:#000000;
    float:right;
    cursor:pointer;
}
.slick-slide{
    width:300px;
    margin-left:50px;
}
@media (max-width:767px){
  .slider-action-next,.slider-action-prev,.credits-items .item p,.credits-header,.accolades-items .item p,.accolades-header{
    font-size:9px;
    line-height:13px;
  }
}
.credits-mobile-header,.accolades-mobile-header{
      text-align:left;
      font-size:16px;
      font-family: '黑体','Arial';
      color:#000000;
      text-transform: uppercase;
      padding-bottom:20px;
  }
  .credits-mobile-item p,.accolades-mobile-item p{
      text-align:left;
      font-size:9px;
      line-height:13px;
      font-family: '黑体','Arial';
      color:#000000;
      padding-bottom:20px;
  }
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #ffffff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ffffff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}
.slick-dots li button:before{
    width: 5px;
    height: 5px;
    content: '';
    text-align: center;
    opacity: 1;
    border-radius: 50%;
    background:#656565;
}
.slick-dots li.slick-active button:before{
  opacity:1;
  background:white;
}
.slick-dots{
  text-align:left;
  padding-left:48px;
}

.home-slider{
    position:relative;
    margin-top:-47px;
    width:100vw;
    height:100vh;
    background-size: cover;
    background-position:center center;
}
.slider-text{
    position: absolute;
    top: 70%;
    left: 70%;
    margin-right: -30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index:3;
}
.slider-arrow{
    position: absolute;
    top: 97%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color:#cccccc;
    font-size:25px;
}
.slider-header{
    font-size:58px;
	font-family: '宋体';
    color:white;
    letter-spacing:8px;
    position:relative;
    opacity:0;
    top:30px;
    color:#cccccc;
    padding-bottom:5px;
}
.slider-link{
    font-size:19px;
    position:relative;
    opacity:0;
    top:40px;
}
.slider-link a{
    color:#cccccc;
    transition: color linear .2s;
}
.slider-link a:hover{
  color: #ffffff;
}
.slider-link .arrow{
   position:relative;
   font-size:13px;
   top:-1px;
}
.slider-arrow .arrow{
    position:relative;
    opacity:0;
    top:-40px;
}
@media only screen and (max-width : 767px) {
    .slider-header{
        font-size:25px;
        letter-spacing: 4px;
    }
    .slider-link,.slider-arrow{
        font-size:15px;
    }
    .slider-link .arrow{
      font-size:11px;
      top:0;
    }
}
.mobile-text{
  padding:20px 50px;
}
.mobile-text p{
  color:white;
  text-align: justify;
}
@media only screen and (max-width:540px){ 
  .mobile-text{
    padding:20px 20px;
  }
  .mobile-padding{
    padding:30px 30px;
  }
}
#ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.file-upload {
    position: relative;
    display:inline-block;
    overflow: hidden;
    margin: 10px 0;
}
.file-upload span.upload-button{
    color: white;
    text-transform: capitalize;
    opacity: 0.6;
    transition: opacity linear .2s;
}
.file-upload:hover span.upload-button{
    opacity: 1;
}
.file-upload i{
    position: relative;
    top: 1px;
    font-size: 16px;
}
.file-upload input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.work-arrow{
    position: absolute;
    top: 97%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color:white;
    font-size:25px;
    z-index:2;
}
.work-arrow.black{
  color:white;
}
.work-arrow .arrow{
    position:relative;
    opacity:0;
    top:-40px;
}
  float:left;
  display:block;
  width:100%;
  position:relative;
  font-size:15px;
  text-transform: uppercase;
  //font-weight: 700;
}
@media (max-width:997px){
  .information-item.title{
    font-size:25px;
  }
  .information-item{
    font-size:10px;
  }
  .information-item.project-writeup p{
    font-size:10px;
    line-height:14px;
  }
}
.information-inner.visshare {
  right:0;
}
.nav-inner,.share-inner,.information-inner{
    background-color: #fff;
    opacity:0.7;
    top:100px;
}
.share-inner{
  min-width:275px;
  max-width:400px;
}
.nav-inner.opaque,.share-inner.opaque,.information-inner.opaque{
    opacity: 1;
}
@media only screen and  (max-width: 540px) {
  .nav-inner{
    padding-left:20px;
    left:-100%;
    width:100%;
  }
  .share-inner{
    right:-100%;
    width:100%;
  }
  .information-inner{
    right:-100%;
    width:100%;
  }
}
.share-icon{
  line-height:60px;
  font-family:'helveticaNeueLight','Arial';
}




.share-icon:before{
  font-size:62px;
  color:#b0b0b0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}



@media (max-width: 997px){
	.share-icon:before {
   		 font-size: 25px;
	}
}

@media (max-width:997px){
  .share-icon:before{
    font-size:25px;
  }
  .share-icon{
    line-height:27px;
  }
}
.close-share:before,.close-share:after{
    background: #fff;
}
.scrolltop {
    display:none;
    width:100%;
    margin:0 auto;
    position:fixed;
    bottom:10px;
    right:10px; 
    z-index:10;
}
.scroll {
    position:absolute;
    right:30px;
    bottom:20px;
    width:30px;
    height:30px;
    background:none;
    padding:20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor:pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;   
    opacity: 0.5; 
}
@media only screen and  (max-width: 540px) {
  .scroll{
    right:0px;
    bottom:0px;
  }
}
.scroll:hover {
    opacity: 1;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;        
}
.scroll:hover .arrow {
    padding-top:-10px;
}
.scroll .arrow {
    font-size:25px;
    margin-top:-20px;
    margin-left:-10px;
    color:white;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;    
}
.show-information {
  position:absolute;
  top:10px;
  right:120px;
  z-index:21;
  cursor:pointer;
}
.show-information i{
  font-size:16px;
  padding:6px 0 0 6px;
}
@media only screen and  (max-width: 540px) {
  .show-information {
    right:57px;
  }
  .scroll .arrow{
    font-size:20px;
    margin-left:-5px;
  }
}
.show-information{
  opacity:1;
}
.show-information .information-close{
  width:20px;
  height:50px;
}
.show-information.isShare i{
  display:inline-block;
  color:white;
}
.show-information i{
  display:none;
}
.show-information span{
  display:block;
  width:15px;
  height:1px;
  background:#fff;
  position:relative;
}
.show-information.isShare span{
  display:none;
}
.show-information span.nos  {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top:14px;
  left:3px;
}
.show-information span.ncs{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top:13px;
  left:3px;
}
.volume-control {
  position:absolute;
  top:10px;
  right:84px;
  z-index:21;
  cursor:pointer;
}
.volume-control i{
  font-size:16px;
  padding:6px 0 0 6px;
}
.section-content{
  padding:80px 60px;
  text-align: justify;
}
@media only screen and  (max-width: 540px) {
  .section-content{
    padding:80px 20px;
  }
}.section-content p{
  font-family: '黑体','Arial';
  letter-spacing: 0px;
  color:white;
  text-align: justify;
}
.section-content h2{
  font-size:2em;
  padding-bottom:20px;
  color:white;
  font-family: '黑体','Arial';
  text-align:center;
  text-transform:uppercase;
}
#pageloader{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    z-index: 99999;
    background-color: white;
}

#pageloader .spinner {
    margin: 0 auto;
    width: 100px;
    text-align: center;
    position: relative;
    top:52%;
    margin-top:-37px;
}
#pageloader .spinner h1{
    opacity: 0;
    color:white;
    font-size:20px;
}
.header-title{
  top:27px;
  line-height: 0;
  left:87px;
}
@media only screen and  (max-width: 540px) {
  .header-title{
    display:none;
  }
}
.header-title h2{
  color:white;
  display:none;
}
.header-title h2:hover,.contact-list li a:hover{
  text-decoration: none;
}
.nav-inner nav li ul{
  padding: 0;
  padding-bottom: 7px;
  border: 0;
}
.nav-inner nav li ul li{
  /*padding:11px 0;*/
  padding:0;
}
.nav-inner nav li ul li a{
  font-size:28px;
  text-transform: uppercase;
  color:#000000;
}
.nav-inner nav li.works-sublink a{
  font-size:28px;
  text-transform: uppercase;
  color:#000000;
}
@media (max-width:997px){
  .nav-inner nav li ul li a{
    font-size:15px;
    line-height:24px;
  }
  .nav-inner nav li.works-sublink a{
    font-size:15px;
    line-height:24px;
  }
  .nav-inner nav li ul li,.nav-inner nav li.works-sublink{
    /*padding:3px 0;*/
    padding:0;
  }
  .nav-inner nav li a{
    font-size:25px;
  }
}
.nav-inner nav li ul li a:hover,.share-icon:hover,.share-icon:hover:before{
  text-decoration:none;
  color:000000;
}
.nav-inner nav li a.active:hover,.nav-inner nav li a:hover{
    color:000000;
}
.subnav a:hover{
    cursor:default;
}
a.subnav-navigator:hover{
    cursor: pointer;
}
.no-margin{
    margin:0 !important;
}
.no-padding{
  padding:0 !important;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.container:before,
.container:after,
.row:before,
.row:after{
  display: table;
  content: " ";
}
.container:after,
.row:after{
  clear: both;
}

.footer{
    background-color: #fff;
    text-align: left;
    color:white;
}
.footer .container{
    padding:40px 0;
}
.footer-title{
    font-family: '黑体','Arial';
    font-size:14px;
    margin-bottom:10px;
    margin-top:20px;
    cursor:default;
}
.footer-details span{
  display:inline-block;
  font-family: '黑体','Arial';
  font-size:10px;
  margin-bottom:9px;
  text-transform: uppercase;
}
.footer-details i.fa{
  font-size:20px;
  color:#e6e6e6;
  padding-right:5px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.footer-details i.fa:hover{
  color:white;
}
.footer-details a{
  color:#e6e6e6;
  font-family: '黑体','Arial';
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.footer-details a:hover{
  color:white;
}
.contact-wrapper,.contact-list li span{
  color:white;
}
.contact-wrapper a.link-color{
  color: #B7B3AC;
}
.btn.write-to-us{
  padding: 10px 25px 8px 25px;
}
.content{
  padding-bottom: 0;
}
.wrapper-inner{
  float:left;
}
.align-content.custom-top{
  top:100px;
}
.align-content.custom-top2{
  top:150px;
}
.nav-inner.nav-opaque{
  opacity:1 !important;
}
.filter-nvis-column .gallery-filters a, .filter-vis-column .gallery-filters a{
  color:white;
}
.wh-info-box{
  top:0;
  left:0;
  height:100%;
  width:100%;
}
.gallery-item{
  padding:4px;
}
.gallery-item:hover .wh-info-box-inner{
  opacity:1;
}
.wh-info-box:before{
  background-color:none;
}
.wh-info-box span{
  font-family:'黑体','Microsoft YaHei','Arial';
  color:white;
}
.wh-info-box span.arrow{
  float:none;
}
.wh-info-box span.project_name{
  font-size:1.5rem;;
}
.wh-info-box-inner{
  margin:0 !important;
  top:0;
  height:100%;
  display:block;
}
.wh-info-box-inner .wh-info-box-inner-item{
    position:absolute;
    bottom:10px;
    left:10px;
    text-align: left;
}
.gallery-filters{
  text-align:center;
}
.gallery-filters a{
  color:balck;
  font-size:14px;
  font-family: '黑体','Microsoft YaHei','Arial';
  padding: 0 3px 3px 3px;
  text-transform: uppercase;
}
.gallery-filters a.gallery-filter-active{
  border-bottom:1px solid white;
}
.gallery-filters .gallery-filter-wrapper{
  display:inline-block;
  width:auto;
  margin: 0 20px;
  }
@media only screen and  (max-width: 767px) {
  .gallery-filters .gallery-filter-wrapper{
    margin:7px 0;
    width:40%;
  }
}
#contactfaq,#contactform{
  text-align:left;
  padding:0;
}
#contactfaq,#contactform *:not(.error):not(.fa){
  font-family:'黑体','Arial';
  font-size:11px;
  font-weight:300;
  letter-spacing: 0px;
  text-transform: uppercase;
  color:white;
  letter-spacing: 0.1em;
}
.contact-header{
  display:inline-block;
  margin: 20px 0 20px 40px;
  font-size:20px;
  font-family:'黑体','Arial';
  color:white;
  background-color:#D0CDC8;
  text-transform: uppercase;
}
.contact-wrapper{
  max-width:550px;
}
.contact-wrapper .row{
  margin:0 0 10px 0;
}
.contact-wrapper .row label{
  display:block;
  color:white;
}
.inputfile{
  color:#ffffff;
  padding-top:2px;
  font-size:15px;
}
.contact-wrapper .row select{ 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border:none;
  border-bottom:1px solid #ffffff;
  width: 100%;
  height:20px;
  margin-top:2px;
  background: none;
  color:#ffffff;
}
.contact-wrapper .row input:not([type=submit]):not([type=file]){
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border:none;
  box-shadow: none;
  border-bottom: 1px solid #ffffff;
  color:#ffffff;
  background:none;
  width:100%;
  height:20px;
}
.contact-wrapper .row textarea{
  width:100%;
  background:none;
  border:none;
  color:#A9A9A9;
  margin-top:3px;
  height:100px;
}
#accordion .ui-accordion-header{
  font-family:'黑体','Arial';
  background:#B7B3AC;
  border:none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color:white;
}
.ui-state-default .ui-icon{
  background-image:none;
}
#accordion .ui-accordion-content{
  font-family:'黑体','Arial';
  background: #c4c0bb;
  color:white;
  border:none;
}
.ui-state-active{
  background:#B7B3AC;
  border:0;
}
#contacthero{
  display:block;
}
#contacthero img{
  width:100%;
}
#contacthero .contactinformation{
  color:white;
  font-family: '黑体','Arial';
  font-size: 15px;
  padding: 2em 20px;
  text-align:justify;
}
#contacthero .contactinformation a{
  color:#898276;
}
#contacthero .contactinformation a:hover,#contacthero .contactinformation a:visited{
  color:#a09b92;
}
.contact-wrapper .row label.error{
  color:red;
  margin-top:5px;
  font-family: '黑体','Arial';
}
.contact-wrapper .row select.error{
  border-bottom:1px solid red;
}
.contact-wrapper .row input.error:not([type=submit]):not([type=file]){
  border-bottom:1px solid red;
}
.cursor-pointer{
  cursor:pointer !important;
}
.footer-wrapper{
    display:inline-block;
}
.footer-block{
    display:inline-block;
    float:left;
    text-align:left;
}
.footer-block:not(.last){
    margin-right:50px;
}
.footer-block a{
    display:inline-block;
    padding-bottom:10px;
}
@media screen and (max-width: 991px){
    .footer-block{
        margin-right:0 !important;
        float:none;
        text-align:center;
    }
    .footer-company,.footer-social{
        display:block;
    }
    .footer-company{
        padding-bottom:30px;
    }
    .footer-social{
        padding-top:20px;
    }
}
.btn-contact-send{
  color:white;
  text-transform: capitalize;
  opacity:0.6;
  transition: opacity linear .2s;
}
.btn-contact-send i{
  position: relative;
  top:1px;
  font-size: 16px;
}
.btn-contact-send:hover{
  opacity:1;
}

.contact-information{
  color:#A9A9A9;
  text-transform: uppercase;
}
.contact-information div{
  padding-top:20px;
}
.flexcontainer {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   /*-webkit-justify-content: center;
   justify-content: center;*/
   color:white;
   min-height:100vh;
   align-content:center;
   /* margin-top:-50px; */
   margin-top:-65px;
   padding:0 50px;
}
@media only screen and  (max-width: 540px) {
  .flexcontainer {
    padding:0 20px;
    
  }
}
.flexcontainer-text{
    margin:100px 0;
    color:#000000;
    width:100%;
}
.flexcontainer-text p{
    font-size:14px;
    text-align: justify;
    line-height:18px;
    /* font-family:'黑体','Arial'; */
    font-family: '黑体','Microsoft YaHei';
    color:#000000;
    padding: 8px;
}
.flexcontainer-text p.signoff{
    font-size:16px;
    text-align: right;
}
.profile-bg{
    min-height:100%;
    background:url('../img/about/profile-bg.jpg') no-repeat fixed center;
    background-size:cover;
}
.profile-text{
    position:absolute;
    bottom:0;
    right:0;
    width:40%;
    color:white;
    padding:50px 50px 20px;
}
@media only screen and  (max-width: 790px) {
    .profile-bg{
        background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),url('../img/about/profile-bg.jpg') no-repeat fixed center;
    }
    .profile-text{
        position:relative;
        width:100%;
    }
}
@media only screen and  (max-width: 540px) {
  .profile-text{
    padding:50px 20px 20px;
  }
}
.profile-text p{
    font-size:12px;
    text-align: justify;
    line-height:17px;
    font-family:'黑体','Arial';
    color:#000000;
}
.footer-link span{
  padding:10px;
  line-height: 2em;
}
.footer-link a,.footer-company{
  /* font-family:'黑体','Arial'; */
      font-family: '黑体','Microsoft YaHei';
}
.contact-container{
  background:url('../img/contact/contact-bg.jpg') no-repeat fixed center;background-size:cover;
}
.accolades-container{
  background:url('../img/about/accolades-bg.jpg') no-repeat fixed center;background-size:cover;
}
.credits-container{
  background:url('../img/about/credits-bg.jpg') no-repeat fixed center;background-size:cover;
}
@media (max-width:767px){
  .contact-container,.accolades-container,.credits-container{
    background:#ffffff;
  }
}
.parent {
    display: table;
    table-layout: fixed;
    padding:0 !important;
}

.child {
    display:table-cell;
    vertical-align:middle;
    text-align: center;
}
.accolades-header{
    text-align:left;
    font-size:14px;
    font-family: '黑体','Arial';
    color:#000000;
    height:34px;
    text-transform:uppercase;
}
.accolades-items .item{
    text-align:left;
    font-size:11px;
    font-family: '黑体','Arial';
    color:#000000;
    padding-bottom:20px;
}
.credits-header{
    text-align:left;
    font-size:14px;
    font-family: '黑体','Arial';
    color:#000000;
    height:34px;
}
.credits-items .item{
    text-align:left;
    font-size:11px;
    font-family: '黑体','Arial';
    color:#000000;
    line-height:17px;
    padding-bottom:0px;
}
.accolades-items .item p{
    text-align:left;
    font-size:11px;
    font-family: '黑体','Arial';
    color:#000000;
    line-height:17px;
    padding-bottom:0px;
}
.slider-action-prev{
    text-align:left;
    font-size:11px;
    font-family: '黑体','Arial';
    color:#000000;
    float:left;
    cursor:pointer;
}
.slider-action-next{
    text-align:left;
    font-size:11px;
    font-family: '黑体','Arial';
    color:#000000;
    float:right;
    cursor:pointer;
}
.slick-slide{
    width:300px;
    margin-left:50px;
}
@media (max-width:767px){
  .slider-action-next,.slider-action-prev,.credits-items .item p,.credits-header,.accolades-items .item p,.accolades-header{
    font-size:9px;
    line-height:13px;
  }
}
.credits-mobile-header,.accolades-mobile-header{
      text-align:left;
      font-size:16px;
      font-family: '黑体','Arial';
      color:#000000;
      text-transform: uppercase;
      padding-bottom:20px;
  }
  .credits-mobile-item p,.accolades-mobile-item p{
      text-align:left;
      font-size:9px;
      line-height:13px;
      font-family: '黑体','Arial';
      color:#000000;
      padding-bottom:20px;
  }
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #ffffff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ffffff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}
.slick-dots li button:before{
    width: 5px;
    height: 5px;
    content: '';
    text-align: center;
    opacity: 1;
    border-radius: 50%;
    background:#656565;
}
.slick-dots li.slick-active button:before{
  opacity:1;
  background:white;
}
.slick-dots{
  text-align:left;
  padding-left:48px;
}

.home-slider{
    position:relative;
    margin-top:-47px;
    width:100vw;
    height:100vh;
    background-size: cover;
    background-position:center center;
}
.slider-text{
    position: absolute;
    top: 70%;
    left: 70%;
    margin-right: -30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index:3;
}
.slider-arrow{
    position: absolute;
    top: 97%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color:#cccccc;
    font-size:25px;
}
.slider-header{
    font-size:58px;
    /* font-family:黑体; */
    color:white;
    letter-spacing:8px;
    position:relative;
    opacity:0;
    top:30px;
    color:#cccccc;
    padding-bottom:5px;
}
.slider-link{
    font-size:19px;
    position:relative;
    opacity:0;
    top:40px;
}
.slider-link a{
    color:#cccccc;
    transition: color linear .2s;
}
.slider-link a:hover{
  color: #ffffff;
}
.slider-link .arrow{
   position:relative;
   font-size:13px;
   top:-1px;
}
.slider-arrow .arrow{
    position:relative;
    opacity:0;
    top:-40px;
}
@media only screen and (max-width : 767px) {
    .slider-header{
        font-size:25px;
        letter-spacing: 4px;
    }
    .slider-link,.slider-arrow{
        font-size:15px;
    }
    .slider-link .arrow{
      font-size:11px;
      top:0;
    }
}
.mobile-text{
  padding:20px 50px;
}
.mobile-text p{
  color:white;
  text-align: justify;
}
@media only screen and (max-width:540px){ 
  .mobile-text{
    padding:20px 20px;
  }
  .mobile-padding{
    padding:30px 30px;
  }
}
#ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.file-upload {
    position: relative;
    display:inline-block;
    overflow: hidden;
    margin: 10px 0;
}
.file-upload span.upload-button{
    color: white;
    text-transform: capitalize;
    opacity: 0.6;
    transition: opacity linear .2s;
}
.file-upload:hover span.upload-button{
    opacity: 1;
}
.file-upload i{
    position: relative;
    top: 1px;
    font-size: 16px;
}
.file-upload input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.work-arrow{
    position: absolute;
    top: 97%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color:white;
    font-size:25px;
    z-index:2;
}
.work-arrow.black{
  color:white;
}
.work-arrow .arrow{
    position:relative;
    opacity:0;
    top:-40px;
}


.slider-header-text{
	font-size: 2.8em;
	/* letter-spacing: 1.1em */
}
.slider-header-text:after{
    /* content:'';
    margin-right:1.1em; */
}

@media only screen and (max-width:540px) {
	.slider-header-text{
		font-size: 1.6em;
		/* letter-spacing: 1.1em */
	}

}

@media only screen and (max-width: 540px) {
	.show-share {
		right: 20px;
	}
	.show-information {
		right: 54px;
	}
	/* .volume-control {
		right: 54px;
	} */
}