* {
  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: 642px;
      height: 100%;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; }
      .banner .banner-top .top-center .clip {
        display: flex;
        width: 214px;
        font-size: 16px;
        align-items: center;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 42px; }
        .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 {
		  text-align: right;
          width: 50%; }
		  .banner .banner-top .top-center .clip .clip-2 {
		    text-align: left;
		    width: 50%; }
          .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; }
    .bottom .bottom1 .bottom-title {
      background-color: #1b1617;
      display: flex;
      align-items: center;
      position: relative;
      top: 52px; }
    .bottom .bottom1 .bottom-content {
      width: 1200px;
      display: flex;
      position: relative;
      top: 88px; }
      .bottom .bottom1 .bottom-content .bottom-clip {
        width: 400px;
        height: 86px; }
        .bottom .bottom1 .bottom-content .bottom-clip .bottom-img {
          width: 36px;
          height: 36px;
          position: relative;
          left: 50%;
          /* top: 20%; */
          margin-left: -20px;
          margin-top: -20px; }
        .bottom .bottom1 .bottom-content .bottom-clip .bottom-font {
          font-size: 16px;
          position: relative;
          bottom: 0;
          margin-top: 10px;
          text-align: center;
          color: #999999; }
  .bottom .bottom2 {
    height: 42px;
    background-color: #2b2b2c; }
    .bottom .bottom2 .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 */
