ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Playfair Display, serif;
}
body {
  color: #5f5f5f;
}
header {
  width: 100%;
  height: 550px;
  background: url("../images/home-7.jpg") no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}
header .bg-mask {
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.6);
}
header .bg-mask nav.navbar-default {
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 0;
}
header .bg-mask nav.navbar-default .container-fluid {
  padding: 0 140px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
header .bg-mask nav.navbar-default .container-fluid .navbar-header {
  padding-top: 30px;
}
header .bg-mask nav.navbar-default .container-fluid .navbar-header button.navbar-toggle {
  margin-right: -50px;
}
header .bg-mask nav.navbar-default .container-fluid .navbar-header a.navbar-brand {
  padding: 0;
}
header .bg-mask nav.navbar-default .container-fluid .navbar-header a.navbar-brand img {
  width: 85px;
  margin-top: 10px;
  margin-left: 10px;
  vertical-align: middle;
}
header .bg-mask nav.navbar-default .container-fluid .navbar-collapse ul.navbar-nav li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #5f5f55;
  padding: 6px 14.6px;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 2em;
  font-size: 14px;
}
header .bg-mask nav.navbar-default .container-fluid .navbar-collapse ul.navbar-nav li a:hover {
  color: black;
}
header .bg-mask .container .row .title {
  z-index: 10;
  text-align: center;
  margin-top: 150px;
  position: relative;
}
header .bg-mask .container .row .title h3 {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.8em;
  margin-bottom: 10px;
}
header .bg-mask .container .row .title h1 {
  color: white;
  font-size: 36px;
  font-weight: bolder;
  font-family: Playfair Display, serif;
}
header .bg-mask .container .row .title h1 em {
  font-weight: 400;
  line-height: 1.5em;
}
header .bg-mask .container .row .title span {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #999;
  color: #999;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: 100px;
  z-index: 10;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
header .bg-mask .container .row .title span:hover {
  color: white;
  border-color: white;
}
section.agency {
  padding-bottom: 60px;
}
section.agency .container {
  padding-bottom: 80px;
}
section.agency .container .row .signature {
  text-align: center;
  margin-top: 20px;
}
section.agency .container .row .signature h3 {
  color: #171717;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
section.agency .container .row .signature p {
  margin-bottom: 20px;
  font-weight: 550;
  font-size: 12px;
  letter-spacing: 1px;
  color: #999;
}
section.agency .container .row .signature img {
  width: 150px;
}
section.agency .gird {
  background: black;
}
section.agency .gird .container {
  padding: 60px 0;
}
section.agency .gird .container ul.row {
  padding-left: 60px;
}
section.agency .gird .container ul.row li .media .media-left span {
  font-size: 30px;
  color: white;
  font-weight: 100;
}
section.agency .gird .container ul.row li .media .media-body {
  color: white;
}
section.agency .gird .container ul.row li .media .media-body h4 {
  font-size: 15px;
  font-family: "黑体";
  font-weight: 600;
}
section.agency .gird .container ul.row li .media .media-body p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
section.projects .container {
  text-align: center;
}
section.projects .container > h3 {
  color: #171717;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
section.projects .container > p {
  margin-bottom: 20px;
  font-weight: 550;
  font-size: 12px;
  letter-spacing: 1px;
  color: #999;
}
section.projects .container ul.row {
  margin-top: 30px;
}
section.projects .container ul.row li.scenery {
  height: 370px;
  padding: 0;
  position: relative;
  cursor: pointer;
  padding: 10px 15px;
}
section.projects .container ul.row li.scenery:hover .scen-mask {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
}
section.projects .container ul.row li.scenery img {
  width: 100%;
  height: 100%;
}
section.projects .container ul.row li.scenery .scen-mask {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 100px;
  color: white;
}
section.projects .container ul.row li.scenery .scen-mask h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 130px;
  margin-bottom: 20px;
  display: none;
}
section.projects .container ul.row li.scenery .scen-mask h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: none;
}
section.swiper {
  background: url("../images/bg-pattern.jpg") no-repeat center;
  -moz-background-size: cover;
       background-size: cover;
  margin-top: 100px;
}
section.swiper .carousel ol.carousel-indicators li {
  width: 6px;
  height: 6px;
  background: #999;
  border: none;
  margin: 0 3px;
}
section.swiper .carousel ol.carousel-indicators li:hover {
  background: white;
}
section.swiper .carousel ol.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  background: white;
}
section.swiper .carousel-inner {
  height: 400px;
}
section.swiper .carousel-inner .item .carousel-caption {
  color: white;
}
section.swiper .carousel-inner .item .carousel-caption p {
  font-size: 19px;
  line-height: 1.5em;
  font-weight: 300;
  font-family: Playfair Display, serif;
  font-style: italic;
  margin-bottom: -120px;
}
section.swiper .carousel-inner .item .carousel-caption cite {
  font-size: 10px;
  text-transform: uppercase;
  font-style: normal;
  position: relative;
  top: 140px;
}
section.rolling {
  margin-top: 30px;
  overflow: hidden;
}
section.rolling .container {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  cursor: move;
}
section.rolling .container ul.row {
  width: 100%;
  position: relative;
  margin: 0;
  text-align: center;
  padding: 0 10px;
}
section.rolling .container ul.row::after {
  clear: both;
  content: "";
  display: block;
}
section.rolling .container ul.row li {
  width: 200px;
  height: 150px;
  margin: 15px 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0;
}
section.rolling .container ul.row li img {
  width: 100%;
  height: 100%;
}
section.rolling .container ul.row li img:hover {
  opacity: 0.5;
}
section.blog {
  background: #fafafa;
  margin-top: 50px;
  padding: 50px 0;
  cursor: default;
}
section.blog .container {
  text-align: center;
  overflow: hidden;
  position: relative;
}
section.blog .container > h3 {
  color: #171717;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
section.blog .container > p {
  margin-bottom: 20px;
  font-weight: 550;
  font-size: 12px;
  letter-spacing: 1px;
  color: #999;
}
section.blog .container ul.row {
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  width: 600%;
  padding-bottom: 50px;
}
section.blog .container ul.row::after {
  content: "";
  clear: both;
  display: block;
}
section.blog .container ul.row li {
  cursor: pointer;
  float: left;
}
section.blog .container ul.row li .thumbnail {
  padding: 0;
  text-align: left;
}
section.blog .container ul.row li .thumbnail .design {
  width: 100%;
  height: 100%;
  position: relative;
}
section.blog .container ul.row li .thumbnail .design img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
section.blog .container ul.row li .thumbnail .design img:hover {
  opacity: 0.7;
}
section.blog .container ul.row li .thumbnail .design p a {
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  margin: 5px;
  background: #252525;
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 10px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
section.blog .container ul.row li .thumbnail .design p a:hover {
  opacity: 0.8;
}
section.blog .container ul.row li .thumbnail .caption h3 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.8em;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
section.blog .container ul.row li .thumbnail .caption h3:hover {
  opacity: 0.6;
}
section.blog .container ul.row li .thumbnail .caption h5 {
  text-transform: uppercase;
  color: #5f5f5f;
  font-weight: 600;
  font-family: "黑体";
  letter-spacing: 1px;
  line-height: 1.8en;
  font-size: 10px;
}
section.blog .container ul.row li .thumbnail .caption p {
  font-family: Work Sans, sans-serif;
  color: #5f5f5f;
  letter-spacing: 1px;
  line-height: 1.8em;
  font-size: 14px;
  font-weight: 500;
}
section.blog .container .dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
section.blog .container .dots span {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  background: #999;
  display: inline-block;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
}
section.blog .container .dots span.active {
  width: 12px;
  height: 12px;
  background: #333;
}
section.contact {
  background: #f1f1f1;
  padding: 40px 0;
}
section.contact .container .row .col-lg-5 {
  padding-top: 30px;
}
section.contact .container .row .col-lg-5 h3 {
  font-size: 32px;
  font-weight: 700;
  color: #171717;
  margin-bottom: 40px;
}
section.contact .container .row .col-lg-5 > p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
section.contact .container .row .col-lg-5 .method {
  margin-top: 20px;
}
section.contact .container .row .col-lg-5 .method span {
  letter-spacing: 1px;
  font-size: 14px;
}
section.contact .container .row .col-lg-5 .method span strong {
  font-weight: 700;
  color: #171717;
  margin-right: 10px;
  font-size: 12px;
  letter-spacing: 0;
}
section.contact .container .col-lg-7 {
  margin-top: 30px;
}
section.contact .container .col-lg-7 form .form-group {
  margin-bottom: 10px;
}
section.contact .container .col-lg-7 form .form-group.col-lg-6 {
  padding: 0;
}
section.contact .container .col-lg-7 form .form-group .form-control {
  height: auto;
  padding: 8px 11px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 0;
  outline: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #55595c;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
section.contact .container .col-lg-7 form .form-group textarea {
  resize: vertical;
  overflow: auto;
}
section.contact .container .col-lg-7 form .form-group:focus {
  outline: none;
  border: 0;
}
section.contact .container .col-lg-7 form button.btn {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  padding: 9px 12px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  background: #252525;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
section.contact .container .col-lg-7 form button.btn:hover {
  opacity: 0.9;
}
footer.Sprite {
  background: #e4e4e4;
  padding: 44px 0 25px;
}
footer.Sprite .icon {
  text-align: center;
}
footer.Sprite .icon span {
  width: 25px;
  height: 25px;
  color: #5f5f5f;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
footer.Sprite .icon span:hover {
  color: black;
}
footer.Sprite .copy {
  text-align: center;
  margin: 20px 0 ;
  letter-spacing: 0.5px;
  font-size: 18px;
}
footer.Sprite .copy a {
  text-decoration: none;
}
/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */
/* 超小屏幕（手机，小于 500px） */
@media (min-width: 500px) {
  section.swiper {
    background: url("../images/bg-pattern.jpg") no-repeat center;
    -moz-background-size: cover;
         background-size: cover;
    margin-top: 100px;
  }
  section.swiper .carousel-inner {
    height: 400px;
  }
  section.swiper .carousel-inner .item .carousel-caption {
    color: white;
  }
  section.swiper .carousel-inner .item .carousel-caption p {
    font-size: 19px;
    line-height: 1.5em;
    font-weight: 300;
    font-family: Playfair Display, serif;
    font-style: italic;
    margin-bottom: 60px;
  }
  section.swiper .carousel-inner .item .carousel-caption cite {
    font-size: 10px;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    top: 20px;
  }
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  header {
    width: 100%;
    height: 550px;
    background: url("../images/home-7.jpg") no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  header .bg-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(12, 12, 12, 0.6);
  }
  header .bg-mask nav.navbar-default {
    border-color: transparent;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 0;
  }
  header .bg-mask nav.navbar-default .container-fluid {
    padding: 0 140px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  header .bg-mask nav.navbar-default .container-fluid .navbar-header {
    padding-top: 30px;
  }
  header .bg-mask nav.navbar-default .container-fluid .navbar-header button.navbar-toggle {
    margin-right: -50px;
  }
  header .bg-mask nav.navbar-default .container-fluid .navbar-header a.navbar-brand {
    padding: 0;
  }
  header .bg-mask nav.navbar-default .container-fluid .navbar-header a.navbar-brand img {
    width: 85px;
    margin-top: -20px;
    margin-left: 10px;
    vertical-align: middle;
  }
  header .bg-mask nav.navbar-default .container-fluid .navbar-collapse ul.navbar-nav li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #5f5f55;
    padding: 6px 14.6px;
    font-weight: 600;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    line-height: 2em;
    font-size: 14px;
  }
  header .bg-mask nav.navbar-default .container-fluid .navbar-collapse ul.navbar-nav li a:hover {
    color: black;
  }
  header .bg-mask .container .row .title {
    z-index: 10;
    text-align: center;
    margin-top: 150px;
    position: relative;
  }
  header .bg-mask .container .row .title h3 {
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 1.8em;
    margin-bottom: 10px;
  }
  header .bg-mask .container .row .title h1 {
    color: white;
    font-size: 36px;
    font-weight: bolder;
    font-family: Playfair Display, serif;
  }
  header .bg-mask .container .row .title h1 em {
    font-weight: 400;
    line-height: 1.5em;
  }
  header .bg-mask .container .row .title span {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #999;
    color: #999;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: 100px;
    z-index: 10;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  header .bg-mask .container .row .title span:hover {
    color: white;
    border-color: white;
  }
  section.projects .container {
    text-align: center;
  }
  section.projects .container > h3 {
    color: #171717;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  section.projects .container > p {
    margin-bottom: 20px;
    font-weight: 550;
    font-size: 12px;
    letter-spacing: 1px;
    color: #999;
  }
  section.projects .container ul.row {
    margin-top: 30px;
  }
  section.projects .container ul.row li.scenery {
    height: 370px;
    padding: 0;
    position: relative;
    cursor: pointer;
  }
  section.projects .container ul.row li.scenery:hover .scen-mask {
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
  }
  section.projects .container ul.row li.scenery img {
    width: 100%;
    height: 100%;
  }
  section.projects .container ul.row li.scenery .scen-mask {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100px;
    color: white;
  }
  section.projects .container ul.row li.scenery .scen-mask h3 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 130px;
    margin-bottom: 20px;
    display: none;
  }
  section.projects .container ul.row li.scenery .scen-mask h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: none;
  }
  section.swiper {
    background: url("../images/bg-pattern.jpg") no-repeat center;
    -moz-background-size: cover;
         background-size: cover;
    margin-top: 100px;
  }
  section.swiper .carousel ol.carousel-indicators li {
    width: 6px;
    height: 6px;
    background: #999;
    border: none;
    margin: 0 3px;
  }
  section.swiper .carousel ol.carousel-indicators li:hover {
    background: white;
  }
  section.swiper .carousel ol.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background: white;
  }
  section.swiper .carousel-inner {
    height: 500px;
  }
  section.swiper .carousel-inner .item {
    margin-top: 30px;
  }
  section.swiper .carousel-inner .item .carousel-caption {
    color: white;
  }
  section.swiper .carousel-inner .item .carousel-caption p {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 300;
    font-family: Playfair Display, serif;
    font-style: italic;
    margin-bottom: 40px;
  }
  section.swiper .carousel-inner .item .carousel-caption cite {
    font-size: 12px;
    text-transform: uppercase;
    font-style: normal;
  }
  section.blog {
    background: #fafafa;
    margin-top: 50px;
    padding: 60px 0;
    cursor: default;
  }
  section.blog .container {
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  section.blog .container > h3 {
    color: #171717;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  section.blog .container > p {
    margin-bottom: 20px;
    font-weight: 550;
    font-size: 12px;
    letter-spacing: 1px;
    color: #999;
  }
  section.blog .container ul.row {
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    width: 200%;
    padding-bottom: 50px;
  }
  section.blog .container ul.row::after {
    content: "";
    clear: both;
    display: block;
  }
  section.blog .container ul.row li {
    cursor: pointer;
    float: left;
  }
  section.blog .container ul.row li .thumbnail {
    padding: 0;
    text-align: left;
  }
  section.blog .container ul.row li .thumbnail .design {
    width: 100%;
    height: 100%;
    position: relative;
  }
  section.blog .container ul.row li .thumbnail .design img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  section.blog .container ul.row li .thumbnail .design img:hover {
    opacity: 0.7;
  }
  section.blog .container ul.row li .thumbnail .design p a {
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    margin: 10px;
    background: #252525;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 5px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  section.blog .container ul.row li .thumbnail .design p a:hover {
    opacity: 0.8;
  }
  section.blog .container ul.row li .thumbnail .caption h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8em;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  section.blog .container ul.row li .thumbnail .caption h3:hover {
    opacity: 0.6;
  }
  section.blog .container ul.row li .thumbnail .caption h5 {
    text-transform: uppercase;
    color: #5f5f5f;
    font-weight: 600;
    font-family: "黑体";
    letter-spacing: 1px;
    line-height: 1.8en;
    font-size: 10px;
  }
  section.blog .container ul.row li .thumbnail .caption p {
    font-family: Work Sans, sans-serif;
    color: #5f5f5f;
    letter-spacing: 1px;
    line-height: 1.8em;
    font-size: 14px;
    font-weight: 500;
  }
  section.blog .container .dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
  }
  section.blog .container .dots span {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    background: #999;
    display: inline-block;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
  }
  section.blog .container .dots span.active {
    width: 12px;
    height: 12px;
    background: #333;
  }
  section.contact {
    background: #f1f1f1;
    padding: 60px 0;
  }
  section.contact .container .row .col-lg-5 {
    padding-top: 30px;
  }
  section.contact .container .row .col-lg-5 h3 {
    font-size: 36px;
    font-weight: 700;
    color: #171717;
    margin-bottom: 40px;
  }
  section.contact .container .row .col-lg-5 > p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-bottom: 30px;
  }
  section.contact .container .row .col-lg-5 .method {
    margin-top: 20px;
  }
  section.contact .container .row .col-lg-5 .method span {
    letter-spacing: 1px;
    font-size: 16px;
  }
  section.contact .container .row .col-lg-5 .method span strong {
    font-weight: 700;
    color: #171717;
    margin-right: 10px;
    font-size: 14px;
    letter-spacing: 0;
  }
  section.contact .container .col-lg-7 {
    padding-top: 30px;
    margin-top: 30px;
  }
  section.contact .container .col-lg-7 form .form-group .form-control {
    height: auto;
    padding: 12px 18px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 0;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #55595c;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  section.contact .container .col-lg-7 form .form-group textarea {
    resize: vertical;
    overflow: auto;
  }
  section.contact .container .col-lg-7 form .form-group:focus {
    outline: none;
    border: 0;
  }
  section.contact .container .col-lg-7 form button.btn {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 12px 18px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background: #252525;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  section.contact .container .col-lg-7 form button.btn:hover {
    opacity: 0.9;
  }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  header {
    width: 100%;
    height: 650px;
    background: url("../images/home-7.jpg") no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  header .bg-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(12, 12, 12, 0.6);
  }
  header .bg-mask nav.navbar-default {
    border-color: transparent;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 0;
  }
  header .bg-mask nav.navbar-default .container-fluid {
    padding: 25px 100px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  header .bg-mask nav.navbar-default .container-fluid .navbar-header a.navbar-brand {
    padding: 0;
  }
  header .bg-mask nav.navbar-default .container-fluid .navbar-header a.navbar-brand img {
    width: 90px;
    vertical-align: middle;
  }
  header .bg-mask nav.navbar-default .container-fluid .navbar-collapse ul.navbar-nav li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #5f5f55;
    font-weight: 600;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 14px;
  }
  header .bg-mask nav.navbar-default .container-fluid .navbar-collapse ul.navbar-nav li a:hover {
    color: black;
  }
  header .bg-mask .container .row .title {
    z-index: 10;
    text-align: center;
    position: relative;
    margin-top: 200px;
  }
  header .bg-mask .container .row .title h3 {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 1.8em;
    margin-bottom: 10px;
  }
  header .bg-mask .container .row .title h1 {
    color: white;
    font-size: 48px;
    font-weight: bolder;
    font-family: Playfair Display, serif;
  }
  header .bg-mask .container .row .title h1 em {
    font-weight: 400;
    line-height: 1.5em;
  }
  header .bg-mask .container .row .title span {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #999;
    color: #999;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: 100px;
    z-index: 10;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  header .bg-mask .container .row .title span:hover {
    color: white;
    border-color: white;
  }
  section.agency {
    padding-bottom: 100px;
  }
  section.agency .container {
    padding-bottom: 150px;
  }
  section.agency .container .row .signature {
    text-align: center;
  }
  section.agency .container .row .signature h3 {
    color: #171717;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
  section.agency .container .row .signature p {
    margin-bottom: 40px;
    font-weight: 550;
    font-size: 15px;
    letter-spacing: 1px;
    color: #999;
  }
  section.agency .gird {
    background: black;
  }
  section.agency .gird .container {
    padding: 100px 0;
  }
  section.agency .gird .container ul.row li .media {
    padding: 0;
  }
  section.agency .gird .container ul.row li .media .media-left span {
    font-size: 40px;
    color: white;
    font-weight: 100;
    margin-right: 15px;
  }
  section.agency .gird .container ul.row li .media .media-body {
    color: white;
  }
  section.agency .gird .container ul.row li .media .media-body h4 {
    font-size: 20px;
    font-family: "黑体";
    font-weight: 600;
  }
  section.agency .gird .container ul.row li .media .media-body p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
  }
  section.projects .container {
    text-align: center;
  }
  section.projects .container > h3 {
    color: #171717;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  section.projects .container > p {
    margin-bottom: 20px;
    font-weight: 550;
    font-size: 12px;
    letter-spacing: 1px;
    color: #999;
  }
  section.projects .container ul.row {
    margin-top: 30px;
  }
  section.projects .container ul.row li.scenery {
    height: 370px;
    padding: 0;
    position: relative;
    cursor: pointer;
  }
  section.projects .container ul.row li.scenery:hover .scen-mask {
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
  }
  section.projects .container ul.row li.scenery img {
    width: 100%;
    height: 100%;
  }
  section.projects .container ul.row li.scenery .scen-mask {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100px;
    color: white;
  }
  section.projects .container ul.row li.scenery .scen-mask h3 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 130px;
    margin-bottom: 20px;
    display: none;
  }
  section.projects .container ul.row li.scenery .scen-mask h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: none;
  }
  section.swiper {
    background: url("../images/bg-pattern.jpg") no-repeat center;
    -moz-background-size: cover;
         background-size: cover;
    margin-top: 100px;
  }
  section.swiper .carousel ol.carousel-indicators li {
    width: 6px;
    height: 6px;
    background: #999;
    border: none;
    margin: 0 3px;
  }
  section.swiper .carousel ol.carousel-indicators li:hover {
    background: white;
  }
  section.swiper .carousel ol.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background: white;
  }
  section.swiper .carousel-inner {
    height: 500px;
  }
  section.swiper .carousel-inner .item {
    margin-top: -100px;
  }
  section.swiper .carousel-inner .item .carousel-caption {
    color: white;
  }
  section.swiper .carousel-inner .item .carousel-caption p {
    font-size: 29px;
    line-height: 1.5em;
    font-weight: 300;
    font-family: Playfair Display, serif;
    font-style: italic;
    margin-bottom: 40px;
  }
  section.swiper .carousel-inner .item .carousel-caption cite {
    font-size: 16px;
    text-transform: uppercase;
    font-style: normal;
  }
  section.blog {
    background: #fafafa;
    margin-top: 50px;
    padding: 70px 0;
    cursor: default;
  }
  section.blog .container {
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  section.blog .container > h3 {
    color: #171717;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  section.blog .container > p {
    margin-bottom: 20px;
    font-weight: 550;
    font-size: 12px;
    letter-spacing: 1px;
    color: #999;
  }
  section.blog .container ul.row {
    margin-left: 0;
    margin-right: 0;
    width: 200%;
  }
  section.blog .container ul.row::after {
    content: "";
    clear: both;
    display: block;
  }
  section.blog .container ul.row li {
    cursor: pointer;
    float: left;
  }
  section.blog .container ul.row li .thumbnail {
    padding: 0;
    text-align: left;
  }
  section.blog .container ul.row li .thumbnail .design {
    width: 100%;
    height: 100%;
    position: relative;
  }
  section.blog .container ul.row li .thumbnail .design img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  section.blog .container ul.row li .thumbnail .design img:hover {
    opacity: 0.7;
  }
  section.blog .container ul.row li .thumbnail .design p a {
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    margin: 10px;
    background: #252525;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-style: 10px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  section.blog .container ul.row li .thumbnail .design p a:hover {
    opacity: 0.8;
  }
  section.blog .container ul.row li .thumbnail .caption h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.8em;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  section.blog .container ul.row li .thumbnail .caption h3:hover {
    opacity: 0.6;
  }
  section.blog .container ul.row li .thumbnail .caption h5 {
    text-transform: uppercase;
    color: #5f5f5f;
    font-weight: 600;
    font-family: "黑体";
    letter-spacing: 1px;
    line-height: 1.8en;
    font-size: 12px;
  }
  section.blog .container ul.row li .thumbnail .caption p {
    font-family: Work Sans, sans-serif;
    color: #5f5f5f;
    letter-spacing: 1px;
    line-height: 1.8em;
    font-size: 16px;
    font-weight: 500;
  }
  section.blog .container .dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
  }
  section.blog .container .dots span {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    background: #999;
    display: inline-block;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
  }
  section.blog .container .dots span.active {
    width: 12px;
    height: 12px;
    background: #333;
  }
  section.contact {
    background: #f1f1f1;
    padding: 60px 0;
  }
  section.contact .container .row .col-lg-5 {
    padding-top: 30px;
  }
  section.contact .container .row .col-lg-5 h3 {
    font-size: 36px;
    font-weight: 700;
    color: #171717;
    margin-bottom: 40px;
  }
  section.contact .container .row .col-lg-5 > p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-bottom: 30px;
  }
  section.contact .container .row .col-lg-5 .method {
    margin-top: 20px;
  }
  section.contact .container .row .col-lg-5 .method span {
    letter-spacing: 1px;
    font-size: 16px;
  }
  section.contact .container .row .col-lg-5 .method span strong {
    font-weight: 700;
    color: #171717;
    margin-right: 10px;
    font-size: 14px;
    letter-spacing: 0;
  }
  section.contact .container .col-lg-7 {
    padding-top: 30px;
    margin-top: 30px;
  }
  section.contact .container .col-lg-7 form .form-group:first-child .form-control {
    width: 90%;
    float: left;
  }
  section.contact .container .col-lg-7 form .form-group .form-control {
    height: auto;
    padding: 12px 18px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 0;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #55595c;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  section.contact .container .col-lg-7 form .form-group textarea {
    resize: vertical;
    overflow: auto;
  }
  section.contact .container .col-lg-7 form .form-group:focus {
    outline: none;
    border: 0;
  }
  section.contact .container .col-lg-7 form button.btn {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 12px 18px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background: #252525;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  section.contact .container .col-lg-7 form button.btn:hover {
    opacity: 0.9;
  }
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
  header {
    width: 100%;
    height: 750px;
    background: url("../images/home-7.jpg") no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  header .bg-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(12, 12, 12, 0.6);
  }
  header .bg-mask nav.navbar-default {
    border-color: transparent;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    background-color: transparent;
  }
  header .bg-mask nav.navbar-default .container-fluid {
    padding: 25px 140px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  header .bg-mask nav.navbar-default .container-fluid .navbar-header a.navbar-brand {
    padding: 0;
  }
  header .bg-mask nav.navbar-default .container-fluid .navbar-header a.navbar-brand img {
    width: 100px;
    vertical-align: middle;
  }
  header .bg-mask nav.navbar-default .container-fluid .navbar-collapse ul.navbar-nav li a {
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    padding: 6px 14.6px;
    font-weight: 600;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    line-height: 2em;
    font-size: 14px;
  }
  header .bg-mask nav.navbar-default .container-fluid .navbar-collapse ul.navbar-nav li a:hover {
    color: black;
  }
  header .bg-mask .container .row .title {
    z-index: 10;
    text-align: center;
    position: relative;
    margin-top: 300px;
  }
  header .bg-mask .container .row .title h3 {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 1.8em;
    margin-bottom: 10px;
  }
  header .bg-mask .container .row .title h1 {
    color: white;
    font-size: 56px;
    font-weight: bolder;
    font-family: Playfair Display, serif;
  }
  header .bg-mask .container .row .title h1 em {
    font-weight: 400;
    line-height: 1.5em;
  }
  header .bg-mask .container .row .title span {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #999;
    color: #999;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: 100px;
    z-index: 10;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  header .bg-mask .container .row .title span:hover {
    color: white;
    border-color: white;
  }
  section.swiper {
    background: url("../images/bg-pattern.jpg") no-repeat center;
    -moz-background-size: cover;
         background-size: cover;
    margin-top: 100px;
  }
  section.swiper .carousel ol.carousel-indicators li {
    width: 6px;
    height: 6px;
    background: #999;
    border: none;
    margin: 0 3px;
  }
  section.swiper .carousel ol.carousel-indicators li:hover {
    background: white;
  }
  section.swiper .carousel ol.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background: white;
  }
  section.swiper .carousel-inner {
    height: 500px;
  }
  section.swiper .carousel-inner .item {
    margin-top: -200px;
  }
  section.swiper .carousel-inner .item .carousel-caption {
    color: white;
  }
  section.swiper .carousel-inner .item .carousel-caption p {
    font-size: 29px;
    line-height: 1.5em;
    font-weight: 300;
    font-family: Playfair Display, serif;
    font-style: italic;
    margin-bottom: 40px;
  }
  section.swiper .carousel-inner .item .carousel-caption cite {
    font-size: 16px;
    text-transform: uppercase;
    font-style: normal;
  }
  section.blog {
    background: #fafafa;
    margin-top: 50px;
    padding: 80px 0;
    cursor: default;
  }
  section.blog .container {
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  section.blog .container > h3 {
    color: #171717;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  section.blog .container > p {
    margin-bottom: 20px;
    font-weight: 550;
    font-size: 14px;
    letter-spacing: 1px;
    color: #999;
  }
  section.blog .container ul.row {
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    width: 200%;
  }
  section.blog .container ul.row::after {
    content: "";
    clear: both;
    display: block;
  }
  section.blog .container ul.row li {
    cursor: pointer;
    float: left;
  }
  section.blog .container ul.row li .thumbnail {
    padding: 0;
    text-align: left;
  }
  section.blog .container ul.row li .thumbnail .design {
    width: 100%;
    height: 100%;
    position: relative;
  }
  section.blog .container ul.row li .thumbnail .design img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  section.blog .container ul.row li .thumbnail .design img:hover {
    opacity: 0.7;
  }
  section.blog .container ul.row li .thumbnail .design p a {
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    margin: 10px;
    background: #252525;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-style: 10px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  section.blog .container ul.row li .thumbnail .design p a:hover {
    opacity: 0.8;
  }
  section.blog .container ul.row li .thumbnail .caption h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.8em;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  section.blog .container ul.row li .thumbnail .caption h3:hover {
    opacity: 0.6;
  }
  section.blog .container ul.row li .thumbnail .caption h5 {
    text-transform: uppercase;
    color: #5f5f5f;
    font-weight: 600;
    font-family: "黑体";
    letter-spacing: 1px;
    line-height: 1.8en;
  }
  section.blog .container ul.row li .thumbnail .caption p {
    font-family: Work Sans, sans-serif;
    color: #5f5f5f;
    letter-spacing: 1px;
    line-height: 1.8em;
    font-size: 18px;
    font-weight: 500;
  }
  section.blog .container .dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
  }
  section.blog .container .dots span {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    background: #999;
    display: inline-block;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
  }
  section.blog .container .dots span.active {
    width: 12px;
    height: 12px;
    background: #333;
  }
}
/*# sourceMappingURL=./snow.css.map */