@import "dist/scrollbar.css";
@import "dist/owl.carousel.css";
body{
  font-family: arial;
  font-size: 13px;
}
.dark {
  background: #000;
  margin: 0;
  overflow: hidden;
}
.dark ul,
.dark li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dark #main {
  height: calc(100vh - 200px);
  padding: 10px 30px;
  color: #fff;
}
.dark #main:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 96%;
  left: 2%;
  height: 1px;
  background: #fff;
  top: 230px;
}
.dark .time {
  border: 2px solid #73C827;
  width: 40px;
  height: 40px;
  padding: 5px;
  text-align: center;
  font-size: 1.1em;
  color: white;
}
.dark .time .year {
  border-top: 1px solid #ccc;
}
.dark .time .month {
  display: block;
  text-align: center;
}
.dark li {
  float: left;
  position: relative;
}
.dark li h3 {
  margin: 0;
  transform: rotate(90deg);
  color: #fff;
  white-space: pre;
  width: 35px;
  cursor: pointer;
}
.dark li h3:hover {
  color: #73C827;
}
.dark li h3:hover .line {
  background: #73C827;
}
.dark li h3 .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #ccc;
  margin-bottom: 4px;
  margin-right: 10px;
}
.dark li .time,
.dark li .content {
  display: none;
}
.dark li.active {
  width: 70%;
  margin-left: 60px;
  border-left: 1px solid;
  overflow: visible !important;
}
.dark li.active .time {
  position: absolute;
  top: -6px;
  left: -27px;
  background: #000;
}
.dark li.active .content {
  padding: 60px 30px;
  display: flex;
  padding-bottom: 0;
}
.dark li.active h3 {
  cursor: default;
  transform: rotate(0);
  position: absolute;
  top: 8px;
  left: 40px;
  color: #73C827;
}
.dark li.active h3 .t {
  padding: 0 5px;
  background: #000;
}
.dark li.active h3 .line {
  display: none;
}
.dark li.active .time,
.dark li.active .content {
  display: block;
}
.dark .content .photos {
  width: 75%;
  float: left;
}
.dark .content .details {
  width: 20%;
  float: left;
  height: 400px;
}
.dark .big-photo img {
  width: 100%;
  max-height: 400px;
}
.dark .content dt {
  font-weight: bold;
}
.dark .content dd {
  margin: 0;
  color: #aaa;
}
.dark .photos {
  display: flex;
}
.dark .big-photo {
  float: left;
  width: calc(100% - 50px);
}
.dark .photo-list {
  float: left;
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dark .photo-list li {
  margin-left: 15px;
}
.dark .photo-list img {
  width: 30px;
  height: 30px;
}
.dark .back {
  width: 40px;
  height: 40px;
  top: 25px;
  right: 25px;
  border: 2px solid #ccc;
  position: fixed;
  background-image: url('TL-100.png');
  background-size: 100%;
}
.light {
  margin: 0;
  height: 100vh;
  /**/
  /* construct */
}
.light ul,
.light li {
  padding: 0;
  list-style: none;
}
.light .link {
  cursor: pointer;
}
.light #table {
  position: fixed;
  top: calc((100vh - 6000px ) / 2 );
  left: calc( (100vw - 6000px) / 2 );
  /*transform: translateX(-50%) translateY(-50%)*/
}
.light .dcontact {
  position: absolute;
  top: calc( 6000px - 300px );
  left: 3090px;
  background: #fff;
}
.light .dcontact li {
  padding: 4px;
}
.light .contact-back {
  top: 25px;
  left: 25px;
  background-image: url(Up-100.png);
  background-size: 100%;
  text-indent: 10000px;
}
.light .back {
  width: 40px;
  height: 40px;
  border: 2px solid #ccc;
  position: fixed;
  display: none;
}
.light .staff-back {
  top: calc(100vh - 100px);
  left: calc(100vw - 100px);
  background-image: url(BR-100.png);
  background-size: 100%;
  text-indent: 10000px;
}
.light .construct-back {
  top: 25px;
  left: calc(100vw - 100px);
  background-image: url(TL-100.png);
  background-size: 100%;
  text-indent: 10000px;
}
.light .futures-back {
  top: 25px;
  left: calc(100vw - 100px);
  background-image: url(BL-100.png);
  background-size: 100%;
  text-indent: 10000px;
}
.light .staff {
  position: absolute;
  width: 100vw;
  left: 500px;
  top: 1600px;
  margin-top: 210px;
}
.light .staff ul,
.light .staff .inner {
  width: 960px;
  margin: 0 auto;
}
.light .about-staff {
  overflow: hidden;
  margin-top: -80px !important;
}
.light .about-staff .w4 {
  width: 33.3333%;
  float: left;
}
.light .about-staff .w8 {
  width: 65.6666%;
  float: left;
  margin-right: 1%;
  text-align: justify;
  box-sizing: border-box;
  padding: 0 20px 0 10px;
}
.light .about-staff .w8 p:first-child {
  margin-top: 0;
}
.light .about-staff img {
  width: 100% !important;
}
.light .staff ul li {
  width: 25%;
  float: left;
  list-style: none;
}
.light .staff ul li img {
  width: 80%;
}
.light .staff ul li .meta {
  display: none;
}
.light .staff ul li .meta {
  width: 80%;
}
.light .staff ul li .meta h3 {
  background: #000;
  margin: 5px 0 0 0;
  color: #fff;
  padding: 20px;
}
.light .staff ul li .meta p {
  padding: 5px;
  margin: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.light .staff ul li:hover .meta {
  display: block;
}
.light .dconstruct {
  position: absolute;
  top: 3800px;
  left: 500px;
  width: 100vw;
}
.light .dconstruct .meta {
  display: none;
  height: 70px;
  background: #000;
  color: #fff;
  text-align: center;
}
.light .dconstruct .meta {
  margin-top: 10px;
  padding: 5px;
}
.light .dconstruct .meta h3 {
  margin: 10px;
}
.light .dconstruct .meta .address {
  color: green;
}
.light .dconstruct li:hover .meta {
  display: block;
}
.light .dconstruct .inner {
  width: 960px;
  margin: 0 auto;
}
.light .dconstruct figure {
  margin: 0;
}
.light .dconstruct figure img {
  width: 100% !important;
  height: 100% !important;
}
figure{
  background: #000 !important;
}
.light .dconstruct li:hover img {
  opacity: 1;
}
.light .dconstruct ul li {
  padding: 20px;
  margin-top: 80px;
}
.light .dconstruct ul li:hover {
  margin-top: 0px;
}
.light .dconstruct ul li img {
  width: 80%;
  opacity: 0.2;
}
.light .owl-prev {
  position: absolute;
  top: 170px;
  left: -50px;
  width: 50px;
  height: 50px;
  background-image: url('Back-100.png');
  background-size: 100%;
  background-repeat: no-repeat;
  color: rgba(0, 0, 0, 0);
  text-indent: 1000px;
}
.light .owl-next {
  position: absolute;
  top: 170px;
  right: -50px;
  width: 50px;
  height: 50px;
  background-image: url('Forward-100.png');
  background-size: 100%;
  background-repeat: no-repeat;
  color: rgba(0, 0, 0, 0);
  text-indent: 1000px;
}
.light .mainLinks {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  background: #fff;
}
.light .mainLinks ul {
  margin: 0;
}
.light .mainLinks li {
  float: left;
  height: 50px;
}
.light .mainLinks li a {
  text-decoration: none;
  color: #666;
  display: block;
  height: 50px;
  border-left: 1px solid #ccc;
  padding: 0 5px;
  padding-right: 25px;
}
.light li.logo {
  height: 150px;
  margin-top: -100px;
}
.light .logo img {
  height: 150px !important;
  width: auto !important;
}
.light .dfutures {
  position: absolute;
  z-index: 99999;
  top: 2450px;
  left: 4700px;
  width: 100vw;
}
.light .dfutures ul {
  width: 960px;
  margin: 0 auto;
}
.light .dfutures ul li {
  width: 25%;
  float: left;
  list-style: none;
}
.light .dfutures ul li img {
  width: 80%;
}
.light .dfutures ul li .meta {
  display: none;
  width: 80%;
}
.light .dfutures ul li .meta h3 {
  background: #000;
  margin: 5px 0 0 0;
  color: #fff;
  padding: 20px;
}
.light .dfutures ul li .meta p {
  padding: 5px;
  margin: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.light .dfutures ul li:hover .meta {
  display: block;
}
.content img {
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  transition: 0.2s;
}
.content img.no-filter,
.content img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}
.dt-first{
  margin-top: 70px;
}
dt{
  margin-top: 25px;
}
a{
  text-decoration: none;
}