.aboutnav {
  width: 100%;
  height: auto;
  margin-top: -60px;
  background-color: #fff;
}
.aboutnav .top {
  display: flex;
  align-items: center;
  position: relative;
  width: 577px;
  height: 60px;
  padding: 0 20px;
  margin-left: auto;
}
.aboutnav .top .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.aboutnav .top .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutnav .top .tip {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.aboutnav .top .tip img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.aboutnav .top .tip p {
  color: #fff;
  font-size: 14px;
}
.contact {
  width: 70%;
  height: auto;
  margin: 80px auto;
}
.contact .title {
  font-size: 1.806vw;
  font-weight: 400;
  color: #333333;
  margin-bottom: 2.604vw;
}
.contact .flexbox {
  display: flex;
  justify-content: space-between;
}
.contact .box {
  width: 100%;
  display: flex;
  margin-top: 20px;
}
.contact .box img {
  width: 40px;
  height: 40px;
}
.contact .box .r {
  flex: 1;
  margin-left: 20px;
}
.contact .box .r .list {
  font-size: 1.198vw;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
}
.contact .erbot {
  margin-top: 60px;
}
.contact .erbot .list {
  display: flex;
  align-items: center;
  box-shadow: 0px 8px 18px rgba(238, 238, 238, 0.75);
  padding: 1.042vw;
}
.contact .erbot .list .left .name {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 32.42px;
  color: #116ee7;
}
.contact .erbot .list .left .num {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 32.42px;
  color: #116ee7;
  text-align: left;
  vertical-align: top;
}
.contact .erbot .list .line {
  width: 5px;
  height: 30px;
  background: #2b81f7;
  margin: 0 2.083vw;
}
.contact .erbot .list .right {
  flex: 1;
}
.contact .erbot .list .right .item {
  margin-bottom: 30px;
}
.contact .erbot .list .right .item .tit {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 22px;
  color: #131313;
  margin-bottom: 10px;
}
.contact .erbot .list .right .item p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #131313;
}
.flexbox {
  display: flex;
}
#container {
  width: 48%;
  height: 500px;
  margin-top: 40px;
}
#container2 {
  width: 48%;
  height: 500px;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .aboutnav {
    width: 100%;
    height: auto;
    margin-top: -20px;
    padding-bottom: 0px;
    background-color: #fff;
  }
  .aboutnav .top {
    display: flex;
    align-items: center;
    position: relative;
    width: 60%;
    height: 30px;
    padding: 0 10px;
    margin-left: auto;
  }
  .aboutnav .top .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .aboutnav .top .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .aboutnav .top .tip {
    position: relative;
    z-index: 11;
    display: flex;
    align-items: center;
    margin-left: 10px;
  }
  .aboutnav .top .tip img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .aboutnav .top .tip p {
    color: #fff;
    font-size: 14px;
  }
  .aboutnav .bot {
    display: none;
  }
  .contact {
    width: 100%;
    height: auto;
    margin: 30px auto;
    padding: 0 15px;
  }
  .contact .title {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 15px;
  }
  .contact .flexbox {
    display: block;
  }
  .contact .linebox {
    margin-top: 20px;
  }
  .contact .box {
    width: 100%;
    display: flex;
    margin-top: 10px;
  }
  .contact .box img {
    width: 22px;
    height: 22px;
  }
  .contact .box .r {
    flex: 1;
    margin-left: 20px;
  }
  .contact .box .r .list {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
  }
  .contact .erbot {
    margin-top: 30px;
  }
  .contact .erbot .list {
    display: block;
    box-shadow: 0px 8px 18px rgba(238, 238, 238, 0.75);
    padding: 10px;
  }
  .contact .erbot .list .left .name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    line-height: 32.42px;
    color: #116ee7;
  }
  .contact .erbot .list .left .num {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 32.42px;
    text-align: center;
    color: #116ee7;
    vertical-align: top;
  }
  .contact .erbot .list .line {
    width: 5px;
    height: 30px;
    background: #2b81f7;
    margin: 20px auto;
  }
  .contact .erbot .list .right {
    flex: 1;
  }
  .contact .erbot .list .right .item {
    margin-bottom: 15px;
  }
  .contact .erbot .list .right .item .tit {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 22px;
    color: #131313;
    margin-bottom: 10px;
  }
  .contact .erbot .list .right .item p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #131313;
  }
  #container {
    width: 100%;
    height: 400px;
    margin-top: 20px;
  }
  #container2 {
    width: 100%;
    height: 400px;
    margin-top: 20px;
  }
}
