.slide-wrapper {
  width: 100%;
  height: 856px;
  overflow: hidden;
  position: relative;
}
.slide-wrapper .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
}
.slide-wrapper .slide.active {
  left: 0;
}
.slide-wrapper .slide .slide-content {
  width: 1380px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}
.slide-wrapper .slide .bannerPic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slide-wrapper .slide .bannerPic img {
  display: block;
  width: 100%;
}
/* .slide-wrapper .slide.slide01 {
  background: url(//v.icbc.com.cn/userfiles/resources/icbc/assetscustody/images/indexBanner01.png) no-repeat center top;
} */
.slide01 .name {
  padding-top: 230px;
  font-size: 86px;
  font-weight: bold;
  color: #162641;
  margin-bottom: 40px;
}
.slide01 .slogan {
  font-size: 46px;
  color: #162641;
}
.indexContainer {
  position: relative;
}
.slide-pagination {
  position: absolute;
  left: 50%;
  bottom: 165px;
  margin-left: -690px;
  z-index: 999;
}
.slide-pagination div {
  float: left;
  width: 56px;
  height: 3px;
  margin-right: 8px;
  cursor: pointer;
}
.slide-pagination div span {
  float: left;
}
.slide-pagination div span.red {
  width: 0;
  height: 3px;
  background: #D72128;
}
.slide-pagination div span.opa {
  width: 100%;
  height: 3px;
  background: #000000;
  opacity: 0.1;
}
.slide-pagination div.active span {
  width: 50%;
}


.loginBox {
  position: absolute;
  right: 150px;
  top: 160px;
  width: 420px;
  height: 430px;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
  padding-top: 25px;
  z-index: 9999;
}
.loginBox.en {
  height: 470px;
}
.loginBox .welcomeText {
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
}
.loginBox.en .welcomeText {
  line-height: 1.4;
}
.loginBox .chooseText {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  color: #455267;
}
.loginBox li {
  width: 376px;
  height: 132px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 2px 12px rgba(0,0,0,0.1);
  border:2px solid #ffffff;
  cursor: pointer;
  font-size: 24px;
  line-height: 132px;
  text-align: center;
}
.loginBox.en li {
  text-align: left;
  padding-left: 30px;
  width: 346px;
}
.loginBox li:hover {
  border: none;
  width: 380px;
  height: 136px;
  line-height: 136px;
  background: url(//v.icbc.com.cn/userfiles/resources/icbc/assetscustody/images/indexLoginbg1.png) no-repeat 0 0;
}
.loginBox.en li:hover {
  padding-left: 32px;
  width: 348px;
}
.loginBox li img {
  vertical-align: middle;
  margin-right: 15px;
}