* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*h1{
  font-size: 2.5rem;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #444;
  text-align: center;
  margin: 2rem 0;
}*/
.header {
  text-align: center;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}

body {
  user-select: none;
  background-color: #24252d
}

.wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 80rem;
}

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col {
  width: calc(25% - 1rem);
  max-width: 25%;
  margin: 1rem;
  cursor: pointer;
}

.team-container {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.front,
.back {
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 430px;
  height: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
}

.back {
  background: #cedce7;
  background: -webkit-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
  background: -o-linear-gradient(45deg, #cedce7 0%, #596a72 100%);
  background: linear-gradient(45deg, #cedce7 0%, #596a72 100%);
}

.front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  /* opacity: .6; */
  opacity: 0;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
}

.team-container:hover .front,
.team-container:hover .back {
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  /* top: 50%; */
  top: 90%;
  position: absolute;
  left: 0;
  width: 100%;
  /* padding: 2rem; */
  font-size: .7em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}

.inner2 {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 1rem;
  font-size: .7em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}

.inner2 p {
  font-size: 1rem;
}

.mb-30 {
  margin-bottom: 30px;
}

.team-container .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.team-container .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.team-container:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.team-container:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.front .inner p {
  font-size: 1rem;
  margin-bottom: 0.3rem;
  position: relative;
}

.front .inner p:after {
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* bottom: -.75rem; */
}

.front .inner span {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 0.8rem;
}

@media screen and (max-width: 64rem) {
  .col {
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem) {
  .col {
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem) {
  .col {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}

/* 多行隐藏 */
.ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 20px ;
  margin-top: 10px;
  font-weight: 700;
  color: #333;
}

/* 列表分类 */
.classification_work {
  width: 100%;
  height: 50px;
  position: relative;
  font-size: 16px;
  margin-bottom: 80px;
}
.classification_work1{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.classification_work1 div{
  width: 25%;
  line-height: 50px;
  box-sizing: border-box;
  text-align: center;
}
.classification_work12{
  width: calc(100% - 30px) ;
  position: absolute;
  left: 15;
  box-sizing: border-box;
  background-color: #414141;
  z-index: 999;
  box-sizing: border-box;
  padding: 20px;
  padding-bottom: 0;
  padding-right: 0;
}
.classification_work12 div{
  display: inline-block;
  padding: 6px 12px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  margin-right: 20px;
  margin-bottom: 20px;
}
/* .text-1,.text-2{
  -webkit-text-stroke: 0px #fff !important;
  color: #fff !important;
} */
/* 返回顶部 */
.gotop {
  position: fixed;
  bottom: 40px;
  right: 60px;
  width: 80px;
}

.gotopno {
  width: 0 !important;
  height: 0 !important;
}
.flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
.folio-item{
  min-height: 254px;
}
/*  */
.img-fluid{
  transition: 0.4s all;
  border-radius: 2px;
}
.img-fluid:hover{
  transform: scale(1.02) ;
}
.more_index{
  box-sizing: border-box;
  width: 300px;
  height: 50px;
  background: #DFDFDF;
  line-height: 50px;
  -webkit-text-stroke: 0px #DFDFDF !important;
  font-size: 20px !important;
  display: inline-block;
  color: #333 !important;
  font-weight: 400 !important;
}
/* 首页下面的介绍*/
.beian {
  width: 100%;
  background-color: #343434;
  text-align: center;
  line-height: normal;
  font-size: 12px;
  color: #9E9E9E;
  box-sizing: border-box;
  padding: 20px 0;
}
.container_indexall img{
  width: 100px;
  margin-right: 5%;
}
.container_indexall{
  display: flex;
}
.container_index{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: calc(90% - 20px);
}
.container_index div{
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
.container_index div:last-child{
  margin-bottom: 0px;
}
.container_index div a{
  margin-right: 2%;
  color: #9E9E9E;
}
.container_index div a:last-child{
  margin-right: 0;
}
.search_work{
  width: 100%;
  height: 200px;
  background-image: url(../img/background.png);
  background-size: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_work_box{
  width: 100%;
  
}
.search_work1{
  height: 60px;
  font-size: 20px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search_work1 input{
  box-sizing: border-box;
  padding: 0 20px;
  color: #fff;
  width: calc(100% - 100px);
  height: 100%;
  background-color:transparent;
  border:none;
  outline:none;
}
.search_work1 div{
  width: 100px;
  color: #333;
  background-color: #fff;
  border-color: #fff;
  text-align: center;
  line-height: 60px;
}
.search_work2{
  margin-top: 20px;
}
.search_work2 span{
  color: #fff;
  margin-right: 20px;
}

/* 走马灯 */
.trotting_index{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #555;
  color: #fff;
}