.m-swb1 .swiper-slide{
  width: auto;
}
.m-swb1 .swiper-slide:first-child{
  margin-left: 12.791667vw;
}
.m-swb1 .swiper-wrapper{
  -webkit-transition-timing-function: linear!important;
-moz-transition-timing-function: linear!important;
-ms-transition-timing-function: linear!important;
-o-transition-timing-function: linear!important;
transition-timing-function: linear!important;
}
.dowebok{
  height: 32.96875vw!important;
  background: transparent !important;;
}
.dowebok .list .item:first-child{
  margin-left: 12.791667vw;
}
.index_main .banner .swiper-prev,
.index_main .banner .swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 9;
}
.index_main .banner .swiper-prev {
  left: 50px;
}
.index_main .banner .swiper-next {
  right: 50px;
}
.index_main .banner .img {
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  transition: 3s;
  background-position: center center;
  background-size: cover;
}
.slider_control{
  position: absolute; 
  bottom: 70px;
  right: 50px;
} 
.banner{position: relative;}
.c-ban_control .arrow_left, 
.c-ban_control .arrow_right,
.slider_control .arrow_left, 
.slider_control .arrow_right{
  width: 30px; 
  height: 30px; 
  background-image: url('./common/arrow_w.png'); 
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center center;
  display: inline-block; 
  vertical-align: middle;
  cursor: pointer;
}
.c-ban_control .arrow_right,
.slider_control .arrow_right{
  margin-left: 20px; 
  cursor: pointer;
}
.c-ban_control .arrow_left,
.slider_control .arrow_left{
  background-image: url('./common/arrow_w_l.png'); 
  margin-right: 20px;
}
.c-ban_control .arrow_left{
  position: absolute;
  left: 2%;
  top: 50%;
  zoom: 1.5;
  transform: translateY(-50%);
}
.c-ban_control .arrow_right{
  position: absolute;
  right: 2%;
  top: 50%;
  zoom: 1.5;
  transform: translateY(-50%);
}
.slider_control .control_number{
  display: inline-block; 
  color: #fff; 
  vertical-align: middle;
  font-size: 22px;
}
.index_main .banner .text {
  position: absolute;
  left: 14vw;
  top: 70vh;
}
.index_main .banner .text .english-text {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  width: 550px;
  letter-spacing: -1px;
  line-height: 30px;
}
.index_main .banner .text .chinese-text {
  font-size: 23px;
  color: #fff;
  line-height: 54px;
  font-weight: lighter;
  letter-spacing: -0.5px;
}
.index_main .banner .swiper-slide-active .img {
  /* animation: move_bg 6s linear 1; */
  background-position: 20% center;
}
.index_main .main1 {
  background: #333;
}
.index_main .main1 .flex {
  width: 100%;
}
.index_main .main1 .img {
  padding: 20px;
  width: calc(100% - 185px);
  /* max-width: 1740px; */
  /* max-width: 1500px; */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.index_main .main1 .img span {
  width: 12.5%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.index_main .main1 .img span img {
  aspect-ratio: auto 180 / 180;
  /* transition: 1s !important; */
}
/* .index_main .main1 .img img {
  width: 12.5%;
} */
.index_main .main1 .img span .jia,
.index_main .main1 .img span .tit {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
}
.index_main .main1 .img span .jia{
  background: rgba(0, 0, 0, 0.3) url(../images/jiah.png) no-repeat center;
  background-size: 85px;
}
.index_main .main1 .img span .tit {
  color: #fff;
  top: 200%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  padding-bottom: 16px;
}
.index_main .main1 .img span .tit p {
  line-height: 1.5em;
  font-size: 0.85em;
}
.index_main .main1 .img span:hover .jia,
.tit {
  top: 0;
}
.index_main .main1 .img span:hover .tit {
  top: 0;
}
/* .index_main .main1 .img span:hover img{
	transform: scale(1.1, 1.1) !important;-moz-transform: scale(1.1, 1.1);-webkit-transform: scale(1.1, 1.1);-o-transform: scale(1.1, 1.1); 
} */
.index_main .main1 .img span:nth-child(1) img {
  animation-delay: 0s;
}
.index_main .main1 .img span:nth-child(2) img {
  animation-delay: 0.1s;
}
.index_main .main1 .img span:nth-child(3) img {
  animation-delay: 0.2s;
}
.index_main .main1 .img span:nth-child(4) img {
  animation-delay: 0.3s;
}
.index_main .main1 .img span:nth-child(5) img {
  animation-delay: 0.4s;
}
.index_main .main1 .img span:nth-child(6) img {
  animation-delay: 0.5s;
}
.index_main .main1 .img span:nth-child(7) img {
  animation-delay: 0.6s;
}
.index_main .main1 .img span:nth-child(8) img {
  animation-delay: 0.7s;
}
.index_main .main1 .img span:nth-child(9) img {
  animation-delay: 0.8s;
}
.index_main .main1 .img span:nth-child(10) img {
  animation-delay: 0.9s;
}
.index_main .main1 .img span:nth-child(11) img {
  animation-delay: 1s;
}
.index_main .main1 .img span:nth-child(12) img {
  animation-delay: 1.1s;
}
.index_main .main1 .img span:nth-child(13) img {
  animation-delay: 1.2s;
}
.index_main .main1 .img span:nth-child(14) img {
  animation-delay: 1.3s;
}
.index_main .main1 .img span:nth-child(15) img {
  animation-delay: 1.4s;
}
.index_main .main1 .img span:nth-child(16) img {
  animation-delay: 1.5s;
}
.index_main .main1 .swiper-container .swiper-button-prev,
.index_main .main2 .swiper-container .swiper-button-prev,
.index_main .main6 .swiper-container .swiper-button-prev {
  left: 50px;
  height: 21px;
  width: 14px;
  background-size: contain;
  background-image: url(../images/zuo.png);
}
.index_main .main1 .swiper-container .swiper-button-next,
.index_main .main2 .swiper-container .swiper-button-next,
.index_main .main6 .swiper-container .swiper-button-next {
  right: 50px;
  height: 23px;
  width: 14px;
  background-size: contain;
  background-image: url(../images/you.png);
}
/* .index_main .main2 {
  background: url(../images/index_bg2..jpg) center / cover no-repeat;
} */
.m-titb1{
  position: absolute;
  top: 17%;
  left: 5%;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
}
.m-titb1 h3{
  font-weight: normal;
}
.index_main .main2 ul {
  /* margin: 0 auto; */
  /* width: 1000px; */
  /* transform: scale(0.9, 0.9); */
  padding: 0 16.66%;
  overflow: hidden;
}
.index_main .main2 li {
  float: left;
  width: 16.66%;
  cursor: pointer;
  margin: 0 auto;
  padding-top: 27%;
  padding-bottom: 30px;
  height: 100vh;
  text-align: center;
 /*  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center; */
  color: #fefcfc;
  position: relative;
}
.index_main .main2 li::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/c-bg1.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: .4s;
  pointer-events: none;
  z-index: -1;
  transform: scale(1.05);
}
.index_main .main2 li:hover::after{
  /* background-color: rgba(255, 255, 255, 0.1); */
  transform: scale(1);
 opacity: 1;
}
.index_main .main2 li:hover img {
  transform: scale(1.1, 1.1) !important;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transition-duration: 1s;
}
.index_main .main2 li:hover .text{
  opacity: 1;
  transform: translateY(0);
}
.index_main .main2 li:first-child {
  margin-top: 0;
}
.index_main .main2 li:nth-child(2) {
  animation-delay: 0.2s;
}
.index_main .main2 li:nth-child(3) {
  animation-delay: 0.4s;
}
.index_main .main2 li:nth-child(4) {
  animation-delay: 0.6s;
}
.index_main .main2 li:nth-child(5) {
  animation-delay: 0.8s;
}
.index_main .main2 li:nth-child(6) {
  animation-delay: 1s;
}
.index_main .main2 li img {
  /* margin-right: 7vw; */
  display: block;
  width: 7.47vw;
  height: 7.47vw;
  margin: 0 auto 30px;
}
.index_main .main2 li .flex {
  display: flex;
  align-content: center;
  align-items: center;
  /* min-width: 543px; */

  flex-direction: column;
}
.index_main .main2 li .pos{
  width: 100%;
}
.index_main .main2 li .pos .name {
  font-size: 17px;
  height: 1.5em;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  
}
.index_main .main2 li .pos .line{
  width: 30px;
  height: 1px;
  background-color: #fff;
  margin: 20px auto;
}
.index_main .main2 li .pos .name i {
  font-style: italic;
}
.index_main .main2 li .pos .txt {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
  /* height: 1.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; */
  margin-bottom: 30px;
  
}
.index_main .main2 li .text {
  /* margin-left: 2vw; */
  font-size: 12px;
  text-align: center;
  opacity: 0;
  transition: .4s;
  transition-delay: .2s;
  transform: translateY(8px);
}
.index_main .main3 {
  color: #fdfbfb;
  background: url(../images/index_bg3.jpg) center / cover no-repeat;
}
.index_main .main2 .title,
.index_main .main3 .title,
.index_main .main5 .title,
.index_main .main6 .title {
  position: absolute;
  top: 140px;
  left: 100px;
  color: #fff;
}
.index_main .main3 .title .cn {
  font-size: 25px;
  letter-spacing: 4px;
}
.index_main .main3 .title .en {
  margin-top: 4px;
  font-size: 16px;
}

.index_main .main3 .content {
  width: 100vw;
  display: flex;
  height: 65vh;
}

.index_main .main3 ul {
  flex: 1;
  display: flex;
  text-align: center;
  justify-content: center;
}
.index_main .main3 li {
  /* padding: 0 95px; */
  width: 20vw;
  min-width: 200px;
  /* border: #fff 1px solid; */
  display: flex;
  height: 100%;
  align-content: center;
  align-items: center;
}
.index_main .main3 li a {
  margin: 0 auto;
}
.index_main .main3 li:hover .blank {
  height: 10px;
  transition-duration: 1s;
}
.index_main .main3 li:nth-child(2) {
  animation-delay: 0.2s;
}
.index_main .main3 li:nth-child(3) {
  animation-delay: 0.4s;
}
.index_main .main3 li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.index_main .main3 .img {
  display: flex;
  height: 150px;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.index_main .main3 h2 {
  margin-top: 20px;
  font-size: 17px;
  letter-spacing: 5px;
}
.index_main .main3 .cut {
  margin: 18px auto 25px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.index_main .main3 p {
  font-size: 12px;
}
.index_main .main3 .icon {
  margin-top: 46px;
}
.index_main .main4 {
  color: #fefcfc;
  background-color: #333;
}
.index_main .main4 .flex {
  display: flex;
  height: 100vh;
  /* justify-content: flex-end; */
}
.index_main .main4 .img {
  /* flex: 1; */
  margin-right: 8vw;
  overflow: hidden;
  height: 100%;
}
.index_main .main4 .img img {
  height: 100%;
  max-width: none;
}
.index_main .main4 .text {
  padding-top: 26vh;
  margin-right: 50px;
}
.index_main .main4 .text h2 {
  font-size: 25px;
  animation-delay: 0s;
}
.index_main .main4 .text .en {
  margin-top: 4px;
  animation-delay: 0.2s;
}
.index_main .main4 .text .txt {
  margin-top: 58px;
  font-size: 12px;
  line-height: 2;
  
}
.index_main .main4 .text .txt .moreTxtb1{display: none;max-height: 21vw;
  overflow-y: auto;}
.index_main .main4 .text .txt.open .moreTxtb1{display: block}
.index_main .main4 .text .txt.open + .icon img{
  transform: rotate(-90deg);
}
.index_main .main4 .text .txt p:nth-child(1) {
  animation-delay: 0.4s;
}
.index_main .main4 .text .txt p:nth-child(2) {
  animation-delay: 0.6s;
}
.index_main .main4 .text .txt p:nth-child(3) {
  animation-delay: 0.8s;
}
.index_main .main4 .text .txt p:nth-child(4) {
  animation-delay: 1s;
}
.index_main .main4 .text .icon {
  margin-top: 38px;
  animation-delay: 1.2s;
}
.index_main .main5 {
  color: #fefcfc;
  background: url(../images/index_bg5.jpg) center / cover no-repeat;
}
.index_main .main5 .swiper-button-prev {
  left: 0;
  height: 21px;
  width: 14px;
  background-size: contain;
  background-image: url(../images/zuo.png);
}
.index_main .main5 .swiper-button-next {
  right: 0;
  height: 21px;
  width: 14px;
  background-size: contain;
  background-image: url(../images/you.png);
}
.index_main .main5 .flex {
  /* padding-top: 145px; */
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  justify-content: space-between;
  height: 100vh;
}
.index_main .main2 .title .cn,
.index_main .main5 .title .cn {
  font-size: 25px;
  white-space: nowrap;
  letter-spacing: 4px;
}
.index_main .main2 .title .en,
.index_main .main5 .title .en {
  margin-top: 4px;
  font-size: 16px;
}
.index_main .main5 .flex .text {
  /* height: 300px; */
  margin-bottom: 80px;
  overflow: hidden;
  position: relative;
}
#content-8 .mCSB_scrollTools .mCSB_draggerContainer::after,
.content-9 .mCSB_scrollTools .mCSB_draggerContainer::after{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 6px;
  background-color: #5b5b5b;
}
.index_main .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{display: none;}

.content-9 .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{margin: 0 1px;width: 10px;height: 10px;}
.content-9  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width: 10px!important;height: 10px!important;background-color: #fff;}
.index_main .main5 .flex .text::-webkit-scrollbar {/*滚动条整体样式*/
  width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.index_main .main5 .flex .text::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #535353;
}

.index_main .main5 .flex .text::-webkit-scrollbar-track {/*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  border-radius: 10px;
  background: #EDEDED;
}
.index_main .main5 .news {
  padding-top: 145px;
  height: 100%;
}
.index_main .main5 ul {
  /* padding-top: 5px; */
  padding-left: 15vw;
  padding-right: 40px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.index_main .main5 li {
  margin-left: 2vw;
  /* width: 340px; */
  width: 20vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.index_main .main5 li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.index_main .main5 li:first-child {
  /*padding-top: 24vh;*/
  padding-top: 8vh;
}
.index_main .main5 li:nth-child(2) {
  /* padding-top: 95px; */
  /*padding-top: 16vh;*/
  padding-top: 8vh;
  animation-delay: 0.2s;
}
.index_main .main5 li:nth-child(3) {
  padding-top: 8vh;
  animation-delay: 0.4s;
}
.index_main .main5 li:nth-child(4) {
  animation-delay: 0.6s;
}
.index_main .main5 li .picture_container {
  padding-top: 55.9%;
  width: 100%;
  margin-bottom: 20px;
}
.index_main .main5 li .text {
  flex: 1;
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.index_main .main5 li .head {
  /* margin-top: 25px; */
  /* margin-left: -98px; */
  margin-left: -18px;
  display: flex;
}
.index_main .main5 li .date {
  padding-right: 16px;
  width: 80px;
  font-size: 18px;
  text-align: right;
}
.index_main .main5 li .date .year {
  margin-top: 2px;
  opacity: 0.7;
  font-size: 12px;
}
.index_main .main5 li h2 {
  padding-left: 18px;
  position: relative;
  font-size: 17px;
}
.index_main .main5 li h2::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  height: 20px;
  width: 1px;
  background-color: #fff;
}
.index_main .main5 li p {
  margin-top: 22px;
  font-size: 12px;
}
.index_main .main5 li .cut {
  margin-top: 24px;
  width: 109px;
  height: 1px;
  background-color: #fff;
}
.index_main .main5 li .icon {
  margin-top: 20px;
}
.index_main .main5 li .icon .date {
  margin-top: -23px;
  margin-left: 20px;
  letter-spacing: 0.1em;
}
.index_main .main6 {
  color: #fefcfc;
  background-color: #333;
}
.index_main .main6 .content {
  height: 100vh;
  display: flex;
  align-items: center;
}
.index_main .main6 .title .cn {
  font-size: 25px;
  letter-spacing: 4px;
}
.index_main .main6 .title .en {
  margin-top: 4px;
  font-size: 16px;
}
.index_main .main6 .partners{
  width: 100vw;
}
.index_main .main6 ul {
  overflow: hidden;
  margin: 0 auto;
  max-width: 60vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* border: 1px solid #fff; */
}
.index_main .main6 li {
  position: relative;
  margin-top: -1px;
  height: 13vw;
  width: 13vw;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.index_main .main6 li img {
  padding-left: 25.42857142857143%;
  padding-right: 25.42857142857143%;
}
.index_main .main6 li:hover {
  background-color: rgba(255, 255, 255, 0.02);
}
.index_main .main6 li:hover img {
  margin-bottom: 5px;
  transition-duration: 0.2s;
}
.index_main .main6 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -45px;
  width: 1px;
  height: 90px;
  background-color: #fff;
}
.index_main .main6 li:first-child {
  border-top: none;
}
.index_main .main6 li:nth-child(2) {
  border-top: none;
  animation-delay: 0.1s;
}
.index_main .main6 li:nth-child(3) {
  border-top: none;
  animation-delay: 0.2s;
}
.index_main .main6 li:nth-child(4) {
  border-top: none;
  animation-delay: 0.3s;
}
.index_main .main6 li:nth-child(5) {
  animation-delay: 0.4s;
}
.index_main .main6 li:nth-child(6) {
  animation-delay: 0.5s;
}
.index_main .main6 li:nth-child(7) {
  animation-delay: 0.6s;
}
.index_main .main6 li:nth-child(8) {
  animation-delay: 0.7s;
}
.index_main .main6 li:nth-child(9) {
  animation-delay: 0.8s;
}
.index_main .main6 li:nth-child(10) {
  animation-delay: 0.9s;
}
.index_main .main6 li:nth-child(11) {
  animation-delay: 1s;
}
.index_main .main6 li:nth-child(12) {
  animation-delay: 1.1s;
}
.index_main .main6 li:nth-child(4n + 1)::before {
  display: none;
}
.index_main .main7 {
  color: #fefcfc;
  background: url(../images/index_bg7.jpg) center / cover no-repeat;
}
.index_main .main7 .content {
  height: 100vh;
}
.index_main .main7 .title .cn {
  font-size: 23px;
  letter-spacing: 4px;
}
.index_main .main7 .title .en {
  margin-top: 4px;
  font-size: 14px;
}
.index_main .main7 .box {
  padding-top: 140px;
  padding-left: 100px;
}
.index_main .main7 .box img{
  height: 25vh;
}
.index_main .main7 .box .title {
  
margin-bottom: 5vh;
}
.index_main .main7 .text {
  padding-top: 5vh;
  padding-left: 100px;
  max-width: 1675px;
  display: flex;
  justify-content: space-between;
}
.index_main .main7 .head {
  margin-bottom: 4vh;
}
.index_main .main7 p {
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 2px;
  font-weight: 300;
}
.index_main .main7 p:nth-child(2) {
  animation-delay: 0.2s;
}
.index_main .main7 p:nth-child(3) {
  animation-delay: 0.4s;
}
.index_main .main7 p:nth-child(4) {
  animation-delay: 0.6s;
}
.index_main .main7 p:nth-child(5) {
  animation-delay: 0.8s;
}
.index_main .main7 p:nth-child(6) {
  animation-delay: 1s;
}
.index_main .main7 input {
  padding-bottom: 20px;
  font-size: 12px;
  width: 285px;
  margin-left: 20px;
  color: #666;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.index_main .main7 textarea {
  margin-top: 30px;
  margin-left: 20px;
  width: 100%;
  height: 120px;
  color: #666;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.index_main .main7 button {
  margin-top: 30px;
  margin-left: 20px;
  width: 100px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.5s;
}
.index_main .main7 button:hover {
  color: #333;
  background-color: #fff;
}
.page_bottom {
  color: #fefcfc;
  position: fixed;
  bottom: 18px;
  right: 0px;
  display: flex;
  align-content: center;
  align-items: center;
  z-index: 999;
  white-space: nowrap;
  font-size: 12px;
  transform: scale(0.9, 0.9);
}
.page_bottom > a {
  display: flex;
  align-items: center;
}
.page_bottom > a > img {
  margin-right: 5px;
}
.page_bottom .box {
  margin-left: 50px;
  margin-right: 10px;
}
.page_bottom .box a {
  margin-left: 25px;
}
.page_bottom .share {
  margin-left: 20px;
  color: #fff;
  display: flex;
  align-items: center;
}
.page_bottom .share span {
  border-left: 0;
  padding: 0 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 25px;
}
.page_bottom .share span::after {
  content: "";
  position: absolute;
  height: 60%;
  border-left: 1px solid white;
  top: 22%;
  margin-left: -21px;
}

.page_bottom .share span:nth-child(1) {
  margin-left: 20px;
}
.page_bottom .share span img {
  margin-bottom: 0px;
}
@keyframes move_bg {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 20%;
  }
}
@keyframes tobig {
  from {
    transform: scale(1, 1) !important;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1) !important;
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
}
@keyframes tosmall {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

.fp-tableCell {
  background: #333;
}