.gl-black {
  color: #000 !important; }

.w50 {
  width: 50% !important; }

.w50full {
  width: 50% !important; }

.w45 {
  width: 45% !important; }

.fl {
  float: left; }

.fr {
  float: right; }

.language_zh_cn, .language_en_us {
  display: none; }

.common-title {
  position: relative;
  height: 100px;
  line-height: 64px;
  font-size: 64px;
  text-align: center;
  color: #dc007f;
  text-transform: uppercase; }

.common-title i {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 64px;
  height: 3px;
  background: #dc007f; }

.industry-list .item {
  padding-top: 62px;
  padding-bottom: 62px;
  text-align: center; }

.industry-list .tourism {
  padding-bottom: 0; }

.industry-list .item .title {
  text-align: center;
  font-size: 55px;
  color: #dc007f;
  text-transform: uppercase;
  position: relative; }

.industry-list .item .title:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -32px;
  width: 66px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #dc007f; }

.industry-list .item .sub-title {
  text-align: center;
  color: #fff;
  font-size: 36px;
  margin-top: 32px; }

.industry-list .item .sub-title.black {
  color: #000; }

.industry-list .item .des-box {
  text-align: center;
  font-size: 20px;
  color: #fff; }

.industry-list .item .des-box.black {
  color: #000; }

.industry-list .item .btn-list {
  margin-top: 32px;
  text-align: center;
  margin-bottom: 20px; }

.industry-list .item .btn-list .btn {
  display: inline-block;
  margin: 0 23px;
  color: #fff;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  opacity: 0.85; }

.industry-list .item .btn-list .btn.black {
  color: #000; }

.industry-list .item .btn-list .btn.on {
  opacity: 1; }

.industry-list .item .btn-list .btn:hover:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -8px;
  height: 2px;
  background-color: #dc007f; }

.industry-list .item .btn-list .btn:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  bottom: -8px;
  height: 2px;
  background-color: #dc007f;
  transition: all 0.5s;
  overflow: hidden; }

.industry-list .item .btn-list .btn.on:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -8px;
  height: 2px;
  background-color: #dc007f; }

.industry-list .item .pic {
  width: 100%; }

.industry-list .item a {
  display: inline-block; }

.industry-list .item .btn-more {
  width: 148px;
  height: 35px;
  margin: auto;
  line-height: 35px;
  border: 1px solid #47484c;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  margin-top: 30px; }

.industry-list .item .btn-more.black {
  color: black; }

.industry-list .item .btn-more:before {
  content: "";
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 0;
  height: 0;
  transition: all 1s; }

.industry-list .item .btn-more:hover:before {
  width: 100%;
  height: 100%;
  border-top: 1px solid #dd0080;
  border-left: 1px solid #dd0080; }

.industry-list .item .btn-more:after {
  content: "";
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 0;
  height: 0;
  transition: all 1s; }

.industry-list .item .btn-more:hover:after {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #dd0080;
  border-right: 1px solid #dd0080; }

.industry-list .item .btn-more .icons-more {
  display: inline-block;
  width: 34px;
  height: 11px;
  background-image: url("./../images/index/more_arrow.png");
  background-size: 100% 100%;
  vertical-align: middle;
  margin-left: 4px; }

.industry-list .item.exhibition {
  background-color: #191a1f; }

.industry-list .item.exhibition .title {
  width: 490px;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("./../images/index/Digital_exhibition.png"); }

.industry-list .item.exhibition .gif {
  display: inline-block;
  width: 33%;
  position: relative;
  z-index: 10; }

.industry-list .item.exhibition .gif-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center; }

.industry-list .item.multimedia {
  background-color: #fff; }

.industry-list .item.multimedia .title {
  width: 650px;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("./../images/index/Interactive_multimedia.png"); }

.industry-list .item.visual {
  background-image: url("./../images/index/visual_image/bg.webp");
  background-size: 100% 100%; }

.industry-list .item.visual .title {
  width: 346px;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("./../images/index/Visual_image.png"); }

.industry-list .item.visual .video-box {
  position: relative;
  height: 550px; }

.industry-list .item.visual .video-box .video-wrap {
  width: 86%;
  height: 100%;
  position: relative;
  margin: auto; }

.industry-list .item.visual .video-box .video-wrap .btn-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 67px;
  background-image: url("./../images/index/btn_video_play.png");
  background-size: 100% 100%;
  z-index: 100;
  cursor: pointer; }

.industry-list .item.visual .video-box .video-wrap .btn-video-play.hidden {
  visibility: hidden; }

.industry-list .item.visual .video-box .video-wrap.single {
  width: 43%;
  margin: auto; }

.industry-list .item.visual .video-box .pic {
  position: relative;
  z-index: 10;
  height: 100%; }

.industry-list .item.visual .video-box .pic.hidden {
  visibility: hidden; }

.industry-list .item.visual .video-box .video-dom {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000; }

.industry-list .item.development {
  background-image: url("./../images/index/development/bg.webp");
  background-size: 100% 100%; }

.industry-list .item.development .title {
  width: 664px;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("./../images/index/software_development.png"); }

.industry-list .item.development .pic-gif {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.industry-list .item.UCD {
  background-color: #fff; }

.industry-list .item.UCD .title {
  width: 282px;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("./../images/index/Space_UCD.png"); }

.industry-list .item.UCD .pic.w80 {
  width: 80%;
  margin: auto; }

.industry-list .item.UCD .gif-box {
  position: relative; }

.industry-list .item.UCD .gif-box:before {
  content: "";
  position: absolute;
  left: 0%;
  background-color: #bcbaba;
  width: 45%;
  height: 100%; }

.industry-list .item.UCD .gif-box:after {
  content: "";
  position: absolute;
  right: 0%;
  background-color: #b1acb0;
  width: 45%;
  height: 100%;
  z-index: -1; }

.industry-list .item.UCD .gif-box .gif-1 {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto; }

.industry-list .item.UCD .gif-box .single-pic {
  width: 50%;
  margin: auto; }

@media (max-width: 992px) {
  .industry-list .item.visual .video-box {
    position: relative;
    height: 300px; }

  .industry-list .item.multimedia .btn-list .btn {
    margin: 0 12px; } }
.gl-text-align {
  text-align: center; }

.wh {
  width: 100%;
  height: 100%; }

/*# sourceMappingURL=index.css.map */
/***video css****/
#isotope {
  overflow: hidden; }

#isotope {
  position: relative;
  /*width: 1200px;*/
  margin: 0 auto; }

#isotope .swiper-container {
  /*padding-bottom: 60px;*/ }

#isotope .swiper-slide {
  margin: 30px 0;
  width: 60vw;
  /*height: 766px;*/
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
  overflow: hidden;
  border-radius: 4px; }

#isotope .swiper-slide img {
  display: block; }

#isotope .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0; }

#isotope .swiper-pagination {
  width: 100%;
  bottom: 20px;
  visibility: hidden; }

#isotope .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1; }

#isotope .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff; }

#isotope .swiper-button-prev {
  width: 90px;
  height: 90px;
  background: url("../../cases/imgs/wm_button_icon.png") no-repeat;
  background-position: 0 0;
  background-size: 100%;
  position: relative;
  display: inline-block;
  margin: 0 20px;
  position: absolute;
  top: 50%;
  left: 13%;
  transform: translate(0, -50%);
  z-index: 10000; }

#isotope .swiper-button-prev:hover {
  background-position: 0 -93px;
  background-size: 100%; }

#isotope .swiper-button-next {
  position: relative;
  width: 90px;
  height: 90px;
  background: url("../../cases/imgs/wm_button_icon.png") no-repeat;
  background-position: 0 -187px;
  background-size: 100%;
  display: inline-block;
  margin: 0 20px;
  position: absolute;
  top: 50%;
  right: 13%;
  transform: translate(0, -50%);
  z-index: 10000; }

#isotope .swiper-button-next:hover {
  background-position: 0 -279px;
  background-size: 100%; }

#isotope .vjs_video_3-dimensions {
  width: 100% !important; }

#isotope .video-js {
  width: 100% !important;
  /*height: 100% !important;*/
  /*min-height: 766px;*/
  height: 40.7vw !important;
  /* height: 34vw !important; */ }

#isotope .vjs-poster {
  background-size: cover; }

#isotope .btn-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 67px;
  background-image: url("./../images/index/btn_video_play.png");
  background-size: 100% 100%;
  z-index: 100;
  cursor: pointer; }

#isotope .btn-video-play.hidden {
  visibility: hidden; }

.video-js {
  background-color: #fff; }

@media screen and (max-width: 750px) {
  #isotope .video-js {
    width: 100% !important;
    height: 100% !important;
    min-height: 300px; } }
/*# sourceMappingURL=index.css.map */

/*# sourceMappingURL=index.css.map */
