.map .org-tab {
  display: flex;
  margin: 0 auto;
  width: 180px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #a80009;
  margin-top: 40px;
}
.map #china-map {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}
.map .org-tab-item {
  width: 50%;
  color: #a80009;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map .org-tab-item.active {
  background-color: #a80009;
  color: #fff;
}
.texture {
  display: flex;
  flex-wrap: wrap;
}
.texture .item {
  width: 25%;
  margin-right: 18px;
  margin-bottom: 18px;
  max-width: 221px;
  height: 247px;
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #e0e0e0;
}
.texture .item img {
  max-width: 76px;
  max-height: 76px;
  transition: all 0.3s;
  border-radius: 50%;
}
.texture .item p {
  transition: all 0.3s;
}
.texture .item p:nth-of-type(1) {
  color: #333333;
      height: 24px;
    font-size: 16px;
    text-align: center;
    margin: 15px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
width: 100%;
    padding: 0 10px;
}
.texture .item p:nth-of-type(2) {
  color: #999999;
  height: 24px;
  font-size: 14px;
  margin-bottom: 10px;
}
.texture .item p:nth-of-type(3) {
  width: 90px;
  height: 36px;
  background: #a1241e;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texture .item:nth-of-type(4n) {
  margin-right: 0;
}
.texture .item:hover img {
  display: none;
}
.texture .item:hover {
  background: #a1241e;
}
.texture .item:hover .org-item-con-p {
  background: #fff;
  color: #a1241e !important;
}
.texture .item:hover p {
  color: #fff !important;
}
.login_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  z-index: 10000000000000;
}
.login .chengxu2 img {
  max-width: 220px;
  display: block;
  margin: 0 auto;
  float: none;
}
.login {
  border-radius: 4px;
  position: fixed;
  z-index: 9999;
  top: 50%;
  width: 540px;
  left: 50%;
  background: #fff;
  /* margin-left: -270px; */
  transform: translate(-50%, -50%);
}
.login .log-top {
  padding: 18px 30px;
  border-bottom: 1px solid #eff1f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login .chengxu2 {
  padding: 20px 0;
}
.login .close {
  padding: 15px 0;
  border: 1px solid #eaedf3;
  cursor: pointer;
}
.login .wz2 {
  width: 50%;
  float: left;
  height: 30px;
  font-size: 16px;
  font-family: 'MicrosoftYaHei';
  font-weight: bold;
  color: #2b2b2b;
  line-height: 30px;
}
.login .log-top img {
  vertical-align: middle;
  margin-top: 5px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.login .chengxu2 p {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
}
.login .guanbi2 {
  width: 80px;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #d8dce6;
  box-shadow: 0px 1px 1px 0px rgba(22, 29, 37, 0.05),
    0px 2px 0px 0px rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.org-list .org-list-item {
    margin-bottom: 20px;
}
.org-list .org-list-item p {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
}
.org-list .org-item-con {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.org-list .org-item-con .org-item-con-p {
    width: 23%;
    margin-right: 2%;
    text-align: center;
    line-height: 45px;
    height: 45px;
    min-width: 130px;
    font-size: 16px;
    cursor: pointer;
    color: #A1241E;
    background-color: #fff;
    margin-bottom: 20px;
    transition: all 0.2s;
}
.org-list .org-item-con .org-item-con-p:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
@media screen and (max-width: 1400px) {
  .texture {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .texture .item {
    width: 48%;
    max-width: 48%;
    margin-right: 0;
  }
  .login {
    width: 360px;
  }
}
