.map .org-tab {
  display: flex;
  margin: 0 auto;
  width: 180px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #9D0001;
  margin-top: 40px;
}
#map_container{
    width: 100%;
    height: 600px;
}
.map #china-map {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}
.rotate-circle .compass-img{
width:auto;
}
.map .org-tab-item {
  width: 50%;
  color: #9D0001;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map .org-tab-item.active {
  background-color: #9D0001;
  color: #fff;
}
.org-list {
  margin: 20px 0px;
}
.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:nth-of-type(4n){
margin-right: 0%;
}
.org-list .org-item-con .org-item-con-p {
  width: 23%;
    margin-right: 2.5%;
  text-align: center;
  line-height: 45px;
  height: 45px;
  min-width: 130px;
  font-size: 16px;
  cursor: pointer;
  color: #9D0001;
  margin-bottom: 20px;
  background-image: url(../images/org-item-con-p-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.2s;
}
.org-item-con-no{
justify-content: space-between;
}
.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);
}
.org-item-con-no .org-item-con-p{
    margin-right: 0 !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-item-con-n {
  width: 380px !important;
  height: 96px !important;
  background: #F6F6F6 !important;
  display: flex;
  align-items: center;
  padding: 21px 18px;
}
.org-item-con-n > img {
  width: 54px;
  height: 54px;
  margin-right: 13px;
}
.org-item-con-n p {
  color: #999999;
  font-size: 14px;
  line-height: 25px;
  text-align: left !important;
   display: none;
}
.org-item-con-n .nowrap {
  font-size: 16px;
   color: #333333;
    display: block;
}
.org-item-con-n:hover {
  background-image: url(../images/org-item-con-n-bg.png) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.org-item-con-n:hover p {
  color: #A13838 !important;
}
@media screen and (max-width: 1400px) {
  .texture {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
.org-list .org-item-con .org-item-con-p{
width: 48%;
}
  .texture .item {
    width: 48%;
    max-width: 48%;
    margin-right: 0;
  }
  .login {
    width: 360px;
  }
}
@media screen and (max-width: 600px) {
.org-list .org-item-con .org-item-con-p {
    width: 100%;
margin-right:0!important;
  }
}
