﻿@charset "UTF-8";
.item_tags > a, .container_category > a, .imagelink .owl-nav .owl-prev, .postSlider .owl-nav .owl-prev, .mlist .owl-nav .owl-prev, .ff_topSlider .owl-nav .owl-prev,
.imagelink .owl-nav .owl-next,
.postSlider .owl-nav .owl-next,
.mlist .owl-nav .owl-next,
.ff_topSlider .owl-nav .owl-next, .imagelink .owl-nav .owl-prev:hover .iconfont, .postSlider .owl-nav .owl-prev:hover .iconfont, .mlist .owl-nav .owl-prev:hover .iconfont, .ff_topSlider .owl-nav .owl-prev:hover .iconfont,
.imagelink .owl-nav .owl-next:hover .iconfont,
.postSlider .owl-nav .owl-next:hover .iconfont,
.mlist .owl-nav .owl-next:hover .iconfont,
.ff_topSlider .owl-nav .owl-next:hover .iconfont, .service .content_list .item_block .item_box .item_wrapper, .project.mlist .content_list .item_block .item_box .item_wrapper, .project.mlistpost .content_list .item_block .item_box .item_wrapper, .team .content_list .item_block .item_box .item_wrapper, .ff_indexPage .news.ff_slider .content_list .item_block .item_box .item_wrapper, .ff_pageList .news .content_list .item_block .item_box .item_wrapper, .project.mlistpost .tabBtn .post-prev .img-wrap,
.project.mlistpost .tabBtn .post-next .img-wrap, .project.mlistpost .tabBtn .post-prev .infor-wrap,
.project.mlistpost .tabBtn .post-next .infor-wrap, .postSlider .tab_button .item_img img, .ff_indexPage .mlist .content_wrapper .more, .imagelink .content_list .item_block .item_box {
  transition: all 0.36s ease;
}

.item_tags > a, .container_category > a {
  border: 1px solid rgba(170, 170, 170, 0.2);
  color: #828282;
  background-color: transparent;
}

.item_tags > a:hover, .container_category > a:hover, .item_tags > a.active, .container_category > a.active {
  border-color: #040404;
  background-color: #040404;
  color: #fff;
}

#search-list .searchFormGroup input {
  border: 2px solid #040404;
  background: #fff;
}

#search-list .searchFormGroup input::-webkit-input-placeholder {
  color: #959595;
}

#search-list .searchFormGroup input:-moz-placeholder {
  color: #959595;
}

#search-list .searchFormGroup input::-moz-placeholder {
  color: #959595;
}

#search-list .searchFormGroup input:-ms-input-placeholder {
  color: #959595;
}

#search-list .searchFormGroup .searchSub {
  color: #fff;
  background: #040404;
}

#search-list .searchFormGroup .searchSub .fa {
  display: none;
}

body .searchGroup, #search-list .searchGroup {
  display: inline-block;
  height: 100%;
}

body .searchGroup .search_wrap, #search-list .searchGroup .search_wrap {
  position: relative;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

body .searchGroup .search_wrap::after, #search-list .searchGroup .search_wrap::after {
  content: "";
  display: block;
  clear: both;
}

body .searchGroup .searchOnOff, #search-list .searchGroup .searchOnOff {
  cursor: pointer;
  display: none;
  float: left;
  line-height: 40px;
  margin-right: 20px;
}

body .searchGroup .searchBox, #search-list .searchGroup .searchBox {
  float: left;
}

body .searchGroup .searchClose, #search-list .searchGroup .searchClose {
  display: inline-block;
  display: none;
}

body .searchGroup .searchFormGroup, #search-list .searchGroup .searchFormGroup {
  height: 40px;
}

body .searchGroup .searchFormGroup::after, #search-list .searchGroup .searchFormGroup::after {
  content: "";
  display: block;
  clear: both;
}

body .searchGroup .searchFormGroup input, #search-list .searchGroup .searchFormGroup input {
  float: left;
  width: 268px;
  height: 100%;
  box-sizing: border-box;
  text-indent: 15px;
}

body .searchGroup .searchFormGroup .searchSub, #search-list .searchGroup .searchFormGroup .searchSub {
  float: left;
  cursor: pointer;
  padding: 0 12px;
  height: 100%;
  line-height: 40px;
  text-align: center;
}

body #search-header {
  display: none;
}

body #navWrapper .content {
  position: relative;
}

body #search-nav.searchGroup {
  visibility: visible;
  opacity: 1;
}

body #search-nav {
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  height: 80px;
  transition: opacity 0.36s ease, height 0.36s ease;
}

body #search-nav .searchBox {
  position: absolute;
  top: 100%;
  background: aliceblue;
  right: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.36s ease;
}

body #search-nav.search-open .searchBox {
  height: 40px;
}

body #search-nav .searchOnOff {
  display: block;
  font-size: 17px;
  position: relative;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

body #search-nav .searchSub {
  display: none;
}

body #search-nav.navHide .searchBox {
  display: none;
}

body #search-nav .search_wrap {
  height: 100%;
}

#minHcontact {
  text-align: center;
}

#minHcontact .fa-phone {
  display: none;
}

#minHcontact p {
  height: 100%;
  font-size: 22px;
}

#minHcontact p .telNum {
  position: relative;
  font-size: 18px;
  line-height: 40px;
  color: #555;
  padding-left: 10px;
  border-left: 1px solid rgba(170, 170, 170, 0.2);
  text-align: right;
}

#minHcontact p .telNum:before {
  content: "";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  position: absolute;
  left: -30px;
  bottom: 0;
  width: 20px;
  height: 16px;
  color: #adadad;
}

#minHcontact p a {
  font-size: 13px;
  line-height: 13px;
  color: #b1b1b1;
  text-align: right;
  margin-bottom: 8px;
}

.imagelink .owl-nav .owl-prev, .postSlider .owl-nav .owl-prev, .mlist .owl-nav .owl-prev, .ff_topSlider .owl-nav .owl-prev,
.imagelink .owl-nav .owl-next,
.postSlider .owl-nav .owl-next,
.mlist .owl-nav .owl-next,
.ff_topSlider .owl-nav .owl-next {
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
}

.imagelink .owl-nav .owl-prev .iconfont, .postSlider .owl-nav .owl-prev .iconfont, .mlist .owl-nav .owl-prev .iconfont, .ff_topSlider .owl-nav .owl-prev .iconfont,
.imagelink .owl-nav .owl-next .iconfont,
.postSlider .owl-nav .owl-next .iconfont,
.mlist .owl-nav .owl-next .iconfont,
.ff_topSlider .owl-nav .owl-next .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.imagelink .owl-nav .owl-prev .iconfont, .postSlider .owl-nav .owl-prev .iconfont, .mlist .owl-nav .owl-prev .iconfont, .ff_topSlider .owl-nav .owl-prev .iconfont,
.imagelink .owl-nav .owl-next .iconfont,
.postSlider .owl-nav .owl-next .iconfont,
.mlist .owl-nav .owl-next .iconfont,
.ff_topSlider .owl-nav .owl-next .iconfont {
  color: #fff;
}

.imagelink .owl-nav .owl-prev .iconfont:before, .postSlider .owl-nav .owl-prev .iconfont:before, .mlist .owl-nav .owl-prev .iconfont:before, .ff_topSlider .owl-nav .owl-prev .iconfont:before,
.imagelink .owl-nav .owl-next .iconfont:before,
.postSlider .owl-nav .owl-next .iconfont:before,
.mlist .owl-nav .owl-next .iconfont:before,
.ff_topSlider .owl-nav .owl-next .iconfont:before {
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
}

.imagelink .owl-nav .owl-prev:hover, .postSlider .owl-nav .owl-prev:hover, .mlist .owl-nav .owl-prev:hover, .ff_topSlider .owl-nav .owl-prev:hover,
.imagelink .owl-nav .owl-next:hover,
.postSlider .owl-nav .owl-next:hover,
.mlist .owl-nav .owl-next:hover,
.ff_topSlider .owl-nav .owl-next:hover {
  background: #040404;
}

.imagelink .owl-nav .owl-prev:hover .iconfont, .postSlider .owl-nav .owl-prev:hover .iconfont, .mlist .owl-nav .owl-prev:hover .iconfont, .ff_topSlider .owl-nav .owl-prev:hover .iconfont,
.imagelink .owl-nav .owl-next:hover .iconfont,
.postSlider .owl-nav .owl-next:hover .iconfont,
.mlist .owl-nav .owl-next:hover .iconfont,
.ff_topSlider .owl-nav .owl-next:hover .iconfont {
  color: #fff;
}

.imagelink .owl-nav .owl-prev.disabled:hover, .postSlider .owl-nav .owl-prev.disabled:hover, .mlist .owl-nav .owl-prev.disabled:hover, .ff_topSlider .owl-nav .owl-prev.disabled:hover,
.imagelink .owl-nav .owl-next.disabled:hover,
.postSlider .owl-nav .owl-next.disabled:hover,
.mlist .owl-nav .owl-next.disabled:hover,
.ff_topSlider .owl-nav .owl-next.disabled:hover {
  background: rgba(0, 0, 0, 0.2);
}

.imagelink .owl-nav .owl-prev.disabled:hover .iconfont, .postSlider .owl-nav .owl-prev.disabled:hover .iconfont, .mlist .owl-nav .owl-prev.disabled:hover .iconfont, .ff_topSlider .owl-nav .owl-prev.disabled:hover .iconfont,
.imagelink .owl-nav .owl-next.disabled:hover .iconfont,
.postSlider .owl-nav .owl-next.disabled:hover .iconfont,
.mlist .owl-nav .owl-next.disabled:hover .iconfont,
.ff_topSlider .owl-nav .owl-next.disabled:hover .iconfont {
  color: #fff;
}

.imagelink .owl-nav .owl-prev .iconfont:before, .postSlider .owl-nav .owl-prev .iconfont:before, .mlist .owl-nav .owl-prev .iconfont:before, .ff_topSlider .owl-nav .owl-prev .iconfont:before {
  content: "\f104";
}


.imagelink .owl-nav .owl-next .iconfont:before,
.postSlider .owl-nav .owl-next .iconfont:before,
.mlist .owl-nav .owl-next .iconfont:before,
.ff_topSlider .owl-nav .owl-next .iconfont:before {
  content: "\f105";
}

.imagelink .owl-nav {
  height: 0;
  top: 50%;
  transform: translateY(calc(-50%));
  left: auto;
  position: absolute;
  width: 100px;
  margin: 0;
}

.imagelink .owl-nav .owl-prev,
.imagelink .owl-nav .owl-next {
  top: 50%;
  transform: translateY(-50%);
}

.imagelink .owl-nav .owl-prev,
.imagelink .owl-nav .owl-next {
  width: 50px;
  height: 50px;
}

.mlist .owl-dots .owl-dot.active span, .imagelink .owl-dots .owl-dot.active span, .mlist .owl-dots .owl-dot:hover span, .imagelink .owl-dots .owl-dot:hover span {
  background: #040404;
  border: 1px solid #040404;
}

.mlist .owl-dots .owl-dot span, .imagelink .owl-dots .owl-dot span {
  border: 1px solid rgba(170, 170, 170, 0.2);
}

.ff_indexPage .mcontact .container_header .title {
  text-align: center;
}

.ff_indexPage .mcontact .container_header .subtitle {
  text-align: center;
}

.ff_indexPage .mlist .container_header {
  float: left;
}

.ff_indexPage .mlist .container_header .title {
  display: inline-block;
  margin-right: 10px;
}

.ff_indexPage .mlist .container_header .subtitle {
  display: inline-block;
}

.ff_indexPage .mlist .module_container .container_category {
  float: right;
  padding-top: 0;
}

.service .content_list .item_block .item_box .item_wrapper, .project.mlist .content_list .item_block .item_box .item_wrapper, .project.mlistpost .content_list .item_block .item_box .item_wrapper, .team .content_list .item_block .item_box .item_wrapper, .ff_indexPage .news.ff_slider .content_list .item_block .item_box .item_wrapper, .ff_pageList .news .content_list .item_block .item_box .item_wrapper {
  padding: 24px 20px;
}

.service .content_list .item_block .item_box .item_wrapper > .date_wrap, .project.mlist .content_list .item_block .item_box .item_wrapper > .date_wrap, .project.mlistpost .content_list .item_block .item_box .item_wrapper > .date_wrap, .team .content_list .item_block .item_box .item_wrapper > .date_wrap, .ff_indexPage .news.ff_slider .content_list .item_block .item_box .item_wrapper > .date_wrap, .ff_pageList .news .content_list .item_block .item_box .item_wrapper > .date_wrap {
  display: none;
}

.service .content_list .item_block .item_box .item_wrapper .item_info .date_wrap, .project.mlist .content_list .item_block .item_box .item_wrapper .item_info .date_wrap, .project.mlistpost .content_list .item_block .item_box .item_wrapper .item_info .date_wrap, .team .content_list .item_block .item_box .item_wrapper .item_info .date_wrap, .ff_indexPage .news.ff_slider .content_list .item_block .item_box .item_wrapper .item_info .date_wrap, .ff_pageList .news .content_list .item_block .item_box .item_wrapper .item_info .date_wrap {
  float: right;
}

.service .container_content .content_wrapper .more_wrap .more, .project.mlist .container_content .content_wrapper .more_wrap .more, .project.mlistpost .container_content .content_wrapper .more_wrap .more, .team .container_content .content_wrapper .more_wrap .more, .ff_indexPage .news.ff_slider .container_content .content_wrapper .more_wrap .more, .ff_pageList .news .container_content .content_wrapper .more_wrap .more {
  display: none;
}

.team.mlistpost .content_list .item_img, .ff_indexPage .news.ff_noSlider .content_list .item_img, .news.mlistpost .content_list .item_img {
  width: 270px;
  float: left;
}

.team.mlistpost .content_list .item_wrapper, .ff_indexPage .news.ff_noSlider .content_list .item_wrapper, .news.mlistpost .content_list .item_wrapper {
  float: right;
  padding: 20px;
  width: calc(100% - 280px);
  box-sizing: border-box;
}

.team.mlistpost .content_list .item_wrapper .date_wrap, .ff_indexPage .news.ff_noSlider .content_list .item_wrapper .date_wrap, .news.mlistpost .content_list .item_wrapper .date_wrap {
  display: none;
}

.team.mlistpost .content_list .item_wrapper > .date_wrap, .ff_indexPage .news.ff_noSlider .content_list .item_wrapper > .date_wrap, .news.mlistpost .content_list .item_wrapper > .date_wrap {
  display: block;
}

.team.mlistpost .content_list .item_block .details, .ff_indexPage .news.ff_noSlider .content_list .item_block .details, .news.mlistpost .content_list .item_block .details {
  position: absolute;
  bottom: 12px;
  right: 20px;
  margin: 0;
}

.team.mlistpost .content_list .details, .ff_indexPage .news.ff_noSlider .content_list .details, .news.mlistpost .content_list .details {
  margin: 0;
}

.team.mlistpost .container_content .content_wrapper .more_wrap, .ff_indexPage .news.ff_noSlider .container_content .content_wrapper .more_wrap, .news.mlistpost .container_content .content_wrapper .more_wrap {
  display: none;
}

.team.mlistpost .container_content .content_wrapper > .more, .ff_indexPage .news.ff_noSlider .container_content .content_wrapper > .more, .news.mlistpost .container_content .content_wrapper > .more {
  display: block;
}

.ff_indexPage .ad01.mlist .content_list .date_wrap,
.ff_indexPage .ad01.mlist .content_list .item_des,
.ff_indexPage .ad01.mlist .content_list .details {
  display: none;
}

.ff_indexPage .ad01.mlist .content_list .item_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px 20px;
  box-sizing: border-box;
}

.ff_indexPage .team_tabs.mlist {
  background: rgba(0, 0, 0, 0.03);
}

.ff_indexPage .team_tabs.mlist .tab_button {
  display: none;
}

.mcustomize .wrapper .header {
  padding-bottom: 50px;
}

.mcustomize .wrapper .header .title {
  font-size: 24px;
  line-height: 30px;
  color: #555;
}

.mcustomize .wrapper .header .subtitle {
  font-size: 14px;
  color: #bbb;
  line-height: 26px;
}

.mcustomize .wrapper .description {
  font-size: 13px;
  line-height: 26px;
  color: #999;
}

.mcustomize .container_content .contentbody .description a {
  transition: all 0.36s ease;
  border: 1px solid rgba(170, 170, 170, 0.2);
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #999;
  padding: 5px 40px;
  margin-bottom: 20px;
}

.mcustomize .container_content .contentbody .description a:hover {
  background: #040404;
  color: #fff;
  border-color: #040404;
}

.npagePage .ff_pageTarget {
  background-color: #fff;
  margin-top: 40px;
}

.npagePage .ff_pageTarget .container_category {
  float: right;
  padding-top: 0px;
}

.npagePage .ff_pageTarget .container_category a {
  vertical-align: -2px;
}

.npagePage .ff_pageTarget .container_target {
  float: left;
}

.npagePage .container_content {
  padding-top: 20px;
}

.npagePage .content .container_category {
  display: none;
}

.service.mlistpost .tabBtn::after, .team.mlistpost .tabBtn::after, .news.mlistpost .tabBtn::after {
  content: "";
  display: block;
  clear: both;
}

.service.mlistpost .tabBtn .post-prev, .team.mlistpost .tabBtn .post-prev, .news.mlistpost .tabBtn .post-prev,
.service.mlistpost .tabBtn .post-next,
.team.mlistpost .tabBtn .post-next,
.news.mlistpost .tabBtn .post-next {
  transition: all 0.36s ease;
  position: relative;
  width: 50%;
  height: 120px;
  overflow: hidden;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  background: #f5f5f5;
}

.service.mlistpost .tabBtn .post-prev:not(.empty):hover, .team.mlistpost .tabBtn .post-prev:not(.empty):hover, .news.mlistpost .tabBtn .post-prev:not(.empty):hover,
.service.mlistpost .tabBtn .post-next:not(.empty):hover,
.team.mlistpost .tabBtn .post-next:not(.empty):hover,
.news.mlistpost .tabBtn .post-next:not(.empty):hover {
  background: #040404;
}

.service.mlistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .title, .team.mlistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .title, .news.mlistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .title,
.service.mlistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .title,
.team.mlistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .title,
.news.mlistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .title {
  color: #fff;
}

.service.mlistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .subtitle, .team.mlistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .subtitle, .news.mlistpost .tabBtn .post-prev:not(.empty):hover .infor-wrap .subtitle,
.service.mlistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .subtitle,
.team.mlistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .subtitle,
.news.mlistpost .tabBtn .post-next:not(.empty):hover .infor-wrap .subtitle {
  color: #fff;
}

.service.mlistpost .tabBtn .post-prev:not(.empty):hover .img-wrap, .team.mlistpost .tabBtn .post-prev:not(.empty):hover .img-wrap, .news.mlistpost .tabBtn .post-prev:not(.empty):hover .img-wrap,
.service.mlistpost .tabBtn .post-next:not(.empty):hover .img-wrap,
.team.mlistpost .tabBtn .post-next:not(.empty):hover .img-wrap,
.news.mlistpost .tabBtn .post-next:not(.empty):hover .img-wrap {
  opacity: 1;
}

.service.mlistpost .tabBtn .post-prev:not(.empty):hover .details, .team.mlistpost .tabBtn .post-prev:not(.empty):hover .details, .news.mlistpost .tabBtn .post-prev:not(.empty):hover .details,
.service.mlistpost .tabBtn .post-next:not(.empty):hover .details,
.team.mlistpost .tabBtn .post-next:not(.empty):hover .details,
.news.mlistpost .tabBtn .post-next:not(.empty):hover .details {
  border-color: rgba(170, 170, 170, 0.2);
}

.service.mlistpost .tabBtn .post-prev:not(.empty):hover .details:after, .team.mlistpost .tabBtn .post-prev:not(.empty):hover .details:after, .news.mlistpost .tabBtn .post-prev:not(.empty):hover .details:after,
.service.mlistpost .tabBtn .post-next:not(.empty):hover .details:after,
.team.mlistpost .tabBtn .post-next:not(.empty):hover .details:after,
.news.mlistpost .tabBtn .post-next:not(.empty):hover .details:after {
  color: #fff;
}

.service.mlistpost .tabBtn .post-prev.empty, .team.mlistpost .tabBtn .post-prev.empty, .news.mlistpost .tabBtn .post-prev.empty,
.service.mlistpost .tabBtn .post-next.empty,
.team.mlistpost .tabBtn .post-next.empty,
.news.mlistpost .tabBtn .post-next.empty {
  cursor: default;
  background-color: #f8f8f8;
}

.service.mlistpost .tabBtn .post-prev.empty .details, .team.mlistpost .tabBtn .post-prev.empty .details, .news.mlistpost .tabBtn .post-prev.empty .details,
.service.mlistpost .tabBtn .post-next.empty .details,
.team.mlistpost .tabBtn .post-next.empty .details,
.news.mlistpost .tabBtn .post-next.empty .details {
  display: none;
}

.service.mlistpost .tabBtn .post-prev .img-wrap, .team.mlistpost .tabBtn .post-prev .img-wrap, .news.mlistpost .tabBtn .post-prev .img-wrap,
.service.mlistpost .tabBtn .post-next .img-wrap,
.team.mlistpost .tabBtn .post-next .img-wrap,
.news.mlistpost .tabBtn .post-next .img-wrap {
  transition: all 0.36s ease;
  opacity: 0;
  width: 80px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.service.mlistpost .tabBtn .post-prev .img-wrap img, .team.mlistpost .tabBtn .post-prev .img-wrap img, .news.mlistpost .tabBtn .post-prev .img-wrap img,
.service.mlistpost .tabBtn .post-next .img-wrap img,
.team.mlistpost .tabBtn .post-next .img-wrap img,
.news.mlistpost .tabBtn .post-next .img-wrap img {
  width: 100%;
}

.service.mlistpost .tabBtn .post-prev .img-wrap div, .team.mlistpost .tabBtn .post-prev .img-wrap div, .news.mlistpost .tabBtn .post-prev .img-wrap div,
.service.mlistpost .tabBtn .post-next .img-wrap div,
.team.mlistpost .tabBtn .post-next .img-wrap div,
.news.mlistpost .tabBtn .post-next .img-wrap div {
  display: none;
}

.service.mlistpost .tabBtn .post-prev .details, .team.mlistpost .tabBtn .post-prev .details, .news.mlistpost .tabBtn .post-prev .details,
.service.mlistpost .tabBtn .post-next .details,
.team.mlistpost .tabBtn .post-next .details,
.news.mlistpost .tabBtn .post-next .details {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 16px;
  color: transparent;
  overflow: hidden;
}

.service.mlistpost .tabBtn .post-prev .infor-wrap, .team.mlistpost .tabBtn .post-prev .infor-wrap, .news.mlistpost .tabBtn .post-prev .infor-wrap,
.service.mlistpost .tabBtn .post-next .infor-wrap,
.team.mlistpost .tabBtn .post-next .infor-wrap,
.news.mlistpost .tabBtn .post-next .infor-wrap {
  width: 250px;
  position: relative;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.service.mlistpost .tabBtn .post-prev .infor-wrap .title, .team.mlistpost .tabBtn .post-prev .infor-wrap .title, .news.mlistpost .tabBtn .post-prev .infor-wrap .title,
.service.mlistpost .tabBtn .post-prev .infor-wrap .subtitle,
.team.mlistpost .tabBtn .post-prev .infor-wrap .subtitle,
.news.mlistpost .tabBtn .post-prev .infor-wrap .subtitle,
.service.mlistpost .tabBtn .post-next .infor-wrap .title,
.team.mlistpost .tabBtn .post-next .infor-wrap .title,
.news.mlistpost .tabBtn .post-next .infor-wrap .title,
.service.mlistpost .tabBtn .post-next .infor-wrap .subtitle,
.team.mlistpost .tabBtn .post-next .infor-wrap .subtitle,
.news.mlistpost .tabBtn .post-next .infor-wrap .subtitle {
  transition: all 0.36s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.service.mlistpost .tabBtn .post-prev .infor-wrap .title, .team.mlistpost .tabBtn .post-prev .infor-wrap .title, .news.mlistpost .tabBtn .post-prev .infor-wrap .title,
.service.mlistpost .tabBtn .post-next .infor-wrap .title,
.team.mlistpost .tabBtn .post-next .infor-wrap .title,
.news.mlistpost .tabBtn .post-next .infor-wrap .title {
  font-size: 16px;
  line-height: 20px;
  color: #666;
}


.service.mlistpost .tabBtn .post-prev .infor-wrap .subtitle,
.team.mlistpost .tabBtn .post-prev .infor-wrap .subtitle,
.news.mlistpost .tabBtn .post-prev .infor-wrap .subtitle,
.service.mlistpost .tabBtn .post-next .infor-wrap .subtitle,
.team.mlistpost .tabBtn .post-next .infor-wrap .subtitle,
.news.mlistpost .tabBtn .post-next .infor-wrap .subtitle {
  height: 30px;
  font-size: 13px;
  line-height: 30px;
}

.service.mlistpost .tabBtn .post-prev, .team.mlistpost .tabBtn .post-prev, .news.mlistpost .tabBtn .post-prev {
  float: left;
  padding-left: 85px;
}

.service.mlistpost .tabBtn .post-prev:hover .details:before, .team.mlistpost .tabBtn .post-prev:hover .details:before, .news.mlistpost .tabBtn .post-prev:hover .details:before {
  right: 60px;
}

.service.mlistpost .tabBtn .post-prev:hover .details:after, .team.mlistpost .tabBtn .post-prev:hover .details:after, .news.mlistpost .tabBtn .post-prev:hover .details:after {
  right: 25px;
  opacity: 1;
}

.service.mlistpost .tabBtn .post-prev .img-wrap, .team.mlistpost .tabBtn .post-prev .img-wrap, .news.mlistpost .tabBtn .post-prev .img-wrap {
  right: 15px;
}

.service.mlistpost .tabBtn .post-prev .infor-wrap, .team.mlistpost .tabBtn .post-prev .infor-wrap, .news.mlistpost .tabBtn .post-prev .infor-wrap {
  float: left;
}

.service.mlistpost .tabBtn .post-prev .details, .team.mlistpost .tabBtn .post-prev .details, .news.mlistpost .tabBtn .post-prev .details {
  border-right: 1px solid #e5e5e5;
  left: 22px;
}

.service.mlistpost .tabBtn .post-prev .details:before, .team.mlistpost .tabBtn .post-prev .details:before, .news.mlistpost .tabBtn .post-prev .details:before, .service.mlistpost .tabBtn .post-prev .details:after, .team.mlistpost .tabBtn .post-prev .details:after, .news.mlistpost .tabBtn .post-prev .details:after {
  content: "";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.36s ease;
  color: #999;
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
}

.service.mlistpost .tabBtn .post-prev .details:before, .team.mlistpost .tabBtn .post-prev .details:before, .news.mlistpost .tabBtn .post-prev .details:before {
  right: 25px;
}

.service.mlistpost .tabBtn .post-prev .details:after, .team.mlistpost .tabBtn .post-prev .details:after, .news.mlistpost .tabBtn .post-prev .details:after {
  right: -30px;
  opacity: 0;
}


.service.mlistpost .tabBtn .post-next,
.team.mlistpost .tabBtn .post-next,
.news.mlistpost .tabBtn .post-next {
  float: right;
  padding-right: 85px;
}

.service.mlistpost .tabBtn .post-next:hover .details:before, .team.mlistpost .tabBtn .post-next:hover .details:before, .news.mlistpost .tabBtn .post-next:hover .details:before {
  left: 60px;
}

.service.mlistpost .tabBtn .post-next:hover .details:after, .team.mlistpost .tabBtn .post-next:hover .details:after, .news.mlistpost .tabBtn .post-next:hover .details:after {
  left: 25px;
  opacity: 1;
}


.service.mlistpost .tabBtn .post-next .img-wrap,
.team.mlistpost .tabBtn .post-next .img-wrap,
.news.mlistpost .tabBtn .post-next .img-wrap {
  left: 15px;
}


.service.mlistpost .tabBtn .post-next .infor-wrap,
.team.mlistpost .tabBtn .post-next .infor-wrap,
.news.mlistpost .tabBtn .post-next .infor-wrap {
  float: right;
}


.service.mlistpost .tabBtn .post-next .details,
.team.mlistpost .tabBtn .post-next .details,
.news.mlistpost .tabBtn .post-next .details {
  right: 22px;
  border-left: 1px solid rgba(170, 170, 170, 0.2);
}

.service.mlistpost .tabBtn .post-next .details:before, .team.mlistpost .tabBtn .post-next .details:before, .news.mlistpost .tabBtn .post-next .details:before, .service.mlistpost .tabBtn .post-next .details:after, .team.mlistpost .tabBtn .post-next .details:after, .news.mlistpost .tabBtn .post-next .details:after {
  content: "";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: all 0.36s ease;
  color: #999;
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
}

.service.mlistpost .tabBtn .post-next .details:before, .team.mlistpost .tabBtn .post-next .details:before, .news.mlistpost .tabBtn .post-next .details:before {
  left: 25px;
}

.service.mlistpost .tabBtn .post-next .details:after, .team.mlistpost .tabBtn .post-next .details:after, .news.mlistpost .tabBtn .post-next .details:after {
  left: -30px;
  opacity: 0;
}


.service.mlistpost .tabBtn .post-next .infor-wrap .title,
.team.mlistpost .tabBtn .post-next .infor-wrap .title,
.news.mlistpost .tabBtn .post-next .infor-wrap .title,
.service.mlistpost .tabBtn .post-next .infor-wrap .subtitle,
.team.mlistpost .tabBtn .post-next .infor-wrap .subtitle,
.news.mlistpost .tabBtn .post-next .infor-wrap .subtitle {
  text-align: right;
}

.project.mlistpost .tabBtn.inPos .post-next,
.project.mlistpost .tabBtn.inPos .post-prev {
  opacity: 1;
}

.project.mlistpost .tabBtn.outPos .post-next,
.project.mlistpost .tabBtn.outPos .post-prev {
  opacity: 0;
  visibility: hidden;
}

.project.mlistpost .tabBtn .post-prev,
.project.mlistpost .tabBtn .post-next {
  opacity: 0;
  width: 42px;
  height: 100px;
  position: fixed;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.36s ease-out, visibility 0.36s ease-out;
}

.project.mlistpost .tabBtn .post-prev:hover .details,
.project.mlistpost .tabBtn .post-next:hover .details {
  border-color: #040404;
  background: #040404;
}

.project.mlistpost .tabBtn .post-prev:hover .details:before,
.project.mlistpost .tabBtn .post-next:hover .details:before {
  color: #fff;
}

.project.mlistpost .tabBtn .post-prev .img-wrap,
.project.mlistpost .tabBtn .post-prev .infor-wrap,
.project.mlistpost .tabBtn .post-next .img-wrap,
.project.mlistpost .tabBtn .post-next .infor-wrap {
  width: 170px;
  opacity: 0;
  visibility: hidden;
}

.project.mlistpost .tabBtn .post-prev .img-wrap,
.project.mlistpost .tabBtn .post-next .img-wrap {
  position: absolute;
  box-sizing: border-box;
  z-index: 10;
  height: 100%;
  border: 3px solid #040404;
}

.project.mlistpost .tabBtn .post-prev .img-wrap:after,
.project.mlistpost .tabBtn .post-next .img-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.project.mlistpost .tabBtn .post-prev .img-wrap div,
.project.mlistpost .tabBtn .post-next .img-wrap div {
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.project.mlistpost .tabBtn .post-prev .img-wrap img,
.project.mlistpost .tabBtn .post-next .img-wrap img {
  display: none;
}

.project.mlistpost .tabBtn .post-prev .details,
.project.mlistpost .tabBtn .post-next .details {
  position: absolute;
  height: 100%;
  width: 42px;
  background: #fff;
  border: 1px solid #ececec;
  box-sizing: border-box;
  transition: all 0.3s ease-out 0s;
}

.project.mlistpost .tabBtn .post-prev .details:before,
.project.mlistpost .tabBtn .post-next .details:before {
  content: "";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  color: #999;
  transform: translate(-50%, -50%);
}


.project.mlistpost .tabBtn .post-prev .infor-wrap,
.project.mlistpost .tabBtn .post-next .infor-wrap {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  box-sizing: border-box;
}

.project.mlistpost .tabBtn .post-prev .infor-wrap .title,
.project.mlistpost .tabBtn .post-prev .infor-wrap .subtitle,
.project.mlistpost .tabBtn .post-next .infor-wrap .title,
.project.mlistpost .tabBtn .post-next .infor-wrap .subtitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.project.mlistpost .tabBtn .post-prev .infor-wrap .title,
.project.mlistpost .tabBtn .post-next .infor-wrap .title {
  width: 70%;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}


.project.mlistpost .tabBtn .post-prev .infor-wrap .subtitle,
.project.mlistpost .tabBtn .post-next .infor-wrap .subtitle {
  width: 80%;
  display: block;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
}

.project.mlistpost .tabBtn .post-prev {
  left: 0px;
}

.project.mlistpost .tabBtn .post-prev .img-wrap {
  border-left: 0;
  left: 100%;
}

.project.mlistpost .tabBtn .post-prev .details {
  left: 0;
}

.project.mlistpost .tabBtn .post-prev .details:before {
  content: "\f104";
}


.project.mlistpost .tabBtn .post-prev .infor-wrap {
  padding-left: 20px;
  left: 100%;
}


.project.mlistpost .tabBtn .post-next {
  right: 0px;
}


.project.mlistpost .tabBtn .post-next .img-wrap {
  right: 100%;
  border-right: 0;
}


.project.mlistpost .tabBtn .post-next .details {
  right: 0;
}


.project.mlistpost .tabBtn .post-next .details:before {
  content: "\f105";
}


.project.mlistpost .tabBtn .post-next .infor-wrap {
  right: 100%;
  padding-left: 20px;
}

@media screen and (min-width: 1600px) {
  .project.mlistpost .post-prev:hover .infor-wrap,
  .project.mlistpost .post-prev:hover .img-wrap,
  .project.mlistpost .post-next:hover .infor-wrap,
  .project.mlistpost .post-next:hover .img-wrap {
    opacity: 1;
    visibility: visible;
  }
  .project.mlistpost .post-prev:hover .details,
  .project.mlistpost .post-next:hover .details {
    border-color: #040404;
    background: #040404;
  }
  .project.mlistpost .post-prev:hover .details:before,
  .project.mlistpost .post-next:hover .details:before {
    color: #fff;
  }
}

.ff_postPage .team.mlistpost, .ff_postPage .news.mlistpost {
  padding: 50px 50px 0;
}

.ff_postPage .team.mlistpost .module_container, .ff_postPage .news.mlistpost .module_container {
  max-width: 100%;
}

.ff_postPage .team.mlistpost .postContent, .ff_postPage .news.mlistpost .postContent {
  /* float: right;
  width: calc(100% - 440px); */
}

.ff_postPage .team.mlistpost .postContent .postInfo, .ff_postPage .news.mlistpost .postContent .postInfo {
  /* display: none; */
}

.ff_postPage .team.mlistpost .postInfo .description a, .ff_postPage .news.mlistpost .postInfo .description a {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  color: #555;
  height: 40px;
  padding: 0 30px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}

.ff_postPage .team.mlistpost .postInfo .description a:hover, .ff_postPage .news.mlistpost .postInfo .description a:hover {
  background-color: #383838;
  color: #fff;
  border: 1px solid #383838;
}

.ff_postPage .team.mlistpost .listWrap, .ff_postPage .news.mlistpost .listWrap {
  float: left;
  width: 440px;
  padding-right: 50px;
  box-sizing: border-box;
}

.ff_postPage .team.mlistpost .listWrap > .item_tags, .ff_postPage .news.mlistpost .listWrap > .item_tags {
  margin-bottom: 20px;
}

.ff_postPage .team.mlistpost .listWrap .postInfo .item_tags, .ff_postPage .news.mlistpost .listWrap .postInfo .item_tags {
  display: none;
}

.ff_postPage .team.mlistpost .listContent_post, .ff_postPage .news.mlistpost .listContent_post {
  border-top: 1px solid rgba(170, 170, 170, 0.2);
}

.ff_postPage .service.mlistpost .postInfo .description a, .ff_postPage .project.mlistpost .postInfo .description a {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  color: #555;
  height: 40px;
  padding: 0 30px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}

.ff_postPage .service.mlistpost .postInfo .description a:hover, .ff_postPage .project.mlistpost .postInfo .description a:hover {
  background-color: #383838;
  color: #fff;
  border: 1px solid #383838;
}

.ff_postPage .service.mlistpost .listWrap .postInfo, .ff_postPage .project.mlistpost .listWrap .postInfo {
  display: none;
}

.ff_postPage .service.mlistpost .listWrap .postInfo .description a, .ff_postPage .project.mlistpost .listWrap .postInfo .description a {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  color: #555;
  height: 40px;
  padding: 0 30px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}

.ff_postPage .service.mlistpost .listWrap .postInfo .description a:hover, .ff_postPage .project.mlistpost .listWrap .postInfo .description a:hover {
  background-color: #383838;
  color: #fff;
  border: 1px solid #383838;
}

.ff_postPage .service.mlistpost .listContent_post, .ff_postPage .project.mlistpost .listContent_post {
  border-top: 1px solid rgba(170, 170, 170, 0.2);
}

#mcontact {
  background: #3e3e3e;
}

#mcontact .container_header {
  float: none;
}

#mcontact .container_header .title {
  color: #fff;
}

#mcontact .contactlist {
  padding-top: 50px;
}

#mcontact .contactlist::after {
  content: "";
  display: block;
  clear: both;
}

#mcontact .contactinfo {
  float: left;
}

#mcontact .contactinfo .contact_name {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  font-weight: 100;
  color: #fff;
}

#mcontact .contactinfo p {
  width: 300px;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  color: #989898;
}

#mcontact .ff_social {
  padding-top: 40px;
}

#mcontact .ff_social a {
  width: 30px;
  height: 30px;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  border-radius: 15px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #B3B3B3;
  background: rgba(255, 0, 0, 0);
  margin-right: 20px;
}

#mcontact .ff_social a:hover {
  color: #fff;
  background: #5c5c5c;
}

#mcontact .contactform {
  float: right;
}

#mcontact .contactform .contactform_content textarea {
  height: 100px;
  resize: none;
  overflow: hidden;
}

#mcontact .contactform .inputtxt {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 0;
  border-bottom: rgba(255, 255, 255, 0.09) 1px solid;
  width: 320px;
  height: 20px;
  line-height: 20px;
  padding: 10px 20px;
  margin-bottom: 10px;
  transition: all 0.3s ease-out 0s;
}

#mcontact .contactform .inputtxt.submit {
  background-color: #5c5c5c;
  height: 48px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 0;
  cursor: pointer;
}

#mcontact .contactform .inputtxt.submit:hover {
  background-color: #7B7B7B;
}

.project.mlistpost .postContent {
  position: relative;
  max-width: calc(100% - 315px);
  padding-right: 80px;
  box-sizing: border-box;
  margin-top: 40px;
  padding-top: 0;
}

.project.mlistpost .postInfo {
  padding-bottom: 50px;
}

.project.mlistpost .postInfo::after {
  content: "";
  display: block;
  clear: both;
}

.project.mlistpost .postInfo .mainInfor .title {
  font-size: 22px;
  color: #444;
}

.project.mlistpost .postInfo .mainInfor .subtitle {
  line-height: 24px;
  font-size: 13px;
  color: #c1c1c1;
}

.project.mlistpost .postInfo .description {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 100%;
  line-height: 30px;
  font-size: 13px;
  color: #929292;
  padding-left: 50px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  width: 315px;
}

.project.mlistpost .postInfo .description a {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  color: #555;
  height: 40px;
  padding: 0 30px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}

.project.mlistpost .postInfo .description a:hover {
  background-color: #383838;
  color: #fff;
  border: 1px solid #383838;
}

#footer {
  padding: 10px 56px;
}

#footer p {
  width: 1170px;
  line-height: 24px;
  height: 24px;
  text-align: left;
  margin: 0 auto;
}

#footer p span.ellipsis {
  display: inline;
  max-width: 70%;
}

#footer p a#flogo {
  display: inline-block;
  width: 50px;
  height: 20px;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 2px;
}

#footer p a#fbeian {
  vertical-align: top;
}

.pageEditor .module_container {
  padding-top: 60px;
}

.pageEditor .container_header .title,
.pageEditor .container_header .subtitle {
  text-align: center;
}

#navWrapper .content .nav .navitem {
  height: 100%;
}

#navWrapper .content .nav .navitem > a {
  height: 100%;
  overflow: hidden;
}

#navWrapper .content .nav .navitem > a:hover span {
  transform: translate3d(0, -100%, 0);
}

#navWrapper .content .nav .navitem > a:hover span:before {
  color: #040404;
}

#navWrapper .content .nav .navitem > a:hover .fa-angle-down {
  color: #040404;
}

#navWrapper .content .nav .navitem > a .fa-angle-down {
  position: absolute;
  top: 0;
  right: 5px;
}

#navWrapper .content .nav .navitem span {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.3s linear;
}

#navWrapper .content .nav .navitem span:before {
  content: attr(data-title);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
}

.mlist:not(.imagelink) .content_list .item_block:hover {
  background-color: transparent;
}

.mlist:not(.imagelink) .content_list .item_block:hover .details {
  border-color: #040404;
  background-color: #040404;
  color: #fff;
}

.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_img img {
  transform: scale(1.08);
}

.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .title {
  color: #040404;
}

.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .subtitle {
  color: #868585;
}

.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .date_wrap {
  color: #868585;
}

.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_des .description {
  color: #868585;
}

.mlist .owl-dots .active.owl-dot span, .ff_topSlider .owl-dots .active.owl-dot span, .imagelink .owl-dots .active.owl-dot span, .mlist .owl-dots .owl-dot:hover span, .ff_topSlider .owl-dots .owl-dot:hover span, .imagelink .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.mlist .owl-dots .owl-dot span, .ff_topSlider .owl-dots .owl-dot span, .imagelink .owl-dots .owl-dot span {
  border: 1px solid #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
  background: none;
  width: 8px;
  height: 8px;
  margin: 5px;
  transition: all 0.2s ease-in;
}

@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot);
  src: url(../fonts/icomoon.eot) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: HELVETICANEUELTPRO-THEX;
  src: url(../fonts/54fa8522dc044d37bdbd02fb12a1a6f1.ttf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: helveticaneuethn;
  src: url(fonts/helveticaneuethn.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: GOTHAMRND-LIGHT;
  src: url(fonts/GOTHAMRND-LIGHT.OTF);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: GOTHAMRND-BOOK;
  src: url(fonts/GOTHAMRND-BOOK.OTF);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: FontAwesome;
  src: url(fonts/FontAwesome.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: GOTHAM-BLACK;
  src: url(fonts/GOTHAM-BLACK.OTF);
  font-weight: 400;
  font-style: normal;
}

@-webkit-keyframes bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  100%,
  80% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes navFixed {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes navFixed {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes nav-item-searchshow {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
    animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@keyframes nav-item-searchhide {
  0% {
    opacity: 0;
    transform: scale(0.7);
    animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes searchform-slide-one {
  0% {
    transform: translate3d(calc(-50% + 100px), 0, 0);
    animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes searchform-slideout-one {
  0% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
    animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  }
  100% {
    opacity: 0;
    transform: translate3d(-calc(100px + 50%), 0, 0);
  }
}

@keyframes searchform-slide-two {
  0% {
    transform: translate3d(100px, 0, 0);
    animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes searchform-slideout-two {
  0% {
    opacity: 0;
    transform: translate3d(-100, 0, 0);
    animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
form {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: top;
}

input,
textarea {
  margin: 0;
  padding: 0;
  outline: none;
}

select {
  outline: none;
}

textarea {
  resize: none;
  overflow: auto;
}

table {
  border-collapse: collapse;
}

th,
td {
  padding: 0;
}

input,
textarea {
  font-family: "微软雅黑", Arial;
  outline: 0;
  font-size: 14px;
  -webkit-appearance: none;
  border: none;
  background: 0 0;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.clearfix:after {
  clear: both;
  display: block;
  content: '';
}

.clearfix {
  zoom: 1;
}

.fw {
  margin: 0 auto;
  width: 1180px;
}

.hide {
  display: none;
}

.obHide {
  display: none;
  visibility: hidden;
  position: absolute;
  z-index: 99;
}

.show {
  display: block;
}

.fa {
  color: inherit;
  line-height: inherit;
}

[class*=" icon-"],
[class^=icon-] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down03:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-left01:before {
  content: "\e902";
}

.icon-arrow-left02:before {
  content: "\e903";
}

.icon-arrow-left03:before {
  content: "\e904";
}

.icon-arrow-left04:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e906";
}

.icon-arrow-right01:before {
  content: "\e907";
}

.icon-arrow-right02:before {
  content: "\e908";
}

.icon-arrow-right03:before {
  content: "\e909";
}

.icon-arrow-right04:before {
  content: "\e90a";
}

.icon-arrow-top03:before {
  content: "\e90b";
}

html,
body {
  font: 12px Arial, "微软雅黑";
  color: #666;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

body {
  overflow-x: hidden;
}

a {
  color: #666;
}

a.active {
  color: #333;
}

img {
  max-width: 100%;
}

.fa-angle-right,
.fa-angle-down {
  color: inherit;
  padding-left: 10px;
}

.item_index {
  display: none;
}

::-webkit-scrollbar-track-piece,
::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
  width: 5px;
}

::-webkit-scrollbar-track-piece {
  background-color: #101012;
}

::-webkit-scrollbar {
  background-color: #040404;
}

::-webkit-scrollbar-thumb {
  background-color: #333;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #040404;
}

.item_tags {
  clear: both;
  height: 28px;
  border-top: 1px solid rgba(170, 170, 170, 0.2);
}

.item_tags::after {
  content: "";
  display: block;
  clear: both;
}

.item_tags .item_box {
  display: none;
}

.item_tags .fa-tags {
  display: none;
}

.item_tags > a {
  float: left;
  margin-right: 10px;
  padding: 0 14px;
  line-height: 26px;
  border: 1px solid rgba(170, 170, 170, 0.2);
}

.module {
  background: #fff;
}

.container_header .title {
  font-size: 24px;
  line-height: 30px;
  color: #555;
}

.container_header .subtitle {
  font-size: 14px;
  color: #bbb;
  line-height: 26px;
}

.container_category {
  padding-top: 40px;
  text-align: center;
}

.container_category > a {
  display: inline-block;
  margin: 0 5px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px;
}

.container_content {
  clear: both;
}

.mlist:not(.imagelink) .content_list .item_block {
  border: 1px solid rgba(170, 170, 170, 0.2);
  background-color: transparent;
  box-sizing: border-box;
}

.mlist:not(.imagelink) .content_list .item_block .item_tags {
  padding: 15px;
}

.mlist:not(.imagelink) .content_list .item_info .title {
  transition: all 0.36s ease;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}

.mlist:not(.imagelink) .content_list .item_info .subtitle {
  transition: all 0.36s ease;
  color: #777;
  font-size: 14px;
  line-height: 22px;
}

.mlist:not(.imagelink) .content_list .date_wrap {
  transition: all 0.36s ease;
  font-size: 13px;
  line-height: 26px;
  color: #888;
}

.mlist:not(.imagelink) .content_list .item_des {
  margin-top: 13px;
}

.mlist:not(.imagelink) .content_list .item_des .description {
  transition: all 0.36s ease;
  font-size: 13px;
  line-height: 20px;
  height: 52px;
  overflow: hidden;
  color: #999;
}

.mlist:not(.imagelink) .content_list .item_img {
  position: relative;
  overflow: hidden;
}

.mlist:not(.imagelink) .content_list .item_img img {
  transition: all 0.36s ease;
  display: inline;
}

.mlist:not(.imagelink) .content_list .item_wrapper .details {
  display: none;
}

.mlist:not(.imagelink) .content_list .details {
  transition: all 0.36s ease;
  border: 1px solid rgba(170, 170, 170, 0.2);
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #999;
  margin-left: 20px;
  margin-bottom: 30px;
  padding: 0 20px;
}

#pages {
  padding: 40px 0 80px;
}

#pages::after {
  content: "";
  display: block;
  clear: both;
}

#pages a {
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}

#pages .page-item {
  margin-right: 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid rgba(170, 170, 170, 0.2);
}

#pages .page-item.active, #pages .page-item:hover {
  border-color: #040404;
  color: #fff;
  background-color: #040404;
}

.ff_pageTarget {
  background-color: #f7f7f7;
  line-height: 45px;
}

.ff_pageTarget .fa-angle-right {
  padding: 0 10px;
}

.ff_pageTarget .container_target a:hover {
  color: #040404;
}

.ff_pageTarget .container_target a:last-child {
  color: #040404;
}

.crumbs {
  margin-bottom:50px;
}
.postbody,
.crumbs {
  font-size: 13px;
}

.postbody p {
  line-height: 24px;
}

.postbody hr {
  margin: 20px 0;
  border: none;
  border-top: 1px dotted rgba(170, 170, 170, 0.2);
}

#banner div {
  height: 300px;
}

.ff_pageList .container_category + .container_content {
  padding-top: 40px;
}

.postSlider .owl-nav {
  height: 0;
  top: 50%;
  transform: translateY(calc(-50%));
  position: absolute;
  width: 100%;
  margin: 0;
}

.postSlider .owl-nav .owl-prev,
.postSlider .owl-nav .owl-next {
  top: 50%;
  transform: translateY(-50%);
}

.postSlider .owl-nav .owl-prev,
.postSlider .owl-nav .owl-next {
  width: 50px;
  height: 50px;
}

.postSlider .tab_content {
  padding-bottom: 20px;
}

.postSlider .tab_content .item_img {
  width: 100%;
  height: 530px;
}

.postSlider .tab_content .item_img img {
  width: auto;
  height: 100%;
  margin: auto;
}

.postSlider .tab_content .owl-item .item_block {
  margin-bottom: 0;
}

.postSlider .tab_button {
  width: 320px;
  margin: 0 auto;
}

.postSlider .tab_button .item_img {
  position: relative;
  width: 100px;
  height: 60px;
  overflow: hidden;
}

.postSlider .tab_button .item_img:hover img {
  transform: scale(1.08);
}

.postSlider .tab_button .item_img img {
  min-width: 100%;
  min-height: 100%;
}

.postSlider .tab_button .item_block {
  cursor: pointer;
}

.postSlider .tab_button .item_block:hover .item_img:after, .postSlider .tab_button .item_block.current .item_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #040404;
  box-sizing: border-box;
}

.postContent {
  margin-bottom: 40px;
  padding-top: 40px;
}

.postInfo .title {
  color: #444;
  font-size: 16px;
  transition: all .3s ease-out 0s;
  line-height: 20px;
}

.postInfo .subtitle {
  color: #999;
  font-size: 12px;
  margin-top: 4px;
  transition: all .3s ease-out 0s;
  line-height: 14px;
}

.postInfo .description {
  margin-top: 20px;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #888;
}

.postInfo .usetdate {
  font-size: 13px;
  line-height: 24px;
}

.listContent_post h3 {
  font-size: 14px;
  padding: 30px 0;
}

.listContent_post > .item_tags {
  padding: 0;
  margin-bottom: 30px;
  border-top: none;
}

.postbody {
  margin-bottom: 60px;
}

.ff_postPage .ff_pageTarget.module {
  margin-top: 0;
}

.ff_postPage .mlist .more {
  display: none !important;
}

.ff_pageList,
.ff_postPage {
  padding-bottom: 60px;
}

.postInfo .postbody {
  color: #888;
  font-size: 13px;
}

#postWrapper::after {
  content: "";
  display: block;
  clear: both;
}

#navWrapper {
  display: none;
}

#headTop > * {
  display: none;
}

#headTop > *#logo {
  display: block;
}

#header {
  position: fixed;
  top: 20px;
  left: 30px;
  z-index: 10;
  background-color: #fff;
  width: 100%; height: 60px;
}
#header .header-c{ padding: 0px 8.6%;display: block; overflow: hidden;}
#header .header-c .header-logo {width: 250px; float: left; margin-top: 7px;position: relative;}
#header .header-c .header-logo p {
    position: absolute;
    right: 4px;
    top: 13px;
    font-size: 12px;
    color: #002ebd;
}
#header .header-c ul{display: block; float: right; overflow: hidden;}
#header .header-c ul li{ float: left;}
#header .header-c ul li a{ line-height: 60px; padding: 0px 40px; font-size: 14px;}
#header .header-c ul li a.active{color: #002ebd;}
body #navMini {
  display: block;
}

@keyframes smallNavClose {
  0% {
    opacity: 0;
    left: -15px;
  }
  20% {
    opacity: 0;
    left: -15px;
  }
  100% {
    opacity: 1;
    left: calc(100% + 15px);
  }
}

@keyframes smallNavOpen {
  0% {
    opacity: 0;
    left: -15px;
  }
  20% {
    opacity: 0;
    left: -15px;
  }
  100% {
    opacity: 1;
    left: 15px;
  }
}

#navMini {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  box-sizing: border-box;
  font-size: 14px;
  z-index: 10;
}

#navMini .wrapper {
  padding-top: 30px;
  background: #fff;
  height: 100%;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

#minLogo {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

#minHcontact {
  position: absolute;
  bottom: 30px;
  width: 100%;
}

#sitecontent {
  margin-left: 250px;
}

#minNavWrapper .nav > .navitem {
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

#minNavWrapper .nav > .navitem:hover .subnav {
  left: 100%;
}

#minNavWrapper .nav > .navitem a {
  transition: all 0.16s ease;
  display: block;
}

#minNavWrapper .nav > .navitem a:hover {
  background-color: #f1f1f1;
}

#minNavWrapper .nav > .navitem a.active {
  background: #040404;
  color: #fff;
}

#minNavWrapper .nav > .navitem a.active:hover {
  color: #fff;
}

#minNavWrapper .nav > .navitem a > .fa {
  position: absolute;
  right: 0;
  display: none;
}

#minNavWrapper .subnav {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition-delay: 0.2s;
  font-size: 12px;
  z-index: -99;
}

#minNavWrapper .subnav:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  height: 200vh;
  background: #171717;
  z-index: -1;
  left: 0;
  border-top: 3px solid #171717;
}

#minNavWrapper .subnav > li {
  border-bottom: #2e2f29 1px solid;
}

#minNavWrapper .subnav > li a {
  color: #bbb9b9;
}

#minOpenBtn {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #a7a7a7;
  color: #fff;
  top: 15px;
  left: calc(100% + 15px);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  cursor: pointer;
}

#minOpenBtn:hover {
  background: #040404;
}

#minOpenBtn:hover:before {
  transform: rotate(90deg);
}

#minOpenBtn:before {
  content: "";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  line-height: 50px;
  width: 100%;
  height: 100%;
}

#sitecontent {
  margin: 0;
}

#navMini {
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.openMenu #navMini {
  transform: translate3d(0, 0, 0);
}

.openMenu #minOpenBtn {
  background: #040404;
}

.openMenu #minOpenBtn:before {
  content: "\f00d";
}

.npagePage #pageTarget {
  margin-top: 0;
  padding-top: 80px;
}

#longPage {
  user-select: none;
  font-family: "微软雅黑";
}

#header {
  top: 0;
  left: 0;
  z-index: 9999;
}

#headTop {
  width: 100vw;
  height: 80px;
}

#headTop #openBtn {
  display: block;
  width: 24px;
  height: 20px;
  background: #fff;
  color: #404040;
  position: absolute;
  top: 0;
  left: 80px;
  padding: 30px 28px;
  cursor: pointer;
}

#openBtn .lcbody {
  position: relative;
  width: 24px;
  height: 20px;
}

#openBtn .lcbody .lcitem {
  width: 100%;
  height: 1px;
  background: #404040;
  position: absolute;
  transform-origin: left top;
  transition: transform 0.4s;
}

#openBtn .lcbody .lcitem div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  background: #404040;
}

#openBtn .lcbody .lcitem.center {
  top: 10px;
}

#openBtn .lcbody .lcitem.bottom {
  bottom: 0px;
}

#openBtn .lcbody .lcitem.hide {
  display: block;
}

#openBtn .lcbody:hover .lcitem.top {
  animation: move 0.4s ease-in-out 1;
}

#openBtn .lcbody:hover .lcitem.center {
  animation: move 0.4s ease-in-out 0.1s 1;
}

#openBtn .lcbody:hover .lcitem.bottom {
  animation: move 0.4s ease-in-out 0.2s 1;
}

.openMenu #openBtn .lcitem.center {
  visibility: hidden;
}

.openMenu #openBtn .lcitem.top {
  transform: rotate(45deg);
  left: 4px;
  width: 114%;
}

.openMenu #openBtn .lcitem.bottom {
  transform: rotate(-45deg);
  left: 4px;
  width: 114%;
}

#headTop > *#logo {
  display: block;
  position: absolute;
  width: 80px;
}

#headTop > *#logo img {
  height: 80px;
}

.wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

#minHeadTop {
  display: none;
}

#navMini {
  width: 100vw;
  z-index: 999;
}

#navMini .wrapper {
  padding-top: 0px;
  background: #040404;
  overflow: hidden;
}

#minLogo {
  text-align: left;
}

#minNavWrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  margin-top: 40vw;
  flex-direction: column;
}

#minNavWrapper .content {
  overflow: hidden;
  position: relative;
  transition: 0.8s ease-out;
}

#minNavWrapper .content::before {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}

#min-search-nav {
  display: none;
}

#minNavScroll {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 50vh;
  white-space: nowrap;
  font-size: 0;
  position: relative;
}

#minNavScroll::before {
  content: "";
  display: block;
  width: 100%;
  height: 20vh;
  position: absolute;
  top: 0;
}

body #minNavWrapper .nav {
  margin-left: -50px;
  transition: margin 1.4s ease, opacity .3s ease-out .1s;
}

#minNavWrapper .nav > .navitem {
  padding: 0 5vw;
  display: inline-block;
  transition: transform .4s ease-out, opacity .3s ease-out .1s;
  opacity: 0;
}

#minNavWrapper .nav > .navitem span {
  color: #666;
  -webkit-text-stroke: 1px #666;
  -webkit-text-fill-color: transparent;
  transition: 1s ease-out;
}

body.openMenu #minNavWrapper .nav {
  margin-left: 180px;
}

.openMenu #minNavWrapper .nav > .navitem {
  opacity: 1;
}

#minNavScroll .nav .move {
  display: none;
}

#minNavScroll .nav .jsMoveEl {
  background: #fff;
  position: absolute;
  height: 1px;
  top: 0;
  left: 0;
}

#minNavScroll .nav {
  display: block;
  font-size: 60px;
  font-weight: 400;
  font-family: "Lora";
}

#minNavScroll .navitem:hover span {
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 0px;
}

#headTop .searchGroup .searchFormGroup input {
  width: 50px;
  transition: 0.36s ease;
  border-bottom: 1px solid transparent;
  padding: 5px 10px;
  color: #2c2d2f;
  opacity: 0;
}

#headTop .searchGroup .searchFormGroup input.focus {
  opacity: 1;
  width: 150px;
  border-color: #000;
}

#headTop .searchFormGroup {
  margin-right: 30px;
}

#headTop .searchFormGroup .searchSub span {
  display: none;
}

#headTop .searchFormGroup .searchSub i::before {
  color: #040404;
  font-size: 16px;
}

#headTop #search-header {
  display: block;
  float: right;
}

#headTop #search-header .searchClose {
  display: none;
}

@keyframes move {
  0% {
    right: 0;
  }
  40% {
    right: 0;
    width: 0;
  }
  60% {
    right: auto;
    width: 0%;
  }
  100% {
    right: auto;
    width: 100%;
  }
}

#minNavWrapper .nav > .navitem a.active span {
  background: transparent;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 0px;
}

#minNavWrapper .nav > .navitem a:hover {
  background: transparent;
}

#minLogo {
  display: none;
}

#minNavWrapper .nav > .navitem .subnav {
  top: 50px;
  left: 85px;
  width: calc(100% - 170px);
  color: #414141;
  display: block;
  margin-top: 48px;
}

#minNavWrapper .nav > .navitem .subnav::before {
  content: none;
}

#minNavWrapper .nav > .navitem .subnav li {
  border-bottom: none;
  transform: translateX(-10%);
  opacity: 0;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 25px;
}

#minNavWrapper .nav > .navitem .subnav li a {
  color: inherit;
}

#minNavWrapper .nav > .navitem .subnav li a:hover {
  color: #bbb9b9;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 0px;
}

#minNavWrapper .nav > .navitem .subnav.hover li {
  transform: translateX(0);
  opacity: 1;
}

#minNavWrapper .nav > .navitem:hover .subnav {
  left: 85px;
  top: 50px;
}

#navMini {
  display: none;
}

.ff_sitecontent .module .module_container {
  max-width: 1170px;
  margin: 0 auto;
}

.npagePage .more {
  display: none !important;
}

.ff_pageList .content {
  background: #fff;
}

.ff_indexPage .module {
  padding-top: 80px;
  padding-bottom: 100px;
}

.ff_indexPage {
  position: relative;
}

.wow {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.ff_indexPage .mlist .content_wrapper {
  padding-top: 51px;
}

.ff_indexPage .mlist .content_wrapper .more_wrap .more {
  display: none;
}

.ff_indexPage .mlist .content_wrapper .more {
  display: block;
  line-height: 46px;
  width: 200px;
  text-align: center;
  margin: 50px auto 0;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid rgba(170, 170, 170, 0.2);
}

.ff_indexPage .mlist .content_wrapper .more:hover {
  color: #fff;
  background-color: #040404;
}

.mlist .owl-nav {
  height: 0;
  top: 50%;
  transform: translateY(calc(-50%));
  position: absolute;
  width: 100%;
  margin: 0;
}

.mlist .owl-nav .owl-prev,
.mlist .owl-nav .owl-next {
  top: 50%;
  transform: translateY(-50%);
}

.mlist .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
}

.mlist .owl-nav .owl-next {
  position: absolute;
  right: -50px;
}

.mlist .owl-nav .owl-prev,
.mlist .owl-nav .owl-next {
  width: 50px;
  height: 50px;
}

.mlist .owl-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.ff_indexPage #topSlider {
  padding-top: 0;
  padding-bottom: 0;
}

#sliderDirThemb,
#sliderDotThemb {
  border-color: #040404;
}

#topSlider {
  background: transparent;
}

.ff_topSlider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.ff_topSlider .content_list {
  height: 100%;
  overflow: hidden;
  display: block;
  visibility: hidden;
}

.ff_topSlider .content_list.owl-loaded {
  visibility: visible;
}

.ff_topSlider .content_list[data-slider-mode="3"] {
  width: 3600px;
  padding: 40px 0;
}

.ff_topSlider .content_list[data-slider-mode="3"] .owl-stage-outer {
  width: 3600px;
  height: 100%;
  left: 50%;
  margin-left: -1800px;
}

.ff_topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:before, .ff_topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:after {
  content: '';
  width: 1200px;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 2;
  top: 0;
  border: #1c1c1c 30px solid;
  box-sizing: border-box;
}

.ff_topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:before {
  left: 0;
}

.ff_topSlider .content_list[data-slider-mode="3"] .owl-stage-outer:after {
  right: 0;
}

.ff_topSlider .content_list[data-slider-mode="3"] .owl-item.active .item_block p {
  transform: translateY(50px);
  opacity: 0;
}

.ff_topSlider .content_list[data-slider-mode="3"] .owl-item.active.active3 .item_block p {
  transform: translateY(0px);
  opacity: 1;
}

.ff_topSlider .content_list .owl-item.active .item_block p {
  transform: translateY(0px);
  opacity: 1;
}

.ff_topSlider .content_list .item_block {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.ff_topSlider .content_list .item_block div.item_bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ff_topSlider .content_list .item_block div.item_bg.image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.ff_topSlider .content_list .item_block div.item_bg.video video {
  width: 100%;
  height: 100%;
}

.ff_topSlider .content_list .item_block div.mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.ff_topSlider .content_list .item_block a {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
  left: 0;
  top: 0;
}

.ff_topSlider .content_list .item_block a div {
  display: table-cell;
  vertical-align: middle;
  padding: 100px 50px;
}

.ff_topSlider .content_list .item_block a i {
  text-indent: 20px;
  font-size: 24px;
}

.ff_topSlider .content_list .item_block p {
  transform: translateY(50px);
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  opacity: 0;
  color: #ffffff;
  max-width: 1170px;
  margin: 0 auto;
}

.ff_topSlider .content_list .item_block p.title {
  font-size: 46px;
  line-height: 46px;
  height: 46px;
  transition-delay: 0s;
}

.ff_topSlider .content_list .item_block p.subtitle {
  font-size: 16px;
  height: 16px;
  color: #ddd;
  transition-delay: 0.2s;
  margin-top: 6px;
}

.ff_topSlider .progress {
  display: none;
  width: 100%;
  height: 1px;
  background: rgba(150, 57, 71, 0.8);
  bottom: 0;
  position: absolute;
  width: 0;
  z-index: 1;
}

.ff_topSlider .owl-nav {
  height: 0;
  top: 50%;
  transform: translateY(calc(-50%));
  position: absolute;
  width: 100%;
  margin: 0;
}

.ff_topSlider .owl-nav .owl-prev,
.ff_topSlider .owl-nav .owl-next {
  top: 50%;
  transform: translateY(-50%);
}

.ff_topSlider .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}

.ff_topSlider .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.ff_topSlider .owl-nav .owl-prev,
.ff_topSlider .owl-nav .owl-next {
  width: 50px;
  height: 50px;
}

.ff_topSlider .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.ff_topSlider .owl-animated-in {
  animation-duration: 1.5s;
}

#topSlider .owl-nav .owl-prev,
#topSlider .owl-nav .owl-next {
  background:#009ee7;
}

#topSlider .owl-nav .owl-prev i::before,
#topSlider .owl-nav .owl-next i::before {
  content: none;
}

#topSlider .owl-nav {
  z-index: 9999;
}

#topSlider .owl-nav .owl-prev {
  margin-left: 1vw;
}

#topSlider .owl-nav .owl-prev i::before {
  font-family: "MTTMilano";
  font-size: 13px;
  line-height: 22px;
  display: block;
  content: "prev";
  transform: rotateZ(90deg);
  color: #ffffff;
}

#topSlider .owl-nav .owl-next {
  margin-right: 1vw;
}

#topSlider .owl-nav .owl-next i::before {
  font-family: "MTTMilano";
  font-size: 13px;
  line-height: 22px;
  display: block;
  content: "next";
  transform: rotateZ(90deg);
  color: #ffffff;
}

#topSlider .sliderArrow {
  position: absolute;
  z-index: 1;
  bottom: 4.7vw;
  left: 22vw;
  width: 106px;
  height: 1px;
  background: #ccc;
}

#topSlider .sliderArrow div {
  width: 0;
  height: 1px;
  background: #313131;
}

#topSlider .clear {
  font-family: "Lora";
  font-size: 15px;
  line-height: 16px;
  position: absolute;
  z-index: 1;
  right: 13%;
  bottom: 7%;
  display: block;
  overflow: hidden;
  height: 16px;
  padding-left: 12px;
  color: #666;
}

#topSlider .clear::before {
  position: absolute;
  top: 0;
  left: 4px;
  display: block;
  width: 1px;
  height: 24px;
  content: "";
  transform: rotateZ(20deg);
  background: #666;
}

#topSlider .clear .index_wrap {
  will-change: transform;
}

.bodyindex #indexPage #topSlider canvas {
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 10;
  top: 0;
}

.bodyindex #indexPage #topSlider .owl-stage-outer {
  z-index: 999;
}

.bodyindex #indexPage #topSlider .owl-stage-outer .owl-stage {
  background: transparent;
}

.bodyindex #indexPage #topSlider .item_block .item_bg {
  width: 100vw;
  height: 100vh;
}

.bodyindex #indexPage #topSlider .item_block a {
  position: absolute;
  top: 50%;
  left: 11vw;
  width: 220px !important;
  height: 58px !important;
  transform: translateY(-50%);
}

.bodyindex #indexPage #topSlider .item_block .description {
  display: block;
  width: 250px;
  height: 58px;
  padding: 0;
}

.bodyindex #indexPage #topSlider .item_block p {
  font-family: "MTTMilano";
  line-height: 1;
  margin: 0;
  transition: none;
  transform: none;
  opacity: 1;
}

.bodyindex #indexPage #topSlider .item_block .title {
  font-size: 38px;
  color: #303030;
}

.bodyindex #indexPage #topSlider .item_block .subtitle {
  font-size: 13px;
  color: #747474;
}

.bodyindex #indexPage #topSlider .owl-stage {
  background: #000;
}

.bodyindex #indexPage #topSlider .owl-dots {
  z-index: 999;
}

.owl-item.fadeIn {
  animation: fakeIn 2s;
}

.owl-item.fadeIn .image {
  animation: fadeIn 2s;
}

.owl-item.fadeIn .description {
  animation: fadeInDown 2s;
}

.owl-item.fadeIn .description .title {
  animation: fadeInDown 2s;
}

.owl-item.fadeIn .description .subtitle {
  animation: fadeInDown 2s;
}

.owl-item.fadeOut {
  animation: fakeOut 2s;
}

.owl-item.fadeOut .image {
  animation: fadeOut 2s;
}

.owl-item.fadeOut .description {
  animation: fadeOutDown 2s;
}

.owl-item.fadeOut .description .title {
  animation: fadeOutDown 2s;
}

.owl-item.fadeOut .description .subtitle {
  animation: fadeOutDown 2s;
}

@-webkit-keyframes outDown {
  0% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

@keyframes outDown {
  0% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

.outDown {
  -webkit-animation-name: outDown;
  animation-name: outDown;
}

@keyframes fakeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fakeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fakeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fakeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.ff_indexPage .service .content_list::after, .npagePage:not(.post) .service .content_list::after {
  content: "";
  display: block;
  clear: both;
}

.ff_indexPage .service .content_wrapper, .npagePage:not(.post) .service .content_wrapper {
  position: relative;
  margin-right: -15px;
}

.ff_indexPage .service .content_wrapper.slider, .npagePage:not(.post) .service .content_wrapper.slider {
  margin-right: 0;
}

.ff_indexPage .service .content_wrapper.slider .item_block, .npagePage:not(.post) .service .content_wrapper.slider .item_block {
  margin-bottom: 0;
}

.ff_indexPage .service .owl-item .item_block, .npagePage:not(.post) .service .owl-item .item_block {
  width: 100%;
}

.ff_indexPage .service .item_block, .npagePage:not(.post) .service .item_block {
  transition: all 0.36s ease;
  width: calc(100% / 4 - 15px);
  height: auto;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.service.mlistpost .listContent_post .content_list::after {
  content: "";
  display: block;
  clear: both;
}

.service.mlistpost .listContent_post .content_wrapper {
  position: relative;
  margin-right: -15px;
}

.service.mlistpost .listContent_post .content_wrapper.slider {
  margin-right: 0;
}

.service.mlistpost .listContent_post .content_wrapper.slider .item_block {
  margin-bottom: 0;
}

.service.mlistpost .listContent_post .owl-item .item_block {
  width: 100%;
}

.service.mlistpost .listContent_post .item_block {
  transition: all 0.36s ease;
  width: calc(100% / 3 - 15px);
  height: auto;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

#indexPage .service .module_container {
  max-width: 66.25vw;
  height: 32.2vw;
  margin: 5.2vw 0 0 13vw;
  display: flex;
  justify-content: space-between;
}

#indexPage .service canvas {
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 10;
}

#indexPage .service .container_header {
  width: 170px;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  padding-top: 5vw;
}

#indexPage .service .container_header .title {
  font-size: 80px;
  color: #040404;
  font-family: "Lora";
  line-height: 74px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  height: 290px;
  margin-right: 0;
}

#indexPage .service .container_header .subtitle {
  font-size: 13px;
  line-height: 24px;
  color: #303030;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  padding-top: 24px;
}

#indexPage .service .container_category {
  display: none;
}

#indexPage .service .container_content {
  /* width: 50.8vw; */
  width: 100%;
}

#indexPage .service .content_wrapper {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

#indexPage .service .content_wrapper .more {
  display: none;
}

#indexPage .service .content_wrapper .owl-nav {
  width: 13.1vw;
  height: 6.6vw;
  display: flex;
  right: -6.5vw;
  transform: translateY(-98%);
  top: auto;
  bottom: -7vw;
  right: 0;
  z-index: 100;
}

#indexPage .service .content_wrapper .owl-nav::after {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 45%;
  background: #e1e1e1;
}

#indexPage .service .content_wrapper .owl-nav .owl-prev,
#indexPage .service .content_wrapper .owl-nav .owl-next {
  width: 6.6vw;
  height: 6.6vw;
  background: #fff;
  position: static;
  transform: translateY(0);
}

#indexPage .service .content_wrapper .owl-nav .owl-prev i,
#indexPage .service .content_wrapper .owl-nav .owl-next i {
  color: #b2b2b1;
  left: 50%;
  transform: translateY(-50%);
}

#indexPage .service .content_wrapper .owl-dots {
  transform: translateY(-100%);
  bottom: 8%;
  left: -30%;
  display: flex;
}

#indexPage .service .content_wrapper .owl-dots .owl-dot span {
  background: #ccc;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: none;
  display: block;
}

#indexPage .service .content_wrapper .owl-dots .active span {
  background: #000;
}

#indexPage .service .content_list {
  position: relative;
  width: 42.1vw;
  height: 32.2vw;
  margin-right: 6.7vw;
  overflow: hidden;
}

#indexPage .service .content_list .item_block {
  margin: 0;
  border: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 25.1vw;
  height: 32.2vw;
  -webkit-transform: scale(1) translateX(0%);
  transform: scale(1) translateX(0%);
  opacity: 1;
  will-change: transform, width;
}

#indexPage .service .content_list .item_block .item_tags {
  display: none;
}

#indexPage .service .content_list .item_block .item_box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 42.1vw;
  position: absolute;
  top: 0;
  left: 0;
}

#indexPage .service .content_list .item_block .item_box .item_img {
  width: 42.1vw;
  height: 32.2vw;
}

#indexPage .service .content_list .item_block .item_box img {
  width: 42.1vw;
  height: 32.2vw;
  position: absolute;
  top: 0;
  left: 0;
}

#indexPage .service .content_list .item_block .item_box .item_wrapper {
  display: none;
}

#indexPage .service .content_list .item_block a.details {
  display: none;
}

#indexPage .service .content_list .on {
  width: 100%;
  z-index: 5;
  opacity: 1;
}

#indexPage .service .content_list .offR {
  z-index: 10;
  opacity: 1;
}

#indexPage .service .content_list .offL {
  opacity: 1;
}

#indexPage .service .intr_list .item_wrapper {
  width: 14.6vw;
  padding: 5vw 0 0;
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  position: absolute;
}

#indexPage .service .intr_list .item_wrapper .date_wrap,
#indexPage .service .intr_list .item_wrapper .subtitle {
  display: none;
}

#indexPage .service .intr_list .item_wrapper .item_info .title {
  font-size: 18px;
  line-height: 28px;
  color: #303030;
}

#indexPage .service .intr_list .item_wrapper .item_des {
  margin-top: 40px;
}

#indexPage .service .intr_list .item_wrapper .description {
  font-size: 12px;
  line-height: 28px;
  color: #666;
  height: auto;
}

#indexPage .service .intr_list .item_wrapper .details {
  width: 36px;
  display: block;
  padding: 0;
  margin: 30px 0 0;
  border: none;
  font-size: 12px;
  line-height: 28px;
  color: #666;
  font-family: "MTTMilano";
}

#indexPage .service .intr_list .item_wrapper .details .fa-angle-right {
  display: none;
}

#indexPage .service .intr_list .show {
  opacity: 1;
}

#indexPage .service .clear {
  display: none;
}

@media screen and (max-width: 1366px) {
  #indexPage .service .intr_list .item_wrapper {
    padding: 3vw 0 0 1.5vw;
  }
  #indexPage .service .container_header {
    padding-top: 3vw;
  }
}

@media screen and (max-width: 1280px) {
  #indexPage .service .intr_list .item_wrapper {
    padding-top: 2vw;
  }
  #indexPage .service .container_header {
    padding: 2vw 0 0 1.6vw;
  }
}

.ff_indexPage .project .content_list::after, .npagePage:not(.post) .project .content_list::after {
  content: "";
  display: block;
  clear: both;
}

.ff_indexPage .project .content_wrapper, .npagePage:not(.post) .project .content_wrapper {
  position: relative;
  margin-right: -15px;
}

.ff_indexPage .project .content_wrapper.slider, .npagePage:not(.post) .project .content_wrapper.slider {
  margin-right: 0;
}

.ff_indexPage .project .content_wrapper.slider .item_block, .npagePage:not(.post) .project .content_wrapper.slider .item_block {
  margin-bottom: 0;
}

.ff_indexPage .project .owl-item .item_block, .npagePage:not(.post) .project .owl-item .item_block {
  width: 100%;
}

.ff_indexPage .project .item_block, .npagePage:not(.post) .project .item_block {
  transition: all 0.36s ease;
  width: calc(100% / 3 - 15px);
  height: auto;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.project.mlistpost .listContent_post .content_list::after {
  content: "";
  display: block;
  clear: both;
}

.project.mlistpost .listContent_post .content_wrapper {
  position: relative;
  margin-right: -15px;
}

.project.mlistpost .listContent_post .content_wrapper.slider {
  margin-right: 0;
}

.project.mlistpost .listContent_post .content_wrapper.slider .item_block {
  margin-bottom: 0;
}

.project.mlistpost .listContent_post .owl-item .item_block {
  width: 100%;
}

.project.mlistpost .listContent_post .item_block {
  transition: all 0.36s ease;
  width: calc(100% / 3 - 15px);
  height: auto;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.bodyindex #indexPage .project {
  background-repeat: repeat;
}

.bodyindex #indexPage .project .module_container {
  max-width: none;
  margin: auto;
}

.bodyindex #indexPage .project .module_container .container_header,
.bodyindex #indexPage .project .module_container .container_category {
  display: none;
}

.bodyindex #indexPage .project .module_container .more {
  display: none;
}

.bodyindex #indexPage .project .module_container .clear {
  width: 0;
  height: 5px;
  background: #040404;
  position: absolute;
  bottom: 4%;
}

.bodyindex #indexPage .project .content_wrapper {
  margin: 6.2vw 0 0 6vw;
}

.bodyindex #indexPage .project .content_wrapper .content_list {
  white-space: nowrap;
  font-size: 0;
}

.bodyindex #indexPage .project .content_wrapper .content_list .owl-nav {
  display: none;
}

.bodyindex #indexPage .project .content_wrapper .content_list .item_block {
  border: none;
  position: relative;
  display: inline-block;
  float: none;
  vertical-align: top;
  width: auto;
  margin: 0 25px;
}

.bodyindex #indexPage .project .content_wrapper .content_list .item_block .details,
.bodyindex #indexPage .project .content_wrapper .content_list .item_block .date_wrap,
.bodyindex #indexPage .project .content_wrapper .content_list .item_block .item_des {
  display: none;
}

.bodyindex #indexPage .project .content_wrapper .content_list .item_block .item_tags {
  border: none;
  padding: 10px 0 0;
  transform: translateY(40%);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.bodyindex #indexPage .project .content_wrapper .content_list .item_block .item_tags a {
  border: none;
  font-size: 13px;
  color: #999;
  font-family: "微软雅黑";
  padding: 0;
}

.bodyindex #indexPage .project .content_wrapper .content_list .item_block .item_wrapper {
  transform: translateY(40%);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.bodyindex #indexPage .project .content_wrapper .content_list .item_block .item_wrapper .item_info .title {
  font-size: 18px;
  color: #303030;
  font-family: 'MTTMilano', '微软雅黑';
}

.bodyindex #indexPage .project .content_wrapper .content_list .item_block .item_wrapper .item_info .subtitle {
  font-size: 12px;
  color: #999;
  font-family: 'MTTMilano', '微软雅黑';
}

.bodyindex #indexPage .project .content_wrapper .content_list .item_block:hover .item_tags,
.bodyindex #indexPage .project .content_wrapper .content_list .item_block:hover .item_wrapper {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 1366px) {
  .bodyindex #indexPage .project .content_wrapper .item_block .item_img {
    zoom: 0.8;
  }
}

@media screen and (max-width: 1280px) {
  .bodyindex #indexPage .project .content_wrapper .item_block .item_img {
    zoom: 0.7;
  }
}

.ff_indexPage .team .content_list::after, .npagePage:not(.post) .team .content_list::after {
  content: "";
  display: block;
  clear: both;
}

.ff_indexPage .team .content_wrapper, .npagePage:not(.post) .team .content_wrapper {
  position: relative;
  margin-right: -15px;
}

.ff_indexPage .team .content_wrapper.slider, .npagePage:not(.post) .team .content_wrapper.slider {
  margin-right: 0;
}

.ff_indexPage .team .content_wrapper.slider .item_block, .npagePage:not(.post) .team .content_wrapper.slider .item_block {
  margin-bottom: 0;
}

.ff_indexPage .team .owl-item .item_block, .npagePage:not(.post) .team .owl-item .item_block {
  width: 100%;
}

.ff_indexPage .team .item_block, .npagePage:not(.post) .team .item_block {
  transition: all 0.36s ease;
  width: calc(100% / 3 - 15px);
  height: auto;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.team.mlistpost .listContent_post .content_list::after {
  content: "";
  display: block;
  clear: both;
}

.team.mlistpost .listContent_post .content_wrapper {
  position: relative;
  margin-right: 0;
}

.team.mlistpost .listContent_post .content_wrapper.slider {
  margin-right: 0;
}

.team.mlistpost .listContent_post .content_wrapper.slider .item_block {
  margin-bottom: 0;
}

.team.mlistpost .listContent_post .owl-item .item_block {
  width: 100%;
}

.team.mlistpost .listContent_post .item_block {
  transition: all 0.36s ease;
  width: calc(100% / 1 - 0);
  height: auto;
  float: left;
  margin-right: 0;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.team.mlistpost .item_img {
  display: none;
}

.team.mlistpost .content_list .item_block .item_wrapper {
  width: 100%;
}

.team.mlistpost .item_img {
  display: block;
}

#sitecontent #indexPage .team .module_container {
  max-width: 74.2vw;
  height: 27.4vw;
  margin: 100px 0 0 13%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#sitecontent #indexPage .team .module_container canvas {
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 10;
}

#sitecontent #indexPage .team .module_container .container_header {
  width: 16.1vw;
  height: 12.4vw;
}

#sitecontent #indexPage .team .module_container .container_header .title {
  font-size: 80px;
  color: #040404;
  font-family: "Lora";
  line-height: 80px;
  width: 16.1vw;
  margin-right: 0;
}

#sitecontent #indexPage .team .module_container .container_header .subtitle {
  font-size: 13px;
  line-height: 24px;
  color: #303030;
  padding-top: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#sitecontent #indexPage .team .module_container .container_content {
  width: 47.9vw;
  height: 26.4vw;
}

#sitecontent #indexPage .team .content_wrapper {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 52.1vw;
  height: 26.4vw;
}

#sitecontent #indexPage .team .content_wrapper .more {
  display: none;
}

#sitecontent #indexPage .team .content_wrapper .content_list {
  width: 26.3vw;
  height: 26.4vw;
  margin-left: 5.7vw;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  transform: translate3d(0, 0, 0);
}

#sitecontent #indexPage .team .content_wrapper .intr_list {
  position: relative;
  width: 18.6vw;
  height: 7vw;
}

#sitecontent #indexPage .team .content_wrapper .intr_list .item_wrapper {
  width: 18.6vw;
  height: 15vw;
  padding: 0 0 30px 0;
  position: absolute;
  background: #fff;
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#sitecontent #indexPage .team .content_wrapper .intr_list .item_wrapper .title {
  font-size: 18px;
  line-height: 26px;
  color: #303030;
}

#sitecontent #indexPage .team .content_wrapper .intr_list .item_wrapper .subtitle {
  font-size: 13px;
  line-height: 26px;
  color: #999;
  font-family: "MTTMilano";
}

#sitecontent #indexPage .team .content_wrapper .intr_list .item_wrapper .item_des p {
  height: 48px;
  font-size: 13px;
  line-height: 24px;
  color: #666;
  margin: 18px 0 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#sitecontent #indexPage .team .content_wrapper .intr_list .item_wrapper .details i {
  display: none;
}

#sitecontent #indexPage .team .content_wrapper .intr_list .item_wrapper .date_wrap {
  display: none;
}

#sitecontent #indexPage .team .content_wrapper .intr_list .show {
  opacity: 1;
}

#sitecontent #indexPage .team .item_block {
  margin: 0;
  border: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 26.4vw;
  height: 26.4vw;
  -webkit-transform: scale(1) translateX(0%);
  transform: scale(1) translateX(0%);
  opacity: 1;
  will-change: transform, width;
}

#sitecontent #indexPage .team .item_block .item_img {
  width: 26.4vw;
  height: 26.4vw;
}

#sitecontent #indexPage .team .item_block .item_img img {
  width: 26.4vw;
  height: 26.4vw;
  position: absolute;
  top: 0;
  left: 0;
}

#sitecontent #indexPage .team .item_block .item_box {
  width: 27.4vw;
  height: 27.4vw;
  display: block;
}

#sitecontent #indexPage .team .item_block .item_box .item_wrapper {
  display: none;
}

#sitecontent #indexPage .team .item_block .details {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 17vw;
  bottom: 0;
}

#sitecontent #indexPage .team .item_block .details .fa-angle-right {
  display: none;
}

#sitecontent #indexPage .team .item_block > .details {
  display: none;
}

#sitecontent #indexPage .team .on {
  width: 100%;
  z-index: 5;
  opacity: 1;
}

#sitecontent #indexPage .team .offR {
  z-index: 10;
  opacity: 1;
}

#sitecontent #indexPage .team .offL {
  z-index: 10;
  opacity: 1;
}

#sitecontent #indexPage .team .owl-nav {
  width: 13.1vw;
  height: 6.6vw;
  display: flex;
  top: auto;
  transform: translateY(-100%);
  bottom: -6vw;
  left: 1.5vw;
  z-index: 100;
}

#sitecontent #indexPage .team .owl-nav::after {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 45%;
  background: #e1e1e1;
}

#sitecontent #indexPage .team .owl-nav .owl-prev,
#sitecontent #indexPage .team .owl-nav .owl-next {
  width: 6.6vw;
  height: 6.6vw;
  background: #fff;
  position: static;
  transform: translateY(0);
}

#sitecontent #indexPage .team .owl-nav .owl-prev i,
#sitecontent #indexPage .team .owl-nav .owl-next i {
  color: #b2b2b1;
  position: absolute;
}

#sitecontent #indexPage .team .owl-dots {
  bottom: auto;
  top: 12.8vw;
  left: 48vw;
  z-index: -1;
}

#sitecontent #indexPage .team .owl-dots:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  background: #909090;
  position: absolute;
  top: -2px;
}

#sitecontent #indexPage .team .owl-dots:after {
  content: "";
  width: 100vw;
  height: 1px;
  display: block;
  background: #e9e9e9;
}

#sitecontent #indexPage .team .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background: #909090;
  border-radius: 50%;
  display: block;
  border: none;
  transform: translateY(-50%);
  margin: 0 20.8vw 0 0;
  position: absolute;
}

#sitecontent #indexPage .team .item_tags {
  display: none;
}

.ff_indexPage .news .content_list::after, .ff_pageList .news .content_list::after {
  content: "";
  display: block;
  clear: both;
}

.ff_indexPage .news .content_wrapper, .ff_pageList .news .content_wrapper {
  position: relative;
  margin-right: -15px;
}

.ff_indexPage .news .content_wrapper.slider, .ff_pageList .news .content_wrapper.slider {
  margin-right: 0;
}

.ff_indexPage .news .content_wrapper.slider .item_block, .ff_pageList .news .content_wrapper.slider .item_block {
  margin-bottom: 0;
}

.ff_indexPage .news .owl-item .item_block, .ff_pageList .news .owl-item .item_block {
  width: 100%;
}

.ff_indexPage .news .item_block, .ff_pageList .news .item_block {
  transition: all 0.36s ease;
  width: calc(100% / 2 - 15px);
  height: auto;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.news.mlistpost .listContent_post .content_list::after {
  content: "";
  display: block;
  clear: both;
}

.news.mlistpost .listContent_post .content_wrapper {
  position: relative;
  margin-right: 0px;
}

.news.mlistpost .listContent_post .content_wrapper.slider {
  margin-right: 0;
}

.news.mlistpost .listContent_post .content_wrapper.slider .item_block {
  margin-bottom: 0;
}

.news.mlistpost .listContent_post .owl-item .item_block {
  width: 100%;
}

.news.mlistpost .listContent_post .item_block {
  transition: all 0.36s ease;
  width: calc(100% / 1 - 0px);
  height: auto;
  float: left;
  margin-right: 0px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.news.mlistpost .item_img {
  display: none;
}

.news.mlistpost .content_list .item_block .item_wrapper {
  width: 100%;
}

#indexPage .news .module_container {
  margin-left: 10.4vw;
  max-width: 100%;
}

#indexPage .news .container_content {
  position: absolute;
  top: 0;
}

#indexPage .news .container_category {
  display: none;
}

#indexPage .news .container_header {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  position: absolute;
  left: 13vw;
  bottom: 7.1vw;
  z-index: 66;
}

#indexPage .news .container_header .title {
  width: 20px;
  font-size: 16px;
  font-family: "MTTMilano";
  font-weight: bold;
  color: #655e58;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

#indexPage .news .container_header .subtitle {
  margin-top: -35%;
  font-size: 20px;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  font-family: "MTTMilano";
  color: #898a81;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

#indexPage .news .content_wrapper {
  padding: 0;
  width: 90vw;
}

#indexPage .news .content_wrapper .content_list {
  white-space: nowrap;
}

#indexPage .news .content_wrapper .content_list .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}

#indexPage .news .content_wrapper .content_list .item_block {
  display: inline-block;
  border: none;
  width: 17.8vw;
  height: 100vh;
  padding: 12.5vw 2.2vw 0;
  box-sizing: content-box;
  border-right: 1px solid #e9e9e9;
}

#indexPage .news .content_wrapper .content_list .item_block:hover .details {
  background: transparent;
}

#indexPage .news .content_wrapper .content_list .item_block:nth-child(2n) {
  padding-top: 18vw;
}

#indexPage .news .content_wrapper .content_list .item_block .item_box {
  position: relative;
  display: block;
  height: 17vw;
  cursor: auto;
}

#indexPage .news .content_wrapper .content_list .item_block .item_box .item_index {
  display: none;
}

#indexPage .news .content_wrapper .content_list .item_block .item_index {
  display: block;
  font-size: 87px;
  line-height: 80px;
  font-family: "Lora";
  color: #040404;
  margin-bottom: 24px;
}

#indexPage .news .content_wrapper .content_list .item_block .item_img {
  position: absolute;
  top: 6vw;
  width: 20.1vw;
  height: 10.3vw;
  overflow: hidden;
  opacity: 0;
}

#indexPage .news .content_wrapper .content_list .item_block .item_img img {
  transition: none;
}

#indexPage .news .content_wrapper .content_list .item_block .details {
  display: none;
}

#indexPage .news .content_wrapper .content_list .item_block .item_tags {
  display: none;
}

#indexPage .news .content_wrapper .content_list .item_block .item_wrapper {
  padding: 0;
  width: 17.8vw;
}

#indexPage .news .content_wrapper .content_list .item_block .item_wrapper .item_info {
  position: absolute;
  top: -4.2vw;
  left: 6vw;
}

#indexPage .news .content_wrapper .content_list .item_block .item_wrapper .item_info .date_wrap {
  display: block;
  float: none;
  font-size: 12px;
  color: #303030;
  font-family: "MTTMilano";
}

#indexPage .news .content_wrapper .content_list .item_block .item_wrapper .item_info .title {
  width: 200px;
  font-size: 16px;
  color: #303030;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor:pointer;
}

#indexPage .news .content_wrapper .content_list .item_block .item_wrapper .item_des .description {
  margin: 0;
  white-space: normal;
  font-size: 12px;
  line-height: 24px;
  color: #666;
  height: 48px;
  margin-bottom: 24px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#indexPage .news .content_wrapper .content_list .item_block .item_wrapper .details {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 24px;
  color: #666;
  font-family: "MTTMilano";
  background-size: 200% 100%;
  cursor: pointer;
}

#indexPage .news .content_wrapper .content_list .item_block .item_wrapper .details:hover {
  background-image: -webkit-linear-gradient(left, #050505, #b4b4b4 30%, #757575 60%, #353333 90%, #292828);
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  animation: masked-animation 0.8s linear;
}

#indexPage .news .content_wrapper .content_list .item_block .item_wrapper .details i {
  display: none;
}

@keyframes masked-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}

#indexPage .news .content_wrapper .content_list .item_block .date_wrap {
  display: none;
}

#indexPage .news .content_wrapper .more {
  display: none;
}

#indexPage .news .clear {
  width: 0;
  height: 5px;
  background: #040404;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1366px) {
  #indexPage .news .content_wrapper .content_list .item_block .item_wrapper .item_info .title {
    width: 10.4vw;
  }
  #indexPage .news .content_wrapper .content_list .item_block .item_index {
    font-size: 66px;
    margin-bottom: -21px;
  }
  #indexPage .news .content_wrapper .content_list .item_block .item_wrapper .item_info {
    left: 7vw;
  }
  #indexPage .news .content_wrapper .content_list .item_block .item_img {
    top: 8vw;
  }
  #indexPage .news .content_wrapper .content_list .item_block .item_wrapper .item_des .description {
    width: 300px;
  }
}

@media screen and (max-width: 1280px) {
  #indexPage .news .content_wrapper .content_list .item_block .item_wrapper .item_des .description {
    width: auto;
  }
}

.mcustomize.ff_ti .contentbody {
  display: none;
}

.mcustomize.ff_ti .link_icon {
  display: none;
}

.mcustomize .link_icon {
  display: none;
}

.mcustomize.tlir .module_container::after,
.mcustomize.tril .module_container::after {
  content: "";
  display: block;
  clear: both;
}

.mcustomize.tlir .container_content,
.mcustomize.tril .container_content {
  position: relative;
}

.mcustomize.tlir .container_content::after,
.mcustomize.tril .container_content::after {
  content: "";
  display: block;
  clear: both;
}

.mcustomize.tlir .container_content .contentbody .wrapper,
.mcustomize.tril .container_content .contentbody .wrapper {
  padding-top: 60px;
}

.mcustomize.tlir .container_content .contentbody .wrapper .header,
.mcustomize.tril .container_content .contentbody .wrapper .header {
  position: absolute;
  top: 0;
  height: 60px;
}

.mcustomize.tlir .container_content .contentbody .wrapper .description,
.mcustomize.tril .container_content .contentbody .wrapper .description {
  max-width: 700px;
  margin: auto;
  margin-top: 50px;
}

.mcustomize.tlir .container_content .mediabody .image,
.mcustomize.tril .container_content .mediabody .image {
  width: 400px;
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mcustomize.tlir .container_content .mediabody .link_icon,
.mcustomize.tril .container_content .mediabody .link_icon {
  display: none;
}

.mcustomize.tlir .contentbody {
  float: left;
}

.mcustomize.tlir .mediabody {
  float: right;
}

.mcustomize.tril .contentbody {
  float: right;
}

.mcustomize.tril .mediabody {
  float: left;
}

#indexPage .mcustomize {
  background-size: 100vw;
  background-repeat: repeat;
}

#indexPage .mcustomize .wrapper {
  width: 66.9vw;
  height: 10.3vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 11.25vw 0 0 13vw;
}

#indexPage .mcustomize .wrapper .header {
  width: 21.8vw;
  padding-bottom: 0;
}

#indexPage .mcustomize .wrapper .header .title {
  font-size: 80px;
  line-height: 80px;
  color: #040404;
  font-family: 'Lora';
}

#indexPage .mcustomize .wrapper .header .subtitle {
  font-size: 13px;
  line-height: 26px;
  color: #303030;
}

#indexPage .mcustomize .wrapper .description {
  width: 634px;
  margin-top: 1vw;
}

#indexPage .mcustomize .wrapper .description p {
  font-family: 'Lora', '微软雅黑';
}

#indexPage .mcustomize .module_container {
  max-width: 100vw;
}

@media screen and (max-width: 1366px) {
  .bodyindex #indexPage .mcustomize {
    background-position: center !important;
  }
  .bodyindex #indexPage .mcustomize .wrapper {
    width: 84vw;
  }
}

.ff_indexPage .mcounter {
  padding-top: 0;
  padding-bottom: 0;
}

.ff_indexPage .mcounter .container_content {
  position: absolute;
  width: 100%;
  height: 190px;
}

.ff_indexPage .mcounter .content_list {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 0;
}

.ff_indexPage .mcounter .content_list::after {
  content: "";
  display: block;
  clear: both;
}

.ff_indexPage .mcounter .content_list li {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}

.ff_indexPage .mcounter .content_list li:not(:last-child):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 45px;
  background-color: rgba(170, 170, 170, 0.2);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ff_indexPage .mcounter .content_list li .title {
  color: #999;
  font-size: 13px;
  line-height: 30px;
}

.ff_indexPage .mcounter .content_list li p {
  text-align: center;
  font-size: 14px;
}

.ff_indexPage .mcounter .content_list li p.number .counterDX {
  font-size: 50px;
  font-family: helveticaneuethn, Arial;
  text-align: center;
  margin-top: 15px;
  line-height: 52px;
  vertical-align: top;
}

.ff_indexPage .mcounter .content_list li p.number .title {
  font-size: 13px;
  line-height: 30px;
}

.ff_indexPage .mcounter .content_list li p.number .unit {
  position: relative;
  top: 1px;
  left: 3px;
  font-size: 14px;
  vertical-align: top;
}

.ff_indexPage .mcounter .module_container {
  position: relative;
  height: 190px;
}

.mcounter {
  position: relative;
}

.imagelink .content_list::after {
  content: "";
  display: block;
  clear: both;
}

.imagelink .content_wrapper {
  position: relative;
  margin-right: -14px;
}

.imagelink .content_wrapper.slider {
  margin-right: 0;
}

.imagelink .content_wrapper.slider .item_block {
  margin-bottom: 0;
}

.imagelink .owl-item .item_block {
  width: 100%;
}

.imagelink .item_block {
  transition: all 0.36s ease;
  width: calc(100% / 4 - 14px);
  height: auto;
  float: left;
  margin-right: 14px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.imagelink .content_wrapper {
  padding-top: 50px;
}

.imagelink .content_list .item_block {
  border: none;
}

.imagelink .content_list .item_block .date_wrap {
  display: none;
}

.imagelink .content_list .item_block .item_img {
  display: block;
}

.imagelink .content_list .item_block .item_box {
  position: relative;
}

.imagelink .content_list .item_block .item_box img {
  width: 100%;
  height: auto;
  transition: all ease-out .3s .1s;
  float: none;
  box-sizing: border-box;
  opacity: .8;
}

.imagelink .content_list .item_block .item_box:after {
  content: "";
  border: 1px solid rgba(170, 170, 170, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.imagelink .content_list .item_block .item_box:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.imagelink .content_list .item_block .item_wrapper .item_info .title {
  font-size: 13px;
  line-height: 36px;
  color: #999;
  text-align: center;
}

.imagelink .item_des,
.imagelink .container_category {
  display: none;
}

.imagelink .owl-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

#mcontact {
  background-size: 100vw;
  background-repeat: repeat;
}

#mcontact .module_container {
  margin: 7% 0 0 6.3%;
  position: relative;
}

#mcontact .container_header .title {
  color: #303030;
  font-size: 80px;
  line-height: 80px;
  font-family: 'Lora';
  position: absolute;
  top: 0;
  left: 0;
}

#mcontact .container_header .subtitle {
  color: #2e2e2e;
  position: absolute;
  top: 80px;
  font-size: 14px;
}

#mcontact #contactinfo {
  margin-top: 76px;
}

#mcontact #contactinfo h3 {
  font-size: 20px;
  color: #2b2b2b;
  line-height: 1;
}

#mcontact .contactinfo .contact_name {
  font-size: 20px;
  color: #2b2b2b;
  font-weight: normal;
  line-height: 24px;
}

#mcontact .contactinfo p {
  line-height: 24px;
}

#mcontact .contactlist {
  padding-top: 85px;
}

#mcontact .ff_social {
  padding-top: 60px;
}

#mcontact .ff_social a {
  border-radius: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
}

#mcontact .ff_social a:hover {
  border-radius: 0;
  background: #040404;
}

#mcontact .contactform {
  font-size: 0;
}

#mcontact .contactform p:nth-child(-n+3) {
  width: 177px;
}

#mcontact .contactform .inputtxt {
  margin-bottom: 17px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #e2e2e0;
  color: #040404;
}

#contactform {
  width: 600px;
  height: 280px;
  margin-top: 55px;
}

#contactform p:nth-child(-n+3) {
  display: inline-block;
}

#contactform p:nth-child(-n+3) .inputtxt {
  width: 177px;
}

#contactform .contactform_name,
#contactform .contactform_eml {
  margin-right: 34px;
}

#contactform .contactform_tel {
  margin: 0;
}

#contactform .contactform_content .inputtxt {
  width: 600px;
  height: 60px;
  margin-bottom: 20px;
}

#contactform .contactform_submit {
  width: 182px;
  height: 56px;
  line-height: 56px;
}

#contactform .contactform_submit .inputtxt.submit {
  background: #040404;
  padding: 0;
  height: 56px;
}

@media screen and (max-width: 1366px) {
  .bodyindex #mcontact {
    background-position-x: -13vw !important;
  }
  .bodyindex #mcontact .module_container {
    max-width: 960px;
  }
}

@media screen and (max-width: 1280px) {
  .bodyindex #mcontact {
    background-position-x: -20vw !important;
  }
}

.ff_indexPage .team_tabs .tab_content .item_block .item_wrapper {
  text-align: center;
}

.ff_indexPage .team_tabs .tab_content .item_block .details {
  margin: 30px auto;
  display: block;
  width: 100px;
  text-align: center;
}

.ff_indexPage .ad01 .content_list::after {
  content: "";
  display: block;
  clear: both;
}

.ff_indexPage .ad01 .content_wrapper {
  position: relative;
  margin-right: 0px;
}

.ff_indexPage .ad01 .content_wrapper.slider {
  margin-right: 0;
}

.ff_indexPage .ad01 .content_wrapper.slider .item_block {
  margin-bottom: 0;
}

.ff_indexPage .ad01 .owl-item .item_block {
  width: 100%;
}

.ff_indexPage .ad01 .item_block {
  transition: all 0.36s ease;
  width: calc(100% / 4 - 0px);
  height: auto;
  float: left;
  margin-right: 0px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

#shares {
  position: fixed;
  right: 0px;
  bottom: 63px;
  z-index: 99;
  height: 124px;
}

#shares a {
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  display: block;
  font-size: 16px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-out 0s;
  background-color: #fff;
}

#shares a .fa {
  padding-left: 0;
}

#shares a#sweixin {
  top: -1px;
}

#shares a#gotop {
  margin-top: -2px;
  font-size: 22px;
}

#shares a#gotop i {
  margin-top: 6px;
}

#shares a:hover {
  border-color: #040404;
  z-index: 1;
  background-color: #040404;
}

#shares a:hover i {
  color: #ffffff;
}

#shares a i {
  margin-top: 12px;
  transition: all 0.3s ease-out 0s;
}

#shares a i.fa.fa-mobile {
  font-size: 24px;
  margin-top: 8px;
}

.fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  overflow-y: auto;
  z-index: 100;
  display: none;
}

.fixed.show {
  display: block;
}

#fixed_weixin .fixed-container {
  width: 220px;
  height: auto;
  padding: 20px 20px 0 20px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -110px;
  margin-top: -140px;
}

#fixed_weixin .fixed-container div {
  height: 220px;
}

#fixed_weixin .fixed-container p {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #000;
}

#online_open {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: fixed;
  right: -40px;
  bottom: 186px;
  z-index: 99;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  margin-right: -3px;
  border: 1px solid #e6e6e6;
  display: block;
  font-size: 16px;
  background-color: #fff;
  transform: translateX(7px);
}

#online_open i {
  transition: all .3s ease-out 0s;
}

#online_open:hover {
  border-color: #040404;
  z-index: 1;
  background-color: #040404;
}

#online_open:hover i {
  color: #ffffff;
}

#online_lx {
  width: 180px;
  height: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
  box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
  position: fixed;
  right: 7px;
  bottom: 188px;
  z-index: 99999;
  margin-right: -10px;
}

#olx_head {
  padding: 20px;
  line-height: 16px;
  height: 16px;
  background: #040404;
  color: #ffffff;
  font-size: 14px;
}

#olx_head i {
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#olx_head i:hover {
  color: #ffffff;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

#olx_qq {
  border-bottom: 1px solid rgba(170, 170, 170, 0.2);
}

#olx_qq li a {
  padding: 12px 30px;
  height: 18px;
  line-height: 18px;
  color: #666;
  display: block;
  transition: all ease-out .3s;
  font-size: 12px;
}

#olx_qq li a i {
  color: inherit;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 18px;
}

#olx_qq li a:hover {
  color: #040404;
  background: #eee;
}

#olx_tel {
  padding: 20px 30px;
}

#olx_tel div {
  line-height: 14px;
  height: 14px;
  margin-bottom: 10px;
}

#olx_tel div i {
  font-size: 18px;
  margin-right: 20px;
  vertical-align: middle;
}

#olx_tel p {
  line-height: 18px;
  font-family: HELVETICANEUELTPRO-THEX;
  font-size: 14px;
}

#fixed_mp .fixed-container {
  width: 258px;
  height: 298px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -129px;
  margin-top: -149px;
}

#fixed_mp .fixed-container p {
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  color: #000;
}

#openAssist {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 99;
  background-color: #3b3b3b;
  border-radius: 25px;
  text-align: center;
  display: none;
}

#openAssist.active i {
  transform: translate3d(0, 0, 0) rotate(135deg);
}

#openAssist i {
  font-size: 30px;
  color: #fff;
  position: relative;
  top: 8px;
  display: inline-block;
  transition: all ease-out .3s;
}

#assistBtn {
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 99;
  display: none;
}

#assistBtn a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  background-color: #3b3b3b;
  border-radius: 20px;
  margin-bottom: 15px;
  opacity: 0;
  transform: translate3d(0, 8px, 0) scale(0.3);
  transform-origin: center bottom;
}

#assistBtn a i {
  font-size: 18px;
  color: #fff;
  position: relative;
  top: 10px;
}

.popup {
  display: block;
}

.popup .fixed-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 800px;
  height: 600px;
}

.searchPage .mlist.search .content_list .item_block {
  cursor: pointer;
  border-width: 0 0 1px 0;
  padding-top: 30px;
}

.searchPage .mlist.search .content_list .item_block:last-child {
  border: none;
}

.searchPage .mlist.search .content_list .item_block .item_box {
  display: block;
}

.searchPage .mlist.search .content_list .item_block .item_box::after {
  content: "";
  display: block;
  clear: both;
}

.searchPage .mlist.search .content_list .item_block .item_box .item_info {
  float: left;
}

.searchPage .mlist.search .content_list .item_block .item_box .date_wrap {
  float: left;
  line-height: 30px;
  margin-left: 10px;
}

.searchPage .mlist.search .content_list .item_block .item_info .date_wrap {
  display: none;
}

.searchPage .mlist.search .content_list .item_block .item_des {
  clear: left;
}

.searchPage .mlist.search .content_list .item_block .item_des .description {
  height: auto;
  max-height: 52px;
}

.searchPage .mlist.search .content_list .item_block .details {
  margin-top: 20px;
  margin-left: 0;
}

#search-list {
  margin-top: 40px;
}

#search-list input {
  width: 520px;
}

.searchPage #search-header {
  display: none !important;
}

.searchPage #footer {
  width: 100%;
  position: fixed;
  bottom: 0;
}

.searchPage #page {
  padding-bottom: 0;
}

.searchPage .ff_pageList {
  padding-bottom: 0;
}

#moduleControl {
  display: block !important;
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 11;
}

#moduleControl a.moduleCItem {
  border: 1px solid transparent;
  border-radius: 6px;
  display: block;
  height: 10px;
  margin-bottom: 5px;
  outline: 0 none;
  text-indent: -9999px;
  transition: all 0.3s ease-out 0s;
  width: 10px;
}

#moduleControl a.moduleCItem:hover, #moduleControl a.moduleCItem.active {
  border-color: #ffffff;
}

#moduleControl a.moduleCItem:hover span, #moduleControl a.moduleCItem.active span {
  opacity: 0;
}

#moduleControl a.moduleCItem span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #555;
  display: block;
  margin: 3px 0 0 3px;
}

.netmask {
  display: block;
}

.netmask div {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.netmask div i:before {
  display: none;
  font-size: 40px;
  color: #fff;
}

.netmask.loading div i {
  display: block;
  background: url(../images/loading.gif);
  width: 40px;
  height: 40px;
}

.netmask.success div i:before {
  display: block;
}

.bodyMask {
  transition: background 0.36s ease;
}

.bodyMask.open {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(0, 0, 0, 0.2);
}

canvas {
  display: none;
}

.bodyindex {
  overflow: hidden;
}

.bodylist .ff_sitecontent .mlist .intr_list {
  display: none;
}

.ff_topSlider .owl-dots {
  position: absolute;
  bottom: 8vh;
  left: 13vw;
  transform: translateX(-50%);
}

.ff_topSlider .owl-dots .owl-dot span {
  width: 4px;
  height: 4px;
  margin: 10px;
  border: none;
  background: #ccc;
}

.ff_topSlider .owl-dots .owl-dot:hover span {
  background: #2e2e2c;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #2e2e2c;
}

.bodyindex #indexPage .videom canvas {
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 10;
  top: 0;
}

.bodyindex #indexPage .videom .module_container {
  max-width: 100vw;
  margin: 0;
}

.bodyindex #indexPage .videom .container_header {
  display: none;
}

.bodyindex #indexPage .videom .content_list .item_block:hover .item_box .item_img img {
  transform: scale(1);
}

.bodyindex #indexPage .videom .container_content {
  position: absolute;
  top: 0;
}

.bodyindex #indexPage .videom .container_content .content_list {
  width: 100vw;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_content .item_block {
  width: 100vw;
  height: 100vh;
  border: none;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_content .item_block:hover .details {
  background-color: transparent;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_content .item_block .details {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 98px;
  height: 98px;
  margin: 0;
  margin: auto;
  padding: 0;
  color: transparent;
  border: none;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_content .item_block .details i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  transform: translateX(33%);
  border-width: 10px 16px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_content .item_block .details::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 92px;
  height: 46px;
  content: "";
  border: 2px solid #fff;
  border-bottom: none;
  border-radius: 100% 100% 0 0/200% 200% 0 0;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_content .item_block .details::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 92px;
  height: 46px;
  content: "";
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transform-origin: center bottom;
  border: 2px solid #fff;
  border-bottom: none;
  border-radius: 100% 100% 0 0/200% 200% 0 0;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_content .item_block .details:hover {
  background-color: transparent;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_content .item_block .details:hover:after {
  transform: rotateZ(180deg);
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_content .item_block .item_img img {
  width: 100vw;
  height: 100vh;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_content .item_block .item_wrapper {
  position: absolute;
  top: 21.2vw;
  left: 13vw;
  width: 16.1vw;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_content .item_block .item_wrapper .title {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 6px;
  color: #fff;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_content .item_block .item_wrapper .subtitle {
  font-family: "MTTMilano";
  font-size: 12px;
  line-height: 24px;
  color: #999;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_content .item_block .item_wrapper .item_des {
  font-size: 13px;
  line-height: 26px;
  display: -webkit-box;
  overflow: hidden;
  height: 52px;
  margin-top: 42px;
  color: #999;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_content .item_block .item_wrapper .item_des .description {
  display: none;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_content .item_block .item_wrapper .details {
  display: none;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_content .item_block .item_tags,
.bodyindex #indexPage .videom .container_content .content_wrapper .tab_content .item_block .date_wrap {
  display: none;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_button {
  position: absolute;
  z-index: 100;
  top: 15.4vw;
  left: 68.3vw;
  display: block;
  display: none;
  overflow: hidden;
  width: 18.75vw;
  height: 13.2vw;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_button .item_block {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 18.75vw;
  height: 13.2vw;
  -webkit-transform: scale(1) translateX(0%);
  transform: scale(1) translateX(0%);
  opacity: 1;
  border: none;
  will-change: transform, width;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_button .item_block .item_img {
  width: 18.75vw;
  height: 9.4vw;
  margin-bottom: 23px;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_button .item_block .item_img img {
  position: absolute;
  top: 0;
  left: 0;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_button .item_block .item_wrapper {
  transition: 1.5s ease;
  transform: translate3d(-18.75vw, 0, 0) scale(calc(1/1.1));
  opacity: 0;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_button .item_block .item_wrapper.show {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_button .item_block .item_wrapper .date_wrap,
.bodyindex #indexPage .videom .container_content .content_wrapper .tab_button .item_block .item_wrapper .item_des {
  display: none;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_button .item_block .item_wrapper .title {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_button .item_block .item_wrapper .subtitle {
  font-family: "MTTMilano";
  font-size: 12px;
  line-height: 26px;
  color: #999;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_button .item_block .details {
  display: none;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_button .item_tags {
  display: none;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_button .on {
  z-index: 5;
  width: 100%;
  -webkit-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  opacity: 1;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_button .offR {
  z-index: 10;
  right: auto;
  left: 0;
  width: 0;
  -webkit-transition: width 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: width 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: width 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, transform 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: width 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, transform 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  -webkit-transform: scale(1.1) translateX(-200px);
  transform: scale(1.1) translateX(-200px);
  opacity: 1;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_button .offL {
  z-index: 10;
  right: 0;
  left: auto;
  width: 0;
  -webkit-transition: width 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: width 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: width 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, transform 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: width 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, transform 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  -webkit-transform: scale(1.1) translateX(200px);
  transform: scale(1.1) translateX(200px);
  opacity: 1;
}

.bodyindex #indexPage .videom .container_content .content_wrapper .tab_button .offL .item_img img {
  left: -100%;
  transition: left 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
}

.bodyindex #indexPage .videom .owl-stage {
  background: transparent;
  z-index: 999;
}

.bodyindex #indexPage .videom .owl-item.fadeIn {
  animation: fakeIn 2s;
}

.bodyindex #indexPage .videom .owl-item.fadeIn img {
  animation: fadeIn 2s;
}

.bodyindex #indexPage .videom .owl-item.fadeIn .item_info {
  animation: fadeInDown 2s;
}

.bodyindex #indexPage .videom .owl-item.fadeIn .item_info .title {
  animation: fadeInDown 2s;
}

.bodyindex #indexPage .videom .owl-item.fadeIn .item_info .subtitle {
  animation: fadeInDown 2s;
}

.bodyindex #indexPage .videom .owl-item.fadeIn .item_des {
  animation: fadeInDown 2s;
}

.bodyindex #indexPage .videom .owl-item.fadeOut {
  animation: fakeOut 2s;
}

.bodyindex #indexPage .videom .owl-item.fadeOut img {
  animation: fadeOut 2s;
}

.bodyindex #indexPage .videom .owl-item.fadeOut .item_info {
  animation: fadeOutDown 2s;
}

.bodyindex #indexPage .videom .owl-item.fadeOut .item_info .title {
  animation: fadeOutDown 2s;
}

.bodyindex #indexPage .videom .owl-item.fadeOut .item_info .subtitle {
  animation: fadeOutDown 2s;
}

.bodyindex #indexPage .videom .owl-item.fadeOut .item_des {
  animation: fadeOutDown 2s;
}

.bodyindex #indexPage .videom .owl-nav {
  z-index: 100;
  top: auto;
  bottom: -6.6vw;
  left: 87vw;
  display: flex;
  width: 13.1vw;
  height: 6.6vw;
  transform: translateY(-100%);
}

.bodyindex #indexPage .videom .owl-nav::after {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 1px;
  height: 14px;
  content: "";
  background: #e1e1e1;
}

.bodyindex #indexPage .videom .owl-nav .owl-prev,
.bodyindex #indexPage .videom .owl-nav .owl-next {
  position: static;
  width: 6.6vw;
  height: 6.6vw;
  transform: translateY(0);
  background: #fff;
}

.bodyindex #indexPage .videom .owl-nav .owl-prev i,
.bodyindex #indexPage .videom .owl-nav .owl-next i {
  position: absolute;
  color: #b2b2b1;
}

.bodyindex #indexPage .videom .owl-dots {
  bottom: 10vw;
  left: 13vw;
  display: flex;
  transform: translateY(-100%);
}

.bodyindex #indexPage .videom .owl-dots .owl-dot span {
  display: block;
  width: 4px;
  height: 4px;
  border: none;
  border-radius: 50%;
  background: #585858;
}

.bodyindex #indexPage .videom .owl-dots .active span {
  background: #fff;
}

.bodyindex #indexPage .videom .clear {
  font-family: "Lora";
  line-height: 16px;
  position: absolute;
  z-index: 1;
  top: 15.4vw;
  left: 12.8vw;
  display: block;
  overflow: hidden;
  height: 16px;
  padding-left: 12px;
  color: #666;
}

.bodyindex #indexPage .videom .clear::before {
  position: absolute;
  top: 0;
  left: 4px;
  display: block;
  width: 1px;
  height: 24px;
  content: "";
  transform: rotateZ(20deg);
  background: #666;
}

.bodyindex #indexPage .videom .clear .index_wrap {
  will-change: transform;
}

.videom.mlistpost .listContent_post .content_list::after {
  display: block;
  clear: both;
  content: "";
}

.videom.mlistpost .listContent_post .content_wrapper {
  position: relative;
  margin-right: -15px;
}

.videom.mlistpost .listContent_post .content_wrapper.slider {
  margin-right: 0;
}

.videom.mlistpost .listContent_post .content_wrapper.slider .item_block {
  margin-bottom: 0;
}

.videom.mlistpost .listContent_post .owl-item .item_block {
  width: 100%;
}

.videom.mlistpost .listContent_post .item_block {
  position: relative;
  float: left;
  width: calc(100% / 3 - 15px);
  height: auto;
  margin-right: 15px;
  margin-bottom: 20px;
  transition: all 0.36s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
}

.vPlayArea {
  width: 100%;
  height: 100%;
}

.vPlayArea .vPlayItem {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 960px;
  height: 618px;
  margin-top: -456px;
  margin-left: -480px;
  padding: 10px;
  transition: margin 0.36s ease, background 1s ease, border-color 1s ease;
  border: 1px solid #dedede;
  background: #fff;
}

.vPlayArea .vPlayItem video {
  width: 100%;
}

.vPlayArea.vshow .vPlayItem {
  margin-top: -336px;
}

.videoTabBtns {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
  transition: opacity 1s ease;
  transform: translateY(-50%);
}

.videoTabBtns .videoTabBtn {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  cursor: pointer;
  text-align: center;
  background: #fff;
}

.videoTabBtns .videoTabBtn .icon {
  text-align: center;
}

.videoTabBtns .videoTabBtn.next {
  right: 0;
}

.videoTabBtns .videoTabBtn.next .icon:after {
  font-family: "FontAwesome";
  font-size: 14px;
  font-size: 29px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  line-height: 50px;
  content: "";
  text-transform: none;
  color: inherit;
  color: #848484;
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.videoTabBtns .videoTabBtn.prev {
  left: 0;
}

.videoTabBtns .videoTabBtn.prev .icon:after {
  font-family: "FontAwesome";
  font-size: 14px;
  font-size: 29px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  line-height: 50px;
  content: "";
  text-transform: none;
  color: inherit;
  color: #848484;
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.videoInfor {
  position: relative;
  width: 100%;
  height: 48px;
  padding: 15px 0 0;
  transition: opacity 1s ease;
}

.videoInfor .title {
  font-size: 16px;
  color: #2e2e2e;
}

.videoInfor .subtitle {
  font-size: 13px;
  line-height: 22px;
  margin-top: 6px;
  color: #7d7d7d;
}

.videoBg {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background 1s ease;
  background: rgba(0, 0, 0, 0.8);
}

.videoBg.deepView {
  background: rgba(0, 0, 0, 0.9);
}

.videoBg.deepView .vPlayItem {
  border-color: transparent;
  background: transparent;
}

.videoBg.deepView .videoInfor {
  opacity: 0;
}

.videoBg.deepView .videoTabBtns {
  opacity: 0;
}

.bodyindex .mlist.videom.module {
  position: relative;
  background-color: transparent;
}

.bodyindex .mlist.videom.module:after {
  position: absolute;
  z-index: -1;
  top: 150px;
  width: 100%;
  height: 308px;
  content: "";
  background-color: #f4f4f4;
}

#moduleControl {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  transition: opacity 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
}

#moduleControl.show {
  width: 100vw;
}

#moduleControl.show .mask {
  width: 18vw;
}

#moduleControl.show .control_wrap {
  left: 0;
  display: flex;
  flex-direction: column;
  width: auto;
  height: 100vh;
  justify-content: center;
}

#moduleControl.show .moduleCItem {
  width: 15.8vw;
  padding-left: 2.2vw;
}

#moduleControl.show .moduleCItem .title {
  opacity: 1;
}

#moduleControl .mask {
  width: 0;
  height: 100vh;
  transition: width 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s;
  background: #010101;
}

#moduleControl .control_wrap {
  position: fixed;
  top: 50%;
  left: 2.2vw;
  overflow: hidden;
  width: 6px;
  transition: opacity 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s;
  transform: translateY(-50%);
}

#moduleControl .moduleCItem {
  font-size: 12px;
  line-height: 40px;
  display: flex;
  width: 18vw;
  height: 40px;
  transition: opacity 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s;
  color: #fff;
  align-items: center;
}

#moduleControl .moduleCItem.active span {
  border: none;
  background: #666666;
}

#moduleControl .moduleCItem.active .title {
  color: #fff;
}

#moduleControl .moduleCItem span {
  position: relative;
  display: block;
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  margin-right: 1.6vw;
  border: 1px solid #666666;
  border-radius: 100%;
}

#moduleControl .moduleCItem .title {
  position: relative;
  width: 300px;
  height: 40px;
  transition: 0.5s cubic-bezier(0.21, 0.6, 0.35, 1) 0s;
  opacity: 0;
  color: #525252;
}

#moduleControl .moduleCItem .title.select, #moduleControl .moduleCItem .title:hover {
  color: #fff;
}

#moduleControl .moduleCItem .title.select:before, #moduleControl .moduleCItem .title:hover:before {
  width: 50px;
}

#moduleControl a.moduleCItem.active,
#moduleControl a.moduleCItem:hover {
  border-color: #666666;
}

#moduleControl a.moduleCItem.active span,
#moduleControl a.moduleCItem:hover span {
  opacity: 1;
  background: #666666;
}

#moduleControl a.moduleCItem span {
  width: 4px;
  height: 4px;
  margin: 0;
  background: transparent;
}

#moduleControl a.moduleCItem span:after {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  transform: translate(-43%, -43%);
}

.bodylistpost #sitecontent .ff_postPage .team.mlistpost {
  padding: 0;
}

.bodylistpost #sitecontent .team .container_content {
  padding-top: 7.8vw;
}

.bodylistpost #sitecontent .team .container_content .postSlider {
  position: relative;
}

.bodylistpost #sitecontent .team .container_content canvas {
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 10;
}

.bodylistpost #sitecontent .team .container_content .tab_content {
  position: relative;
  left: 23.6vw;
  overflow: hidden;
  width: 22.7vw;
  height: 31.9vw;
}

.bodylistpost #sitecontent .team .container_content .tab_content .item_block {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 22.7vw;
  height: 31.9vw;
  -webkit-transform: scale(1) translateX(0%);
  transform: scale(1) translateX(0%);
  opacity: 1;
  will-change: transform, width;
}

.bodylistpost #sitecontent .team .container_content .tab_content .item_block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 22.7vw;
  max-width: 22.7vw;
  height: 31.9vw;
}

.bodylistpost #sitecontent .team .container_content .tab_content .on {
  z-index: 5;
  width: 100%;
  opacity: 1;
}

.bodylistpost #sitecontent .team .container_content .tab_content .offR {
  z-index: 10;
  opacity: 1;
}

.bodylistpost #sitecontent .team .container_content .tab_content .offL {
  z-index: 10;
  opacity: 1;
}

.bodylistpost #sitecontent .team .container_content .listWrap {
  position: absolute;
  top: 4.7vw;
  left: 53vw;
}

.bodylistpost #sitecontent .team .container_content .owl-nav {
  z-index: 100;
  top: auto;
  bottom: 0;
  left: 39.7vw;
  display: flex;
  width: 13.1vw;
  height: 6.5vw;
  transform: translateY(0);
}

.bodylistpost #sitecontent .team .container_content .owl-nav::after {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 1px;
  height: 14px;
  content: "";
  background: #e1e1e1;
}

.bodylistpost #sitecontent .team .container_content .owl-nav .owl-prev,
.bodylistpost #sitecontent .team .container_content .owl-nav .owl-next {
  position: static;
  width: 6.6vw;
  height: 6.5vw;
  transform: translateY(0);
  background: #fff;
}

.bodylistpost #sitecontent .team .container_content .owl-nav .owl-prev i,
.bodylistpost #sitecontent .team .container_content .owl-nav .owl-next i {
  position: absolute;
  color: #b2b2b1;
}

.bodylist.bodyproject .content_list {
  width: 57vw;
}

#sitecontent .project #postSliderThemb {
  display: none;
}

#sitecontent .project .tab_content {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 37.5vw;
}

#sitecontent .project .tab_content .item_block {
  position: absolute;
  overflow: hidden;
  width: 100vw;
  height: 37.5vw;
  margin: 0;
  -webkit-transform: scale(1) translateX(0%);
  transform: scale(1) translateX(0%);
  opacity: 1;
  will-change: transform, width;
}

#sitecontent .project .tab_content .item_block .item_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 37.5vw;
}

#sitecontent .project .tab_content .item_block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100vw;
  height: 37.5vw;
}

#sitecontent .project .tab_button {
  position: absolute;
  z-index: 100;
  right: 13.1vw;
  bottom: 0;
  overflow: hidden;
  width: 12.6vw;
  height: 6vw;
  margin: 0;
  border: 0.3vw solid #fff;
}

#sitecontent .project .tab_button .item_block {
  position: absolute;
  overflow: hidden;
  width: 12.6vw;
  height: 6vw;
  margin: 0;
  -webkit-transform: scale(1) translateX(0%);
  transform: scale(1) translateX(0%);
  opacity: 1;
  will-change: transform, width;
}

#sitecontent .project .tab_button .item_block .wrapper,
#sitecontent .project .tab_button .item_block .item_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.6vw;
  height: 6vw;
}

#sitecontent .project .tab_button .item_block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.6vw;
  max-width: 12.6vw;
  height: 6vw;
}

#sitecontent .project .tab_button .item_block:hover .item_img:after {
  content: none;
}

#sitecontent .project .owl-nav {
  z-index: 100;
  top: auto;
  right: 0;
  bottom: 0;
  display: flex;
  width: 13.1vw;
  height: 6.6vw;
  transform: translateY(0);
}

#sitecontent .project .owl-nav::after {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 1px;
  height: 14px;
  content: "";
  background: #e1e1e1;
}

#sitecontent .project .owl-nav .owl-prev,
#sitecontent .project .owl-nav .owl-next {
  position: static;
  width: 6.6vw;
  height: 6.6vw;
  transform: translateY(0);
  background: #fff;
}

#sitecontent .project .owl-nav .owl-prev i,
#sitecontent .project .owl-nav .owl-next i {
  position: absolute;
  color: #b2b2b1;
}

#sitecontent .project .postSlider .on {
  z-index: 5;
  width: 100%;
  -webkit-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  opacity: 1;
}

#sitecontent .project .postSlider .offR {
  z-index: 10;
  right: auto;
  left: 0;
  width: 0;
  -webkit-transition: width 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: width 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: width 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, transform 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: width 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, transform 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  -webkit-transform: scale(1.1) translateX(-200px);
  transform: scale(1.1) translateX(-200px);
  opacity: 1;
}

#sitecontent .project .postSlider .offL {
  z-index: 10;
  right: 0;
  left: auto;
  width: 0;
  -webkit-transition: width 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: width 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: width 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, transform 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: width 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, transform 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  -webkit-transform: scale(1.1) translateX(200px);
  transform: scale(1.1) translateX(200px);
  opacity: 1;
}

#sitecontent .project .postSlider .offL .item_img img {
  left: -100%;
  transition: left 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
}

#sitecontent .project .listWrap {
  position: relative;
}

#sitecontent .project .listWrap .content_list {
  font-size: 0;
  white-space: nowrap;
}

#sitecontent .project .listWrap .content_list .item_block {
  position: relative;
  display: inline-block;
  display: inline-block;
  float: none;
  width: auto;
  vertical-align: top;
}

#sitecontent .project .listWrap .clear {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: #040404;
}

.bodylist.bodyteam .npagePage #pageTarget {
  display: none;
}

.bodylist.bodyteam .npagePage .content .module_container {
  max-width: 100%;
  padding: 0;
  border: none;
}

.bodylist.bodyteam .npagePage .content .module_container .clear {
  font-size: 15px;
  line-height: 24px;
  position: absolute;
  z-index: 1;
  top: 14.8vw;
  left: 12.7vw;
  display: block;
  color: #666;
}

.bodylist.bodyteam .npagePage .content .module_container .clear::before {
  position: absolute;
  top: 0;
  left: -10px;
  display: block;
  width: 1px;
  height: 24px;
  content: "";
  transform: rotateZ(20deg);
  background: #666;
}

.bodylist.bodyteam .npagePage .content .container_content {
  padding-top: 0;
}

.bodylist.bodyteam .npagePage .content .container_content #pages {
  display: none;
}

.bodylist.bodyteam .npagePage .content .container_content .content_list {
  height: 100vh;
  background: #fff;
}

.bodylist.bodyteam .npagePage .content .container_content .item_block {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0;
  border: none;
}

.bodylist.bodyteam .npagePage .content .container_content .item_block > .details {
  display: none;
}

.bodylist.bodyteam .npagePage .content .container_content .item_block .item_box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 26.4vw;
  height: 26.4vw;
  margin: auto;
}

.bodylist.bodyteam .npagePage .content .container_content .item_block .item_box .item_info {
  position: absolute;
  top: 4.2vw;
  right: -24.5vw;
}

.bodylist.bodyteam .npagePage .content .container_content .item_block .item_box .item_info .title {
  font-size: 18px;
  line-height: 26px;
  color: #666;
}

.bodylist.bodyteam .npagePage .content .container_content .item_block .item_box .item_info .subtitle {
  font-size: 13px;
  line-height: 1;
  text-align: right;
  color: #999;
}

.bodylist.bodyteam .npagePage .content .container_content .item_block .item_box .item_des p {
  font-size: 13px;
  line-height: 24px;
  position: absolute;
  top: 10vw;
  left: -24.1vw;
  display: -webkit-box;
  overflow: hidden;
  width: 290px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bodylist.bodyteam .npagePage .content .container_content .item_block .item_img {
  width: 26.4vw;
  height: 26.4vw;
  margin: 0 auto;
  border: none;
}

.bodylist.bodyteam .npagePage .content .container_content .item_block .item_img img {
  position: absolute;
  top: 0;
  left: 0;
}

.bodylist.bodyteam .npagePage .content .container_content .item_block .item_tags,
.bodylist.bodyteam .npagePage .content .container_content .item_block .date_wrap {
  display: none;
}

.bodylist.bodyteam .npagePage .content .container_content .content_list .owl-nav {
  z-index: 100;
  top: auto;
  bottom: -6vw;
  left: 1.5vw;
  display: flex;
  width: 13.1vw;
  height: 6.6vw;
  transform: translateY(-100%);
}

.bodylist.bodyteam .npagePage .content .container_content .content_list .owl-nav::after {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 1px;
  height: 14px;
  content: "";
  background: #e1e1e1;
}

.bodylist.bodyteam .npagePage .content .container_content .content_list .owl-nav .owl-prev,
.bodylist.bodyteam .npagePage .content .container_content .content_list .owl-nav .owl-next {
  position: static;
  width: 6.6vw;
  height: 6.6vw;
  transform: translateY(0);
  background: #fff;
}

.bodylist.bodyteam .npagePage .content .container_content .content_list .owl-nav .owl-prev i,
.bodylist.bodyteam .npagePage .content .container_content .content_list .owl-nav .owl-next i {
  position: absolute;
  color: #b2b2b1;
}

.bodylist.bodyteam .npagePage .content .container_content .intr_list {
  display: none;
}

.bodylist.bodyvideom .content_list {
  background: #fff;
}

.bodylist.bodyvideom .content_list .item_block {
  float: left;
  width: calc(100%/2 - 30px);
  margin: 30px 30px 0 0;
  border: none;
}

.bodylist.bodyvideom .content_list .item_block .date_wrap,
.bodylist.bodyvideom .content_list .item_block .details,
.bodylist.bodyvideom .content_list .item_block .item_tags,
.bodylist.bodyvideom .content_list .item_block .item_des {
  display: none;
}

.bodylist.bodyvideom .content_list .item_block .item_wrapper {
  margin-top: 20px;
}

.bodylist.bodyvideom .content_list .item_block .title .subtitle {
  font-family: "MTTMilano", "微软雅黑";
  font-size: 16px;
  line-height: 20px;
  color: #303030;
}

.bodylist.bodyvideom .content_list .item_block .subtitle {
  font-size: 12px;
  color: #999;
}

.c-cursor {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.c-cursor[data-cursor-hiding="true"] {
  pointer-events: none;
  opacity: 0;
}

.c-cursor[data-cursor-hiding="false"] {
  pointer-events: none;
  opacity: 1;
}

.c-cursor__outer {
  -webkit-transform: translate3d(-50%, -50%, 1px);
  transform: translate3d(-50%, -50%, 1px);
}

.c-cursor__inner {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: rotate(135deg) scale(1) translateZ(0);
  transform: rotate(135deg) scale(1) translateZ(0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  pointer-events: none;
  opacity: 1;
  border: 1px solid #fff;
  background-color: #fff;
  will-change: width, height;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.c-cursor__svg-wrapper {
  display: none;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.c-cursor[data-cursor-type="left-right"] .c-cursor__inner {
  width: 3.75rem;
  height: 3.75rem;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 50%;
  background-color: transparent;
}

.c-cursor[data-cursor-type="left-right"] .c-cursor__left-right {
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.c-cursor[data-cursor-type="left-right"] .c-cursor__left-right svg {
  display: block;
  width: 100%;
  height: 100%;
}

.c-cursor[data-cursor-type="left-right"] .c-cursor__left-right svg path,
.c-cursor[data-cursor-type="left-right"] .c-cursor__left-right svg polygon {
  fill: #fff;
}

.c-cursor[data-cursor-type="left-right"][data-cursor-holding] .c-cursor__inner {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.c-cursor[data-cursor-type="eye"][data-cursor-holding] .c-cursor__inner {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.c-cursor[data-cursor-type="interactive-element"] .c-cursor__inner,
.c-cursor[data-cursor-interactive="true"] .c-cursor__inner {
  width: 4rem;
  height: 4rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  opacity: 1;
  border-radius: 50%;
  background-color: #fff;
}

.c-cursor[data-cursor-type="interactive-element"] .c-cursor__inner.focus::after,
.c-cursor[data-cursor-interactive="true"] .c-cursor__inner.focus::after {
  font-size: 14px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  content: "More";
  transform: translate(-50%, -50%);
  color: #999;
}

.ff_indexPage .mlist .content_wrapper {
  padding: 0;
}

#sitecontent .videom .container_content .content_wrapper .tab_content .item_block {
  position: relative;
}

#sitecontent .videom .container_content .content_wrapper .tab_content .item_block:hover .details {
  background-color: transparent;
}

#sitecontent .videom .container_content .content_wrapper .tab_content .item_block span.details {
  display: none;
}

#sitecontent .videom .container_content .content_wrapper .tab_content .item_block .details {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 98px;
  height: 98px;
  margin: 0;
  margin: auto;
  padding: 0;
  color: transparent;
  border: none;
}

#sitecontent .videom .container_content .content_wrapper .tab_content .item_block .details i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  transform: translateX(33%);
  border-width: 10px 16px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

#sitecontent .videom .container_content .content_wrapper .tab_content .item_block .details::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 92px;
  height: 46px;
  content: "";
  border: 2px solid #fff;
  border-bottom: none;
  border-radius: 100% 100% 0 0/200% 200% 0 0;
}

#sitecontent .videom .container_content .content_wrapper .tab_content .item_block .details::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 92px;
  height: 46px;
  content: "";
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transform-origin: center bottom;
  border: 2px solid #fff;
  border-bottom: none;
  border-radius: 100% 100% 0 0/200% 200% 0 0;
}

#sitecontent .videom .container_content .content_wrapper .tab_content .item_block .details:hover {
  background-color: transparent;
}

#sitecontent .videom .container_content .content_wrapper .tab_content .item_block .details:hover:after {
  transform: rotateZ(180deg);
}

#sitecontent .videom .container_content .content_wrapper .tab_button .item_block .details {
  display: none;
}

#sitecontent .videom .container_content .content_wrapper .tab_content .item_block .details::after,
#sitecontent .videom .container_content .content_wrapper .tab_content .item_block .details::before {
  transition: 0.6s ease;
  transform-origin: center bottom;
}

#sitecontent .videom .container_content .content_wrapper .tab_content .item_block .details::after {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#sitecontent .videom .container_content .content_wrapper .tab_content .item_block .details:hover::after {
  transform: rotateZ(270deg);
}

#sitecontent .videom .container_content .content_wrapper .tab_content .item_block .details:hover::before {
  transform: rotateZ(90deg);
}

#nav_breadcrumb {
  display: none;
}

.bodyindex #moduleControl .control_wrap {
  overflow: hidden;
}

#moduleControl .moduleCItem {
  padding-left: 3px;
}

#moduleControl .control_wrap {
  width: 8px;
}

#nav_breadcrumb {
  width: 500px;
  margin-left: -250px;
}

.bodylistpost #nav_breadcrumb a {
  display: none;
  color: transparent;
}

.en.bodylistpost #nav_breadcrumb a:nth-child(2):after {
  content: "GO BACK";
}

.bodylistpost #nav_breadcrumb a:nth-child(2) {
  display: block;
}

.bodylistpost #nav_breadcrumb a:nth-child(2):after {
  line-height: 50px;
  position: absolute;
  left: 0;
  width: 100%;
  content: "返回上一页";
  text-align: center;
  color: #666;
}

.bodylistpost #nav_breadcrumb {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 50%;
  display: block;
  height: 50px;
}

body.bodylist.bodyteam .npagePage .content .container_content #pages .next,
body.bodylist.bodyteam .npagePage .content .container_content #pages .prev {
  line-height: 80px;
  margin-left: -40px;
  text-align: center;
}

body.bodylist.bodyteam .npagePage .content .container_content #pages .next .fa::before,
body.bodylist.bodyteam .npagePage .content .container_content #pages .prev .fa::before {
  font-size: 40px;
  display: block;
}

body.bodylist.bodyteam .npagePage .content .container_content #pages .prev .fa::before {
  position: static;
  transform: rotate(-90deg);
}

body.bodylist.bodyteam .npagePage .content .container_content #pages .next .fa {
  padding: 0;
}

body.bodylist.bodyteam .npagePage .content .container_content #pages .next .fa::before {
  content: "\f105";
  transform: rotate(90deg);
  color: #fff;
}

body.bodylist.bodyteam .npagePage .content .container_content #pages .next,
body.bodylist.bodyteam .npagePage .content .container_content #pages .prev {
  z-index: 100000;
}

.bodyindex .module {
  animation-timing-function: cubic-bezier(0.53, 0.01, 0.39, 1) !important;
  animation-duration: 1s;
}

#sitecontent .npagePage .project .tab_button {
  display: none;
}

body {
  background: #fff;
}

.bodylistpost.bodyproject #sitecontent .project .listWrap .content_list {
  white-space: normal;
}

.bodylistpost.bodyproject #sitecontent .project .listWrap .content_list .owl-nav {
  display: none;
}

.bodylistpost.bodyproject #sitecontent .project .listWrap .content_list .item_block {
  margin: 0;
}

.bodylistpost.bodyproject #sitecontent .project .listWrap .content_list .item_block .item_img {
  width: 100%;
}

.bodylistpost.bodyservice .item_block_1 {
  /* margin-top: 50px; */
}

.bodylist.bodyteam {
  position: relative;
}

.bodylist.bodyteam .npagePage .content .container_content .item_block .item_box .item_info {
  display: none;
}

.bodylist.bodyteam #sitecontent .intr_list {
  position: absolute;
  display: block;
  top: 16.2vw;
  right: 12.8vw;
  z-index: 20;
}

.bodylist.bodyteam #sitecontent .intr_list .item_wrapper {
  margin-bottom: 40px;
  text-align: right;
  transition: 0.36s ease;
  cursor: pointer;
}

.bodylist.bodyteam #sitecontent .intr_list .item_wrapper.active, .bodylist.bodyteam #sitecontent .intr_list .item_wrapper:hover {
  transform: translateX(-20px);
}

.bodylist.bodyteam #sitecontent .intr_list .item_wrapper.active .title, .bodylist.bodyteam #sitecontent .intr_list .item_wrapper:hover .title {
  color: #000;
}

.bodylist.bodyteam #sitecontent .intr_list .details,
.bodylist.bodyteam #sitecontent .intr_list .item_des,
.bodylist.bodyteam #sitecontent .intr_list .date_wrap {
  display: none;
}

.bodylist.bodyteam #sitecontent .intr_list .title {
  font-size: 18px;
  line-height: 26px;
  transition: 0.36s ease;
  color: #666;
}

.bodylist.bodyteam #sitecontent .intr_list .subtitle {
  font-size: 13px;
  line-height: 1;
  color: #999;
  text-align: right;
}

.bodylist.bodyteam #sitecontent {
  height: 100vh;
  overflow: hidden;
}

.bodylist.bodyteam #sitecontent .content_list .item_block {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.bodylist.bodyteam #sitecontent .content_list .item_block .description,
.bodylist.bodyteam #sitecontent .content_list .item_block .item_img {
  animation: fadeOut 1s both;
}

.bodylist.bodyteam #sitecontent .content_list .item_block.active {
  z-index: 10;
}

.bodylist.bodyteam #sitecontent .content_list .item_block.active .description,
.bodylist.bodyteam #sitecontent .content_list .item_block.active .item_img {
  animation: bounceInUp 1s both;
}

.bodylist.bodyproject #sitecontent .container_content {
  width: 10000px;
}

body .imgGallery {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

body .imgGallery.open {
  visibility: visible;
  transition: 1s ease;
}

body .imgGallery.open img {
  transition: 0.5s ease, width 1s ease, height 1s ease;
}

body .imgGallery .imgGallery_wrapper {
  font-size: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  height: 100%;
  padding: 0 60px;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .imgGallery .imgGallery_wrapper ._next,
body .imgGallery .imgGallery_wrapper ._prev {
  visibility: hidden;
  transition: 0.36s ease;
  opacity: 0;
}

body .imgGallery .imgGallery_wrapper ._next:hover,
body .imgGallery .imgGallery_wrapper ._prev:hover {
  color: #fff;
}

body .imgGallery img {
  position: absolute;
}

body .imgGallery.center {
  background: rgba(24, 24, 24, 0.9);
}

body .imgGallery.center .fa-angle-right {
  display: inline-block;
}

body .imgGallery.center img {
  top: 50% !important;
  left: 50% !important;
  max-width: 80%;
  max-height: 80%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.52);
}

body .imgGallery.center img.w {
  width: 80% !important;
  height: auto !important;
}

body .imgGallery.center img.h {
  width: auto !important;
  height: 80% !important;
}

body .imgGallery.center .imgGallery_wrapper ._next,
body .imgGallery.center .imgGallery_wrapper ._prev {
  visibility: visible;
  opacity: 1;
  padding: 0 20px;
}

.singlescreen .module {
  padding: 0;
}

.singlescreen .module_container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* animation sets */
/* move from / to  */
.pt-page-ontop {
  z-index: 999 !important;
}

.pt-page-moveToLeft {
  -webkit-animation: moveToLeft 0.6s ease both;
  animation: moveToLeft 0.6s ease both;
}

.pt-page-moveFromLeft {
  -webkit-animation: moveFromLeft 0.6s ease both;
  animation: moveFromLeft 0.6s ease both;
}

.pt-page-moveToRight {
  -webkit-animation: moveToRight 0.6s ease both;
  animation: moveToRight 0.6s ease both;
}

.pt-page-moveFromRight {
  -webkit-animation: moveFromRight 0.6s ease both;
  animation: moveFromRight 0.6s ease both;
}

.pt-page-moveToTop {
  -webkit-animation: moveToTop 0.6s ease both;
  animation: moveToTop 0.6s ease both;
}

.pt-page-moveFromTop {
  -webkit-animation: moveFromTop 0.6s ease both;
  animation: moveFromTop 0.6s ease both;
}

.pt-page-moveToBottom {
  -webkit-animation: moveToBottom 0.6s ease both;
  animation: moveToBottom 0.6s ease both;
}

.pt-page-moveFromBottom {
  -webkit-animation: moveFromBottom 0.6s ease both;
  animation: moveFromBottom 0.6s ease both;
}

/* fade */
.pt-page-fade {
  -webkit-animation: fade 0.7s ease both;
  animation: fade 0.7s ease both;
}

/* move from / to and fade */
.pt-page-moveToLeftFade {
  -webkit-animation: moveToLeftFade 0.7s ease both;
  animation: moveToLeftFade 0.7s ease both;
}

.pt-page-moveFromLeftFade {
  -webkit-animation: moveFromLeftFade 0.7s ease both;
  animation: moveFromLeftFade 0.7s ease both;
}

.pt-page-moveToRightFade {
  -webkit-animation: moveToRightFade 0.7s ease both;
  animation: moveToRightFade 0.7s ease both;
}

.pt-page-moveFromRightFade {
  -webkit-animation: moveFromRightFade 0.7s ease both;
  animation: moveFromRightFade 0.7s ease both;
}

.pt-page-moveToTopFade {
  -webkit-animation: moveToTopFade 0.7s ease both;
  animation: moveToTopFade 0.7s ease both;
}

.pt-page-moveFromTopFade {
  -webkit-animation: moveFromTopFade 0.7s ease both;
  animation: moveFromTopFade 0.7s ease both;
}

.pt-page-moveToBottomFade {
  -webkit-animation: moveToBottomFade 0.7s ease both;
  animation: moveToBottomFade 0.7s ease both;
}

.pt-page-moveFromBottomFade {
  -webkit-animation: moveFromBottomFade 0.7s ease both;
  animation: moveFromBottomFade 0.7s ease both;
}

/* move to with different easing */
.pt-page-moveToLeftEasing {
  -webkit-animation: moveToLeft 0.7s ease-in-out both;
  animation: moveToLeft 0.7s ease-in-out both;
}

.pt-page-moveToRightEasing {
  -webkit-animation: moveToRight 0.7s ease-in-out both;
  animation: moveToRight 0.7s ease-in-out both;
}

.pt-page-moveToTopEasing {
  -webkit-animation: moveToTop 0.7s ease-in-out both;
  animation: moveToTop 0.7s ease-in-out both;
}

.pt-page-moveToBottomEasing {
  -webkit-animation: moveToBottom 0.7s ease-in-out both;
  animation: moveToBottom 0.7s ease-in-out both;
}

/********************************* keyframes **************************************/
/* move from / to  */
@-webkit-keyframes moveToLeft {
  from {
  }
  to {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes moveToLeft {
  from {
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes moveToRight {
  from {
  }
  to {
    -webkit-transform: translateX(100%);
  }
}

@keyframes moveToRight {
  from {
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
}

@keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes moveToTop {
  from {
  }
  to {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes moveToTop {
  from {
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes moveToBottom {
  from {
  }
  to {
    -webkit-transform: translateY(100%);
  }
}

@keyframes moveToBottom {
  from {
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%);
  }
}

@keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

/* fade */
@-webkit-keyframes fade {
  from {
  }
  to {
    opacity: 0.3;
  }
}

@keyframes fade {
  from {
  }
  to {
    opacity: 0.3;
  }
}

/* move from / to and fade */
@-webkit-keyframes moveToLeftFade {
  from {
  }
  to {
    -webkit-transform: translateX(-100%);
    opacity: 0.3;
  }
}

@keyframes moveToLeftFade {
  from {
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0.3;
  }
}

@-webkit-keyframes moveFromLeftFade {
  from {
    -webkit-transform: translateX(-100%);
    opacity: 0.3;
  }
}

@keyframes moveFromLeftFade {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0.3;
  }
}

@-webkit-keyframes moveToRightFade {
  from {
  }
  to {
    -webkit-transform: translateX(100%);
    opacity: 0.3;
  }
}

@keyframes moveToRightFade {
  from {
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0.3;
  }
}

@-webkit-keyframes moveFromRightFade {
  from {
    -webkit-transform: translateX(100%);
    opacity: 0.3;
  }
}

@keyframes moveFromRightFade {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0.3;
  }
}

@-webkit-keyframes moveToTopFade {
  from {
  }
  to {
    -webkit-transform: translateY(-100%);
    opacity: 0.3;
  }
}

@keyframes moveToTopFade {
  from {
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.3;
  }
}

@-webkit-keyframes moveFromTopFade {
  from {
    -webkit-transform: translateY(-100%);
    opacity: 0.3;
  }
}

@keyframes moveFromTopFade {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0.3;
  }
}

@-webkit-keyframes moveToBottomFade {
  from {
  }
  to {
    -webkit-transform: translateY(100%);
    opacity: 0.3;
  }
}

@keyframes moveToBottomFade {
  from {
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0.3;
  }
}

@-webkit-keyframes moveFromBottomFade {
  from {
    -webkit-transform: translateY(100%);
    opacity: 0.3;
  }
}

@keyframes moveFromBottomFade {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0.3;
  }
}

/* scale and fade */
.pt-page-scaleDown {
  -webkit-animation: scaleDown 0.7s ease both;
  animation: scaleDown 0.7s ease both;
}

.pt-page-scaleUp {
  -webkit-animation: scaleUp 0.7s ease both;
  animation: scaleUp 0.7s ease both;
}

.pt-page-scaleUpDown {
  -webkit-animation: scaleUpDown 0.5s ease both;
  animation: scaleUpDown 0.5s ease both;
}

.pt-page-scaleDownUp {
  -webkit-animation: scaleDownUp 0.5s ease both;
  animation: scaleDownUp 0.5s ease both;
}

.pt-page-scaleDownCenter {
  -webkit-animation: scaleDownCenter 0.4s ease-in both;
  animation: scaleDownCenter 0.4s ease-in both;
}

.pt-page-scaleUpCenter {
  -webkit-animation: scaleUpCenter 0.4s ease-out both;
  animation: scaleUpCenter 0.4s ease-out both;
}

/********************************* keyframes **************************************/
/* scale and fade */
@-webkit-keyframes scaleDown {
  from {
  }
  to {
    -webkit-transform: scale(0.8);
    opacity: 0;
  }
}

@keyframes scaleDown {
  from {
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
}

@-webkit-keyframes scaleUp {
  from {
    -webkit-transform: scale(0.8);
    opacity: 0;
  }
}

@keyframes scaleUp {
  from {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
}

@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@-webkit-keyframes scaleDownUp {
  from {
  }
  to {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes scaleDownUp {
  from {
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@-webkit-keyframes scaleDownCenter {
  from {
  }
  to {
    -webkit-transform: scale(0.7);
    opacity: 0;
  }
}

@keyframes scaleDownCenter {
  from {
  }
  to {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
}

@-webkit-keyframes scaleUpCenter {
  from {
    -webkit-transform: scale(0.7);
    opacity: 0;
  }
}

@keyframes scaleUpCenter {
  from {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
}

/* rotate sides first and scale */
.pt-page-rotateRightSideFirst {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation: rotateRightSideFirst 0.8s both ease-in;
  animation: rotateRightSideFirst 0.8s both ease-in;
}

.pt-page-rotateLeftSideFirst {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateLeftSideFirst 0.8s both ease-in;
  animation: rotateLeftSideFirst 0.8s both ease-in;
}

.pt-page-rotateTopSideFirst {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateTopSideFirst 0.8s both ease-in;
  animation: rotateTopSideFirst 0.8s both ease-in;
}

.pt-page-rotateBottomSideFirst {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: rotateBottomSideFirst 0.8s both ease-in;
  animation: rotateBottomSideFirst 0.8s both ease-in;
}

/* flip */
.pt-page-flipOutRight {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipOutRight 0.5s both ease-in;
  animation: flipOutRight 0.5s both ease-in;
}

.pt-page-flipInLeft {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipInLeft 0.5s both ease-out;
  animation: flipInLeft 0.5s both ease-out;
}

.pt-page-flipOutLeft {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipOutLeft 0.5s both ease-in;
  animation: flipOutLeft 0.5s both ease-in;
}

.pt-page-flipInRight {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipInRight 0.5s both ease-out;
  animation: flipInRight 0.5s both ease-out;
}

.pt-page-flipOutTop {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipOutTop 0.5s both ease-in;
  animation: flipOutTop 0.5s both ease-in;
}

.pt-page-flipInBottom {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipInBottom 0.5s both ease-out;
  animation: flipInBottom 0.5s both ease-out;
}

.pt-page-flipOutBottom {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipOutBottom 0.5s both ease-in;
  animation: flipOutBottom 0.5s both ease-in;
}

.pt-page-flipInTop {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: flipInTop 0.5s both ease-out;
  animation: flipInTop 0.5s both ease-out;
}

/* rotate fall */
.pt-page-rotateFall {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: rotateFall 1s both ease-in;
  animation: rotateFall 1s both ease-in;
}

/* rotate newspaper */
.pt-page-rotateOutNewspaper {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: rotateOutNewspaper 0.5s both ease-in;
  animation: rotateOutNewspaper 0.5s both ease-in;
}

.pt-page-rotateInNewspaper {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: rotateInNewspaper 0.5s both ease-out;
  animation: rotateInNewspaper 0.5s both ease-out;
}

/* push */
.pt-page-rotatePushLeft {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation: rotatePushLeft 0.8s both ease;
  animation: rotatePushLeft 0.8s both ease;
}

.pt-page-rotatePushRight {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotatePushRight 0.8s both ease;
  animation: rotatePushRight 0.8s both ease;
}

.pt-page-rotatePushTop {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: rotatePushTop 0.8s both ease;
  animation: rotatePushTop 0.8s both ease;
}

.pt-page-rotatePushBottom {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotatePushBottom 0.8s both ease;
  animation: rotatePushBottom 0.8s both ease;
}

/* pull */
.pt-page-rotatePullRight {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotatePullRight 0.5s both ease;
  animation: rotatePullRight 0.5s both ease;
}

.pt-page-rotatePullLeft {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation: rotatePullLeft 0.5s both ease;
  animation: rotatePullLeft 0.5s both ease;
}

.pt-page-rotatePullTop {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: rotatePullTop 0.5s both ease;
  animation: rotatePullTop 0.5s both ease;
}

.pt-page-rotatePullBottom {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotatePullBottom 0.5s both ease;
  animation: rotatePullBottom 0.5s both ease;
}

/* fold */
.pt-page-rotateFoldRight {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation: rotateFoldRight 0.7s both ease;
  animation: rotateFoldRight 0.7s both ease;
}

.pt-page-rotateFoldLeft {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateFoldLeft 0.7s both ease;
  animation: rotateFoldLeft 0.7s both ease;
}

.pt-page-rotateFoldTop {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateFoldTop 0.7s both ease;
  animation: rotateFoldTop 0.7s both ease;
}

.pt-page-rotateFoldBottom {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: rotateFoldBottom 0.7s both ease;
  animation: rotateFoldBottom 0.7s both ease;
}

/* unfold */
.pt-page-rotateUnfoldLeft {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateUnfoldLeft 0.7s both ease;
  animation: rotateUnfoldLeft 0.7s both ease;
}

.pt-page-rotateUnfoldRight {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation: rotateUnfoldRight 0.7s both ease;
  animation: rotateUnfoldRight 0.7s both ease;
}

.pt-page-rotateUnfoldTop {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateUnfoldTop 0.7s both ease;
  animation: rotateUnfoldTop 0.7s both ease;
}

.pt-page-rotateUnfoldBottom {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: rotateUnfoldBottom 0.7s both ease;
  animation: rotateUnfoldBottom 0.7s both ease;
}

/* room walls */
.pt-page-rotateRoomLeftOut {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateRoomLeftOut 0.8s both ease;
  animation: rotateRoomLeftOut 0.8s both ease;
}

.pt-page-rotateRoomLeftIn {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation: rotateRoomLeftIn 0.8s both ease;
  animation: rotateRoomLeftIn 0.8s both ease;
}

.pt-page-rotateRoomRightOut {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation: rotateRoomRightOut 0.8s both ease;
  animation: rotateRoomRightOut 0.8s both ease;
}

.pt-page-rotateRoomRightIn {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateRoomRightIn 0.8s both ease;
  animation: rotateRoomRightIn 0.8s both ease;
}

.pt-page-rotateRoomTopOut {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateRoomTopOut 0.8s both ease;
  animation: rotateRoomTopOut 0.8s both ease;
}

.pt-page-rotateRoomTopIn {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: rotateRoomTopIn 0.8s both ease;
  animation: rotateRoomTopIn 0.8s both ease;
}

.pt-page-rotateRoomBottomOut {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: rotateRoomBottomOut 0.8s both ease;
  animation: rotateRoomBottomOut 0.8s both ease;
}

.pt-page-rotateRoomBottomIn {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateRoomBottomIn 0.8s both ease;
  animation: rotateRoomBottomIn 0.8s both ease;
}

/* cube */
.pt-page-rotateCubeLeftOut {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateCubeLeftOut 0.6s both ease-in;
  animation: rotateCubeLeftOut 0.6s both ease-in;
}

.pt-page-rotateCubeLeftIn {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation: rotateCubeLeftIn 0.6s both ease-in;
  animation: rotateCubeLeftIn 0.6s both ease-in;
}

.pt-page-rotateCubeRightOut {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation: rotateCubeRightOut 0.6s both ease-in;
  animation: rotateCubeRightOut 0.6s both ease-in;
}

.pt-page-rotateCubeRightIn {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateCubeRightIn 0.6s both ease-in;
  animation: rotateCubeRightIn 0.6s both ease-in;
}

.pt-page-rotateCubeTopOut {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateCubeTopOut 0.6s both ease-in;
  animation: rotateCubeTopOut 0.6s both ease-in;
}

.pt-page-rotateCubeTopIn {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: rotateCubeTopIn 0.6s both ease-in;
  animation: rotateCubeTopIn 0.6s both ease-in;
}

.pt-page-rotateCubeBottomOut {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: rotateCubeBottomOut 0.6s both ease-in;
  animation: rotateCubeBottomOut 0.6s both ease-in;
}

.pt-page-rotateCubeBottomIn {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateCubeBottomIn 0.6s both ease-in;
  animation: rotateCubeBottomIn 0.6s both ease-in;
}

/* carousel */
.pt-page-rotateCarouselLeftOut {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateCarouselLeftOut 0.8s both ease;
  animation: rotateCarouselLeftOut 0.8s both ease;
}

.pt-page-rotateCarouselLeftIn {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation: rotateCarouselLeftIn 0.8s both ease;
  animation: rotateCarouselLeftIn 0.8s both ease;
}

.pt-page-rotateCarouselRightOut {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-animation: rotateCarouselRightOut 0.8s both ease;
  animation: rotateCarouselRightOut 0.8s both ease;
}

.pt-page-rotateCarouselRightIn {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateCarouselRightIn 0.8s both ease;
  animation: rotateCarouselRightIn 0.8s both ease;
}

.pt-page-rotateCarouselTopOut {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateCarouselTopOut 0.8s both ease;
  animation: rotateCarouselTopOut 0.8s both ease;
}

.pt-page-rotateCarouselTopIn {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: rotateCarouselTopIn 0.8s both ease;
  animation: rotateCarouselTopIn 0.8s both ease;
}

.pt-page-rotateCarouselBottomOut {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: rotateCarouselBottomOut 0.8s both ease;
  animation: rotateCarouselBottomOut 0.8s both ease;
}

.pt-page-rotateCarouselBottomIn {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-animation: rotateCarouselBottomIn 0.8s both ease;
  animation: rotateCarouselBottomIn 0.8s both ease;
}

/* sides */
.pt-page-rotateSidesOut {
  -webkit-transform-origin: -50% 50%;
  transform-origin: -50% 50%;
  -webkit-animation: rotateSidesOut 0.5s both ease-in;
  animation: rotateSidesOut 0.5s both ease-in;
}

.pt-page-rotateSidesIn {
  -webkit-transform-origin: 150% 50%;
  transform-origin: 150% 50%;
  -webkit-animation: rotateSidesIn 0.5s both ease-out;
  animation: rotateSidesIn 0.5s both ease-out;
}

/* slide */
.pt-page-rotateSlideOut {
  -webkit-animation: rotateSlideOut 1s both ease;
  animation: rotateSlideOut 1s both ease;
}

.pt-page-rotateSlideIn {
  -webkit-animation: rotateSlideIn 1s both ease;
  animation: rotateSlideIn 1s both ease;
}

/********************************* keyframes **************************************/
/* rotate sides first and scale */
@-webkit-keyframes rotateRightSideFirst {
  0% {
  }
  40% {
    -webkit-transform: rotateY(15deg);
    -webkit-animation-timing-function: ease-out;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}

@keyframes rotateRightSideFirst {
  0% {
  }
  40% {
    -webkit-transform: rotateY(15deg);
    transform: rotateY(15deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}

@-webkit-keyframes rotateLeftSideFirst {
  0% {
  }
  40% {
    -webkit-transform: rotateY(-15deg);
    -webkit-animation-timing-function: ease-out;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}

@keyframes rotateLeftSideFirst {
  0% {
  }
  40% {
    -webkit-transform: rotateY(-15deg);
    transform: rotateY(-15deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}

@-webkit-keyframes rotateTopSideFirst {
  0% {
  }
  40% {
    -webkit-transform: rotateX(15deg);
    -webkit-animation-timing-function: ease-out;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}

@keyframes rotateTopSideFirst {
  0% {
  }
  40% {
    -webkit-transform: rotateX(15deg);
    transform: rotateX(15deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}

@-webkit-keyframes rotateBottomSideFirst {
  0% {
  }
  40% {
    -webkit-transform: rotateX(-15deg);
    -webkit-animation-timing-function: ease-out;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}

@keyframes rotateBottomSideFirst {
  0% {
  }
  40% {
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(0.8) translateZ(-200px);
    transform: scale(0.8) translateZ(-200px);
    opacity: 0;
  }
}

/* flip */
@-webkit-keyframes flipOutRight {
  from {
  }
  to {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}

@keyframes flipOutRight {
  from {
  }
  to {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes flipInLeft {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}

@keyframes flipInLeft {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes flipOutLeft {
  from {
  }
  to {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}

@keyframes flipOutLeft {
  from {
  }
  to {
    -webkit-transform: translateZ(-1000px) rotateY(-90deg);
    transform: translateZ(-1000px) rotateY(-90deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes flipInRight {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}

@keyframes flipInRight {
  from {
    -webkit-transform: translateZ(-1000px) rotateY(90deg);
    transform: translateZ(-1000px) rotateY(90deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes flipOutTop {
  from {
  }
  to {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}

@keyframes flipOutTop {
  from {
  }
  to {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes flipInBottom {
  from {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}

@keyframes flipInBottom {
  from {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes flipOutBottom {
  from {
  }
  to {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}

@keyframes flipOutBottom {
  from {
  }
  to {
    -webkit-transform: translateZ(-1000px) rotateX(-90deg);
    transform: translateZ(-1000px) rotateX(-90deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes flipInTop {
  from {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}

@keyframes flipInTop {
  from {
    -webkit-transform: translateZ(-1000px) rotateX(90deg);
    transform: translateZ(-1000px) rotateX(90deg);
    opacity: 0.2;
  }
}

/* fall */
@-webkit-keyframes rotateFall {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  20% {
    -webkit-transform: rotateZ(10deg);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: rotateZ(17deg);
  }
  60% {
    -webkit-transform: rotateZ(16deg);
  }
  100% {
    -webkit-transform: translateY(100%) rotateZ(17deg);
  }
}

@keyframes rotateFall {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  20% {
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: rotateZ(17deg);
    transform: rotateZ(17deg);
  }
  60% {
    -webkit-transform: rotateZ(16deg);
    transform: rotateZ(16deg);
  }
  100% {
    -webkit-transform: translateY(100%) rotateZ(17deg);
    transform: translateY(100%) rotateZ(17deg);
  }
}

/* newspaper */
@-webkit-keyframes rotateOutNewspaper {
  from {
  }
  to {
    -webkit-transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}

@keyframes rotateOutNewspaper {
  from {
  }
  to {
    -webkit-transform: translateZ(-3000px) rotateZ(360deg);
    transform: translateZ(-3000px) rotateZ(360deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateInNewspaper {
  from {
    -webkit-transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}

@keyframes rotateInNewspaper {
  from {
    -webkit-transform: translateZ(-3000px) rotateZ(-360deg);
    transform: translateZ(-3000px) rotateZ(-360deg);
    opacity: 0;
  }
}

/* push */
@-webkit-keyframes rotatePushLeft {
  from {
  }
  to {
    -webkit-transform: rotateY(90deg);
    opacity: 0;
  }
}

@keyframes rotatePushLeft {
  from {
  }
  to {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotatePushRight {
  from {
  }
  to {
    -webkit-transform: rotateY(-90deg);
    opacity: 0;
  }
}

@keyframes rotatePushRight {
  from {
  }
  to {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotatePushTop {
  from {
  }
  to {
    -webkit-transform: rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes rotatePushTop {
  from {
  }
  to {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotatePushBottom {
  from {
  }
  to {
    -webkit-transform: rotateX(90deg);
    opacity: 0;
  }
}

@keyframes rotatePushBottom {
  from {
  }
  to {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }
}

/* pull */
@-webkit-keyframes rotatePullRight {
  from {
    -webkit-transform: rotateY(-90deg);
    opacity: 0;
  }
}

@keyframes rotatePullRight {
  from {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotatePullLeft {
  from {
    -webkit-transform: rotateY(90deg);
    opacity: 0;
  }
}

@keyframes rotatePullLeft {
  from {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotatePullTop {
  from {
    -webkit-transform: rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes rotatePullTop {
  from {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotatePullBottom {
  from {
    -webkit-transform: rotateX(90deg);
    opacity: 0;
  }
}

@keyframes rotatePullBottom {
  from {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }
}

/* fold */
@-webkit-keyframes rotateFoldRight {
  from {
  }
  to {
    -webkit-transform: translateX(100%) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes rotateFoldRight {
  from {
  }
  to {
    -webkit-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateFoldLeft {
  from {
  }
  to {
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    opacity: 0;
  }
}

@keyframes rotateFoldLeft {
  from {
  }
  to {
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateFoldTop {
  from {
  }
  to {
    -webkit-transform: translateY(-100%) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes rotateFoldTop {
  from {
  }
  to {
    -webkit-transform: translateY(-100%) rotateX(90deg);
    transform: translateY(-100%) rotateX(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateFoldBottom {
  from {
  }
  to {
    -webkit-transform: translateY(100%) rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes rotateFoldBottom {
  from {
  }
  to {
    -webkit-transform: translateY(100%) rotateX(-90deg);
    transform: translateY(100%) rotateX(-90deg);
    opacity: 0;
  }
}

/* unfold */
@-webkit-keyframes rotateUnfoldLeft {
  from {
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    opacity: 0;
  }
}

@keyframes rotateUnfoldLeft {
  from {
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateUnfoldRight {
  from {
    -webkit-transform: translateX(100%) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes rotateUnfoldRight {
  from {
    -webkit-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateUnfoldTop {
  from {
    -webkit-transform: translateY(-100%) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes rotateUnfoldTop {
  from {
    -webkit-transform: translateY(-100%) rotateX(90deg);
    transform: translateY(-100%) rotateX(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateUnfoldBottom {
  from {
    -webkit-transform: translateY(100%) rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes rotateUnfoldBottom {
  from {
    -webkit-transform: translateY(100%) rotateX(-90deg);
    transform: translateY(100%) rotateX(-90deg);
    opacity: 0;
  }
}

/* room walls */
@-webkit-keyframes rotateRoomLeftOut {
  from {
  }
  to {
    -webkit-transform: translateX(-100%) rotateY(90deg);
    opacity: 0.3;
  }
}

@keyframes rotateRoomLeftOut {
  from {
  }
  to {
    -webkit-transform: translateX(-100%) rotateY(90deg);
    transform: translateX(-100%) rotateY(90deg);
    opacity: 0.3;
  }
}

@-webkit-keyframes rotateRoomLeftIn {
  from {
    -webkit-transform: translateX(100%) rotateY(-90deg);
    opacity: 0.3;
  }
}

@keyframes rotateRoomLeftIn {
  from {
    -webkit-transform: translateX(100%) rotateY(-90deg);
    transform: translateX(100%) rotateY(-90deg);
    opacity: 0.3;
  }
}

@-webkit-keyframes rotateRoomRightOut {
  from {
  }
  to {
    -webkit-transform: translateX(100%) rotateY(-90deg);
    opacity: 0.3;
  }
}

@keyframes rotateRoomRightOut {
  from {
  }
  to {
    -webkit-transform: translateX(100%) rotateY(-90deg);
    transform: translateX(100%) rotateY(-90deg);
    opacity: 0.3;
  }
}

@-webkit-keyframes rotateRoomRightIn {
  from {
    -webkit-transform: translateX(-100%) rotateY(90deg);
    opacity: 0.3;
  }
}

@keyframes rotateRoomRightIn {
  from {
    -webkit-transform: translateX(-100%) rotateY(90deg);
    transform: translateX(-100%) rotateY(90deg);
    opacity: 0.3;
  }
}

@-webkit-keyframes rotateRoomTopOut {
  from {
  }
  to {
    -webkit-transform: translateY(-100%) rotateX(-90deg);
    opacity: 0.3;
  }
}

@keyframes rotateRoomTopOut {
  from {
  }
  to {
    -webkit-transform: translateY(-100%) rotateX(-90deg);
    transform: translateY(-100%) rotateX(-90deg);
    opacity: 0.3;
  }
}

@-webkit-keyframes rotateRoomTopIn {
  from {
    -webkit-transform: translateY(100%) rotateX(90deg);
    opacity: 0.3;
  }
}

@keyframes rotateRoomTopIn {
  from {
    -webkit-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
    opacity: 0.3;
  }
}

@-webkit-keyframes rotateRoomBottomOut {
  from {
  }
  to {
    -webkit-transform: translateY(100%) rotateX(90deg);
    opacity: 0.3;
  }
}

@keyframes rotateRoomBottomOut {
  from {
  }
  to {
    -webkit-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
    opacity: 0.3;
  }
}

@-webkit-keyframes rotateRoomBottomIn {
  from {
    -webkit-transform: translateY(-100%) rotateX(-90deg);
    opacity: 0.3;
  }
}

@keyframes rotateRoomBottomIn {
  from {
    -webkit-transform: translateY(-100%) rotateX(-90deg);
    transform: translateY(-100%) rotateX(-90deg);
    opacity: 0.3;
  }
}

/* cube */
@-webkit-keyframes rotateCubeLeftOut {
  0% {
  }
  50% {
    -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    opacity: 0.3;
  }
}

@keyframes rotateCubeLeftOut {
  0% {
  }
  50% {
    -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
    transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
    opacity: 0.3;
  }
}

@-webkit-keyframes rotateCubeLeftIn {
  0% {
    -webkit-transform: translateX(100%) rotateY(90deg);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
    -webkit-animation-timing-function: ease-out;
  }
}

@keyframes rotateCubeLeftIn {
  0% {
    -webkit-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
    transform: translateX(50%) translateZ(-200px) rotateY(45deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-webkit-keyframes rotateCubeRightOut {
  0% {
  }
  50% {
    -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(100%) rotateY(90deg);
    opacity: 0.3;
  }
}

@keyframes rotateCubeRightOut {
  0% {
  }
  50% {
    -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);
    transform: translateX(50%) translateZ(-200px) rotateY(45deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(100%) rotateY(90deg);
    transform: translateX(100%) rotateY(90deg);
    opacity: 0.3;
  }
}

@-webkit-keyframes rotateCubeRightIn {
  0% {
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
    -webkit-animation-timing-function: ease-out;
  }
}

@keyframes rotateCubeRightIn {
  0% {
    -webkit-transform: translateX(-100%) rotateY(-90deg);
    transform: translateX(-100%) rotateY(-90deg);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
    transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-webkit-keyframes rotateCubeTopOut {
  0% {
  }
  50% {
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(-100%) rotateX(90deg);
    opacity: 0.3;
  }
}

@keyframes rotateCubeTopOut {
  0% {
  }
  50% {
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(-100%) rotateX(90deg);
    transform: translateY(-100%) rotateX(90deg);
    opacity: 0.3;
  }
}

@-webkit-keyframes rotateCubeTopIn {
  0% {
    -webkit-transform: translateY(100%) rotateX(-90deg);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    -webkit-animation-timing-function: ease-out;
  }
}

@keyframes rotateCubeTopIn {
  0% {
    -webkit-transform: translateY(100%) rotateX(-90deg);
    transform: translateY(100%) rotateX(-90deg);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@-webkit-keyframes rotateCubeBottomOut {
  0% {
  }
  50% {
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(100%) rotateX(-90deg);
    opacity: 0.3;
  }
}

@keyframes rotateCubeBottomOut {
  0% {
  }
  50% {
    -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(100%) rotateX(-90deg);
    transform: translateY(100%) rotateX(-90deg);
    opacity: 0.3;
  }
}

@-webkit-keyframes rotateCubeBottomIn {
  0% {
    -webkit-transform: translateY(-100%) rotateX(90deg);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    -webkit-animation-timing-function: ease-out;
  }
}

@keyframes rotateCubeBottomIn {
  0% {
    -webkit-transform: translateY(-100%) rotateX(90deg);
    transform: translateY(-100%) rotateX(90deg);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

/* carousel */
@-webkit-keyframes rotateCarouselLeftOut {
  from {
  }
  to {
    -webkit-transform: translateX(-150%) scale(0.4) rotateY(-65deg);
    opacity: 0.3;
  }
}

@keyframes rotateCarouselLeftOut {
  from {
  }
  to {
    -webkit-transform: translateX(-150%) scale(0.4) rotateY(-65deg);
    transform: translateX(-150%) scale(0.4) rotateY(-65deg);
    opacity: 0.3;
  }
}

@-webkit-keyframes rotateCarouselLeftIn {
  from {
    -webkit-transform: translateX(200%) scale(0.4) rotateY(65deg);
    opacity: 0.3;
  }
}

@keyframes rotateCarouselLeftIn {
  from {
    -webkit-transform: translateX(200%) scale(0.4) rotateY(65deg);
    transform: translateX(200%) scale(0.4) rotateY(65deg);
    opacity: 0.3;
  }
}

@-webkit-keyframes rotateCarouselRightOut {
  from {
  }
  to {
    -webkit-transform: translateX(200%) scale(0.4) rotateY(65deg);
    opacity: 0.3;
  }
}

@keyframes rotateCarouselRightOut {
  from {
  }
  to {
    -webkit-transform: translateX(200%) scale(0.4) rotateY(65deg);
    transform: translateX(200%) scale(0.4) rotateY(65deg);
    opacity: 0.3;
  }
}

@-webkit-keyframes rotateCarouselRightIn {
  from {
    -webkit-transform: translateX(-200%) scale(0.4) rotateY(-65deg);
    opacity: 0.3;
  }
}

@keyframes rotateCarouselRightIn {
  from {
    -webkit-transform: translateX(-200%) scale(0.4) rotateY(-65deg);
    transform: translateX(-200%) scale(0.4) rotateY(-65deg);
    opacity: 0.3;
  }
}

@-webkit-keyframes rotateCarouselTopOut {
  from {
  }
  to {
    -webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg);
    opacity: 0.3;
  }
}

@keyframes rotateCarouselTopOut {
  from {
  }
  to {
    -webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg);
    transform: translateY(-200%) scale(0.4) rotateX(65deg);
    opacity: 0.3;
  }
}

@-webkit-keyframes rotateCarouselTopIn {
  from {
    -webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg);
    opacity: 0.3;
  }
}

@keyframes rotateCarouselTopIn {
  from {
    -webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg);
    transform: translateY(200%) scale(0.4) rotateX(-65deg);
    opacity: 0.3;
  }
}

@-webkit-keyframes rotateCarouselBottomOut {
  from {
  }
  to {
    -webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg);
    opacity: 0.3;
  }
}

@keyframes rotateCarouselBottomOut {
  from {
  }
  to {
    -webkit-transform: translateY(200%) scale(0.4) rotateX(-65deg);
    transform: translateY(200%) scale(0.4) rotateX(-65deg);
    opacity: 0.3;
  }
}

@-webkit-keyframes rotateCarouselBottomIn {
  from {
    -webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg);
    opacity: 0.3;
  }
}

@keyframes rotateCarouselBottomIn {
  from {
    -webkit-transform: translateY(-200%) scale(0.4) rotateX(65deg);
    transform: translateY(-200%) scale(0.4) rotateX(65deg);
    opacity: 0.3;
  }
}

/* sides */
@-webkit-keyframes rotateSidesOut {
  from {
  }
  to {
    -webkit-transform: translateZ(-500px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes rotateSidesOut {
  from {
  }
  to {
    -webkit-transform: translateZ(-500px) rotateY(90deg);
    transform: translateZ(-500px) rotateY(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateSidesIn {
  from {
    -webkit-transform: translateZ(-500px) rotateY(-90deg);
    opacity: 0;
  }
}

@keyframes rotateSidesIn {
  from {
    -webkit-transform: translateZ(-500px) rotateY(-90deg);
    transform: translateZ(-500px) rotateY(-90deg);
    opacity: 0;
  }
}

/* slide */
@-webkit-keyframes rotateSlideOut {
  0% {
  }
  25% {
    -webkit-transform: translateZ(-500px);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translateZ(-500px) translateX(-200%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) translateX(-200%);
    opacity: 0.5;
  }
}

@keyframes rotateSlideOut {
  0% {
  }
  25% {
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
    opacity: 0.5;
  }
}

@-webkit-keyframes rotateSlideIn {
  0%,
  25% {
    -webkit-transform: translateZ(-500px) translateX(200%);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translateZ(-500px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}

@keyframes rotateSlideIn {
  0%,
  25% {
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    opacity: 1;
  }
}

/* animation delay classes */
.pt-page-delay100 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.pt-page-delay180 {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
}

.pt-page-delay200 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.pt-page-delay300 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.pt-page-delay400 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.pt-page-delay500 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.pt-page-delay700 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.pt-page-delay1000 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ff_indexPage {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.ff_indexPage .module {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background: #fff;
}

.ff_indexPage .module.pt-page-current {
  z-index: 100;
  visibility: visible;
  opacity: 1;
}

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

@keyframes moveToTop {
  from {
  }
  to {
    transform: translateY(-50%);
  }
}

@keyframes moveToBottom {
  from {
  }
  to {
    transform: translateY(50%);
  }
}

/*# sourceMappingURL=debug/style.13163.css.map */
