.title:before, .title:after {
  content: none;
}

.contact {
  text-align: left;
  margin-top: 80px;
  background-size: cover;
  background-position: center;
  padding: 5%;
}
.contact ul {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  max-width: 400px;
  margin: auto;
  padding: 40px;
}
.contact ul:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  padding: 5px;
  width: 100%;
  height: 100%;
  border: rgba(255, 255, 255, 0.9) solid 1px;
}
.contact li {
  position: relative;
  padding: 15px 0;
  border-bottom: #ded9cc solid 1px;
  color: #999;
}
.contact li:first-child {
  padding-top: 0;
}
.contact li a {
  color: #999;
}
.contact li a:hover {
  color: #000;
}
.contact-t {
  color: #000;
  line-height: 2;
}
.contact-img {
  margin-top: 80px;
}
.contact-img img {
  max-height: 80px;
  max-width: 100%;
  margin: auto;
}

.content-inner {
  margin: 80px 0;
}
.content-inner:last-child {
  margin-bottom: 0;
}
.content-title {
  font-weight: normal;
  font-size: 1.25em;
  color: #000;
  margin-bottom: 30px;
}
.content-title:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c0b79d;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.content-title:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c0b79d;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.content-text img {
  max-width: 100%;
}
.content-text p {
  margin-bottom: 20px;
}
.content-text:after {
  content: "";
  clear: both;
  display: block;
}

.profile img {
  max-width: 100%;
}

.work {
  position: relative;
  padding-bottom: 60%;
  /*height: 36vw;
  max-height: calc(100vh - 300px);*/
}
.work-list {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.work-item {
  position: relative;
  background-position: center;
  background-size: cover;
}
.work-control {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.work-prev, .work-next {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  color: #FFF;
  margin-top: -15px;
}
.work-prev:hover, .work-next:hover {
  color: #999;
}
.work-prev.swiper-button-disabled, .work-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.work-prev {
  left: 10px;
}
.work-next {
  right: 10px;
}
.work-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: #FFF;
  z-index: 2;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}
.work-prev-box {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
}
.work-next-box {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 5;
  right: 0;
  cursor: pointer;
}

.list {
  position: relative;
  margin-top: 30px;
}
.list-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
}
.list-img img {
  width: 100%;
  height: 100%;
}
.list-img-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.list-item:hover .list-img-inner {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.list-info {
  padding: 10px 0;
  color: #666;
}
.list-title {
  margin-bottom: 10px;
  font-size: 1.25em;
  color: #000;
}
.list-control {
  position: relative;
  margin-top: 30px;
  border-bottom: #ded9cc solid 1px;
  text-align: center;
  padding-bottom: 15px;
}
.list-prev, .list-next {
  position: absolute;
  bottom: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  border: #ded9cc solid 1px;
  border-radius: 50%;
  line-height: 32px;
}
.list-next {
  right: 0;
}
.list-num {
  margin: 5px 0;
}
.list-now {
  display: inline-block;
  padding: 0 15px;
  border-right: #c0b79d solid 1px;
}
.list-all {
  display: inline-block;
  padding: 0 15px;
}

.contnav-btn {
  position: relative;
  text-align: center;
  border-bottom: #ded9cc solid 1px;
}
.contnav-btn:after {
  content: "";
  margin: 0 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c0b79d;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -3px;
}
.contnav-btn a {
  line-height: 40px;
  color: #999;
  display: inline-block;
  margin: 0 15px;
}
.contnav-btn a.active, .contnav-btn a:hover {
  color: #000;
}

.breadcrumbs, .title, .contact, .contact-img, .page-content {
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.breadcrumbs.show, .title.show, .contact.show, .contact-img.show, .page-content.show {
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .contact {
    margin-top: 60px;
  }
  .contact-img {
    margin-top: 60px;
  }
  .contact ul {
    padding: 25px;
  }

  .content-inner {
    margin: 60px 0;
  }

 /* .work {
    height: 60vw;
  }*/
}
@media screen and (max-width: 800px) {
  .contact {
    margin-top: 30px;
    padding: 0;
  }
  .contact ul {
    max-width: none;
    padding: 0;
    background: #FFF;
  }
  .contact ul:before {
    content: none;
  }
}
