.s2-item {
  width: 294px;
  height: 94px;
  background: linear-gradient(211deg, #FFFFFF, #D5D5D5);
  border: 4px solid #FFFFFF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
}

.s2-item:hover {
  color: #1D7264;
  border: 4px solid #4BB99F ;
  box-shadow: 0px 0px 20px #fff;
}


/* ------------------------------------------------------------------------------
	Works
-------------------------------------------------------------------------------*/
.work {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;

  overflow: hidden;
  position: relative;
  width: 420px;
  height: 260px;
  background: #4BB99F;
  border-radius: 20px;
  }
  .work img
  {
	width:100%;
	height:100%;  
  }
  .work .overlay {
    background: rgba(75, 185, 159, 0.7);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s; }
  .work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .work h5, .work p, .work img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s; }
  .work h5, .work p {
    color: #fff;
    margin: 0;
    opacity: 0; }
  .work h5 {
    margin-bottom: 5px;
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); }
  .work p {
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }

/* .work-box:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); } */
.work-box:hover .overlay {
  opacity: 1; 
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); 
}
.flex-control-paging li a 
{
	background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
}

.flex-control-paging li a.flex-active {
	background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
}

.work-box:hover {
  .work-box-pre {
    opacity: 0;
  }
}
.work-box-pre {
  height: 100%;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
}

/* ------------------------------------------------------------------------------
	Work animation
-------------------------------------------------------------------------------*/
.work:nth-child(1) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }
.work:nth-child(2) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.work:nth-child(3) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.work:nth-child(4) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.work:nth-child(5) {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.work:nth-child(6) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }
.work:nth-child(7) {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.work:nth-child(8) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animated {
  visibility: visible; }


.accordion-box {
  /* width: 1050px; */
}

.accordion-box li {
  float: left;
  list-style: none;
  width: 132px;
  /* height: 284px; */
  /* transition: all 0.5s; */
  position: relative;
  overflow: hidden;
  /* border-left: 2px solid rgba(255, 255, 255, .8); */
  /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8); */
  
}

.accordion-box li img {
  max-width: unset;
}

/* .accordion-box li .accordion-box-pre {
  display: none;
} */

.accordion-box ul li:first-child {
  width: 715px;
  .accordion-box-pre { 
    display: none;
  }
}

.accordion-box ul:hover li {
  width: 132px;
}

.accordion-box ul li:hover {
  width: 715px;
  /* transition: all 0s; */
}

.accordion-box ul li:hover .accordion-box-pre {
  display: none;
}

.accordion-box ul li:hover .accordion-box-content {
  display: none;
}

.accordion-box-title-divider {
  width: 1px;
  height: 144px;
  background: #FFFFFF;
  position: absolute;
  top: 229px;
  left: 42px;
}

.accordion-box-title {
  position: absolute;
  top: 229px;
  left: 55px;
  writing-mode: vertical-lr;
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #FFFFFF;
}