
#contentWrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.support_container {
  position: relative;
}

#contentLeft {
  z-index: 10;
  width: 210px;
  height:100%;
  float:left; 
  background-color: #E1E1E1;
}
#leftNavigation li{
  display: flex;
  flex-direction: column;
}

.fix{
  position: fixed;
  top:0;
  bottom:0;
  height:68% !important;
  margin-top: 20px !important;
}
#contentRight { 
  width: 790px;
  padding: 0 30px 30px;
  border-left: 1px solid #E2E2E2;
  text-align: left;
}
#contentRight .group{
  display: none;
}
#contentRight .right_main{
  display: none;
}
 #leftNavigation li a {
  display: block;
  border-bottom: solid 1px #ffffff;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #ffffff;
} 
#leftNavigation li ul li a{
  font-size: 14px;
  color: #999999;
}

#leftNavigation li a .NavIcon {
  float: left;
  width: 5px;
  height: 71px;
}

#leftNavigation li ul {
  display: none;
  margin: 0;
  background-color: #ffffff;
}

#leftNavigation li ul li:last-child a {
  border-bottom: none;
}
#leftNavigation li ul li.active a {
  color: #ffffff;
}
#leftNavigation li.active > a {
  color: #ffffff;
}
#leftNavigation li.active ul {
  display: block;
}
#leftNavigation > li.active {
  background-color: #374479;
}
#leftNavigation li ul li.secactive a{
  color: #374479;
  font-weight: bold;
}
/*新添加改动一下支持中的样式*/
.support_container #leftNavigation > li.active {
  background-color: #ffffff;
 
}
.support_container #leftNavigation li.active > a {
   color: #374479;
   font-weight: bold;
   font-size: 16px;
}
.support_container #leftNavigation li.active > a span{
  background: url(../images/down_active.png) no-repeat 26px center;
}

.support_container #leftNavigation li a {
  display: block;
  border-bottom: solid 1px #ffffff;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #333333;
  background: #ffffff;
  text-align: left;
} 
/* 当菜单无下拉内容时样式 */
.support_container #leftNavigation .commonA{
  display: block;
  background-color: #fff;
}

.support_container #leftNavigation li a span{
  display: inline-block;
  width: 42px;
  height: 46px;
  background: url(../images/left.png) no-repeat 26px center;
  float: left;
}
.support_container #leftNavigation li a b{
  display: inline-block;
  width: 42px;
  height: 46px;
  float: left;
}

.support_container #leftNavigation li ul li a{
  font-size: 14px;
}
.support_container #leftNavigation li ul li a i{
  display: inline-block;
  width: 68px;
  height: 46px;
  background: url(../images/left_round_hui.png) no-repeat 54px center;
  float: left;
}

.support_container #leftNavigation li ul li.secactive a i{
  background: url(../images/left_round.png) no-repeat 54px center;
}
.support_container #contentLeft{
  margin-top: 50px;
}
.prosign_cus_img{
  width: 600px;
  height: inherit;
  margin-bottom: 10px;
  margin-top: 10px;
}