*{
    margin: 0;
    padding: 0;
    list-style: none;
}
header{
    height: 100px;
    border-bottom: 2px solid #333;
}
.logo{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.logo img{
    width: 70px;
    height: 70px;
}
.logo p{
    margin-left: 10px;
    width: 120px;
    margin-top: 10px;
}
.nav li{
    margin-right: 10px;
}
.tree{
    width: 300px;
}
.introduce{
    padding: 50px 0;
}
.introduce-img{
    display: flex;
    justify-content: center;
}
.introduce-text{
    text-align: center;
}
.introduce-text img{
    width:45%
}
.introduce-text p{
    width:60%;
    text-indent: 28px;
    font-size: 15px;
    line-height: 36px;
    margin: 0 auto;
    text-align: left;
}
footer{
    background-color: rgba(85, 85, 85, 1);
    /* height: 180px; */
    padding: 40px 0 10px;
    box-sizing: border-box;
}
.address{
    padding-left: 15%;
    box-sizing: border-box;
    color: #fff;
    line-height: 30px;
}
.qrcode{
    display: flex;
    justify-content: center;
    align-items: center;
}
.qrcode img{
    width: 100px;
}
.qrcode p{
    margin-top: 10px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.swiper-container {
    width: 100%;
    height: auto;
}  
.swiper-container img{
    width: 100%;

}
.scheme{
    position: relative;
}
.scheme::after{
    content: '收费';
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 10px;
    color: rgb(202, 12, 12);
}
#landed{
    line-height: 40px;
    display: none;
}
a:hover{
    text-decoration: none;
    cursor: pointer;
}
.schemeList{
    margin: 30px auto 50px;
    font-size: 16px;
}
.schemeList li{
    line-height: 38px;
    border-bottom: #ddd 1px dotted;
}
.schemeList li:hover{
    cursor: pointer;
}
.schemeList span{
    float: right;
    color: rgb(241, 3, 3);
    font-size: 14px;
}
.productList{
    margin: 30px auto;
    text-align: center;
}
.productList img{
    width: 30%;
}
.productList ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.productList li{
    width: 40%;
    height: 150px;
    text-align: center;
    font-size: 20px;
   
    margin-top: 40px;
}
.productList li img{
    width: 100%;
    height: 100%;
}
/* .productList li:hover{
    cursor: pointer;
} */
.advantageList{
    padding: 40px 0;
    text-align: center;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
}
.advantageList .title{
    width: 30%;
}
.advantageList p{
    width: 70%;
    text-indent: 32px;
    font-size: 16px;
    line-height: 40px;
    margin: 10px auto;
    text-align: left;
}
.linkAddress{
    padding-left: 15%;
    box-sizing: border-box;
    line-height: 30px;
}
.linkMap{
    margin: 40px auto;
    box-sizing: border-box;
}
.rel{
    margin-bottom: 40px;
}
.cooperation {
    width: 100%;
    color: #e97c3f;
    text-align: center;
    font-size: 23px;
    margin-bottom: 20px;
}
.cooperation-d {
    padding: 0;
  }
.rel-circle {
    width: 138px;
    height: 138px;
    border-radius: 90px;
    opacity: 0.5;
  }
  .rel-company-name {
    font-size: 26px;
  }
  .rel-col {
    padding: 5px;
  }
  .rel-img {
    padding: 0;
    text-align: center;
    position: relative;
    margin-top: 15px;
  }
  .rel-intro {
    margin-bottom: 5px;
    color: #888;
    min-height: 110px;
    border-right: 1px solid #ddd;
    vertical-align: middle;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-align: center;
    -moz-box-align: center;
  }
  .rel-title {
    position: absolute;
    left: 46%;
    top: 50%;
    font-size: 16px;
    width: 100px;
    margin-left: -40px;
    margin-top: -10px;
  }
  .rel-text {
    padding: 15px 10px 0 10px;
    background-color: #f7f8fa;
    margin-top: 15px;
    min-height: 138px;
    border-top: 1px solid #f1f1f2;
    border-bottom: 1px solid #f1f1f2;
  }
  .rel-text-middle {
    display: table;
    height: 110px;
  }
  .rel-package {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
  }
  .rel-introation {
    margin-bottom: 50px;
    font-size: 16px;
  }
  .rel-name {
    font-size: 16px;
    font-weight: 700;
  }
  .rel-mail {
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    word-wrap: break-word;
    position: relative;
  }
  /* .rel-mail::after{
      content: ' ';
      position: absolute;
      right: 20px;
      top: -60px;
      width: 100px;
      height: 120px;
      background-image: url('../image/linkqr.png');
  } */
  .rel-tel {
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    word-wrap: break-word;
  }
  .rel-bac-gray {
    width: 50%;
    height: 138px;
    border-top: 1px solid #f1f1f2;
    border-bottom: 1px solid #f1f1f2;
    position: absolute;
    z-index: -1;
    background-color: #f7f8fa;
    top: 0;
    right: 0;
  }