* {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  color: white;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.banner {
  width: 100%;
  background-size: cover;
  min-width: 1200px;
}

.banner .banner-top {
  width: 100%;
  height: 91px;
  background-color: #1b1617;
  color: white;
}

.banner .banner-top .top-center {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.banner .banner-top .top-center .clip {
  display: flex;
  font-size: 16px;
  align-items: center;
  font-weight: 500;
  color: #ffffff;
  line-height: 42px;
  margin: 0;
}

.clip-img-box {
  padding: 0 50px;
  box-sizing: border-box;
}

.banner .banner-top .top-center .clip .clip-img {
  width: 56px;
  height: 58px;
  position: relative;
  /* top: 20px; */
  z-index: 99;
}

.banner .banner-top .top-center .clip .clip-1 {
  padding: 0 10px;
  box-sizing: border-box;
}

.banner .banner-top .top-center .clip .clip-2 {
  padding: 0 10px;
  box-sizing: border-box;
}

.banner .banner-top .top-center .clip .clip-1 .clip-1>a>span {
  width: 16px;
  height: 8px;
  font-size: 14px;
  color: #ffffff;
}

.clip-1 a.active>span,
.clip-1 a:hover>span {
  padding-bottom: 30px;
  border-bottom: 3px solid #40a2cf;
}

.active {
  padding-bottom: 30px;
  border-bottom: 3px solid #40a2cf;
}

.triangle {
  position: absolute;
  left: 916px;
}

.bottom {
  width: 100%;
  height: 300px;
  background-color: #1b1617;
}

.bottom .bottom1 {
  width: 1200px;
  height: 258px;
  background-color: #1b1617;
  display: flex;
  align-items: center;
}

.bottom .bottom1 .bottom-title {
  background-color: #1b1617;
  display: flex;
  align-items: center;
  position: relative;
  top: 52px;
}

.bottom .bottom1 .bottom-content {
  width: 1200px;
  display: flex;
}

.bottom .bottom1 .bottom-content .bottom-clip {
  width: 400px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-right: 1px solid #444444;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.bottom .bottom1 .bottom-content .bottom-clip:last-child {
  border-right: none;
  width: 500px;
  padding: 0;
}

.bottom .bottom1 .bottom-content .bottom-clip .bottom-font-box .bottom-img {
  width: 36px;
  height: 36px;
  margin: 0;
}

.bottom .bottom1 .bottom-content .bottom-clip .bottom-font-box .bottom-font {
  font-size: 16px;
  margin-top: 10px;
  color: #999999;
  margin: 0;
  white-space: nowrap;
  text-align: left;
  width: 100%;
}

.bottom .bottom1 .bottom-content .bottom-clip .bottom-code-box {
  display: flex;
  align-items: center;
}

.bottom .bottom1 .bottom-content .bottom-clip .bottom-code-box .bottom-code {
  display: flex;
  flex-direction: column;
}

.bottom .bottom1 .bottom-content .bottom-clip .bottom-code-box .bottom-code .bottom-code-img {
  width: 108px;
  height: auto;
}

.bottom .bottom1 .bottom-content .bottom-clip .bottom-code-box .bottom-code:last-child {
  margin-left: 20px;
}

.bottom .bottom1 .bottom-content .bottom-clip .bottom-code-box .bottom-code .bottom-code-text {
  font-size: 14px;
  color: #999999;
  padding-top: 10px;
  box-sizing: border-box;
}

.bottom .bottom2 {
  height: 42px;
  background-color: #2b2b2c;
  text-align: center;
  font-size: 14px;
  line-height: 42px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom .bottom2 .content {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom .bottom2 .content a div {
  display: flex;
  align-items: center;
}

.bottom .bottom2 .content a div img {
  margin-right: 5px;
  margin-left: 10px;
}

.bottom .bottom2 .content .bottom-font2 {
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 42px;
  font-weight: 500;
}

html,
body {
  margin: 0;
  padding: 0;
}

.iw_poi_title {
  color: #cc5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}

.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
  color: #1b1617;
}

.anchorBL {
  display: none;
}

.banner-bottom {
  width: 100%;
  height: 530px;
  background-image: url("../img/contact/banner.jpg");
  background-repeat: no-repeat;
  background-clip: border-box;
  background-position-x: center;
  background-position-y: 0;
  background-origin: content-box;
  background-size: cover;
}

.banner-bottom .banner-icon {
  width: 205px;
  height: 151px;
  position: absolute;
  top: 284px;
  left: 50%;
  transform: translateX(-50%);
}

.body {
  width: 100%;
  height: 1030px;
  background-color: #2b2b2c;
  z-index: 2;
}

.body .body1 {
  width: 1200px;
  min-width: 1200px;
  height: 196px;
  position: relative;
  top: 79px;
  display: flex;
  justify-content: space-between;
}

.body .body1 .body1-content {
  width: 565px;
  border: 2px solid white;
  font-size: 20px;
  text-align: center;
  line-height: 38px;
}

.body .body2 {
  width: 1200px;
  min-width: 1200px;
  height: 564px;
  position: relative;
  top: 200px;
  border: #ccc solid 1px;
}

/*# sourceMappingURL=contact.css.map */