.link-titles {
  min-width: 1235px;
  width: 64.322vw;
  margin: 100px auto 0;
}
.link-titles span:nth-child(1) {
  font-size: 48px;
  color: #FF8E01;
  margin-right: 10px;
}
.link-titles span:nth-child(2) {
  font-size: 24px;
  color: #BBBBBB;
}
/* .link-way .titles {
  
} */
/*.position .position-box {*/
/*  padding: 0 196px;*/
/*}*/
.link-way .link-way-block {
  display: flex;
  min-width: 1235px;
  width: 64.322vw;
  margin: 32px auto 0;
  flex-wrap: wrap;
}
.link-way .link-way-block .link-way-item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
  border: 1px solid #99999910;
  padding: 20px;
}
.link-way .link-way-block .link-way-item:nth-child(3n) {
  margin-right: 0;
}
.link-way .link-way-block .link-way-item:nth-child(4n) {
  margin-bottom: 0;
}
.link-way .link-way-block .link-way-item:nth-child(5n) {
  margin-bottom: 0;
}
.link-way .link-way-block .link-way-item:nth-child(6n) {
  margin-bottom: 0;
}
.link-way .link-way-block .link-way-item .link-way-item-title {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.link-way .link-way-block .link-way-item .link-way-item-title img {
  width: 24px;
  height: 24px;
}
.link-way .link-way-block .link-way-item .link-way-item-title div {
  border-left: 1px solid #FF8E01;
  margin-left: 20px;
  padding-left: 20px;
  color: #FF8E01;
  font-size: 24px;
}
.link-way .link-way-block .link-way-item .link-way-item-text1 {
  text-indent: 50px;
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
}
.link-way .link-way-block .link-way-item .link-way-item-text2 {
  text-indent: 50px;
  color: #000;
  font-size: 14px;
  letter-spacing: 2px;
  
}
.link-map {
  min-width: 1235px;
  width: 64.322vw;
  margin: 40px auto 50px;
  height: 480px;
}
#map {
  height: 100%;
}
.link-line {
  margin-bottom: 100px;
}
.link-line .link-line-block {
  min-width: 1235px;
  width: 64.322vw;
  padding: 30px 117px;
  margin: 0  auto;
  
}
.link-line .link-line-block > div {
  display: flex;
  align-items: center;
  height: 64px;
  margin-bottom: 30px;
}
.link-line .link-line-block > div:last-child {
  margin-bottom: 0;
}
.link-line .link-line-block >div img {
  height: 48px;
  width: 48px;
  margin-right: 26px;
}
.link-line .link-line-block >div div {
  padding: 15px;
  font-size: 24px;
  color: #000;
}
.link-area {
  background: #B9B9B910;
}
.link-area .link-block {
  display: flex;
  min-width: 1235px;
  width: 64.322vw;
  margin: 0 auto;
  padding: 32px 0;
}
.link-area .link-block .items {
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  color: #000;
  padding: 20px;
  box-sizing: border-box;
  background: #B9B9B910;
  cursor: pointer;
  box-sizing: border-box;
  height: 292px;
}
.link-area .link-block .items div:nth-child(1) {
  font-size: 24px;
  margin-bottom: 40px;
}
.link-area .link-block .items div:nth-child(2),.link-area .link-block .items div:nth-child(3),.link-area .link-block .items div:nth-child(4), .link-area .link-block .items div:nth-child(5) {
  font-size: 14px;
  margin-bottom: 20px;
  color: #999999;
}
.link-area .link-block .active {
  background: unset;
  border-bottom: 3px solid #FF8E01;
}
.link-area .link-block .items:hover {
  background: unset;
  border-bottom: 3px solid #FF8E01;
}
.link-area .link-block .active div:nth-child(2),.link-area .link-block .active div:nth-child(3),.link-area .link-block .active div:nth-child(4),.link-area .link-block .active div:nth-child(5) {
  color: #000;
}
.link-area .link-block .items:hover div:nth-child(2),.link-area .link-block .items:hover div:nth-child(3),.link-area .link-block .items:hover div:nth-child(4),.link-area .link-block .items:hover div:nth-child(5) {
  color: #000;
}

@media only screen and (max-width: 980px) {
  .link-titles {
    width: 100vw;
    margin: 100px auto 0;
  }
  .link-titles span:nth-child(1) {
    font-size: 24px;
    color: #FF8E01;
    margin-right: 10px;
  }
  .link-titles span:nth-child(2) {
    font-size: 12px;
    color: #BBBBBB;
  }
  .link-map {
    width: 100%;
    min-width: unset;
  }
  .link-area .link-block {
    display: block;
    min-width: unset;
    width: 100%;
  }
  .link-area .link-block .items {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 100%;
  }
  .link-line .link-line-block {
    width: 90%;
    /* font-size: 18px; */
  }
  .link-line .link-line-block >div div {
    font-size: 18px;
  }
  #body .link-titles {
    padding-top: 0;
    margin-top: 40px;
    min-width: unset;
  }
  #body .link-line .link-line-block {
    min-width: unset;
    padding: 30px;
  }
  .link-line {
    margin-bottom: 30px;
  }
  #body .tops1 {
    margin-top: 0;
  }
  .link-way .link-way-block {
    min-width: unset;
    display: block;
    width: 100%;
  }
  .link-way .link-way-block .link-way-item {
    width: 100%;
    margin-bottom: 30px;
  }
}