#bottom-footer {
  margin-top: 0;
  width: 100%;
  box-sizing: border-box;
}

#bottom-footer .bottom-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding: 8vw 16vw;
  background: #232429;
  color: #FFFFFF;
}


#bottom-footer .bottom-list .left {}

#bottom-footer .bottom-list .left .item {
  margin-bottom: 3vw;
  display: flex;
  align-items: center;
}

#bottom-footer .bottom-list .right {}

#bottom-footer .bottom-list .right .title {
  font-weight: bold;
  font-size: 2vw;
  margin-bottom: 2vw;
  color: #FFFFFF;
}

#bottom-footer .bottom-list .right .line {
  width: 100%;
  margin-bottom: 1vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#bottom-footer .bottom-list .right .line input {
  margin-bottom: 0;
  width: 50%;
  padding: .6vw;
  box-sizing: border-box;
  background: #E8EAED;
}

#bottom-footer .bottom-list .right input {
  margin-bottom: 1vw;
  width: 100%;
  padding: .6vw;
  background: #E8EAED;
  box-sizing: border-box;
}

#bottom-footer .bottom-list .right textarea {
  margin-bottom: 1vw;
  width: 100%;
  padding: .6vw;
  height: 10vw;
  box-sizing: border-box;
  background: #E8EAED;
}

#bottom-footer .bottom-list .right .btn {
  display: table;
  padding:1vw 4vw;
  box-sizing: border-box;
  background: #E6C8FA;
  border-radius: 2px;
  color: #232429;
  cursor: pointer;
}

#bottom-footer .bottom-list .left .item img {
  width: 1.2vw;
  margin-right: 1vw;
}

#bottom-footer .bottom-list .left img {
  width: 26vw;
}

#bottom-footer .bottom-list .left .item p {
  font-weight: bold;
  font-size: 1vw;
  color: #FFFFFF;
}

.Introduction p {
  font-size: 1.2vw;
}




.Introduction {
  display: flex;
  align-items: center;
  width: 70vw;
}

.Introduction img {
  width: 2vw;
  height: 2vw;
  margin-right: 1vw;
}

.Introduction span {
  font-size: 1vw;
}

#bottom-footer .navofation {
  width: 16vw;
  margin: 0 4vw;
}

#bottom-footer .navofation .list {
  cursor: pointer;
  margin-bottom: 1vw;
  font-size: 1vw;
}

#bottom-footer .navofation .list:nth-child(1) {
  font-size: 1.2vw;
  margin-bottom: 1vw;
}

#bottom-footer .foot-bottom {
  border-top: 1px solid #fff;
  padding: 0.8vw 0;
  background: #232429;
  font-family: Helvetica;
  font-size: 0.8vw;
  color: #FFFFFF;
  text-align: center;
}

* {
  padding: 0;
  margin: 0;
}

.topDistance {
  margin-top: 8vw;
  width: 100%;
}


nav {
  display: flex;
  justify-content: space-between;
}

nav img {
  width: 2vw;
  height: 2vw;
  vertical-align: middle;
}

nav ul {
  list-style-type: none;
}


nav li {
  float: left;
  margin-right: 2vw;
  opacity: 1;
  display: block;
  text-align: center;
  line-height: 2vw;
  margin-top: 1vw;
  cursor: pointer;
  box-sizing: border-box;
}

nav li a {
  text-decoration: none;
  display: block;
  color: #333333;
  width: 100%;
  height: 100%;
  padding: 0.2vw 1vw;
  box-sizing: border-box;
  /* border-radius: 2vw; */
}

nav li:hover {
  color: #232429;
}

nav .active {
  color: #232429 !important;
  /* background: #E6C8FA; */
  border-bottom: 2px solid #E6C8FA;
}


html {
  width: 100%;
}

body {
  width: 100%;
  background-color: #fff;
  font-size: 1vw;
  box-sizing: border-box;
}

header {
  height: 4vw;
  line-height: 4vw;
  width: 100%;
  padding: 0px 16vw;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 99;
  background: #fff;
  color: #333333;
  overflow: hidden;
}