
 .phoneIcon {
  width: 30px;
  height: 20px;
  position: relative;
  top: 0;
  bottom: 0;
  display: none;
  align-items: center;
  cursor: pointer;
}
 .phoneNav {
  width: 100%;
  height: 2px;
  background: #000;
}
 .phoneNav:before {
  content: '';
  position: absolute;
  top: 0;
  height: 2px;
  background: #000;
  width: 100%;
}
 .phoneNav:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #000;
  width: 100%;
}
 .active .phoneNav,
 .active .phoneNav:before,
 .active .phoneNav:after,
 .bgActive .phoneNav,
 .bgActive .phoneNav:before,
 .bgActive .phoneNav:after {
  background: #000;
}
 .menuBox {
  position: fixed;
  width: 100%;
  background: #fff;
  height: 100vh;
  top: 0;
  right: -100%;
  z-index: 99999999999;
  transition: all 0.5s;
  overflow: auto;
  overflow-x: hidden;
}
 .phoneNavShow {
  box-sizing: border-box;
  right: 0;
  transition: all 0.5s;
  z-index: 9999;
  padding: 0 20px;
}
 .menuBox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  z-index: 20;
  border-radius: 50%;
  cursor: pointer;
  background: green url('../images/close.svg') no-repeat center;
  background-size: 12px;
  text-indent: -99px;
}
 .phoneNavShow .close {
  display: block;
}
 .menuBox ul li a {
  color: #333;
  display: block;
}
 .menuBox ul {
  flex-wrap: wrap;
  margin-top: 90px;
}
 .menuBox ul li {
  width: 100%;
  border-bottom: 1px solid #eee;
  transition: all 1s ease;
}
 .menuBox ul li a {
  height: auto;
  line-height: 50px;
}
 .menuBox .secondMenu {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
  width: 100%;
  box-shadow: none;
  padding: 0 30px 20px;
  flex-direction: column;
  display: none;
}
 .menuBox .secondMenu a,
 .menuBox.active .menuBox ul .secondMenu a {
  text-align: left;
  line-height: 30px;
  height: auto;
}
 .menuBox.active .secondMenu {
  top: 0;
}
 .menuBox ul li {
  position: relative;
}
 .menuBox ul li i {
  content: '';
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  position: absolute;
  background: url('../images/close.svg') no-repeat center;
  filter: brightness(0.2);
  background-size: 12px;
  z-index: 10;
  transform: rotate(45deg);
  transition: all 0.5s;
}
 .menuBox ul li i.active {
  transform: rotate(90deg);
  transition: all 0.5s;
}
 .panel1 {
  width: 100%;
  margin: 0 auto;
}
 .panel1 .panel1_outer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
 .panel1 .panel1_outer .panel1-map {
  width: 100%;
  height: 530px;
  color: #333;
  font-size: 38px;
  padding-top: 80px;
  text-align: center;
}
 .panel1 .panel1_outer .panel1-map #mapContainer {
  width: 100%;
  height: 100%;
  z-index: 0;
}
 .panel1 .panel1_outer .panel1-map #tip {
  height: 30px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  font-size: 12px;
  right: 10px;
  bottom: 20px;
  border-radius: 3px;
  line-height: 30px;
  border: 1px solid #ccc;
}
 .panel1 .panel1_outer .panel1-map div.info-top {
  position: relative;
  background: none repeat scroll 0 0 #F9F9F9;
  border-bottom: 1px solid #CCC;
  border-radius: 5px 5px 0 0;
}
 .panel1 .panel1_outer .panel1-map div.info-top div {
  display: inline-block;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
  padding: 0 10px;
  text-align: left;
}
 .panel1 .panel1_outer .panel1-map div.info-top img {
  position: absolute;
  top: 10px;
  right: 10px;
  transition-duration: 0.25s;
}
 .panel1 .panel1_outer .panel1-map div.info-top img:hover {
  box-shadow: 0px 0px 5px #000;
}
 .panel1 .panel1_outer .panel1-map div.info-middle {
  font-size: 12px;
  padding: 10px;
  line-height: 21px;
  text-align: left;
}
 .panel1 .panel1_outer .panel1-map div.info-bottom {
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}
 .panel1 .panel1_outer .panel1-map div.info-bottom img {
  position: relative;
  z-index: 104;
}
 .panel1 .panel1_outer .panel1-link {
  width: 100%;
  padding: 80px 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #939393;
  line-height: 24px;
}
 .panel1 .panel1_outer .panel1-link .link-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
 .panel1 .panel1_outer .panel1-link .link-list .link-item {
  flex-basis: 33.3%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
 .panel1 .panel1_outer .panel1-link .link-list .link-item .item-left img {
  width: 100%;
  border: 1px solid #f8bd75;
  border-radius: 50%;
}
 .panel1 .panel1_outer .panel1-link .link-list .link-item:nth-child(2) {
  justify-content: center;
}
 .panel1 .panel1_outer .panel1-link .link-list .link-item:nth-child(3) {
  justify-content: flex-end;
}
 .panel1 .panel1_outer .panel1-link .link-list .link-item .item-right {
  max-width: 270px;
  padding-left: 20px;
}
 .panel1 .panel1_outer .panel1-link .link-list .link-item .item-right .right-top {
  color: #000;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
   .panel1 .panel1_outer .panel1-link {
    padding: 40px 0px;
  }
   .panel1 .panel1_outer .panel1-link .link-list {
    width: 100%;
    display: flex;

    align-items: flex-start;
    padding-left: 40px;
  }
   .panel1 .panel1_outer .panel1-link .link-list .link-item {
    padding: 20px 0;
    flex-basis: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
   .panel1 .panel1_outer .panel1-link .link-list .link-item .item-right {
    max-width: 100%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
   .panel1 .panel1_outer .panel1-link .link-list {
    padding-left: 0;
  }
   .panel1 .panel1_outer .panel1-link .link-list .link-item .item-right .right-top {
    color: #000;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
  }
   .panel1 .panel1_outer .panel1-link .link-list .link-item .item-right .right-bottom {
    font-size: 14px;
  }
   .panel1 .panel1_outer .panel1-link .link-list .link-item {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start !important;
  }
   .panel1 .panel1_outer .panel1-link .link-list .link-item .item-right {
    flex-grow: 1;
  }
   .panel1 .panel1_outer .panel1-link .link-list .link-item:nth-child(2),
   .panel1 .panel1_outer .panel1-link .link-list .link-item:nth-child(3) {
    justify-content: flex-start;
  }
   .panel1 .panel1_outer .panel1-link .link-list .link-item .item-left {
    width: 80px;
  }
   .panel1 .panel1_outer .panel1-link .link-list .link-item .item-right {
    width: calc(100% - 100px);
  }
}


 .panel4 {
  width: 100%;
  margin: 0 auto;
}
 .panel4 .panel4_outer {
  width: 100%;
  margin: 0 auto;
}
 .panel4 .panel4_outer .panel4-feedback {
  width: 100%;
  background: url("../images/p4bg.jpg") no-repeat;
  background-size: 100% 100% !important;
}
 .panel4 .panel4_outer .panel4-feedback img {
  width: 100%;
}
 .panel4 .panel4_outer .panel4-feedback .feedback {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  color: #666;
}
 .panel4 .panel4_outer .panel4-feedback .feedback .feedback-title {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 110px 0 25px 0;
  color: #000000;
  font-size: 36px;
}
 .panel4 .panel4_outer .panel4-feedback .feedback .feedback-text {
  width: 100%;
  color: #6B6B6B;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}



@media screen and (max-width: 1440px) {
   .panel4 .panel4_outer .panel4-feedback {
    width: 100%;
  }
   .panel4 .panel4_outer .panel4-feedback .feedback .feedback-title {
    padding: 25px 20px 25px 20px;
    box-sizing: border-box;
    font-size: 30px;
  }
   .panel4 .panel4_outer .panel4-feedback .feedback .feedback-text {
    font-size: 14px;
    padding: 0 20px 20px;
    box-sizing: border-box;
  }

}

/*# sourceMappingURL=./link.css.map */