/*-- 联系我们页面样式 --*/
/*-- 手机 --*/

/*-- PC --*/
@media (min-width: 720px) {
  .contact-container {
    margin: 0 -15px;
  }
  .gy-picture {
    height: 480px;
  }
  .gy-picture img {
    height: 100%;
  }
  .collapse-wrap {
    position: relative;
    float: right;
  }

  .collapse-toggle {
    text-align: right;
    color: #aaaaaa;
  }

  .collapse-toggle span {
    cursor: pointer;
  }

  .fcard {
    float: left;
    display: inline;
    width: 525px;
    height: 390px;
    margin: 0 15px 10px 15px;
    overflow: hidden;
  }

  .fcard.open {
    height: 620px;
  }

  .fcard-img {
    display: block;
    width: 100%;
    height: auto;
  }

  .fcard-text {
    font-size: 14px;
    color: #535353;
  }

  .fcard-row {
    padding: 20px 0 15px 0px;
  }

  .fcard-address {
    font-size: 14px;
    color: #535353;
  }

  .fcard-address img {
    margin-left: 10px;
    padding-top: 5px;
  }

  .fcard-title {
    font-size: 18px;
    color: #005ca9;
  }
  .ls-maprow {
    width: 100%;
  }
  .companybox-left {
    width: 19%;
    float: left;
    background-color: #f6f6f6;
    min-height: 650px;
    -webkit-box-shadow: #ccc 0px 0px 10px;
    -moz-box-shadow: #ccc 0px 0px 10px;
    box-shadow: #ccc 0px 0px 10px;
  }
  .search-company-title {
    font-size: 25px;
    text-align: center;
    color: #000;
    padding: 25px 0px;
    /*background: url("/images/about/contact-company-tbg.png") no-repeat;*/
    background-position-y: center;
    background-position-x: 20px;
  }
  .layui-inline {
    width: 90%;
    display: block !important;
    margin: 0 auto;
  }
  .layui-form-select .layui-input {
    height: 50px;
  }
  .company-detail {
    width: 90%;
    background-color: #fff;
    margin: 0 auto;
  }
  .ul-company-detail {
    padding: 0px 20px 80px 20px;
  }
  .ul-company-detail li {
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
  }
  .ul-company-detail li span {
    display: block;
    padding: 0px 0px 15px 0px;
  }
  .ul-company-detail li .company-name {
    font-size: 25px;
    padding-top: 20px;
  }
  .border-bottom-none {
    border-bottom: unset !important;
  }
  .mapbox-right {
    width: 80%;
    min-height: 650px;
    float: left;
    padding-left: 5px;
    -webkit-box-shadow: #ccc 0px 0px 10px;
    -moz-box-shadow: #ccc 0px 0px 10px;
    box-shadow: #ccc 0px 0px 10px;
  }
  .zpxx-box {
    width: 1070px;
    margin: auto;
    padding: 60px 0 20px;
  }
  .zpxx {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 20px 0 40px;
  }
  .public-banner .banner-text .title {
    font-size: 52px;
  }
  .fgs-info {
    text-align: center;
    font-size: 26px;
    color: #003f74;
    font-weight: bold;
    padding: 40px 0;
  }
  .top-title {
    text-align: center;
    font-size: 26px;
    color: #003f74;
    font-weight: bold;
  }
  .zp-info {
    display: flex;
    justify-content: space-evenly;
    margin-top: 40px;
    font-size: 16px;
  }
  .zp-left {
    text-align: left;
  }
  .zp-margin div {
    margin: 20px 0;
  }
  .zp-center {
    border-right: 1px solid #b0b0b0;
    padding-right: 60px;
  }
  .zp-right {
    text-align: left;
  }
  .phone-hide {
    padding-left: 80px;
  }
  .zp-title {
    font-weight: bold;
    font-size: 22px;
  }
  .contact-Phone {
    display: none;
  }
}
@media (max-width: 720px) {
  .contact-PC {
    display: none;
  }
  .contact-img-p{
      margin-top: 48px;
      height: 200px;
  }
  .contact-img-p img{
      height: 100%;
      width: 100%;
  }
  .contact-Phone {
    background-color: #f9f9f9;
  }
  .recruit {
    background-color: #f0f2f5;
    padding: 10px;
  }
  .recruit-title {
    padding: 20px;
    color: #fff;
    font-size: 20px;
    background-color: #003f74;
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
  }
  .recruit-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #9c9a9a;
    margin: 10px 0;
  }
  .content-title {
    font-size: 18px;
    font-weight: bold;
  }
  .complay-item-box {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    color: #9c9a9a;
    margin: 10px 0;
    font-size: 16px;
  }
  .com-p-title {
    font-weight: bold;
    color: #000;
    font-size: 20px;
    text-align: left;
    padding-bottom: 1rem;
    padding-left: 20px;
    text-align: center;
  }
  .com-p-person {
  }
  .com-p-phone {
  }
  .com-p-email {
  }
  .com-p-address {
  }
}
