#key {
  background: url(../img/index/key-pattern.jpg) repeat-x center top;
  position: relative;
}
#key #hSlider {
  height: 598px;
}
#key #hSlider li {
  float: left;
  height: 598px;
}
#key .wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  height: inherit;
  left: 50%;
  transform: translate(-50%);
}
#key .wrap:before {
  content: "";
  position: absolute;
  background: url(../img/index/key-deco.png) no-repeat;
  width: 463px;
  height: 398px;
  right: -273px;
  bottom: -115px;
}
#key .wrap:after {
  content: "";
  position: absolute;
  background: url(../img/index/key-decos.png) no-repeat;
  width: 305px;
  height: 169px;
  top: 61px;
  left: 9px;
}
#key .box {
  width: 520px;
  height: 485px;
  background: url(../img/index/key-box-pattern.png) repeat-x center top;
  position: absolute;
  top: 57px;
  left: 9px;
  padding: 60px 0 0;
  text-align: center;
}
#key .box h2 {
  margin-bottom: 30px;
}
#key h2 span img{
    opacity: 0;
}
#key h2.active span img {
  -webkit-animation: mymove 4s normal forwards; 
  -moz-animation:    mymove 4s normal forwards; 
  -o-animation:      mymove 4s normal forwards; 
}
#key h2 span:nth-child(2) img {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#key h2 span:nth-child(3) img {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#key h2 span:nth-child(4) img {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#key h2 span:nth-child(5) img {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#key h2 span:nth-child(6) img {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#key h2 span:nth-child(7) img {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#key h2 span:nth-child(8) img {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#key li .txt {
  -webkit-animation: moveLeft 4s infinite;
  animation: moveLeft 4s infinite;
}
#key .slider{
    opacity: 0;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    
}
#key .slider.active{
    opacity: 1;
}
@-webkit-keyframes mymove {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
/*
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
*/
}
/* Standard syntax */
@keyframes mymove {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
/*
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
*/
}
@-webkit-keyframes moveLeft {
  0% {
    opacity: 0;
    transform: translate(150px);
  }
  40% {
    opacity: 1;
    transform: translate(0);
  }
}
/* Standard syntax */
@keyframes moveLeft {
  0% {
    opacity: 0;
    transform: translate(150px);
  }
  40% {
    opacity: 1;
    transform: translate(0);
  }
}
#container .bx-wrapper .bx-pager {
  bottom: -80px;
  top: auto;
}
#container .bx-wrapper .bx-pager a {
  background: url(../img/shared/pager.png) no-repeat;
  width: 25px;
  height: 25px;
  padding: 0 30px;
}
#container .bx-wrapper .bx-pager a.active,
#container .bx-wrapper .bx-pager a:hover {
  background: url(../img/shared/pager-active.png) no-repeat;
}
#container .bx-controls-direction a {
  height: 78px;
  width: 46px;
}
#container .bx-controls-direction .bx-prev {
  background: url(../img/shared/btn-left.png) no-repeat;
  margin-left: -88px;
}
#container .bx-controls-direction .bx-next {
  background: url(../img/shared/btn-right.png) no-repeat;
  margin-right: -88px;
}
#news {
  padding: 93px 0 98px;
  background: url(../img/index/news-cover.png) no-repeat center bottom / cover;
  position: relative;
}
#news:before {
  content: "";
  background: url(../img/shared/line2.jpg) repeat-x;
  height: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
#news .coll {
  width: 370px;
  float: left;
  padding-top: 5px;
}
#news .coll h2 {
  margin-bottom: 13px;
}
#news .coll .txt {
  margin-bottom: 15px;
}
#news .coll .list {
  line-height: 38px;
  margin-bottom: 26px;
}
#news .coll dd {
  width: 245px;
}
#news .coll dd a {
  color: #000;
}
#news .coll dt {
  padding-left: 23px;
  position: relative;
}
#news .coll dt:before {
  content: "";
  background: url(../img/shared/doted.png) no-repeat;
  width: 22px;
  height: 20px;
  top: 8px;
  left: 0;
  position: absolute;
}
#news .coll .btr {
  margin-bottom: 15px;
}
#news .colr {
  width: 540px;
  float: right;
}
#news .tab-btn {
  margin-bottom: 29px;
  display: table;
}
#news .tab-btn li {
  font-weight: bold;
  font-size: 17px;
  line-height: 32px;
  float: left;
  cursor: pointer;
}
#news .tab-btn li span {
  position: relative;
  color: #3a3a3a;
}
#news .tab-btn li.active span:after {
  content: "";
  position: absolute;
  background: #a39f98;
  height: 1px;
  left: 2px;
  right: 2px;
  bottom: 1px;
}
#news .tab-btn li.active span:before {
  content: "";
  position: absolute;
  background: #c7c1b9;
  height: 1px;
  left: 2px;
  right: 2px;
  bottom: 0;
}
#news .tab-btn li + li:before {
  content: " / ";
  margin-left: 3px;
}
#news .tab-content li {
  display: none;
}
#news .tab-content li dt {
  width: 150px;
  height: 100px;
  background: #7a7a7a;
}
#news .tab-content li dd {
  width: 350px;
}
#news .tab-content li.active {
  display: block;
}
#news .tab-content dl + dl {
  margin-top: 20px;
}
#brand {
  background: url(../img/index/brand-pattern.jpg) repeat center top;
}
#brand h2 {
  text-align: center;
  margin-bottom: 51px;
}
#brand .wrap {
  padding: 71px 0 129px;
  position: relative;
}
#brand .wrap:before {
  content: "";
  position: absolute;
  background: url(../img/index/brand-deco.png) no-repeat;
  width: 349px;
  height: 405px;
  top: -148px;
  left: -109px;
}
#brand .slider {
  width: 100%;
  position: relative;
}
#brand .slider .item {
  float: right;
}
#brand .slider .info {
  float: left;
  width: 395px;
  padding: 77px 0 0;
}
#brand .slider h3 {
  margin-bottom: 25px;
}
#brand .slider .txt {
  padding-left: 11px;
}
#brand .bx-wrapper .bx-pager {
  bottom: -80px;
  top: auto;
}
#brand .bx-wrapper .bx-pager a {
  background: url(../img/shared/pager.png) no-repeat;
  width: 25px;
  height: 25px;
  padding: 0 30px;
}
#brand .bx-wrapper .bx-pager a.active,
#brand .bx-wrapper .bx-pager a:hover {
  background: url(../img/shared/pager-active.png) no-repeat;
}
#brand .bx-controls-direction a {
  height: 78px;
  width: 46px;
}
#brand .bx-controls-direction .bx-prev {
  background: url(../img/shared/btn-left.png) no-repeat;
  margin-left: -88px;
}
#brand .bx-controls-direction .bx-next {
  background: url(../img/shared/btn-right.png) no-repeat;
  margin-right: -88px;
}
#btr {
  position: relative;
  background: #783c02;
}
#btr h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  pointer-events: none;
}
#btr .row {
  margin: 0;
  cursor: pointer;
}
#btr .row .col-2 {
  width: 16.666%;
  padding: 0;
  overflow: hidden;
}
#btr .row .col-2 img {
  width: 100%;
  height: auto;
  display: table;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  transform: scale(1);
}
#btr .row .col-2:hover img {
  transform: scale(1.1);
}
#recruit {
  padding: 66px 0 117px;
}
#recruit h2 {
  margin-bottom: 40px;
  text-align: center;
}
#recruit h3 {
  font-size: 24px;
  padding-left: 45px;
  margin-bottom: 7px;
  position: relative;
}
#recruit h3 span {
  position: relative;
  z-index: 1;
}
#recruit h3:before {
  content: "";
  position: absolute;
  background: url(../img/shared/deco.png) no-repeat;
  width: 80px;
  height: 35px;
  top: -5px;
  left: 0;
}
#recruit .row {
  margin: 0 -25px;
}
#recruit .row .col-4 {
  padding: 0 25px;
  font-weight: bold;
}
#recruit .txt {
  width: 220px;
}
#recruit .item {
  margin-bottom: 31px;
}
#recruit .c1 {
  margin-left: 173px;
}
#recruit .c2 {
  margin-top: 20px;
}
#recruit .c3 {
  margin-top: 10px;
}
#recruit .bx-wrapper .bx-pager {
  bottom: -50px;
}
#recruit-bnr {
  background: url(../img/index/recruit-bnr-patern.jpg) repeat-x center top;
  padding: 38px 0 0;
  min-height: 255px;
  text-align: center;
}
