.temp-img {
  display: none;
}

.branches .index-banner {
  position: relative;
  background: url(../images/index/img_mv.jpg) bottom;
  height: 600px;
  background-size: cover;
}
.branches .index-banner .video-banner {
  width: 100%;
}
.branches .index-banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 60px;
  text-align: center;
  color: #fff;
}
.branches .index-banner .text span {
  display: block;
  font-size: 24px;
}
.branches .index-description {
  padding: 70px 0px 35px;
}
.branches .index-description .text {
  text-align: center;
  font-size: 20px;
  padding-bottom: 40px;
  line-height: 2;
}
.branches .index-category {
  overflow: hidden;
  padding-bottom: 80px;
}
.branches .index-category .item {
  cursor: pointer;
  width: 550px;
  height: 360px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border: transparent;
  position: relative;
  background-size: cover;
  background-position: 50% 0%;
  top: auto;
  left: auto;
  z-index: 1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*@include transition(all 1s ease-in-out);*/
}
.branches .index-category .item.item-active {
  z-index: 10000;
  width: 100%;
  height: 1000px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: default;
}
.branches .index-category .item.item-active .icon {
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
  left: auto;
  top: 45px;
  right: 40px;
  position: fixed;
}
.branches .index-category .item.item-active:hover {
  border: none;
  cursor: default;
}
.branches .index-category .item.item-active.business {
  background-image: url("../images/innovation/innovation-img01.jpg");
}
.branches .index-category .item.item-active.global {
  background-image: url("../images/global/global-img01.jpg");
}
.branches .index-category .item:hover .icon {
  opacity: 1;
  cursor: pointer;
}
.branches .index-category .item.business {
  background-image: url("../images/index/index-img01.jpg");
}
.branches .index-category .item.global {
  background-image: url("../images/index/index-img02.jpg");
}
.branches .index-category .item .business-content,
.branches .index-category .item .global-content {
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 90px 30px;
  position: absolute;
  background-color: rgba(0, 111, 197, 0.8);
  display: none;
  width: 560px;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  box-sizing: border-box;
}
.branches .index-category .item .business-content .title,
.branches .index-category .item .global-content .title {
  padding-bottom: 40px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
  
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
}
.branches .index-category .item .business-content .title:after,
.branches .index-category .item .global-content .title:after {
  background-color: #ffffff;
  bottom: 0px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
}
.branches .index-category .item .business-content p,
.branches .index-category .item .global-content p {
  font-size: 18px;
  color: #FFFFFF;
  padding-bottom: 35px;
  line-height: 2;
}
.branches .index-category .item .business-content .map,
.branches .index-category .item .global-content .map {
  padding: 20px 0px 40px;
}
.branches .index-category .item .text {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 105px;
  line-height: 105px;
  font-size: 20px;
  background-repeat: no-repeat;
  background-position: 92%;
  background-color: rgba(0, 111, 197, 0.7);
  padding-left: 30px;
  color: #FFFFFF;
  box-sizing: border-box;
}
.branches .index-category .item .text span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.branches .index-category .item .icon {
  position: absolute;
  top: 290px;
  left: 480px;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
