@charset "UTF-8";
.clearfix:after {
  clear: both;
  display: block;
  content: '';
}

.clearfix {
  zoom: 1;
}
::-webkit-scrollbar-track-piece {
  background-color: #101012;
}

::-webkit-scrollbar {
  background-color: #e77817;
}

::-webkit-scrollbar-thumb {
  background-color: #333;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #e77817;
}
.npagePage {
  will-change: transform;
}





@-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);
  }
}

.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%);
}


.npagePage:not(.post) .videom .content_list::after {
  content: "";
  display: block;
  clear: both;
}

.npagePage:not(.post) .videom .content_wrapper {
  position: relative;
  margin-right: 0px;
}

.npagePage:not(.post) .videom .content_wrapper.slider {
  margin-right: 0;
}

.npagePage:not(.post) .videom .content_wrapper.slider .item_block {
  margin-bottom: 0;
}

.npagePage:not(.post) .videom .owl-item .item_block {
  width: 100%;
}


.videom.mlistpost .listContent_post .content_list::after {
  content: "";
  display: block;
  clear: both;
}

.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 {
  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);
}

.vPlayArea {
  width: 100%;
  height: 100%;
}

.vPlayArea .vPlayItem {
  width: 960px;
  padding: 10px;
  height: 618px;
  background: #fff;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -480px;
  margin-top: -456px;
  z-index: 2;
  border: 1px solid #dedede;
  transition: margin 0.36s ease, background 1s ease, border-color 1s ease;
}

.vPlayArea .vPlayItem video {
  width: 100%;
}

.vPlayArea.vshow .vPlayItem {
  margin-top: -336px;
}

.videoTabBtns {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
  transform: translateY(-50%);
  transition: opacity 1s ease;
}

.videoTabBtns .videoTabBtn {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 0;
  text-align: center;
  cursor: pointer;
}

.videoTabBtns .videoTabBtn .icon {
  display:block;
}

.videoTabBtns .videoTabBtn.next {
  right: 0;
}

.videoTabBtns .videoTabBtn.next .icon {
  width: 50px;
    height: 50px;
    background: url(../images/licheng_right.png) no-repeat center;
    background-size: cover;
  speak: none;
}

.videoTabBtns .videoTabBtn.prev {
  left: 0;
}

.videoTabBtns .videoTabBtn.prev .icon{
  width: 50px;
    height: 50px;
    background: url(../images/licheng_left.png) no-repeat center;
    background-size: cover;
  speak: none;
}

.videoInfor {
  width: 100%;
  height: 48px;
  position: relative;
  padding: 15px 0 0;
  transition: opacity 1s ease;
}

.videoInfor .title {
  font-size: 16px;
  color: #2e2e2e;
}

.videoInfor .subtitle {
  color: #7d7d7d;
  font-size: 13px;
  line-height: 22px;
  margin-top: 6px;
}

.videoBg {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 10000;
  transition: background 1s ease;
}

.videoBg.deepView {
  background: rgba(0, 0, 0, 0.9);
}

.videoBg.deepView .vPlayItem {
  background: transparent;
  border-color: transparent;
}

.videoBg.deepView .videoInfor {
  opacity: 0;
}

.videoBg.deepView .videoTabBtns {
  opacity: 0;
},.bodyvideom .videom.mlist .content_list .date_wrap,.bodyvideom .videom.mlist .content_list .details {
  display: none;
}

.bodyvideom .videom.mlist .content_list .item_block:hover .item_mask {
  background-color: rgba(0, 0, 0, 0.4);
}
.bodyvideom .videom.mlist .content_list .item_block:hover .item_mask:after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.content_list .item_img {
  border-radius: 5px;
  box-shadow: 0 0 0 20px #e5f1e8;
  transform: translate3d(0, 0, 0);
  width: 480px;
  position: relative;
}
.bodyvideom .videom.mlist .content_list .item_mask {
  transition: 0.36s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: 0.36s ease;
}
.bodyvideom .videom.mlist .content_list .item_mask:after {
  transition: 0.36s ease;
  content: "";
  width: 70px;
  height: 70px;
  background: #57bc4c;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px;
  color: #fff;
  border-radius: 50%;
  transform: translate3d(0, 70px, 0);
  opacity: 0;
}
.bodyvideom .videom.mlist .content_list .item_wrapper {
  padding: 0;
  padding-left: 70px;
  padding-top: 40px;
  width: calc(100% - 480px);
  position: relative;
}
.bodyvideom .videom.mlist .content_list .item_wrapper .details {
  display: block;
  width: 140px;
  line-height: 36px;
  color: #fff;
  background-color: #57bc4c;
  margin: 0;
  left: 70px;
  bottom: -78px;
  border-radius: 18px;
  text-align: center;
  padding: 0;
}
.bodyvideom .videom.mlist .content_list .item_info {
  border-bottom: 1px solid #e5e9ef;
  padding-bottom: 10px;
}



.bodylist.bodyvideom .mlist .content_list .item_img {
  box-shadow: 3px 5px 20px rgba(9, 9, 9, 0.1);
}

.container_category >a {
  border-radius: 15px;
  line-height: 28px;
}


.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;
}

.agent-pc .bodylist .videom {margin-top:30px;


}.bodylist .mlist {
  min-height: 41vh;
}

.npagePage:not(.post) .videom .item_block {
  transition: all 0.36s ease;
  height: auto;
  position: relative;
}



.bodyvideom .videom.mlist .content_list .item_box {
  display: block;
}
::-webkit-scrollbar-track-piece,::-webkit-scrollbar,::-webkit-scrollbar-thumb {
  width: 5px;
}


.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);
}
.content_list .item_img{

  border-radius: 0;

  box-shadow: none;

  width: 50%;

}
.mlist:not(.imagelink) .content_list .item_img {
  position: relative;
  overflow: hidden;
}

.mlist:not(.imagelink) .content_list .item_img img {
  display: inline;
}
.bodyvideom .videom.mlist .content_list .item_wrapper{float: right;}

.agent-pc .bodylist.bodyvideom .content_list .item_block:hover .item_info{
    padding-left:10px;
}
.content_list .item_img{
    width:100%;
    padding-top:58%;
}
.content_list2 .item_img{padding:20% 0 !important;}
.content_list .item_img img{
        object-fit: cover;height: 100%;
    overflow: hidden;
    position: absolute;width:100%;
    top: 0;
    left: 0;
   /* filter:grayscale(100%);*/
    transition:all .3s ease;
}.agent-pc .bodylist.bodyvideom .content_list .item_block:hover .item_img img{
    filter:grayscale(0);
}


.agent-pc .bodylist.bodyvideom .content_list .module_container .container_category{
    float: unset;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50px;
    margin-top: 68px;
}.agent-pc .bodyvideom .content_list .item_des{
    display: none;
}
.agent-pc .bodyvideom .videom.mlist .content_list .item_block .item_info{
    border-bottom:0;  transition: all 0.36s ease;
}
.agent-pc .bodyvideom .videom.mlist .content_list .item_wrapper .details{
    display: block;
    width: 32px;
    height: 32px;
    transition: all 0.6s ease 0s;
    position: absolute;
    bottom: 34px;
    right: 0px;
    opacity: 0;
    color: transparent;
    border: 0;
    padding: 0;
    line-height: 32px;
    left: auto;
}

.mlist:not(.imagelink) .content_list .item_info .title {
  transition: all 0.36s ease;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}.mlist:not(.imagelink) .content_list .item_info .subtitle {color: #868585;padding:10px 0 5px;

.bodyvideom .videom.mlist .content_list .item_info .subtitle {
  line-height: 34px;
}

.agent-pc .bodyvideom .videom.mlist .content_list .item_block:hover .item_wrapper .details{
    bottom: 34px;
    opacity: 1;
    right: 15px;
}
.agent-pc .bodyvideom .videom.mlist .content_list .item_block:hover .item_wrapper .details .fa{
    margin-right:0;
    margin-left:0;
    top:-20px;
}



@media screen and (max-width: 1194px){
    .agent-pc .mlist.project:not(.imagelink) .content_list .item_img img {opacity: 0 !important;visibility: hidden !important;    }
}

.agent-pc .cursor{
    background-color: #3c64e6 !important;
    border-color:#3c64e6;
    color:#fff;
}
.agent-pc .cursor.sousuo{
    background: none !important;
}
.agent-pc #olx_head{
    background-color:#3c64e6;
    color:#fff;
} .agent-pc .bodylist.bodyteam .mlist.team .content_list .item_block:hover .details{
    border-color: #3c64e6;
    background-color: #3c64e6;
}


.agent-pc .bodyvideom .videom.mlist .content_list .item_block:hover .item_wrapper .details:before{    display:none;}


#online_lx{width:188px;}

.agent-mobile #page_body_editor-wrapper .layout_bg.layout_bg_pc{    display:block;}
.agent-mobile #mm-slider{display:none;}


