﻿/* 2021/09/24 yyq 修改 */
body #header.mini {
  top: 0;
}

#header {
  transition: 0.25s ease-in-out;
}

#header.hidden {
  transform: translateY(-100%);
}

body #header.mini #navWrapper .content .nav>.navitem>a {
  line-height: calc(80px - 2px);
}

body #navWrapper .nav>.navitem>a {
  border-top: 2px solid rgb(255 255 255 / 0);
}

body #header.mini .wrapper {
  box-shadow: none;
}

.topSlider_pagination {
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.topSlider_pagination .num {
  font-size: 14px;
  line-height: 28px;

  color: rgb(255 255 255);
}

.topSlider_pagination .current {
  position: relative;

  margin-right: 13px;
  padding-right: 120px;
}

.topSlider_pagination .current::after {
  position: absolute;
  top: 50%;
  right: 0;

  display: block;

  width: 80%;
  height: 1px;

  content: "";

  background-color: rgb(255 255 255);
}

.cursor {
  font-size: 16px;
  line-height: 120px;
  font-family: MontDemo-Heavy;
  position: fixed;
  z-index: 999;
  top: -60px;
  left: -60px;

  width: 120px;
  height: 120px;

  cursor: pointer;
  transform: scale(0);
  text-align: center;
  pointer-events: none;

  color: #fff;
  border-radius: 50%;
  background-color: #e71d14;
  border: 1px solid #e71d14;

  will-change: transform;
  box-sizing: border-box;
}

.cursor.prev .inner::before {
  content: "Prev";
}

.cursor.next .inner::before {
  content: "Next";
}

.cursor.more .inner::before {
  content: "More";
}

.cursor.play .inner::before {
  content: "Play";
}

.cursor.drag .inner::before {
  content: "Drag";
}

.team_tabs .item_block a[href=""] {
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
}

.dom-gl {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #181818;
}


#sitecontent .news .item_block,
#sitecontent .project .item_block {
  animation-name: none;
}

#sitecontent .module .item_block {
  transition: none;
  cursor: pointer;

}
#sitecontent .module .item_block video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}


.npagePage .ff_pageTarget {
  margin-top: 0;
}

.ff_pageList,
.ff_postPage {
  padding-bottom: 0;
}

.ff_pageList .content,
.agent-pc .project.module,
.agent-pc .news.module,
#indexPage .module {
  background-color: rgba(255, 255, 255, 0);
}

.bodylist .mlist {
  min-height: 41vh;
  padding-bottom: 50px;
}

.ff_indexPage,
.npagePage {
  will-change: transform;
}

.ff_indexPage .news .content_wrapper,
.bodylist.bodynews .content_wrapper {
  margin-right: 0;
}

.mlist:not(.imagelink) .content_list .item_img img {
  transition: transform 0.36s ease;
 
}
.mlist:not(.imagelink) .content_list .item_img{
  position: relative;
}

.mlist:not(.imagelink) .content_list .item_img .bofang{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.375rem;
  height: 4.375rem;
}

.ff_topSlider .owl-nav {
  width: 120px;
  transform: none;
  height: auto;
  display: flex;
  justify-content: space-between;
  top: 35.4%;
  left: 5%;
}

.ff_topSlider .owl-nav [class*="owl-"] {
  position: relative;
  transform: none;
}

.ff_topSlider .owl-nav [class*="owl-"]:hover {
  background-color: rgba(255, 255, 255, 0);
}

.ff_indexPage .videom .owl-nav {
  height: auto;
  width: 144px;
  transform: none;
  right: 4.5%;
  display: flex;
  justify-content: space-between;
  top: auto;
  bottom: 3%;
}

.agent-pc .ff_indexPage .videom.mlist.ff_slider .content_list .owl-nav [class*="owl-"] {
  position: relative;
  transform: none;
}

.agent-pc .ff_indexPage .videom.mlist.ff_slider .content_list .owl-nav .owl-prev {
  left: 0;
}

.agent-pc .ff_indexPage .videom.mlist.ff_slider .content_list .owl-nav .owl-next {
  right: 0;
}

body:not(.bodyindex) .npagePage .content {
  min-height: calc(100vh - 124px);
}

body #search-nav .searchOnOff {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0;
}

body #search-nav .searchOnOff .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-21px, -21px);
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.agent-pc #mcontact .contactform .inputtxt.submit,
.agent-pc #mcontact .contactform .inputtxt.submit:hover {
  border: none;
}

.agent-pc #mcontact #contactform .inputtxt.submit {
  margin: 0;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
}

.agent-pc #mcontact .contactform .contactform_submit {
  position: relative;
  background-color: #fff;
  height: 56px;
  border-radius: 28px;
}

.agent-pc #mcontact .contactform .contactform_submit button {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;

}

.agent-pc #mcontact .contactform .contactform_submit button span {
  position: relative;
  z-index: 99;
}

.mo-button {
  position: relative;
  overflow: hidden;
  width: 184px;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 27px;
}

.mo-button::before,
.agent-pc #mcontact .contactform button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100%;
  padding-top: 100%;
  transform: scale(0) translate(-50%, -50%);
  transform-origin: var(--x) var(--y);
  background-color: #e71d14;
  transition-property: transform, background-color, border-color, box-shadow;
  transition-duration: 0.4s, 0.8s, 0.8s, 0.8s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  border-radius: 50%;
  z-index: 9;
}

.agent-pc .formPage .mo-button input {
  width: 100%;
  margin-top: 0;
  position: relative;
  background: rgba(255, 255, 255, 0);
  border: none;
}

.mo-button:hover::before,
.agent-pc #mcontact .contactform button:hover::before {
  transform: scale(1) translate(-50%, -50%);
}

.mo-input-wrap {
  position: relative;
}

.formTip {
  position: absolute;
  top: 8px;
  left: 310px;
}

.container_category {
  display: table;
  margin: 0 auto;
  position: relative;
}

.agent-pc .container_category>a.active .move {
  width: 0;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 28px;
  pointer-events: none;
}

.agent-pc .container_category span {
  position: relative;
  z-index: 1;
}

.agent-pc .container_category:hover>a.active {
  color: #828282;
}

.bodyMask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 9000;
  transition: transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform-origin: center top;
}

.bodyMask .wow {
  display: none;
}

.is-ready .bodyMask {
  transform: scaleY(0);
}

.agent-pc .project.mlistpost .tabBtn .post-next {
  float: none;
  width: 100%;
  border: none;
  padding: 20px;
  display: block;
  background: rgba(255, 255, 255, 0);
  overflow: initial;
  height: 200px;
}

.project.mlistpost .tabBtn .post-prev,
.agent-pc .project.mlistpost .tabBtn .post-next .img-wrap img {
  display: none;
}

.agent-pc .project.mlistpost .tabBtn .post-next .img-wrap div {
  display: block;
  width: 100%;
  height: 100%;
  background-position-y: 100%;
}

.agent-pc .project.mlistpost .tabBtn .post-next .img-wrap {
  width: 100%;
  left: 0;
  top: 10%;
  bottom: 10%;
  transform: none;
  border: 1px solid #fff;
  opacity: 1;
}

.agent-pc .project.mlistpost .tabBtn .post-next .img-wrap div {
  opacity: 0;
  transition: all 0.36s ease;
  background-size: cover;
  background-position: center;
}

.agent-pc .project.mlistpost .tabBtn .post-next .infor-wrap {
  float: none;
  width: 100%;
  text-align: center;
}

.agent-pc .project.mlistpost .tabBtn .post-next .infor-wrap .title {
  text-align: inherit;
}

.agent-pc .project.mlistpost .tabBtn .post-next:not(.empty):hover .img-wrap {
  top: 0;
  bottom: 0;
}

.agent-pc .project.mlistpost .tabBtn .post-next:not(.empty):hover .img-wrap div {
  opacity: 1;
}

.agent-pc .bodylist #banner div {
  background-attachment: fixed;
}

.mlist:not(.imagelink) .content_list .item_block .item_box .item_img {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_img img {
  transform: scale(1.08);
}

.mlist.project .content_list .item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.imagelink .owl-nav .owl-prev:hover,
.postSlider .owl-nav .owl-prev:hover,
.mlist .owl-nav .owl-prev:hover,
.imagelink .owl-nav .owl-next:hover,
.postSlider .owl-nav .owl-next:hover,
.mlist .owl-nav .owl-next:hover {
  background-color: #e71d14;
}

.npagePage {
  min-height: 100vh;
}

@media screen and (max-width: 1194px) {
  .mlist:not(.imagelink) .content_list .item_img img {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

.agent-pc .bodylistpost .module_container .type04 .content_wrapper .content_list {
  width: 100%;
}

.agent-pc .bodylistpost .module_container .type04 .content_wrapper .item_block {
  border: none;
  width: calc(20% - 15px);
}

.agent-pc .bodylistpost .module_container .type04 .content_wrapper .item_block .details,
.agent-pc .bodylistpost .module_container .type04 .content_wrapper .item_block .item_tags,
.agent-pc .bodylistpost .module_container .type04 .content_wrapper .item_block .date_wrap {
  display: none;
}

.bodylistpost #sitecontent .npagePage .module_container {
  max-width: 90%;
}

.listContent_post .item_tags a {
  border-radius: 14px;
}

.listContent_post>.item_tags {
  margin: 30px 0;
}

.bodylistpost .ff_sitecontent {
  background-color: #181818;
}

.bodyindex .mlist.team .content_list .item_block .item_info .title,
.bodyindex .mlist.team .content_list .item_block .item_info .subtitle,
.bodylist.bodyteam .mlist.team .content_list .item_block .item_info .title,
.bodylist.bodyteam .mlist.team .content_list .item_block .item_info .subtitle {
  display: block;
}

#mcontact .contactinfo p {
  width: 220px;
}

.searchPage .mlist.search .content_list .item_block .item_box {
  position: relative;
  z-index: 1;
}

.item_tags>a:hover,
.container_category>a:hover,
.item_tags>a.active,
.container_category>a.active {
  border-color: #ffff00;
}

.agent-pc .npagePage.content_editor .project.mlistpost .tabBtn .empty {
  display: none;
}

@media screen and (max-width: 1024px) {
  body #header .wrapper>.content {
    min-width: 0;
  }

  #header #headTop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #header #navWrapper {
    display: none;
  }

  body #openBtn {
    display: block;
    float: right;
  }

  body #openBtn .lcbody {
    position: relative;
    width: 24px;
    height: 17px;
  }

  body #openBtn .lcitem {
    width: 100%;
    height: 1px;
    position: absolute;
    transition: 0.36s ease;
  }

  body #openBtn .lcitem.top {
    top: 0;
  }

  body #openBtn .lcitem.center {
    display: block;
    top: 8px;
  }

  body #openBtn .lcitem.bottom {
    bottom: 0;
  }

  body #openBtn .lcitem div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    background: #fff;
  }

  .openMenu #openBtn .lcitem.top {
    top: 9px;
    transform: rotate(45deg);
  }

  .openMenu #openBtn .lcitem.center {
    opacity: 0;
  }

  .openMenu #openBtn .lcitem.bottom {
    bottom: 7px;
    transform: rotate(-45deg);
  }

  .openMenu #navMini {
    right: 0;
  }

  #navMini {
    display: block;
    width: 35%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }

  #navMini .wrapper {
    background-color: #000;
    height: 100%;
    padding-top: 20vh;
  }

  #minHeadTop,
  #min-search-nav {
    display: none;
  }

  #minNavScroll1 .navitem {
    position: relative;
    padding: 0 60px;
  }

  #minNavScroll1 .navitem:hover .subnav {
    right: 100%;
  }

  #minNavScroll1 .navitem a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    line-height: 52px;
  }

  #minNavScroll1 .navitem.active a {
    color: #fff;
  }

  #minNavScroll1 .navitem .subnav {
    width: 100px;
    text-align: center;
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    z-index: -99;
    opacity: 0;
  }

  #minNavScroll1 .navitem.active .subnav {
    right: 100%;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    opacity: 1;
  }

  #minNavScroll1 .navitem .subnav::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    height: 200vh;
    background: #000;
    z-index: -1;
    left: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
   
  }

  /* #page_body_editor-wrapper .layout_group[data-limit_width="true"]>.layout_limit_wrapper {
    max-width: 700px;
  } */
}

/* 2021/09/24 yyq 修改 */

/* 2021/12/14 lin 合并*/
/* 26330.css */





@font-face {

  font-family: 'MontDemo-ExtraLight';

  src: url('https://qiniu-uematerial.uemo.net/Upfile/Font/20210803/7685eaa1-46f5-4471-9392-bb6a279f40d8.otf');

  src: url('https://qiniu-uematerial.uemo.net/Upfile/Font/20210803/7685eaa1-46f5-4471-9392-bb6a279f40d8.otf') format('opentype');

  font-weight: normal;

  font-style: normal;

}

.page-edit_page .body_container[data-theme] {
  background-color: #111;
}

/* 使用示例 */

.module {
  background-color: #181818;
}

.npagePage .ff_pageTarget {
  background-color: #181818;
}

.ff_indexPage {

  overflow-x: hidden;

}

.agent-pc body {

  background-color: #181818;

}

.agent-pc body #header {

  background-color: transparent;

  height: 80px;

}

.agent-pc body #header.mini {

  background-color: #181818;

  box-shadow: 0 10px 20px rgba(0, 0, 0, .20);

  /* backdrop-filter: blur(18px); */

}

.agent-pc body #sitecontent {

  padding-top: 0px;

}

.agent-pc body #hcontact {

  display: none;

}



.agent-pc body #headTop {

  padding: 0;

  height: 80px;

  width: auto;

  float: left;

  border-bottom-color: transparent;

}

.agent-pc body #headTop #logo img {
  height: 46px !important;

  /* height: 22px !important; */

}

.agent-pc body #headTop #logo {

  display: block;

  top: 50%;

  transform: translateY(-50%);

}



.agent-pc body #navWrapper {

  float: right;

  height: 100%;

  width: 90%;

  max-width: 90%;
  border-bottom: none;

}

.agent-pc body #navWrapper .content {

  max-width: unset;

}

.agent-pc body #header .wrapper {

  width: 90%;

  margin: 0 auto;

}

.agent-pc body #navWrapper .content .nav>.navitem>a {

  line-height: calc(80px - 2px);

  color: #fff;

  opacity: .5;

  transition: all .36s ease;

}

.agent-pc body #navWrapper .content .nav>.navitem>a.active,

.agent-pc body #navWrapper .content .nav>.navitem>a:hover {

  opacity: 1;

}

.agent-pc body #navWrapper .content .nav>.navitem>a.active {

  border-top: 0;

}

.agent-pc body #navWrapper .content .nav>.navitem .subnav {

  background-color: #111;

  border-color: transparent;

  border-radius: 30px;

  width: 0;

  box-shadow: 0 20px 20px rgba(0, 0, 0, .20);

}

.agent-pc body #navWrapper .content .nav>.navitem:hover .subnav {
  padding: 20px;
  width: 180px;
  left: 0;
  transform: translateX(-17px);
}


.agent-pc body #navWrapper .content .nav>.navitem .subnav li {

  border-bottom: none;
  transition-delay: 0.25s;
  opacity: 0;
}

.agent-pc body #navWrapper .content .nav>.navitem:hover .subnav li {
  opacity: 1;
}

.agent-pc body #navWrapper .content .nav>.navitem .subnav li a {
  width: 100%;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.agent-pc body #navWrapper .content .nav>.navitem .subnav li a:hover {

  background-color: transparent;

}

.agent-pc .imagelink .owl-nav .owl-next .iconfont:before,

.agent-pc .postSlider .owl-nav .owl-next .iconfont:before,

.agent-pc .mlist .owl-nav .owl-next .iconfont:before,

.agent-pc .ff_topSlider .owl-nav .owl-next .iconfont:before {

  content: "";

  border-style: solid;

  border-width: 4px 0 4px 8px;

  border-color: transparent transparent transparent #fff;

  display: inline-block;

}

.agent-pc .imagelink .owl-nav .owl-prev .iconfont:before,

.agent-pc .postSlider .owl-nav .owl-prev .iconfont:before,

.agent-pc .mlist .owl-nav .owl-prev .iconfont:before,

.agent-pc .ff_topSlider .owl-nav .owl-prev .iconfont:before {

  content: "";

  border-style: solid;

  border-width: 4px 8px 4px 0px;

  border-color: transparent #fff transparent transparent;

  display: inline-block;

}

.agent-pc .ff_topSlider .owl-dots {

  display: none;

}


.agent-pc .bodylist #banner div {

  height: 420px;

}

.agent-pc .bodylist #banner {
  position: relative;
}

.agent-pc .bodylist #banner:after {
  content: "";
  background-image: linear-gradient(to top, #181818, transparent);
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 50%;
}

.agent-pc .bodylist .module_container .container_header {

  display: block;

  text-align: center;

}

.agent-pc .bodylist .module_container .container_header .title {

  color: #fff;

  font-size: 40px;

  line-height: 60px;

}

.agent-pc .bodylist .module_container .container_header .subtitle {

  display: none;

}

.agent-pc .npagePage .ff_pageTarget .container_target {

  text-align: center;

  margin-bottom: 70px;

  float: inherit;

}

.agent-pc .npagePage .ff_pageTarget .container_category {

  float: unset;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50px;

}

.agent-pc .ff_pageTarget .container_target a:last-child,

.agent-pc .ff_pageTarget .container_target a:hover {

  color: #fff;

}

.agent-pc #pages .page-item.active,
.agent-pc #pages .page-item.page-item:hover {

  border-color: #fff;

  color: #181818;

  background-color: #fff;

}

.agent-pc a.active {

  color: #fff;

}



.agent-pc .npagePage.ff_postPage .ff_pageTarget .container_target {

  display: none;

}

.agent-pc .service.mlistpost .tabBtn .post-prev:not(.empty):hover,

.agent-pc .project.mlistpost .tabBtn .post-prev:not(.empty):hover,

.agent-pc .team.mlistpost .tabBtn .post-prev:not(.empty):hover,

.agent-pc .news.mlistpost .tabBtn .post-prev:not(.empty):hover,

.agent-pc .videom.mlistpost .tabBtn .post-prev:not(.empty):hover,

.agent-pc .service.mlistpost .tabBtn .post-next:not(.empty):hover,

.agent-pc .project.mlistpost .tabBtn .post-next:not(.empty):hover,

.agent-pc .team.mlistpost .tabBtn .post-next:not(.empty):hover,

.agent-pc .news.mlistpost .tabBtn .post-next:not(.empty):hover,

.agent-pc .videom.mlistpost .tabBtn .post-next:not(.empty):hover {

  background-color: #111;

}

.agent-pc #olx_head {
  background-color: #e71d14;
  color: #181818;
}

.agent-pc .ff_sitecontent .module .module_container {

  max-width: 90%;

  margin-top: 0px;

  position: relative;

}

.agent-pc .ff_sitecontent .mpageEditor .module_container {
  padding-top: 120px;
}

.agent-pc .nobanner .ff_sitecontent .ff_pageTarget.module .module_container {
  padding-top: 160px;
}

.agent-pc .ff_sitecontent .ff_pageTarget.module .module_container {
  padding-top: 80px;
}

.agent-pc .news.mlistpost .tabBtn .post-prev.empty,
.agent-pc .news.mlistpost .tabBtn .post-next.empty,
.agent-pc .news.mlistpost .tabBtn .post-prev,
.agent-pc .news.mlistpost .tabBtn .post-next {
  background-color: #111111;
}

.agent-pc .ff_pageList .container_category+.container_content {
  padding-top: 80px;
}

.agent-pc body #page_body_editor-wrapper {
  text-align: left;
}

.agent-pc .pageEditor .container_header .title,
.agent-pc .pageEditor .container_header .subtitle {
  color: #fff;
}

.agent-pc .bodylistpost.bodyproject #navWrapper {
  border-bottom: none;
}

.agent-pc .mpageEditor .container_header .title {
  font-size: 30px;
}

.agent-pc .ff_indexPage .mcounter .bgmask {
  background: linear-gradient(to top, #202020 220px, #fff 220px);
}

/* ----- 搜索 ------ */



.agent-pc body #header #search-nav {

  display: block;

  font-size: 20px;

  color: #fff;

  height: 80px;

}

.agent-pc body .searchGroup .searchBox,
#search-list .searchGroup .searchBox {

  position: absolute;

  top: 100%;

  background: #fff;

  right: 0;

  height: 0px;

  overflow: hidden;

  transition: height 0.36s ease;

}

.agent-pc body #header #search-nav.search-open .searchBox {
  height: 110vh;
}

.agent-pc body #header #search-nav .searchBox {
  transition: .36s ease;
  display: block;
  margin: auto;
  width: 100vw;
  height: 0;
  top: -20px;
  left: auto;
  right: -5vw;
  background-color: rgba(0, 0, 0, .5);
}

.agent-pc body .searchGroup .searchFormGroup {

  height: 100px;
  transition: height .36s ease;
  display: block;
  width: 90vw;
  margin: auto;
  border-radius: 50px;
  background-color: #fff;
  margin-top: 80px;

}

.agent-pc body .searchGroup .searchFormGroup .input_box {
  display: flex;
  align-items: center;
  padding-right: 3.125rem;
}

.agent-pc body .searchGroup .searchFormGroup .input_box button {
  color: #000;
  font-size: 1.875rem;
  background-color: unset;
  border: none;
}

.agent-pc body .searchGroup .searchFormGroup input {
  width: 100%;
  height: 100px;
  opacity: 0;

  font-size: 24px;

  transition-delay: 0.4s;

  transition: text-indent 0.36s ease;

}

.agent-pc body .searchGroup.search-open .searchFormGroup input {

  text-indent: 55px;

  opacity: 1;

}



/* ----- 案例 -----*/

.agent-pc .bodyindex .mlist.project .content_list .item_block .item_tags {
  display: block;

}


.agent-pc .ff_indexPage .mlist .container_header .title {

  display: block;

  position: absolute;

  top: 122px;

  left: calc(50% - 48px);

  font-size: 22px;

}

.agent-pc .ff_indexPage .project.mlist .container_header .subtitle,
.agent-pc .ff_indexPage .module.mcustomize .container_header .subtitle {

  font-family: "MontDemo-Heavy";

  font-size: 78px;

  color: #fff;

  line-height: 126px;

}

.agent-pc .ff_indexPage .project .item_block {

  width: calc(100% / 3 - 40px);

  margin-right: 40px;
  margin-bottom: 40px;
}

.agent-pc .ff_indexPage .project.mlist .container_header {

  float: unset;

  text-align: center;

  position: relative;

}

.agent-pc .ff_indexPage .project.mlist .module_container .container_category {

  float: unset;

  border: 1px solid rgba(255, 255, 255, .1);

  border-radius: 50px;

  margin-top: 68px;



}

.agent-pc .container_category>a {

  padding: 14px 50px;

  border-radius: 56px;

  border: transparent;

  font-size: 15px;

  margin: 0;

}

.agent-pc .container_category>a.active,

.agent-pc .container_category>a:hover {

  background-color: rgba(255, 255, 255, 0);

  color: #181818;

}


.agent-pc .ff_indexPage .project.mlist .content_wrapper {

  padding-top: 100px;

}

.agent-pc .project.mlist:not(.imagelink) .content_list .item_info .title {

  font-size: 20px;

  color: #fff;
  text-align: left;
}

/* .agent-pc .project.mlist:not(.imagelink) .content_list .item_des{

  display: none;

}

.agent-pc .project.mlist:not(.imagelink) .content_list .item_info .subtitle{

  display: none;

}

.agent-pc .bodyindex .mlist.project .content_list .details, 

.agent-pc .bodyproject .mlistpost.project .content_list .details,

.agent-pc .bodyproject .mlist.project .content_list .details,

.agent-pc .ff_indexPage .mlist .content_wrapper .more{

  display: none;

} */
.agent-pc .bodyindex .mlist.project .content_list .item_block:hover .item_tags,
.agent-pc .bodyproject .mlist.project .content_list .item_block:hover .item_tags,
.agent-pc .item_tags>a:hover,
.agent-pc .item_tags>a.active {
  background-color: transparent;
}

.agent-pc .bodyproject .mlist.project .content_list .item_block .item_tags,
.agent-pc .bodyindex .mlist.project .content_list .item_block .item_tags {
  border-top: 0;
  padding: 4px 30px;
}

.agent-pc .bodyproject .mlist.project .content_list .item_block .item_tags>a,
.agent-pc .bodyindex .mlist.project .content_list .item_block .item_tags>a {
  margin-right: 0;
}

.agent-pc .ff_indexPage .project.ff_slider .item_block {

  width: 100%;

}

.agent-pc .bodyindex .mlist.project .content_list .item_block:hover .item_box .item_wrapper {

  background-color: transparent;

}

.agent-pc .bodyproject .mlist.project .content_list .item_block .item_box .item_wrapper,
.agent-pc .bodyindex .mlist.project .content_list .item_block .item_box .item_wrapper {
  padding: 30px 30px 0px;
}

.agent-pc .bodyindex .mlist.project .content_list .item_block:hover .item_img .item_mask {

  border-color: transparent;

}

.agent-pc .container_category>a.ff_more,
.agent-pc .bodyindex .mlistpost.project .item_tags:after,
.agent-pc .bodyindex .mlist.project .item_tags:after,
.agent-pc .bodyproject .mlistpost.project .item_tags:after,
.agent-pc .bodyproject .mlist.project .item_tags:after {

  display: none;

}

.agent-pc .container_category>a.ff_more:before {

  content: "更多";

  font-size: 14px;

  color: #828282;

  position: absolute;

  top: 14px;

}

.agent-pc .project.mlist:not(.imagelink) .content_list .item_img {
  width: 100%;
  height: 0;
  padding-top: 66.7441860465116%;
}


/* 案例幻灯 */

.agent-pc .mlist .owl-dots .owl-dot.active span,
.imagelink .owl-dots .owl-dot.active span,

.agent-pc .mlist .owl-dots .owl-dot:hover span,
.imagelink .owl-dots .owl-dot:hover span {

  box-shadow: 0 0 0 2px #e71d14;

}

.agent-pc .ff_sitecontent .project.module.ff_slider .module_container {

  max-width: 100%;

}

.agent-pc .mlist.project.ff_slider .owl-dots {

  display: none;

}

.agent-pc .bodyindex .mlist.project.ff_slider .content_list .item_block .item_box .item_wrapper {

  text-align: center;

}

.agent-pc .mlist.project.ff_slider .owl-nav {

  top: 42%;

}

.agent-pc .mlist.project.ff_slider .owl-nav .owl-prev,

.agent-pc .mlist.project.ff_slider .owl-nav .owl-next {

  background-color: transparent;

}

.agent-pc .mlist.project.ff_slider .owl-nav .owl-prev {

  left: 19%;

}

.agent-pc .mlist.project.ff_slider .owl-nav .owl-next {

  right: 19%;

}



/* 案例列表 */

.agent-pc .bodylist.bodyproject .project .item_block {

  width: calc(100% / 2 - 40px);
  margin-right: 40px;
  margin-bottom: 40px;

}

.agent-pc .bodyproject .mlist.project .content_list .item_block:hover .item_box .item_wrapper {

  background-color: transparent;

}

.agent-pc .bodyproject .mlist.project .content_list .item_block:hover .item_img .item_mask {

  border-color: transparent;

}

.agent-pc .npagePage .content_editor .ff_pageTarget {

  background-color: #181818;

  padding-top: 160px;

}

/* 案例详情默认编辑器 */

.agent-pc .project.mlistpost .postInfo .mainInfor .title {
  color: #fff;
  border-bottom: 0;
  font-size: 46px;
}

.agent-pc .project.mlistpost .postbody {
  background-color: #181818;
  padding: 100px 70px;
}

.agent-pc .project.mlistpost .postInfo {
  width: 100%;
  z-index: 3;
  text-align: center;
}



.agent-pc .bodylistpost.bodyproject .postSlider {
  width: 100%;
  margin-top: 160px;
}

.agent-pc .postSlider .tab_content .item_img img {
  height: auto;
  width: 100%;
}

.agent-pc .bodyproject .mlistpost.project .content_list .item_block:hover .item_box .item_wrapper {
  background-color: transparent;
}

.agent-pc .ff_sitecontent .ff_postPage .content .listWrap #listContent .content_list .item_des {
  display: none;
}

.agent-pc .ff_sitecontent .ff_postPage .content .listWrap #listContent .content_list .item_info .title {
  color: #fff;
}

.agent-pc .bodyproject .mlistpost.project .content_list {
  display: none;
}



.agent-pc .bodylistpost .listContent_post h3 {
  display: none;
}

.agent-pc .project.mlistpost .tabBtn .post-next .img-wrap {
  border-color: rgba(255, 255, 255, .1);
  background-color: #111;
}

.agent-pc .project.mlistpost .tabBtn .post-next .infor-wrap .title {
  font-size: 24px;
  line-height: 24px;
}

.agent-pc .project.mlistpost .tabBtn .post-next:hover .infor-wrap .title {
  letter-spacing: 10px;
}

.agent-pc .project.mlistpost .tabBtn .post-next:after {
  content: 'Next';
  color: rgba(255, 255, 255, .5);
  position: absolute;
  top: 33%;
  left: 49%;
  font-size: 15px;
  transition: all .36s ease;
}

.agent-pc .project.mlistpost .tabBtn .post-next:hover:after {
  top: 32%;
}

.agent-pc .project.mlistpost .tabBtn .post-next .details {
  display: none;
}

.agent-pc .project.mlistpost .tabBtn .post-next {
  height: 260px;
  width: 97%;
}

.agent-pc .project.mlistpost .tabBtn .post-next:not(.empty):hover {
  border: none;
}


.agent-pc body #sitecontent .npagePage.content_editor .project.mlistpost .tabBtn {
  display: block;
}

.agent-pc #sitecontent .npagePage.content_editor .project.mlistpost .module_container {
  max-width: 100%;
}

.agent-pc .npagePage.content_editor .project.mlistpost .tabBtn .post-next {
  width: 100%;
}

.agent-pc .npagePage.content_editor .project.mlistpost .tabBtn .post-next {
  height: 400px;
  /* position: fixed;
  bottom: -40px;
  z-index: -1; */
}

.agent-pc .npagePage.content_editor .project.mlistpost .tabBtn .post-next .img-wrap {
  top: 0;
  bottom: 0;

}

.agent-pc .project.mlistpost .tabBtn .post-next:not(.empty):hover .img-wrap div {
  opacity: 0.4;
}


/* -----服务------ */



.agent-pc #indexPage.ff_indexPage .service.module {

  background-color: #111111;

}

.agent-pc .ff_indexPage .service.mlist .container_header {

  position: absolute;

  top: 0;

}

.agent-pc .ff_indexPage .service.mlist .container_header .subtitle {

  font-family: "MontDemo-Heavy";

  font-size: 78px;

  color: #fff;

  line-height: 82px;

}



.agent-pc .ff_indexPage .service.mlist .container_header .title {

  display: block;

  position: absolute;

  top: 82px;

  left: 0;

  font-size: 22px;

}

.agent-pc .ff_indexPage .service.mlist .module_container .container_category {

  display: none;

}



.agent-pc .service.mlist:not(.imagelink) .content_list .item_img {

  float: right;

  border-radius: 50%;

}


.agent-pc .service.mlist .content_list .item_info .title {

  font-size: 28px;

  color: #fff;

}

.agent-pc .service.mlist:not(.imagelink) .content_list .item_block:hover .item_info .title {

  color: #fff;

}

.agent-pc .service.mlist:not(.imagelink) .content_list .item_block .item_box .item_wrapper .item_info .subtitle {

  display: none;

}

.agent-pc .service .module_container .container_content .content_list {

  width: 75%;

  margin: 0 auto;

}

.agent-pc .service .module_container .container_content .content_list .owl-stage-outer {

  width: auto;

  margin: 0;

}

.agent-pc .ff_indexPage .service .content_list .item_block:hover .item_box:after,

.agent-pc .npagePage:not(.post) .service .content_list .item_block .item_box:after {

  content: unset;

}

.agent-pc .ff_indexPage .service .content_list .item_block .item_box:after,

.agent-pc .npagePage:not(.post) .service .content_list .item_block .item_box:after {

  content: unset;

}

.agent-pc .ff_indexPage .service .content_list .item_block .item_info {

  width: 70%;

  text-align: left;

  margin-top: 13vw;

}

.agent-pc .service.mlist:not(.imagelink) .content_list .item_block .item_box .item_wrapper .item_des .description {

  font-size: 14px;

  height: 82px;

  overflow: hidden;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  text-overflow: ellipsis;

}

.agent-pc .ff_indexPage .service .content_list .item_block .item_box .item_wrapper {

  width: 50%;

  padding-left: 0;

}

.agent-pc .ff_indexPage .service .content_list .item_block .item_des {

  width: 70%;

  text-align: left;

  margin-top: 20px;



}



.agent-pc .ff_indexPage .service .content_list .item_block:hover .item_box .item_wrapper .item_info:after,

.agent-pc .npagePage:not(.post) .service .content_list .item_block:hover .item_box .item_wrapper .item_info:after {

  content: unset;

}

.agent-pc .ff_indexPage .service.mlist .owl-dots {

  display: none;

}

.agent-pc .ff_indexPage .service.mlist .owl-nav {

  top: 84%;

}

.agent-pc .ff_indexPage .service.mlist .owl-nav .owl-prev,

.agent-pc .ff_indexPage .service.mlist .owl-nav .owl-next {

  width: 118px;

  height: 118px;

  background-color: #111111;

}

.agent-pc .ff_indexPage .service.mlist .owl-nav .owl-prev {

  left: 82%;

}

.agent-pc .ff_indexPage .service.mlist .owl-nav .owl-next {

  right: -3px;

}

.agent-pc .service.mlist:not(.imagelink) .content_list .item_img img {

  position: absolute;

  top: 0;

  width: 100%;

}

.agent-pc .service.mlist:not(.imagelink) .content_list .item_img {

  width: 50%;

  padding-top: 50%;

  height: 0;

}

.agent-pc .ff_indexPage .service .content_list .item_block>.details,

.agent-pc .bodylist .service .content_list .item_block>.details {

  display: block;

  position: absolute;

  top: calc(50% - 90px);

  width: 11vh;

  height: 11vh;

  border-radius: 50%;

  padding: 0;

  margin: 0;

  right: 21%;

  border: none;

  font-size: 0;
  text-align: center;
  line-height: 11vh;
  opacity: 0;

}

.agent-pc .service .content_list .item_block .details>.fa {
  font-size: 14px;
  padding: 0;
  opacity: 0;
}

.agent-pc .service.mlist:not(.imagelink) .content_list .item_block:hover .details {

  border-color: #e71d14;

  background-color: #e71d14;

  transform: scale(2);

  opacity: 1;

}

.agent-pc .service .content_list .item_block:hover .details>.fa {

  color: #111;
  padding: 0;
  margin: 0;
  opacity: 1;

}



/* ----- 服务常规 ----- */



.agent-pc .ff_indexPage .service.mlist.ff_noSlider .container_header {

  position: relative;

}

.agent-pc .service.ff_noSlider .module_container .container_content .content_list {

  width: 100%;

}

.agent-pc .service.ff_noSlider .content_list .item_block .item_img {

  width: 80%;

  height: 80%;

  padding-top: 80%;

  float: initial;

  margin: auto;

}

.agent-pc .ff_indexPage .service.ff_noSlider .content_list .item_block,

.agent-pc .npagePage:not(.post) .service .content_list .item_block {

  width: calc(100% / 3 - 40px);

  margin-right: 40px;

  margin-bottom: 40px;

}

.agent-pc .ff_indexPage .service.ff_noSlider .content_list .item_block .item_wrapper {

  width: 100%;

  padding-top: 54px;

}

.agent-pc .ff_indexPage .service.ff_noSlider .content_list .item_block .item_info {

  margin-top: 0;

  width: 100%;

}

.agent-pc .ff_indexPage .service.ff_noSlider .content_list .item_block .item_des,

.agent-pc .npagePage:not(.post) .service .content_list .item_block .item_des {

  text-align: center;

  margin: auto;

  padding-top: 20px;

}

.agent-pc .service.ff_noSlider .content_list .item_info .title {

  text-align: center;

}

.agent-pc .ff_indexPage .service.ff_noSlider .content_list .item_block>.details,

.agent-pc .npagePage:not(.post).ff_pageList .service .content_list .item_block>.details {

  top: calc(40% - 75px);

  right: calc(57% - 75px);

  width: 8vh;

  height: 8vh;
  line-height: 8vh;

}

.agent-pc .service.ff_noSlider .content_list .item_info .title {

  font-size: 24px;

}

.agent-pc .ff_indexPage .service.ff_slider .content_list .item_block .item_box:before {

  content: "";

  width: 70%;

  background-color: #fff;

  position: absolute;

  left: 0;

  height: 2px;

  bottom: 20vh;

  z-index: 2;

}

.agent-pc .ff_indexPage .mlist .content_wrapper {

  padding-top: 102px;

}



/* 服务列表 */

.agent-pc .bodylist .service.module {

  background-color: #181818;

}

.npagePage:not(.post) .service .content_list .item_block:hover .item_box .item_wrapper .item_info .title {

  color: #fff;

}

.agent-pc .npagePage:not(.post) .service .content_list .item_block>.details {

  display: block;

}



/* ----- 新闻 ----- */





.agent-pc .ff_indexPage .news .item_block {

  width: 100%;



}

.agent-pc .ff_indexPage .news.mlist .container_header {

  float: unset;

  text-align: center;

}

.agent-pc .ff_indexPage .news.mlist .container_header .subtitle {

  font-family: "MontDemo-Heavy";

  font-size: 78px;

  color: #fff;

  line-height: 82px;

  display: block;



}

.agent-pc .ff_indexPage .news.mlist .module_container .container_category {

  float: unset;

  margin-top: 68px;

  border: 1px solid rgba(255, 255, 255, .1);

  border-radius: 50px;

}

/* .agent-pc .ff_indexPage .news.mlist .container_header .title{

  top: 82px;

} */

.agent-pc .bodyindex .mlist.news .content_list .item_block .item_box .item_wrapper,

.agent-pc .bodylist.bodynews .mlist.news .content_list .item_block .item_box .item_wrapper {

  width: 40%;

  float: left;

  margin-top: 21%;

  padding-bottom: 30px;

}

.agent-pc .news.mlist:not(.imagelink) .content_list .item_img {

  float: right;

  width: 60%;

  height: 0;

  padding-top: 32%;

}

.agent-pc .news.mlist:not(.imagelink) .content_list .item_img img {

  position: absolute;

  top: 0;

}

.agent-pc .bodyindex .mlist.news .content_list .item_block .item_box .item_wrapper>.date_wrap,

.agent-pc .bodylist.bodynews .mlist.news .content_list .item_block .item_box .item_wrapper>.date_wrap {

  border: none;

}

.agent-pc .bodyindex .mlist.news .content_list .item_block .date_wrap:after,

.agent-pc .bodylist.bodynews .mlist.news .content_list .item_block .date_wrap:after {

  content: unset;

}

.agent-pc .bodyindex .mlist.news .content_list .item_block,

.agent-pc .bodylist.bodynews .mlist.news .content_list .item_block {

  padding-top: 20px;

  padding-bottom: 20px;

  margin-bottom: 0;

  border-bottom: 1px solid rgba(255, 255, 255, .1);

}



.agent-pc .news.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .title,

.agent-pc .news.mlist:not(.imagelink) .content_list .item_block .item_box .item_wrapper .item_info .title {

  font-size: 20px;

  color: #fff;

}

.agent-pc .bodyindex .mlist.news .content_list .item_block .item_box .item_wrapper>.date_wrap,

.agent-pc .bodylist.bodynews .mlist.news .content_list .item_block .item_box .item_wrapper>.date_wrap {

  font-family: "MontDemo-Heavy";

  color: #fff;

  position: absolute;

  top: 52px;

  width: auto;

}

.agent-pc .bodyindex .mlist.news.ff_noSlider .content_list .item_block .item_box .item_wrapper>.date_wrap .d,

.agent-pc .bodynews .mlist.news .content_list .item_block .item_box .item_wrapper>.date_wrap .d {

  font-size: 90px;

  line-height: 50px;

}

.agent-pc .bodyindex .mlist.news.ff_noSlider .content_list .item_block .item_box .item_wrapper>.date_wrap .m,

.agent-pc .bodynews .mlist.news .content_list .item_block .item_box .item_wrapper>.date_wrap .m {

  font-size: 34px;

  position: absolute;

  top: 0px;

  left: 142px;

  line-height: 20px;

}

.agent-pc .bodyindex .mlist.news.ff_noSlider .content_list .item_block .item_box .item_wrapper>.date_wrap .time-connect {

  display: none;

}

.agent-pc .bodyindex .mlist.news.ff_noSlider .content_list .item_block .item_box .item_wrapper>.date_wrap .d::before,
.agent-pc .bodynews .mlist.news .content_list .item_block .item_box .item_wrapper>.date_wrap .d:before {

  content: "";

  width: 1px;

  height: 30px;

  background-color: rgba(255, 255, 255, .5);

  position: absolute;

  right: -14px;

  top: 0;

  transform: rotate(30deg);

}

.agent-pc .bodyindex .mlist.news.ff_noSlider .content_list .item_block .date_wrap .year,

.agent-pc .bodylist.bodynews .mlist.news .content_list .item_block .date_wrap .year {

  display: block;

  position: absolute;

  right: -66px;

  top: 30px;

  font-family: 'MontDemo-ExtraLight';

  line-height: 20px;

  color: rgba(255, 255, 255, .4);

}

.agent-pc .bodyindex .news.mlist:not(.imagelink) .content_list .item_des {

  width: 80%;

}

.agent-pc .bodylist.bodynews .mlist.news .content_list .item_block .item_box .item_wrapper>.date_wrap i {

  display: none;



}

.agent-pc .bodyindex .mlist.news .content_list .item_block .details,

.agent-pc .bodylist.bodynews .mlist.news .content_list .item_block .details {

  display: none;

}

.agent-pc .mlist.news .content_list .item_des .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

/* 新闻幻灯 */

.agent-pc .news.mlist:not(.imagelink).ff_slider .content_list .item_img {

  float: unset;

  width: 100%;

  padding-top: 54%;

}

.agent-pc .bodyindex .mlist.news.ff_slider .content_list .item_block .item_box .item_wrapper {

  margin-top: 0;

  width: 100%;

}

.agent-pc .bodyindex .mlist.news.ff_slider .content_list .item_block .item_box .item_wrapper>.date_wrap {

  height: 30px;

  line-height: 30px;

  background-color: #181818;

  padding: 20px;

  top: 0;

  opacity: 0;

}

.agent-pc .bodyindex .mlist.news.ff_slider .content_list .item_block:hover .item_box .item_wrapper>.date_wrap {

  opacity: 1;

}

.agent-pc .bodyindex .mlist.news.ff_slider .content_list .item_block {

  padding-top: 0px;



}

.agent-pc .bodyindex .mlist.news.ff_slider .owl-carousel .owl-dots.disabled {

  display: block;

}



.agent-pc .bodylist.bodynews .mlist.news .content_list .item_block {

  width: 100%;

}

.agent-pc .bodylist.bodynews .mlist.news .content_list .item_des {

  width: 80%;

}

/* ----- 新闻详情 ----- */


.agent-pc .ff_postPage .news.mlistpost .postInfo .title {
  color: #fff;
  font-size: 24px;
  border-bottom: none;
}

.agent-pc .ff_sitecontent .news.module .module_container {
  margin-top: 0;
  padding-top: 40px;
}

.agent-pc .bodynews .ff_sitecontent .ff_postPage .news .module_container {
  max-width: 74%;
}

.agent-pc .ff_postPage .news.mlistpost .item_tags>a:hover {
  background-color: transparent;
  color: #e71d14;
}

.agent-pc .ff_sitecontent .ff_postPage .content .listWrap #listContent .content_list .item_info .title {
  color: #828282;
}

.agent-pc .ff_sitecontent .ff_postPage .content .listWrap #listContent .content_list .item_info .title:hover {
  color: #e71d14;
}

.agent-pc .news.mlistpost .content_list .item_block {
  border-top-color: #333;
}

.agent-pc .bodynews .ff_postPage .ff_pageTarget.module {
  display: none;
}

.agent-pc .ff_postPage .news.mlistpost .item_tags>a:after {
  background-color: #333;
}

.agent-pc .bodylistpost.bodynews .module_container .type04 .content_wrapper .item_block {
  width: 100%;
}

/* ----- 关于 ----- */



.agent-pc .ff_indexPage .module.mcustomize {

  background-color: #181818;

  border-bottom: 1px solid #111111;

}

.agent-pc .mcustomize.tlir .container_content .mediabody .image,

.agent-pc .mcustomize.tril .container_content .mediabody .image {

  padding-top: 63.9%;

}

.agent-pc .mcustomize.tlir .container_content .contentbody .wrapper .header,

.agent-pc .mcustomize.tril .container_content .contentbody .wrapper .header {

  display: none;

}

.agent-pc .mcustomize.tlir .container_content .contentbody .wrapper,

.agent-pc .mcustomize.tril .container_content .contentbody .wrapper {

  padding-top: 154px;

  width: 80%;

}

.agent-pc .ff_sitecontent .mcustomize.tril.module .module_container,

.agent-pc .ff_sitecontent .mcustomize.tlir.module .module_container {

  padding-bottom: 96px;

  margin-top: 20px;

  min-width: 90%;

}

.agent-pc .mcustomize.tlir .container_content .contentbody .description a,

.agent-pc .mcustomize.tril .container_content .contentbody .description a {

  background-color: transparent;

  border: none;

  color: transparent;

  padding: 0;

  margin-top: 20px;

}

.agent-pc .mcustomize.tlir .container_content .contentbody .description a:before,

.agent-pc .mcustomize.tril .container_content .contentbody .description a:before {

  content: "\f105";

  font-family: "FontAwesome";

  color: #fff;



}

.agent-pc .mcustomize.initlayout .wrapper .header .subtitle {

  font-family: "MontDemo-Heavy";

  font-size: 78px;

  color: #fff;

  line-height: 82px;

  display: block;

}

.agent-pc .mcustomize.initlayout .wrapper .header .title {

  display: block;

  position: absolute;

  top: 82px;

  left: calc(50% - 48px);

  font-size: 22px;

}

.agent-pc .mcustomize.initlayout .wrapper .description {

  width: 50%;

  margin: 0 auto;

  padding-top: 30px;

}

.agent-pc .mcustomize.initlayout .wrapper .description p {

  text-align: center !important;

}

.agent-pc .mcustomize.initlayout .module_container {

  padding-top: 0px;

}

.agent-pc .mcustomize.initlayout .container_content .contentbody .description a {

  background-color: transparent;

  border: none;

}



/* -----计数器----- */





.agent-pc .ff_indexPage .mcounter {

  background-color: #181818;

  height: auto;

}

.agent-pc .ff_indexPage .mcounter .content_list li p {

  text-align: center;

}

.agent-pc .ff_indexPage .mcounter .content_list li p.number .counterDX {

  font-family: "MontDemo-Heavy";

}

.agent-pc .ff_indexPage .mcounter .content_list li .title {

  color: rgba(255, 255, 255, .5);

}

.agent-pc .ff_indexPage .ff_sitecontent .mcounter.module .module_container {

  margin-top: 0;

}



/* ----- 团队 ----- */



.agent-pc .bodyindex .mlist.team,

.agent-pc .bodylist.bodyteam .mlist.team {

  background-color: #181818;

}

.agent-pc .bodyindex .mlist.team .content_list .item_block .item_img,

.agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block .item_img {

  position: unset;

  border-radius: 240px;

  background-color: transparent;

}

.agent-pc .bodyindex .mlist.team .content_list .item_block,
.bodylist.bodyteam .mlist.team .content_list .item_block {

  height: auto;

}

.agent-pc .bodyindex .mlist.team .content_list .item_block .item_box .item_wrapper,

.agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block .item_box .item_wrapper {

  position: absolute;

  background-color: transparent;

  text-align: center;

  width: 100%;

  margin: auto;

  padding: 0;

}

.agent-pc .bodyindex .mlist.team .content_list .item_block:hover .item_box .item_wrapper,

.agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block:hover .item_box .item_wrapper {

  background: transparent;

}

.agent-pc .team .module_container .container_content .content_list {

  width: 100%;

}

.agent-pc .ff_indexPage .team.mlist .container_header .subtitle {

  font-family: "MontDemo-Heavy";

  font-size: 78px;

  color: #fff;

}

.agent-pc .ff_indexPage .team.mlist .container_header .title {

  left: 5%;

  top: 53px;



}

.agent-pc .bodyindex .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info .title,

.agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info .title {

  font-weight: 400;

}

.agent-pc .ff_sitecontent .team.module.ff_slider .module_container {

  max-width: 100%;

}

.agent-pc .ff_indexPage .team.mlist .container_header {

  margin-left: 5%;

}

.agent-pc .bodyindex .mlist.team .content_list .item_block .item_des,

.agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block .item_des {

  display: none;

}

.agent-pc .bodyindex .mlist.team .content_list .item_block .item_box .item_wrapper .item_info .title,

.agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block .item_box .item_wrapper .item_info .title {

  display: block;

  color: #fff;

  font-size: 22px;

}

.agent-pc .bodyindex .team .content_wrapper.slider,

.agent-pc .bodylist.bodyteam .team .content_wrapper.slider {

  padding-top: 100px;

}

.agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block .item_box .item_wrapper .item_info,

.agent-pc .bodyindex .mlist.team .content_list .item_block .item_box .item_wrapper .item_info {

  margin-top: 60vh;

  opacity: 0;

  transition: all .4s cubic-bezier(0.46, 0.17, 0.33, 1);
  width: 50%;
  margin-left: 25%;

}

.agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info,

.agent-pc .bodyindex .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info {

  margin-top: 50vh;

  opacity: 1;

}

.agent-pc .bodyindex .mlist.team .content_list .item_block .item_info .subtitle:before,

.agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block .item_info .subtitle:before {

  content: unset;

}

.agent-pc .bodyindex .mlist.team .content_list .item_block:hover .details,

.agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block:hover .details {

  border-color: #e71d14;

  background-color: #e71d14;

  transform: scale(2);

  border: none;

  transition-delay: 0.2s;

}

.agent-pc .bodyindex .mlist.team .content_list .item_block .details,

.agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block .details {

  display: block;

  /* position: absolute; */

  top: 48vh;

  width: 7vh;

  height: 7vh;

  border-radius: 50%;

  padding: 0;

  margin: 0;

  border: none;

  color: transparent;

  right: -15px;

  left: unset;
  font-size: 0;
  line-height: 7vh;
  text-align: center;

}

.agent-pc .team.mlist:not(.imagelink) .content_list .item_block:hover .details>.fa {

  color: #181818;

  font-size: 16px;
  padding: 0;
  margin: 0;

}

.agent-pc .team.mlist .owl-dots {

  display: none;

}

.agent-pc .bodyindex .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info .subtitle,

.agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info .subtitle {

  color: rgba(255, 255, 255, .5);

}

.agent-pc .bodyindex .mlist.team .content_list .item_block .item_box,

.agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block .item_box {

  border-radius: 270px;

}



/* 团队常规 */



/* .agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block .item_img,

.agent-pc .bodyindex .mlist.team.ff_noSlider .content_list .item_block .item_img{

  float: right;

} */

.agent-pc .team.mlist:not(.imagelink) .content_list .item_img img {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

}

.agent-pc .team.mlist:not(.imagelink) .content_list .item_img {

  float: right;

  width: 100%;

  height: 0;

  padding-top: 128%;

}

.agent-pc .team.mlist:not(.imagelink).ff_noSlider .content_list .item_img {

  position: relative;

  overflow: hidden;

  text-align: center;

  border-radius: 300px
}

.agent-pc .bodyindex .mlist.team.ff_noSlider .content_list .item_block,

.agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block {

  width: calc(100% / 3 - 80px);

  margin-right: 80px;

  margin-bottom: 80px;

}

.agent-pc .ff_indexPage .mlist.team.ff_noSlider .content_wrapper {

  margin-right: -40px;

}

.agent-pc .bodyindex .mlist.team.ff_noSlider .content_list .item_block .item_box,

.agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block .item_box {

  margin: 0;

}

.agent-pc .bodyindex .mlist.team.ff_noSlider .content_list .item_block:hover .item_box,

.agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block:hover .item_box {

  transform: translatey(-30px);

}

.agent-pc .bodylist.bodyteam .mlist.team.ff_noSlider .content_list .item_block:hover .item_box .item_wrapper .item_info,

.agent-pc .bodyindex .mlist.team.ff_noSlider .content_list .item_block:hover .item_box .item_wrapper .item_info {

  margin-top: 57vh;

}

.agent-pc .bodyindex .mlist.team.ff_noSlider .content_list .item_block .details,

.agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block .details {

  top: 56vh;

}

.agent-pc body #sitecontent .npagePage.content_editor .team #listContent {
  display: none;
}



/* ------ 视频 ----- */



.agent-pc .ff_indexPage .videom.module {

  background-color: #111;

}

.agent-pc .ff_indexPage .videom.mlist .container_header .title {

  left: 0;

}

.agent-pc .ff_indexPage .videom.mlist .container_header .subtitle {

  font-family: "MontDemo-Heavy";

  font-size: 78px;

  color: #fff;

  line-height: 82px;

  display: block;



}

.agent-pc .ff_indexPage .videom.mlist .container_header {

  float: left;

  text-align: left;

}

.agent-pc .ff_indexPage .videom .content_wrapper {

  padding-top: 120px;

}

.agent-pc .ff_indexPage .videom.mlist .container_header .title {

  top: 91px;

}

.agent-pc .bodyindex .videom.mlist .content_list .item_img,
.bodyvideom .videom.mlist .content_list .item_img {

  border-radius: 0;

  box-shadow: none;

  width: 50%;

}

.agent-pc .bodyindex .videom.mlist .content_list .item_wrapper,

.agent-pc .bodyvideom .videom.mlist .content_list .item_wrapper {

  width: 50%;

}

.agent-pc .bodyindex .videom.mlist .content_list .item_info .title,

.agent-pc .bodyvideom .videom.mlist .content_list .item_info .title {

  font-weight: 400;

  color: #fff;

  font-size: 22px;

}

.agent-pc .videom.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .title {

  color: #fff;

}

.agent-pc .bodyindex .videom.mlist .content_list .item_info,
.bodyvideom .videom.mlist .content_list .item_info {

  border-bottom-color: rgba(255, 255, 255, .1);

}

.agent-pc .bodyindex .videom.mlist .content_list .item_mask:after,

.agent-pc .bodyvideom .videom.mlist .content_list .item_mask:after {

  content: none;

}

.agent-pc .bodyindex .videom.mlist .content_list .item_wrapper .details,

.agent-pc .bodyvideom .videom.mlist .content_list .item_wrapper .details {

  background-color: transparent;

  border: none;

  color: transparent;

  width: 250px;
  text-align: left;
  padding: 0;
  left: 0;

}

.agent-pc .bodyindex .videom.mlist .content_list .item_wrapper .details .fa,

.agent-pc .bodyvideom .videom.mlist .content_list .item_wrapper .details .fa {

  color: #fff;
  margin-left: 13px;
  transition: all .36s ease;
}

.agent-pc .bodyindex .videom.mlist .content_list .item_block {

  padding-top: 70px;

}

.agent-pc .bodyindex .videom.mlist.ff_slider .content_list .item_img {

  width: 100%;

}

.agent-pc .bodyindex .videom.mlist.ff_slider .content_list .item_wrapper {

  width: 100%;

  position: absolute;

  bottom: 0;

}

.agent-pc .videom.ff_slider.module .module_container .container_content .content_list,

.agent-pc .ff_sitecontent .module.videom.ff_slider .module_container {

  max-width: 100%;

}

.agent-pc .ff_indexPage .videom.mlist.ff_slider .container_header {

  margin-left: 5%;

}

.agent-pc .ff_indexPage .videom.mlist .container_header .title {

  left: 5%;



}

.agent-pc .bodyindex .videom.mlist.ff_slider .content_list .item_info {

  text-align: right;

  /* border-bottom-color: transparent; */

  margin-right: 5%;

  margin-bottom: 10vh;

  padding-bottom: 1%;

}



.agent-pc .bodyindex .videom.mlist.ff_slider .content_list .item_des {

  display: none;

}



.agent-pc .bodyindex .videom.mlist.ff_slider .content_list .item_block {

  padding: 0;

}

.agent-pc .ff_indexPage .videom.mlist.ff_slider .container_header {

  position: absolute;

  z-index: 3;

  top: 20%;

}

.agent-pc .ff_sitecontent .videom.module.ff_slider .module_container {

  margin-top: 0;

}

.agent-pc .ff_indexPage .videom.module.ff_slider {

  padding-top: 0;

  padding-bottom: 0px;

}

.agent-pc .ff_indexPage .videom.mlist.ff_slider .content_wrapper {

  padding-top: 0;

}



.agent-pc .ff_indexPage .videom.mlist.ff_slider .owl-dots {

  display: none;

}

.agent-pc .ff_indexPage .videom.mlist.ff_slider .owl-nav .owl-prev {

  left: unset;

  right: 10%;

  transform: translateY(29vh);

  border-radius: 50px;

}

.agent-pc .ff_indexPage .videom.mlist.ff_slider .owl-nav .owl-prev:hover,

.agent-pc .ff_indexPage .videom.mlist.ff_slider .owl-nav .owl-next:hover {

  background-color: transparent;

}

.agent-pc .ff_indexPage .videom.mlist.ff_slider .owl-nav .owl-next {

  right: 5%;

  transform: translateY(29vh);

  border-radius: 50px;

}



/* 视频列�� */



.agent-pc .bodylist .videom {

  background-color: #181818;

}

.agent-pc .bodyindex .videom.mlist .content_list .item_block .item_info,
.agent-pc .bodyvideom .videom.mlist .content_list .item_block .item_info {
  transition: all 0.36s ease;
}

.agent-pc .bodyindex .videom.mlist .content_list .item_block:hover .item_info,
.agent-pc .bodyvideom .videom.mlist .content_list .item_block:hover .item_info {
  transform: translatey(20px);
}

.agent-pc .bodyvideom .mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_des .description {
  height: 32px;
}

/* .agent-pc .bodyindex .videom.mlist .content_list .item_block:hover .item_wrapper .details, 
.agent-pc .bodyvideom .videom.mlist .content_list .item_block:hover .item_wrapper .details{
  width: 68px;
  color: #fff;
} */
.agent-pc .bodyvideom .videom.mlist .content_list .item_block .item_wrapper .details:before {
  content: "More";
  font-family: "";
  font-size: 15px;
  color: transparent;
  position: absolute;
  left: 68px;
  letter-spacing: 20px;
  transition: all 0.36s ease;
}

.agent-pc .bodyvideom .videom.mlist .content_list .item_block:hover .item_wrapper .details:before {
  letter-spacing: 0px;
  color: #fff;
}

.agent-pc .bodyindex .videom.mlist .content_list .item_block:hover .item_wrapper .details .fa,

.agent-pc .bodyvideom .videom.mlist .content_list .item_block:hover .item_wrapper .details .fa {
  margin-left: 70px;
}

.agent-pc .npagePage.ff_pageList .videom .container_content .content_wrapper>.more {
  display: none;
}

/* ----- 特殊版块 ----- */



.agent-pc .ff_indexPage .team_tabs.mlist .container_header .title {
  top: 102px;
  left: 0;
  text-align: left;

}

.agent-pc .team_tabs.mlist:not(.imagelink) .content_list .item_img {

  display: none;

}

.agent-pc .ff_indexPage .team_tabs.mlist .container_header .subtitle {

  font-family: "MontDemo-Heavy";

  font-size: 78px;

  color: #fff;

  line-height: 90px;

}

.agent-pc .ff_indexPage .team_tabs.mlist .owl-dots {

  display: none;

}

.agent-pc .team_tabs.mlist:not(.imagelink) .content_list .item_block {

  border: none;

  border-top: 2px solid #fff;

}

.agent-pc .bodyindex .team_tabs .content_list .item_block .item_box .item_wrapper .item_info .date_wrap,

.agent-pc .ff_indexPage .team_tabs .tab_content .item_block .details,

.agent-pc .team_tabs.mlist:not(.imagelink) .content_list .item_info .subtitle,

.agent-pc .team_tabs.mlist .owl-nav {

  display: none;

}

.agent-pc .team_tabs.mlist:not(.imagelink) .content_list .item_info .title {

  font-size: 20px;

  color: #fff;

  text-align: left;

}

.agent-pc .team_tabs .module_container .container_content .content_list {

  width: 100%;

  margin: 0 auto;

  margin-top: 70px;

}

.agent-pc .team_tabs .module_container .container_content .content_list .owl-stage-outer {

  width: auto;

  margin: 0;

}

.agent-pc .team_tabs.mlist:not(.imagelink) .content_list .item_des .description {

  text-align: left;

  font-size: 15px;

}

.agent-pc .team_tabs.mlist .item_des .description .mCSB_scrollTools {

  display: none !important;

}

.agent-pc .team_tabs.mlist .item_des .description .mCSB_container {

  top: 0 !important;

}

.agent-pc .team_tabs.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .title {

  color: #fff;

}

.agent-pc .ff_indexPage .team_tabs.mlist .content_wrapper {

  padding-top: 32px;

}



/* ----- 合作伙伴 ----- */



.agent-pc .ff_indexPage .imagelink.module {

  background-color: #181818;

}

.agent-pc .ff_indexPage .imagelink.mlist .container_header {

  position: absolute;

  right: 0;

}

.agent-pc .ff_indexPage .imagelink.mlist .container_header .subtitle {

  font-family: "MontDemo-Heavy";

  font-size: 78px;

  color: #fff;

  line-height: 90px;

}

.agent-pc .ff_indexPage .imagelink .module_container .container_content {

  width: 70%;

  float: left;

}

.agent-pc .ff_indexPage .imagelink .content_list .item_block {

  width: calc(100% / 5 - 40px);

  margin-right: 40px;

}

.agent-pc .ff_indexPage .imagelink .content_list .item_block .title {

  display: none;

}

.agent-pc .ff_indexPage .imagelink .content_list .item_block .item_box:after {

  border: none;

}

.agent-pc .ff_indexPage .imagelink.mlist .container_header .title {

  display: block;

  position: absolute;

  top: 90px;

  left: unset;

  font-size: 22px;

}

.agent-pc .ff_indexPage .imagelink.mlist .content_wrapper {

  padding-top: 0;

}

.agent-pc .ff_indexPage .imagelink.ff_slider .content_list .item_block {

  width: 100%;

}

.agent-pc .ff_indexPage .imagelink.ff_slider .owl-dots {

  display: none;

}

.agent-pc .imagelink.ff_slider .owl-nav .owl-prev:hover,

.agent-pc .imagelink.mlist.ff_slider .owl-nav .owl-next:hover {

  background-color: #fff;

}

.agent-pc .imagelink .owl-nav .owl-next:hover .iconfont,

.agent-pc .imagelink .owl-nav .owl-prev:hover .iconfont {

  color: #111;

}

.agent-pc .imagelink .content_list .item_block .item_box img {

  opacity: .3;

}

.agent-pc .imagelink .content_list .item_block:hover .item_box img {

  opacity: 1;

}

.agent-pc #footer {

  border-top: transparent;

  background-color: #111;
  width: 100%;

}

.agent-pc #online_open,

.agent-pc #shares a {

  background-color: transparent;

  border-color: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .5);

}

.agent-pc #shares a:hover,

.agent-pc #online_open:hover {

  border-color: #181818;

  background-color: #111;

}



/* ------合作伙伴 ------*/

.agent-pc .bodyimagelink .ff_pageList .content .imagelink {

  background-color: #181818;

}

.agent-pc .imagelink .content_list .item_block {

  width: calc(100% / 6 - 40px);

  margin-right: 40px;

  margin-bottom: 30px;

}

.agent-pc .imagelink .content_list .item_block .item_box:after {

  border: none;

}

.agent-pc .imagelink .content_list .item_block .item_wrapper {

  display: none;

}





/* ----- 联系我们 ----- */



.agent-pc #mcontact {

  background-color: #111;

}

.agent-pc #mcontact .contactinfo::before {

  content: none;

}

.agent-pc #mcontact .contactform {

  box-shadow: none;

}

.agent-pc #mcontact .contactform form {

  background-color: transparent;

}

.agent-pc #mcontact .contactlist {

  flex-direction: inherit;

}

.agent-pc #mcontact {

  padding-top: 0;

}

.agent-pc #footer p {

  width: 100%;

}

.agent-pc .ff_indexPage #mcontact .container_header .subtitle {

  font-family: "MontDemo-Heavy";

  font-size: 78px;

  color: #fff;

  line-height: 90px;

  text-align: left;

}

.agent-pc .ff_indexPage #mcontact .container_header {

  margin-bottom: 100px;

  position: inherit;

}

.agent-pc #mcontact .contactinfo {

  width: 59%;

  float: left;

}

.agent-pc #mcontact .contactform {

  width: 40%;

  float: right;

}

.agent-pc #mcontact .container_header .title {

  display: block;

  position: absolute;

  top: 90px;

  left: unset;

  font-size: 22px;

  font-weight: 400;

}

.agent-pc #mcontact .contactinfo {

  margin-top: 0;

  margin-left: 0;

}

.agent-pc #mcontact .contactform form {

  padding: 0;

}

.agent-pc #mcontact .contactinfo .contact_name {

  color: rgba(255, 255, 255, .9);

  width: 256px;

}

.agent-pc #mcontact .contactinfo p {

  border-left: 0px;

}

.agent-pc #mcontact .contactform .inputtxt {

  border: 0px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.agent-pc #mcontact .contactform .contactform_submit {

  float: left;

}

.agent-pc #mcontact .contactform .inputtxt.submit {

  background-color: #fff;

  border-color: #fff;

  color: #181818;

  width: 100%;

}



/* 表单 */



.agent-pc .mo-option-selected,

.agent-pc .mo-text input,

.agent-pc .mo-textarea textarea {

  background-color: #181818;

  border-bottom: 1px solid rgba(255, 255, 255, .1);

  color: #fff;

}

.agent-pc .mo-fakeoptions {

  background-color: #111111;

}

.agent-pc .formPage .container_header .title {

  color: #fff;

  font-size: 30px;

}

.agent-pc .mo-button input {

  background-color: #fff;

  border-color: #fff;

  color: #181818;

  line-height: 54px;

  border-radius: 28px;

  margin-top: 30px;

  width: 40%;

}

.agent-pc .mo-option-selected:after {
  color: rgba(255, 255, 255, .5);
}

.agent-pc .formPage .content {
  margin-top: 80px;
}

/* ----- 编辑器 ----- */



.agent-pc .ff_sitecontent .content_editor .module .module_container {

  margin-top: 0;

}

/* 不规则 */

.agent-pc .ff_indexPage .ad01.mlist .container_header .subtitle {
  font-family: "MontDemo-Heavy";
  font-size: 78px;
  color: #fff;
  line-height: 126px;
}

.agent-pc .ff_indexPage .ad01.mlist .container_header .title {
  left: 0;
}

.agent-pc .ad01 .content_list .item_block {
  border: none;
  width: calc(100% / 3 - 20px);
  margin-right: 20px;
}

.agent-pc .bodyad01 .ad01.mlist .content_list .item_img {
  width: 100%;
}

.agent-pc .bodyad01 .ad01.mlist .content_list .item_wrapper {
  width: 100%;
  /* display: none; */
}

/* .agent-pc .bodyad01 .ad01.mlist .content_list .item_block .details{
  display: none;
} */
.agent-pc .ff_indexPage .ad01.mlist .module_container .container_category {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50px;
}

/* ---不规则列表--- */

.agent-pc .bodylist .team_tabs .content_list .item_block {
  width: calc(100%/3 - 30px);
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;

}

.agent-pc .bodylist .team_tabs .content_list .details,
.agent-pc .bodylist .team_tabs .content_list .date_wrap,
.agent-pc .bodylist .team_tabs .tab_button {
  display: none;
}

.agent-pc .bodylist .team_tabs .content_list .item_block .item_box .item_wrapper {
  padding: 24px 20px;
}

/* 搜索页 */

.agent-pc .searchPage .ff_pageList .content_list .item_block:hover .item_box .item_wrapper .item_info .title {
  color: #e71d14;
}

.agent-pc .searchPage .ff_pageList .content_list .item_block {
  width: calc(50% - 40px);
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
  position: relative;
}

.agent-pc .searchPage .ff_sitecontent .module .module_container {
  max-width: 74%;
}

.agent-pc .searchPage .search.mlist:not(.imagelink) .content_list .item_info .title {
  color: #fff;
  font-size: 20px;

}

.agent-pc .searchPage .npagePage .container_content {
  padding-top: 110px;
  padding-bottom: 100px;
}

.agent-pc .searchPage .search.mlist:not(.imagelink) .content_list .details {
  border: transparent;
  width: 100px;
  height: 100px;
  background-color: #e71d14;
  border-radius: 200px;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 30px;
  color: transparent;
  font-size: 0;
  text-align: center;

}

.agent-pc .searchPage .search.mlist:not(.imagelink) .content_list .item_block:hover .details {
  opacity: 1;
  transform: scale(1.5);
}

.agent-pc .searchPage .search.mlist:not(.imagelink) .content_list .details .fa-angle-right {
  color: #333;
  font-size: 14px;
  padding: 0;
  line-height: 100px;
}

.searchPage .ff_pageList {
  background-color: #181818;
}

.agent-pc .searchPage .search.mlist:not(.imagelink) .content_list .item_des {
  margin-bottom: 30px;
  transition: all 0.36s ease;
  text-overflow: ellipsis;

}

.agent-pc .searchPage .search.mlist:not(.imagelink) .content_list .item_block:hover .item_des {
  transform: translateY(10px);
}

.agent-pc .searchPage .mlist.search .content_list .item_block .item_box .item_info {
  float: inherit;
  transition: all 0.36s ease;
}

.agent-pc .searchPage .mlist.search .content_list .item_block:hover .item_box .item_info,
.agent-pc .searchPage .mlist.search .content_list .item_block:hover .item_box .date_wrap {
  transform: translateY(-10px);
}

.agent-pc .searchPage .mlist.search .content_list .item_block .item_box .date_wrap {
  margin-left: 0;
  margin-bottom: 10px;
}

.agent-pc .searchPage .mlist.search .content_list .item_block .item_des .description {
  height: 52px;
}

/* -----404------ */

.agent-pc .ff_sitecontent .npagePage #page404 {
  transform: translatey(130%);
  margin-top: 126px;
}

.agent-pc .ff_sitecontent .npagePage #page404 .fl {
  font-family: "MontDemo-Heavy";
  font-size: 120px;
  color: #fff;
}

.agent-pc .ff_sitecontent .npagePage #page404 .title {
  padding-top: 50px;
  font-size: 25px;
  transform: translatex(30px);
  color: #828282;
}

.agent-pc .ff_sitecontent .npagePage #page404 .subtitle {
  transform: translatex(30px);
  line-height: 40px;
}

.agent-pc .searchPage .ff_sitecontent .search_empty {
  font-size: 30px;
  margin-top: 130px;
}

/* 适配 */
@media screen and (max-width:1700px) {

  .agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info,

  .agent-pc .bodyindex .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info {

    margin-top: 24vw;

  }

  .agent-pc .ff_sitecontent .news.module .module_container {
    max-width: 85%;
  }

}

@media screen and (max-width:1680px) {

  .agent-pc .bodylist.bodyteam .mlist.team.ff_noSlider .content_list .item_block:hover .item_box .item_wrapper .item_info,
  .agent-pc .bodyindex .mlist.team.ff_noSlider .content_list .item_block:hover .item_box .item_wrapper .item_info {
    margin-top: 51vh;
  }

  .agent-pc .bodyindex .mlist.team.ff_noSlider .content_list .item_block .details,
  .agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block .details {
    top: 50vh;
  }

  .agent-pc .ff_sitecontent .module .module_container {
    max-width: 90%;
  }
}

@media screen and (max-width:1536px) {

  .agent-pc .bodyindex .videom.mlist .content_list .item_wrapper,
  .agent-pc .bodyvideom .videom.mlist .content_list .item_wrapper {
    padding-top: 10px;
  }

  .agent-pc .ff_indexPage .videom.mlist.ff_slider .owl-nav {
    top: 13vw;
  }

  .agent-pc .ff_indexPage .service.ff_noSlider .content_list .item_block>.details,
  .agent-pc .npagePage:not(.post).ff_pageList .service .content_list .item_block>.details {
    top: calc(42% - 92px);
    right: calc(57% - 64px);
  }
}

@media screen and (max-width:1441px) {

  .agent-pc .service .module_container .container_content .content_list {

    width: 100%;

  }

  /* .agent-pc .service.mlist:not(.imagelink) .content_list .item_block:hover .details{

      transform: scale(1.5);

  } */

  .agent-pc .ff_indexPage .service.ff_noSlider .content_list .item_block>.details {

    top: 27vh;

  }

  .agent-pc .bodyindex .mlist.news .content_list .item_block .item_box .item_wrapper,

  .agent-pc .bodylist.bodynews .mlist.news .content_list .item_block .item_box .item_wrapper {

    margin-top: 216px;

  }

  .agent-pc .mcustomize.tlir .container_content .contentbody .wrapper,

  .agent-pc .mcustomize.tril .container_content .contentbody .wrapper {

    padding-top: 74px;

  }

  .agent-pc .bodyindex .mlist.team .content_list .item_block:hover .details,
  .agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block:hover .details {
    transform: scale(1.5);
    top: 35vh;
  }

  .agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info,
  .agent-pc .bodyindex .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info {
    margin-top: 20vw;
  }

  .agent-pc .ff_indexPage .videom.mlist.ff_slider .owl-nav {
    top: 27vw;
  }

  .agent-pc .bodylist.bodyteam .mlist.team.ff_noSlider .content_list .item_block:hover .item_box .item_wrapper .item_info,
  .agent-pc .bodyindex .mlist.team.ff_noSlider .content_list .item_block:hover .item_box .item_wrapper .item_info {
    margin-top: 41vh;
  }

  .ff_postPage .news.mlistpost .listWrap {
    display: none;
  }

  .agent-pc .service.mlist:not(.imagelink) .content_list .item_block .item_box .item_wrapper .item_des .description {
    height: 52px;
  }

  .agent-pc .videom.mlist:not(.imagelink) .content_list .item_des .description {
    height: 16px;
  }
}

@media screen and (max-width:1367px) {
  .agent-pc body #navWrapper .content .nav>.navitem>a {
    padding: 0 20px;
  }

  .agent-pc body #navWrapper .content .nav>.navitem:hover .subnav {
    transform: translateX(-82px);
  }

  .agent-pc .searchPage .search.mlist:not(.imagelink) .content_list .details {
    width: 80px;
    height: 80px;
  }

  .agent-pc .ff_indexPage .service.ff_noSlider .content_list .item_block>.details,
  .agent-pc .npagePage:not(.post).ff_pageList .service .content_list .item_block>.details {
    top: calc(42% - 92px);
    right: calc(57% - 54px);
  }

  .agent-pc #mcontact .contactlist {
    padding-bottom: 30px;
  }

  .agent-pc .videom.mlist:not(.imagelink) .content_list .item_des .description {
    height: 16px;
  }
}


@media screen and (max-width:1337px) {

  .agent-pc .bodyindex .mlist.team.ff_noSlider .content_list .item_block .details,

  .agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block .details {

    top: 40vh;

  }

  .agent-pc .bodylist.bodyteam .mlist.team.ff_noSlider .content_list .item_block:hover .item_box .item_wrapper .item_info,

  .agent-pc .bodyindex .mlist.team.ff_noSlider .content_list .item_block:hover .item_box .item_wrapper .item_info {

    margin-top: 42vh;

  }

  .agent-pc .bodyindex .videom .content_list .item_des .description,
  .agent-pc .bodyvideom .videom .content_list .item_block .item_box .item_wrapper .item_des .description {
    height: 26px;
  }

  .agent-pc .bodyindex .videom.mlist .content_list .item_wrapper .details,
  .agent-pc .bodyvideom .videom.mlist .content_list .item_wrapper .details {
    bottom: -48px;
  }

  .agent-pc .bodylist.bodyteam .mlist.team.ff_noSlider .content_list .item_block:hover .item_box .item_wrapper .item_info,
  .agent-pc .bodyindex .mlist.team.ff_noSlider .content_list .item_block:hover .item_box .item_wrapper .item_info {
    margin-top: 38vh;
  }

  .agent-pc .bodyindex .mlist.team.ff_noSlider .content_list .item_block .details,
  .agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block .details {
    display: none;
  }

  .agent-pc .ff_postPage .news.mlistpost .listContent_post {
    display: none;
  }

}

@media screen and (min-width:1921px) {
  .agent-pc .ff_indexPage .service.mlist .owl-nav .owl-prev {
    left: 87%;
  }

  .agent-pc .bodyindex .mlist.team .content_list .item_block .item_box,
  .agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block .item_box {
    border-radius: 380px;
  }

  .agent-pc .bodyindex .mlist.team .content_list .item_block .details,
  .agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block .details {
    right: 35px;
    top: 58vh;
  }

  .agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info,
  .agent-pc .bodyindex .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info {
    margin-top: 60vh;
  }

  .agent-pc .ff_indexPage .service.ff_noSlider .content_list .item_block>.details,
  .agent-pc .npagePage:not(.post).ff_pageList .service .content_list .item_block>.details {
    right: calc(50% - 50px);
  }

  .agent-pc .bodyindex .mlist.news .content_list .item_block .item_box .item_wrapper,
  .agent-pc .bodylist.bodynews .mlist.news .content_list .item_block .item_box .item_wrapper {
    margin-top: 24%;
  }

  .vPlayArea.vshow .vPlayItem {
    transform: scale(1.5);
  }
}

@media screen and (min-width:2561px) {

  .agent-pc .bodyindex .mlist.team .content_list .item_block .item_box,
  .agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block .item_box {
    border-radius: 700px;
  }

  .agent-pc .project.mlist:not(.imagelink) .content_list .item_info .title,
  .agent-pc .service.mlist .content_list .item_info .title,
  .agent-pc .news.mlist:not(.imagelink) .content_list .item_block:hover .item_box .item_wrapper .item_info .title,
  .agent-pc .news.mlist:not(.imagelink) .content_list .item_block .item_box .item_wrapper .item_info .title,
  .agent-pc .bodyindex .videom.mlist .content_list .item_info .title,
  .agent-pc .bodyvideom .videom.mlist .content_list .item_info .title,
  .agent-pc .bodyindex .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info .title,
  .agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info .title {
    font-size: 40px;
    line-height: 40px;
  }

  .agent-pc .service.mlist:not(.imagelink) .content_list .item_block .item_box .item_wrapper .item_des .description,
  .agent-pc .mlist.news .content_list .item_des .description {
    font-size: 28px;
    line-height: 50px;
  }

  .agent-pc .bodyproject .mlist.project .content_list .item_block .item_tags>a,
  .agent-pc .bodyindex .mlist.project .content_list .item_block .item_tags>a,
  body #header #navWrapper .content .nav>.navitem,
  body #header.mini #navWrapper .content .nav>.navitem,
  .agent-pc .bodyindex .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info .subtitle,
  .agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info .subtitle {
    font-size: 24px;
    line-height: 40px;
  }

  .agent-pc body #navWrapper .content .nav>.navitem>a,
  body #header.mini #navWrapper .content .nav>.navitem>a {
    line-height: calc(100px - 2px);
  }

  .agent-pc body #header {
    height: 100px;
  }

  .agent-pc .container_category>a {
    padding: 34px 80px;
    font-size: 28px;
  }

  .agent-pc .container_category>a.active .move {
    border-radius: 58px;
  }

  .agent-pc .bodyindex .mlist.news.ff_noSlider .content_list .item_block .item_box .item_wrapper>.date_wrap .d,
  .agent-pc .bodynews .mlist.news .content_list .item_block .item_box .item_wrapper>.date_wrap .d {
    font-size: 130px;
  }

  .agent-pc .bodyindex .mlist.news.ff_noSlider .content_list .item_block .item_box .item_wrapper>.date_wrap .m,
  .agent-pc .bodynews .mlist.news .content_list .item_block .item_box .item_wrapper>.date_wrap .m {
    font-size: 84px;
    left: 202px;
  }

  .agent-pc .bodyindex .mlist.news.ff_noSlider .content_list .item_block .date_wrap .year,
  .agent-pc .bodylist.bodynews .mlist.news .content_list .item_block .date_wrap .year {
    font-size: 28px;
    top: 55px;
    right: -92px;
  }

  .agent-pc .bodyindex .mlist.news.ff_noSlider .content_list .item_block .item_box .item_wrapper>.date_wrap .d::before,
  .agent-pc .bodynews .mlist.news .content_list .item_block .item_box .item_wrapper>.date_wrap .d:before {
    height: 60px;
  }

  .agent-pc .ff_indexPage .service.mlist .owl-nav .owl-prev,
  .agent-pc .ff_indexPage .service.mlist .owl-nav .owl-next {
    width: 170px;
    height: 170px;
  }

  .agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info,
  .agent-pc .bodyindex .mlist.team .content_list .item_block:hover .item_box .item_wrapper .item_info {
    margin-top: 55vh;
  }

  .agent-pc .bodyindex .mlist.news .content_list .item_block .item_box .item_wrapper>.date_wrap,
  .agent-pc .bodylist.bodynews .mlist.news .content_list .item_block .item_box .item_wrapper>.date_wrap {
    top: 152px;
  }

  .agent-pc body #navWrapper .content .nav>.navitem:hover .subnav {
    width: 240px;
    /* transform: translateX(-112px); */
  }

  .agent-pc .bodylist #banner div {
    height: 500px;
  }
}

@media screen and (min-width:3840px) {

  .agent-pc .ff_indexPage .service.ff_noSlider .content_list .item_block>.details,
  .agent-pc .npagePage:not(.post).ff_pageList .service .content_list .item_block>.details {
    right: calc(50% - 75px);
  }

  .agent-pc .ff_postPage .news.mlistpost .postContent {
    width: 770px;
  }

  .agent-pc .bodylistpost.bodynews #sitecontent .npagePage .module_container {
    max-width: 1200px;
    margin: 0 auto;
  }
}

/* ---补充页面--- */

/* 服务默认浏览器 */

.agent-pc .bodyservice .postInfo .title {
  font-size: 32px;
  line-height: 36px;
  color: #fff;

}

.agent-pc .bodyservice .postInfo .subtitle {
  font-size: 15px;
  line-height: 22px;
}

.agent-pc .bodyservice .postInfo {
  margin-bottom: 40px;
}


/* pad端适配 */
@media screen and (max-width:1440px) {
  .agent-pc #mcontact .contactinfo {
    width: 46%;
  }

  .agent-pc #mcontact .contactinfo p {
    padding-left: 0;
  }

  .agent-pc #mcontact .ff_social {
    top: 32px;
  }
}

@media screen and (max-width:1025px) {
  .agent-pc #mcontact .contactinfo {
    width: 40%;
  }

  .agent-pc #mcontact .contactform {
    width: 60%;
  }

  .agent-pc #mcontact .contactinfo p {
    padding-left: 0;
  }

  #mcontact .ff_social {
    top: 10px;
  }

  .agent-pc .bodyindex .mlist.news .content_list .item_block .item_box .item_wrapper,
  .agent-pc .bodylist.bodynews .mlist.news .content_list .item_block .item_box .item_wrapper {
    margin-top: 126px;
  }

  .agent-pc .ff_indexPage .service.mlist .owl-nav .owl-prev {
    left: 85%;
  }

  .agent-pc .ff_indexPage .service.mlist .owl-nav .owl-prev,
  .agent-pc .ff_indexPage .service.mlist .owl-nav .owl-next {
    width: 78px;
    height: 78px;
  }
}

@media screen and (max-width:835px) {
  .agent-pc .ff_indexPage .service.ff_slider .content_list .item_block .item_box:before {
    bottom: 10vh;
  }

  .agent-pc .ff_indexPage .service.mlist .owl-nav .owl-prev {
    left: 0;
  }

  .agent-pc .ff_indexPage .service.mlist .owl-nav .owl-next {
    right: 511px;
  }

  .agent-pc .ff_indexPage .service.mlist .owl-nav {
    top: 91%;
  }

  .agent-pc .service.mlist .content_list .item_block:hover .details>.fa {
    margin-top: 44px;
    padding-left: 16px;
  }

  .agent-pc .service.mlist:not(.imagelink) .content_list .item_block:hover .details {
    transform: scale(1.2);
    right: 17%;
  }

  .agent-pc .container_category>a {
    padding: 14px 38px;
  }

  .agent-pc .bodyindex .mlist.team .content_list .item_block:hover .details,
  .agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block:hover .details {
    transform: scale(1.2);
    top: 23vh;
  }
}


#page_body_editor-wrapper .layout_group .layout_bg[data-effect="parallax"] {
  transition: 0.125s ease;
}

.ff_indexPage .team .module_container .container_category {
  margin-right: 5%;
}

/* 2021/12/14 lin 合并*/

#footer .beian {
  color: inherit !important
}


/* 2023-10-30 tao start */
@media screen and (min-width: 1415px) {
  .agent-pc #mcontact .contactinfo {
    min-width: 970px;
  }
}

/* 2023-10-30 tao end */