﻿.brtabs {
  width: 13%;
}
.title {
  text-align: center;
  /*margin-top: 80px;*/
}
.title h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #333333;
}
.title .block {
  margin: auto;
  width: 32px;
  height: 4px;
  background-color: #1f4e78;
  margin-top: 28px;
}
.lxwm .list_init {
  padding: 40px 60px;
  background-color: #f5f5f5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  margin-top: 74px;
}
.list_init .minbox {
  width: 17%;
}
.list_init .minbox .imgs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.list_init .minbox .imgs span {
  margin-left: 11px;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #1f4e78;
}
.list_init .minbox .phonenum {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 24px;
}
.zxly .title {
  text-align: unset;
  margin-top: 0;
}
.zxly .title .block {
  margin: unset;
  margin-top: 28px;
}
.lydt .area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.lydt {
  margin-top: 32px;
  height: 520px;
}
.lydt .zxly {
  width: 38.5%;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 37px 40px;
  height: 100%;
}
.zxly form p {
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin-top: 39px;
}
.zxly form input {
  outline: none;
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  background-color: #f5f5f5;
  padding-top: 5px;
}
.zxly form textarea {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #f5f5f5;
  outline: none;
  padding-top: 5px;
}
.mymap {
  height: 520px;
  width: 60%;
}
.mymap #map {
  height: 100%;
  border-radius: 20px;
}
.zxly form button {
  width: 118px;
  height: 34px;
  background-color: #1f4e78;
  border-radius: 17px;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  margin-top: 30px;
  cursor: pointer;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .title {
    margin-top: 60px;
  }
  .title h2 {
    font-size: 30px;
  }
  .title .block {
    margin-top: 20px;
  }
  .list_init .minbox {
    width: 24%;
  }
  .lxwm .list_init {
    padding: 30px 20px;
    margin-top: 50px;
  }
  .lydt .zxly {
    width: 38.5%;
    padding: 35px 20px;
    height: 100%;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .title {
    margin-top: 45px;
  }
  .title h2 {
    font-size: 25px;
  }
  .title .block {
    margin-top: 25px;
  }
  .list_init .minbox {
    width: 24%;
  }
  .lxwm .list_init {
    padding: 20px 18px;
    margin-top: 35px;
  }
  .lydt .zxly {
    width: 38.5%;
    padding: 30px 15px;
    height: 100%;
  }
  .list_init .minbox .phonenum {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 20px;
  }
  .brtabs {
    width: 16%;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .title {
    margin-top: 35px;
  }
  .title h2 {
    font-size: 20px;
  }
  .title .block {
    margin-top: 20px;
  }
  .list_init .minbox {
    width: 48%;
    margin-bottom: 15px;
  }
  .lxwm .list_init {
    padding: 20px 18px;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .lydt .zxly {
    width: 100%;
    padding: 25px 15px;
    height: 100%;
  }
  .list_init .minbox .phonenum {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 20px;
  }
  .lydt .area {
    flex-wrap: wrap;
  }
  .mymap {
    width: 100%;
    margin-top: 15px;
  }
  .lydt {
    height: unset;
  }
  .zxly form p {
    font-size: 12px;
    line-height: 12px;
    color: #666666;
    margin-top: 30px;
  }
}
