* {
  margin: 0;
  padding: 0;
}

/* banner样式 */
.banner {
  width: 100vw;
  height: 438px;
  background: rgba(0, 0, 0, 0.45);
  background-image: url('./../../image/banner/contactus.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.about_font {
  font-size: 60px;
  color: white;
  position: absolute;
  left: 15%;
  bottom: 170px;
}

/* tabs标签样式 */
.tabs_menu {
  color: white;
  position: absolute;
  height: 68px;
  width: 100vw;
  background: #000;
  bottom: 0;
}

.tabs_menu ul {
  padding-left: 15%;
}

.tabs_menu li {
  background: #005aff;
  list-style: none;
  float: left;
  cursor: pointer;
  width: 200px;
  height: 68px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 68px;
}

.active {
  background: red !important;
}

/* 联系方式内容 */

.contact_way {
  width: 100vw;
}

.way_top {
  width: 100vw;
  display: flex;
  justify-content: center;
  padding: 100px 0;
}

.way_top_left {
  box-sizing: border-box;
  width: 35%;
  background: RGBA(11, 97, 255, 1);
  color: white;
  padding: 80px;
}

.way_top_left p {
  margin: 0 0 100px 0;
  font-size: 26px;
}

.way_top_left address {
  margin: 0;
  font-size: 20px;
}

.way_logo {
  width: 250px;
  height: 80px;
  color: black;
}

.way_top_right {
  position: relative;
  width: 27vw;
  color: rgba(0, 90, 255, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.phone {
  font-size: 3rem;
}

.divider {
  position: absolute;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.right_font {
  font-size: 1.5rem;
}

#container {
  width: 100vw;
  height: 700px;
}
