

.middle_content { width: 1200px;  margin: 0 auto; clear: both;}
.contact_type { display:block;font-size: 16px; font-family:SourceHanSansCN-Normal,SourceHanSansCN; font-weight:400; color:rgba(34,34,34,1); line-height:16px;  height: 23px;   margin-top: 69px;}
.line{width:507px; height:1px; background-color: #B7B7B7;}
.half-line{width: 250px; height: 1px; background-color: #666666;}
.contect{position: relative;min-height: 550px; padding: 30px 0 90px; }
.contect .left-part{background: ;width: 500px; position: absolute; left: 0;top: 0;}
.contect .right-part{margin: 90px 0;width:628px;height:500px;border:#ccc solid 1px; position: absolute; right: 0;top: 0;}
.contect_box{width: 360px;}

.contact_desc {  margin: 0 auto; font-size:14px; }
.contact_desc p { color: #888; height: 30px; line-height: 10px; margin-top: 0px;  font-family:SourceHanSansCN-Normal,SourceHanSansCN;  font-weight:400;  color:rgba(34,34,34,1); }
/* .contact_desc p span { color: #333; } */
.address-title{font-size:14px; font-family:SourceHanSansCN-Normal,SourceHanSansCN; font-weight:400; color:rgba(85,85,85,1); line-height:44px; margin-top: 5px; display: inline-block;}
.iw_poi_title{color: #333;}

/* 移动端适配 */
@media screen and (max-width: 768px) {
  .middle_content {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  
  .h_line {
    width: 100%;
  }
  
  .contect {
    position: relative;
    min-height: auto;
    padding: 20px 0 60px;
    display: flex;
    flex-direction: column;
  }
  
  .contect .left-part {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
  }
  
  .contect .right-part {
    width: 100%;
    height: 300px;
    margin: 30px 0 0 0;
    position: relative;
    right: auto;
    top: auto;
  }
  
  .contact_type {
    margin-top: 20px;
    font-size: 18px;
  }
  
  .line {
    width: 100%;
    max-width: 507px;
  }
  
  .address-title {
    font-size: 15px;
    line-height: 36px;
    margin-top: 15px;
  }
  
  .contact_desc p {
    height: auto;
    line-height: 1.6;
    margin-top: 5px;
  }
  
  .contact_desc a[href^="tel:"] {
    color: #2F599D !important;
    text-decoration: underline;
    cursor: pointer;
  }
  
  .contact_desc a[href^="tel:"]:hover,
  .contact_desc a[href^="tel:"]:active {
    color: #1a3a6e !important;
  }
}
