.contactbc {
  background-image: url(../image/bc02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.contactwap {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 3%;
}

.tacleft {
  float: left;
  width: 48%;
}

.tacleft h2 {
  color: #fff;
  font-size: 35px;
  margin-top: 2%;
  margin-bottom: 2%;
}

.tacleft p {
  color: #fff;
  line-height: 35px;
  font-size: 18px;
  padding-bottom: 10px;
}

.tacleft li {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 0;
  padding-left: 4%;
  position: relative;
}

.tacleft li::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #1d375c;
  border: 3px solid #4861a4;
  position: absolute;
  top: 15px;
  left: 0px;
}

.tacright {
  width: 50%;
  float: right;
  display: flex;
  justify-content: space-between;
}

.tacright div {
  width: 28%;
  color: #232323;
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 4%;
  box-shadow: -8px 8px 0 #6179a9;
}

.tacright div img {
  display: block;
  margin: 0 auto;
  margin-top: 15%;
  margin-bottom: 20px;
}

.tacright div p {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.tacright div i {
  text-align: center;
  color: #e33c34;
  font-size: 22px;
  display: block;
  text-align: center;
  font-style: normal;
}

.tacright div a {
  color: #232323;
  font-size: 18px;
  color: #e33c34;
  text-align: center;
  display: block;
  font-weight: bold;
}

.contact_main {
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 5%;
}

.contacttitle {
  width: 100%;
  margin: 3% auto;
  height: auto;
  padding-bottom: 20px;
}

.contacttitle h2 {
  text-align: center;
  line-height: 50px;
  font-size: 40px;
  margin-bottom: 1%;
}

.contacttitle p {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
}

.conact {
  display: flex;
  justify-content: space-between;
}

.conact div {
  width: 31%;
  position: relative;
}

.conact div img {
  width: 100%;
}

.conact p {
  text-align: center;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 47%;
  left: 36%;
}

.map {
  width: 100%;
}

.map img {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .contactwap, .contact_main {
    width: 1200px;
  }
  .tacright div {
    width: 31%;
  }
}

@media screen and (max-width: 1200px) {
  .contactwap, .contact_main {
    width: 950px;
  }
  .conact p {
    top: 44%;
    left: 31%;
  }
}

@media screen and (max-width: 980px) {
  .contactwap, .contact_main {
    width: 750px;
  }
  .conact p {
    top: 42%;
    left: 26%;
  }
  .tacleft {
    width: 45%;
  }
  .tacleft li {
    padding-left: 7%;
  }
  .tacright div img {
    width: 80%;
  }
  .tacright div {
    box-shadow: -5px 5px 0 #6179a9;
  }
  .tacright div p {
    font-size: 16px;
  }
}

@media screen and (max-width: 780px) {
  .contactwap, .contact_main {
    width: 95%;
  }
  .tacleft {
    float: none;
    width: 100%;
  }
  .tacright {
    width: 100%;
    float: none;
  }
  .tacright div img {
    width: 45%;
  }
  .tacleft li {
    float: left;
  }
  .tacleft li {
    padding-left: 5%;
  }
  .tacleft li::after {
    left: 8%;
  }
  .tacleft h2 {
    padding-top: 0;
    font-size: 26px;
  }
  .tacright div {
    padding-bottom: 3%;
  }
  .tacright div img {
    margin-top: 10%;
  }
  .contacttitle h2 {
    font-size: 1.8rem;
  }
  .contacttitle p {
    font-size: 1rem;
  }
  .conact p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 560px) {
  .conact p {
    top: 36%;
    left: 12%;
    font-size: 14px;
  }
  .tacright div img {
    width: 70%;
    margin-top: 9%;
    margin-bottom: 3%;
  }
  .tacright div p {
    font-size: 14px;
    line-height: 20px;
  }
  .tacright div a {
    font-size: 14px;
  }
  .tacright div i {
    font-size: 16px;
  }
  .tacright div {
    box-shadow: none;
    border-radius: 10px;
  }
  .tacleft li::after {
    left: 5%;
    width: 10px;
    height: 10px;
    top: 18px;
  }
  .tacleft li {
    font-size: 14px;
  }
  .tacleft p {
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 5px;
  }
  .tacleft h2 {
    font-size: 1.4rem;
  }
  .contacttitle h2 {
    font-size: 1.6rem;
  }
}
