@charset "UTF-8";
body {
  min-width: 800px;
  font-size: 14px;
}

body, h1, h2, h3, h4 {
  font-family: "TradeGothicNextLTProRg", "Microsoft YaHei", "微软雅黑", "黑体", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.icon-close {
  background-image: url(../images/spritesheet.png);
  background-position: -19px 0px;
  width: 13px;
  height: 13px;
}

.icon-menu {
  background-image: url(../images/spritesheet.png);
  background-position: 0px 0px;
  width: 19px;
  height: 13px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-close {
    background-image: url(../images/spritesheet.retina.png);
    background-size: 32px 13px;
  }

  .icon-menu {
    background-image: url(../images/spritesheet.retina.png);
    background-size: 32px 13px;
  }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

ul {
  margin: 0;
}

h1, h2, h3, h4, h5, p {
  margin: 0;
  font-weight: normal;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.hide {
  display: none;
}

#nav {
  position: absolute;
  color: #aaa;
  left: 0px;
  top: 0px;
  right: 0px;
  min-width: 870px;
  z-index: 10;
  font-family: "TradeGothicNextLTProRg", "Microsoft YaHei", "微软雅黑", "黑体", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  white-space: nowrap;
}
#nav h1 {
  font-size: 13px;
}
#nav .nav-item.site-title {
  padding-left: 15px;
  padding-right: 55px;
  color: #000;
}
#nav .nav-item.site-title:hover {
  color: #aaa;
}
#nav .nav-item {
  height: 30px;
  margin-top: 15px;
  line-height: 30px;
  color: #aaa;
  font-size: 13px;
  padding: 0 10px;
  vertical-align: top;
  float: left;
}
#nav .nav-item:hover,
#nav .nav-item.active {
  color: #000;
}
#nav .main-nav {
  float: left;
}
#nav .practice-sub-nav {
  display: none;
  float: left;
  margin-left: 40px;
}
#nav .practice-sub-nav.active {
  display: block;
}

#nav.expanded {
  min-width: 1250px;
}

.projects-sub-nav {
  display: none;
  font-size: 13px;
  float: left;
  margin-top: 15px;
  margin-left: 30px;
}
.projects-sub-nav a {
  color: #aaa;
  display: block;
  line-height: 23px;
  padding: 0 10px;
}
.projects-sub-nav a.hide {
  display: none;
}
.projects-sub-nav a.active {
  color: #000;
}
.projects-sub-nav a:hover {
  color: #000;
}
.projects-sub-nav .nav-col {
  float: left;
  margin-top: 3px;
}

.projects-sub-nav.active {
  display: block;
}

.language {
  float: left;
}
.language ul {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  margin-left: 30px;
}
.language li {
  float: left;
}
.language a {
  font-size: 13px;
  display: inline-block;
  margin-top: 15px;
  height: 30px;
  line-height: 30px;
  color: #aaa;
  padding-left: 10px;
  padding-right: 10px;
  background-position: 9px 26px;
  font-family: "TradeGothicNextLTProRg", "Microsoft YaHei", "微软雅黑", "黑体", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.language a:hover {
  color: #000;
}

.home-slideshow-wrapper {
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.home-slideshow-wrapper .slides-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 113px;
}
.home-slideshow-wrapper .slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
}
.home-slideshow-wrapper .slide.active {
  visibility: visible;
}
.home-slideshow-wrapper .home-slide-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 113px;
  min-width: 870px;
}
.home-slideshow-wrapper #icp {
  position: absolute;
  left: 50%;
  bottom: 5px;
  margin-left: -50px;
  color: #aaa;
  font-size: 11px;
}
.home-slideshow-wrapper #nextSlide {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  cursor: url(../images/cursor/arrow-right.gif), url(../images/cursor/arrow-right.cur), pointer;
}
.home-slideshow-wrapper #prevSlide {
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  left: 0;
  cursor: url(../images/cursor/arrow-left.gif), url(../images/cursor/arrow-left.cur), pointer;
}

.home-slide-title a {
  color: #000;
  padding-left: 15px;
  margin-top: 18px;
  line-height: 40px;
  font-size: 27px;
  float: left;
}
.home-slide-title .title-text {
  display: inline-block;
  font-size: 27px;
}
.home-slide-title .date-text {
  margin-right: 45px;
  letter-spacing: -2px;
}
.home-slide-title .detail-link {
  vertical-align: baseline;
  float: right;
  color: #aaa;
  font-size: 13px;
  line-height: 13px;
  height: 20px;
  margin-top: 19px;
  margin-left: 30px;
}
.home-slide-title .detail-link:hover {
  color: #000;
}

#single-project {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
}
#single-project .project-gallery-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 79px;
  overflow: hidden;
}
#single-project .project-description {
  background-color: white;
  z-index: 20;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 79px;
}
#single-project .project-detail-text {
  margin-left: 20px;
  min-height: 200px;
  width: 575px;
  padding-bottom: 20px;
  display: none;
}
#single-project .project-detail-text p {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 18px;
}
#single-project h1 {
  margin-left: 20px;
  font-size: 13px;
  line-height: 79px;
}
#single-project .read-more {
  color: #aaa;
  margin-left: 65px;
}
#single-project .read-more:hover {
  color: #000;
}
#single-project .page-number {
  margin-left: 45px;
}
#single-project #nextSlide,
#single-project #prevSlide {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  opacity: 0.2;
}
#single-project #nextSlide {
  left: 50%;
  right: 0;
  cursor: url(../images/cursor/arrow-right.gif), url(../images/cursor/arrow-right.cur), pointer;
}
#single-project #nextSlide.contract {
  left: 80%;
}
#single-project #prevSlide {
  left: 0;
  right: 50%;
  cursor: url(../images/cursor/arrow-left.gif), url(../images/cursor/arrow-left.cur), pointer;
}
#single-project #prevSlide.contract {
  right: 80%;
}

.project-gallery-wrapper .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  visibility: hidden;
}
.project-gallery-wrapper .slide.active {
  visibility: visible;
}
.project-gallery-wrapper .slide-img-copyright {
  position: absolute;
  bottom: 1%;
  color: #ccc;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
.project-gallery-wrapper .slide-img-wrapper {
  position: absolute;
  left: 70px;
  right: 70px;
  top: 0;
  bottom: 0;
}
.project-gallery-wrapper .slide-img-wrapper.frame-5 {
  top: 25%;
  bottom: 25%;
}
.project-gallery-wrapper .slide-img-wrapper.frame-4 {
  top: 13%;
  bottom: 13%;
}
.project-gallery-wrapper .slide-img-wrapper.frame-3 {
  top: 11%;
  bottom: 11%;
}
.project-gallery-wrapper .slide-img-wrapper.frame-2 {
  top: 5%;
  bottom: 5%;
}
.project-gallery-wrapper .slide-img-wrapper.frame-1 {
  top: 0;
  bottom: 0;
}
.project-gallery-wrapper iframe {
  background-color: #eee;
  display: block;
  width: 60%;
  height: 100%;
  margin: 0 auto;
}

#projects {
  margin-top: 170px;
  margin-left: 15px;
  margin-right: 100px;
}
#projects .project-tile {
  overflow: hidden;
  float: left;
  margin-right: 14px;
  margin-bottom: 10px;
  background-color: #eee;
  text-align: center;
}
#projects .small {
  width: 180px;
  height: 210px;
}
#projects .medium {
  width: 374px;
  height: 431px;
}
#projects .large {
  width: 568px;
  height: 431px;
}
#projects .wide {
  width: 568px;
  height: 210px;
}

.project-tile .project-description {
  color: black;
  display: none;
  position: absolute;
  font-size: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fdfdfd;
  text-align: left;
}
.project-tile .project-description-location {
  line-height: 20px;
  color: #aaa;
}
.project-tile img {
  height: 100%;
  width: auto;
}

.project-tile:hover .project-description {
  display: block;
}

#news,
#single-news {
  margin-top: 85px;
  margin-left: 15px;
  margin-right: 15px;
}
#news iframe,
#single-news iframe {
  width: 510px;
  height: 498px;
}
#news img,
#single-news img {
  margin-bottom: 30px;
}
#news .single-news,
#single-news .single-news {
  width: 630px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}
#news .single-news:last-child,
#single-news .single-news:last-child {
  border-bottom: none;
}
#news h1,
#single-news h1 {
  font-size: 13px;
}
#news h2,
#single-news h2 {
  color: #aaa;
  font-size: 12px;
}
#news .content,
#single-news .content {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 520px;
  font-size: 13px;
}
#news a,
#single-news a {
  color: black;
  text-decoration: underline;
}
#news a:hover,
#single-news a:hover {
  color: #aaa;
}
#news strong, #news b,
#single-news strong,
#single-news b {
  font-family: "Microsoft YaHei", "微软雅黑", "黑体", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

#single-news {
  width: 630px;
}

#awards,
#single-award {
  margin-top: 85px;
  margin-left: 15px;
  margin-right: 15px;
}
#awards iframe,
#single-award iframe {
  width: 510px;
  height: 498px;
}
#awards img,
#single-award img {
  margin-bottom: 30px;
}
#awards .single-award,
#single-award .single-award {
  width: 630px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}
#awards .single-award:last-child,
#single-award .single-award:last-child {
  border-bottom: none;
}
#awards h1,
#single-award h1 {
  font-size: 13px;
}
#awards h2,
#single-award h2 {
  color: #aaa;
  font-size: 12px;
}
#awards .content,
#single-award .content {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 520px;
  font-size: 13px;
}
#awards a,
#single-award a {
  color: black;
  text-decoration: underline;
}
#awards a:hover,
#single-award a:hover {
  color: #aaa;
}
#awards strong, #awards b,
#single-award strong,
#single-award b {
  font-family: "Microsoft YaHei", "微软雅黑", "黑体", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

#single-award {
  width: 630px;
}

#contact {
  margin-top: 60px;
  margin-left: 15px;
}

#profile {
  margin-top: 85px;
  margin-left: 15px;
  min-width: 976px;
}
#profile .content {
  width: 450px;
  float: left;
}
#profile p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 20px;
}
#profile img {
  width: 400px;
  height: auto;
  float: right;
  margin-right: 100px;
}

#people,
#single-member {
  margin-top: 85px;
  margin-left: 15px;
  min-width: 776px;
  font-size: 13px;
}
#people a,
#single-member a {
  color: black;
  text-decoration: underline;
}
#people a:hover,
#single-member a:hover {
  color: #aaa;
}
#people h1,
#single-member h1 {
  font-size: 15px;
  margin-bottom: 10px;
}
#people .content-wrapper,
#single-member .content-wrapper {
  clear: both;
  float: left;
  width: 450px;
  line-height: 20px;
}
#people img,
#single-member img {
  float: right;
  margin-right: 70px;
}
#people .single-profile,
#single-member .single-profile {
  margin-bottom: 25px;
}

#contact {
  font-size: 13px;
  margin-top: 85px;
  width: 450px;
}
#contact strong, #contact b {
  font-family: "Microsoft YaHei", "微软雅黑", "黑体", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: block;
  margin-top: 40px;
  margin-bottom: 10px;
}
#contact p {
  margin-bottom: 15px;
}

#attachment-image {
  margin-top: 150px;
  margin-left: 15px;
  margin-right: 15px;
  max-height: 600px;
  text-align: center;
}
#attachment-image img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 600px;
}
#attachment-image h1 {
  text-align: left;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 30px;
  background-color: white;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
}

/*# sourceMappingURL=desktop.css.map */
