@charset "utf-8";

/* banner */
.index_banner {
  height: 350px;
  overflow: hidden;
  position: relative;
  margin-bottom: 22px;
}

.index_ban {
  width: 100%;
  height: 100%;
}

.index_ban .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
}

.ban_mask {
  position: absolute;
  width: 100%;
  height: 36px;
  left: 0;
  bottom: 0;
  background-image: url(../images/ban_bg01.jpg);
  background-repeat: repeat-x;
  z-index: 8;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.index_ban .w1000 {
  height: 100%;
  display: flex;
  align-items: center;
}

.index_ban .swiper-slide {
  opacity: 0 !important;
  background-position: top center;
  background-repeat: no-repeat;
}

.index_ban .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.ban_mask .up-pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
}

.ban_mask .up-pagination span {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #999999;
  opacity: 1;
  outline: 0;
}

.ban_mask .up-pagination span.swiper-pagination-bullet-active {
  background-color: #002D7D;
}

.index_menu {
  background: url(../images/20120822091809.jpg) repeat-x;
  height: 36px;
  width: 100%;
}

.nav {
  width: 100%;
}

.nav li {
  float: left;
  margin-right: 14px;
  display: inline;
  position: relative;
  z-index: 8;
}

.nav>ul>li:nth-last-child(3) .subnav, .nav>ul>li:nth-last-child(2) .subnav, .nav>ul>li:last-child .subnav {
  right: -1px;
  left: inherit;
}

.nav li a {
  display: inline-block;
  padding: 0 26px 0 16px;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  background-image: url(../images/bg_li01.png);
  background-repeat: no-repeat;
  background-position: 90% -10px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.nav li a:hover, .nav li a.on, .nav li a.hover {
  color: #333333;
  background-position: 90% -70px;
}

.nav li>a.mm {
  background-color: rgba(255, 255, 255, 1);
  background-position: 90% -70px;
  border-left: 1px solid #D3D4D8;
  border-right: 1px solid #D3D4D8;
  color: #333333;
}

.subnav {
  width: 960px;
  padding-top: 23px;
  position: absolute;
  top: 36px;
  left: -1px;
  z-index: 5;
  display: none;
}

.subnav-bot {
  height: 16px;
}

.investor-subnav {
  padding: 20px 15px;
  width: 370px;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #D3D4D8;
  border-top: none;
}

.investor-subnav .list {
  width: 135px;
  float: left;
}

.nav .investor-subnav .list li {
  width: 100%;
  height: 28px;
  background: linear-gradient(to bottom, #F1F1F1, #ffffff);
  float: left;
  margin-left: 0;
  margin-bottom: 10px;
}

.nav .investor-subnav .list a {
  display: block;
  border: none;
  font-size: 12px;
  line-height: 28px;
  padding: 0 15px 0 10px;
  margin: 0;
  color: #585858;
  font-size: 14px;
  background: none;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 16px 16px;
}

.nav .investor-subnav .list a:hover {
  color: #00428e;
  background-image: url(../images/indsu_defalut.svg);
}

.about-nav-img {
  float: right;
  width: 185px;
  background-color: #E8E8E8;
  padding: 5px;
}

.nav>ul>li:nth-last-child(3) .subnav .list, .nav>ul>li:nth-last-child(2) .subnav .list, .nav>ul>li:last-child .subnav .list {
  float: right;
}

.nav>ul>li:nth-last-child(3) .subnav .about-nav-img, .nav>ul>li:nth-last-child(2) .subnav .about-nav-img, .nav>ul>li:last-child .subnav .about-nav-img {
  float: left;
}