﻿
.home-map {
  position: relative;
  height: 600px;
  background-image: url(../static/home-map.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.home-map>div{
  font-size: 0;
  overflow: hidden;
  position: absolute;
  width: 39px;
  height: 15px;
  cursor: pointer;
}

.home-map>div:nth-of-type(1){
  top: 60px;
  left: 379px;
}
.home-map>div:nth-of-type(2){
  top: 156px;
  left: 303px;
}
.home-map>div:nth-of-type(3){
  top: 96px;
  left: 352px;
}
.home-map>div:nth-of-type(4){
  top: 197px;
  left: 265px;
}
.home-map>div:nth-of-type(5){
  top: 298px;
  left: 169px;
}
.home-map>div:nth-of-type(6){
  top: 318px;
  left: 150px;
}
.home-map>div:nth-of-type(7){
  top: 338px;
  left: 131px;
}
.home-map>div:nth-of-type(8){
  top: 115px;
  left: 341px;
}
.home-map>div:nth-of-type(9){
  top: 136px;
  left: 322px;
}
.home-map>div:nth-of-type(10){
  top: 176px;
  left: 283px;
}
.home-map>div:nth-of-type(11){
  top: 217px;
  left: 245px;
}
.home-map>div:nth-of-type(12){
  top: 258px;
  left: 207px;
}
.home-map>div:nth-of-type(13){
  top: 182px;
    left: 588px;
}
.home-map>div:nth-of-type(14){
  top: 78px;
  left: 362px;
}
.home-map>div:nth-of-type(15){
  top: 248px;
  left: 736px;
}
.home-map>div:nth-of-type(16){
  top: 225px;
  left: 719px;
}
.home-map>div:nth-of-type(17){
  top: 207px;
    left: 700px;
}
.home-map>div:nth-of-type(18){
  top: 242px;
  left: 668px;
}
.home-map>div:nth-of-type(19){
  top: 225px;
    left: 660px;
}
.home-map>div:nth-of-type(20){
  
  top: 208px;
    left: 652px;

}
.home-map>div:nth-of-type(21){
  top: 192px;
  left: 647px;
}
.home-map>div:nth-of-type(22){
  top: 176px;
  left: 646px;
}
.home-map>div:nth-of-type(23){
  top: 231px;
  left: 594px;
}
.home-map>div:nth-of-type(24){
  top: 215px;
  left: 593px;
}
.home-map>div:nth-of-type(25){
  top: 184px;
  left: 525px;
}
.home-map>div:nth-of-type(26){
  top: 201px;
  left: 542px;
}
.home-map>div:nth-of-type(27){
  top: 218px;
  left: 519px;
}
.home-map>div:nth-of-type(28){
  top: 234px;
    left: 530px;
}
.home-map>div:nth-of-type(29){
  top: 273px;
  left: 522px;
}
.home-map>div:nth-of-type(30){
  top: 310px;
    left: 523px;
}
.home-map>div:nth-of-type(31){
  top: 338px;
  left: 523px;
}
.home-map>div:nth-of-type(32){
  top: 237px;
  left: 226px;
}
.home-map>div:nth-of-type(33){
  top: 278px;
  left: 188px;
}
.home-map>div:nth-of-type(34){
  top: 358px;
  left: 112px;
}
.home-map>div:nth-of-type(35){
  top: 291px;
  left: 760px;
}
.home-map>div:nth-of-type(36){
  top: 306px;
  left: 784px;
}
.home-map>div:nth-of-type(37){
  top: 323px;
  left: 802px;
}
.home-map>div:nth-of-type(38){
  top: 61px;
  left: 511px;
}
.home-map>div:nth-of-type(39){
  top: 41px;
  left: 507px;
}
.home-map>div:nth-of-type(40){
  top: 20px;
  left: 501px;
}
.home-map>div:nth-of-type(41){
  top: 12px;
  left: 450px;
}
.home-map>div:nth-of-type(42){
  top: 20px;
  left: 409px;
}
.home-map>div:nth-of-type(43){
  top: 40px;
  left: 394px;
}
#china-map {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}

.org-list {
  margin: 20px 0px;
  box-sizing: border-box;
}
 .group > .main .inner .right-location .search_content>div:nth-of-type(2){
    display: none;
  }
.org-list-item {
  margin-bottom: 20px;
}
.org-list:nth-of-type(1) .org-list-item:nth-of-type(1){
display:none;
}
.org-list-item p {
  font-size: 18px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 25px;
}

.org-item-con {
  display: flex;
  flex-wrap: wrap;
}

.org-item-con-p {
margin-right: 9%;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: rgba(0, 149, 77, 1);
  line-height: 21px;
  margin-bottom: 20px;
}
.org-item-con-p:hover{
  transform: translateY(-3px);
}
.org-tab {
  display: flex;
  margin: 0 auto;
  width: 180px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(0, 149, 77, 1);
  margin-top: 40px;
}

.org-tab-item {
  width: 50%;
  color: rgba(0, 149, 77, 1);
  font-size: 14px;
  font-family: MicrosoftYaHei;
  display: flex;
  align-items: center;
  justify-content: center;
}

.org-tab-item.active {
  background-color: rgba(0, 149, 77, 1);
  color: #fff;
}

.org-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
  justify-content: space-between;
}

.org-wrap-item {
  width: calc(33.33% - 40px);
  height: 134px;
  background: #ffffff;
  box-shadow: 0px 6px 24px 0px rgba(147, 33, 50, 0.08);
  margin-bottom: 30px;
  padding: 20px 30px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 19px;
}

.org-wrap-item :nth-child(1) {
  color: rgba(0, 149, 77, 1);
  font-size: 16px;
  font-family: MicrosoftYaHei;
  line-height: 21px;
  margin-bottom: 10px;
}

.org-wrap-item :nth-child(2) {
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .org-item-con-p {
    width: calc(50% - 50px);
    text-align: center;
  }
}
@media (max-width: 550px) {
  .org-wrap-item {
    width: 100%;
  }
}