.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: 30px;
  margin-top: 30px;
  max-width: 272px;
  height: 300px;
  background: #F9F9F9;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.texture .item img {
  max-width: 90px;
  max-height: 90px;
  transition: all 0.3s;
}
.texture .item p {
  transition: all 0.3s;
}
.texture .item p:nth-of-type(1) {
  color: #333333;
  height: 24px;
  font-size: 18px;
  margin: 20px 0 10px;
}
.texture .item p:nth-of-type(2) {
  color: #999999;
  height: 24px;
  font-size: 18px;
  margin-bottom: 20px;
}
.texture .item p:nth-of-type(3) {
  width: 90px;
  height: 36px;
  background: #E3B679;
  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: #CE0B00;
}
.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;
}
@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;
  }
}
