/* 头部样式开始 ====================================================================================*/
header {
  color: #fff;
  padding: 10px 0;
  border-color: #e7e7e7;
  background-color: #f8f8f8;
  border: 1px solid transparent;
}

/*.navbar {
  margin-bottom: 0;
}*/

.navbar-default {
  background-color: transparent;
  border: none;
}

  .navbar-default .navbar-nav > li > a {
    color: #333333;
    /*font-size: 18px;*/
  }

  .navbar-default .navbar-nav > .active > a {
    background-color: transparent;
  }

  .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #0F77ED;
  }

  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #0F77ED;
  }

.dropdown-menu {
  text-align: center;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

  .dropdown-menu > li > a:hover {
    background-color: #0F77ED;
    color: #fff;
  }

.navbar-toggle .collapsed {
  background-color: black;
}

.navbar-right .dropdown-menu {
  left: -26px;
}

.dropdown-menu > li > a {
  text-align: center;
  padding: 10px 0px;
}

.navbar-nav > li > .dropdown-menu {
  padding: 0;
  box-shadow: 1px 1px 3px #ccc, -1px 1px 3px #ccc;
}

.nav > li > a {
  padding: 10px 25px;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    text-align: left;
    padding-left: 10%;
  }
}
/* 头部样式结束 ====================================================================================*/

.img-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainDiv {
	width: 100%;
}
.item {
	width: 16.5%;
  height: 100%;
}
.itemTop {
	background: #0F77ED;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: center;
  color: #fff;
  height: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.itemBot {
	background: #0F77ED;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
  text-align: center;
  color: #fff;
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px){
  .itemGroup {
    display: flex;
    justify-content: space-between;
    height: 200px;
    margin-bottom: 3%;
  }
  .mainItem{
    width: 40%;
    height: 55px;
    margin: 0 auto;
    background: #0F77ED;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainItem2{
    width: 40%;
    height: 55px;
    margin: 0 auto;
    background: #0F77ED;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .botSize{
    font-size: 12px;
    word-break: break-all;
    word-wrap: break-word;
  }
} 
@media (min-width: 768px){
  .itemGroup {
    display: flex;
    justify-content: space-between;
    height: 170px;
    margin-bottom: 3%;
  }
  .mainItem{
    width: 20%;
    height: 60px;
    margin: 0 auto;
    background: #0F77ED;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainItem2{
    width: 20%;
    height: 60px;
    margin: 0 auto;
    background: #0F77ED;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
} 
@media (min-width: 992px){
  .itemGroup {
    display: flex;
    justify-content: space-between;
    height: 130px;
    margin-bottom: 3%;
  }
  .mainItem{
    width: 20%;
    height: 68px;
    margin: 0 auto;
    background: #0F77ED;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainItem2{
    width: 20%;
    height: 68px;
    margin: 0 auto;
    background: #0F77ED;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
} 
.liney1 {
    width: 3px;
    height: 40px;
    background: #A6D0FF;
	  margin: 0 auto;
}
.liney2 {
  width: 3px;
  height: 30%;
  background: #A6D0FF;
  margin: 0 auto;
}
.linex1 {
  width: 83.3%;
  height: 3px;
  background: #A6D0FF;
  margin: 0 auto;
}

.branchGroup {
  display: flex;
  justify-content: space-between;
  /* height: 20%; */
  margin-bottom: 3%;
  width: 100%;
}
.branchItem{
  width: 20%;
  margin: 1%;
}
.branchRhombus{
  width: 15px;
  height: 15px;
  background: #0F77ED;
  transform: rotate(45deg);
}

@media (min-width: 1201px) {
  .totalOrgInfoStyle {
    display: flex;
  }
  .totalOrgInfoWidth {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .totalOrgInfoStyle {
    display: block;
  }
  .totalOrgInfoWidth {
    width: 100% !important;
  }
}