* {
  padding: 0;
  margin: 0;
}

body {
  font: 16px sans-serif;
  color: #2b3036;
}

a {
  text-decoration: none;
}

a:hover {
  color: #09f;
}

img {
  outline: 0;
}

.gray {
  background-color: #f2f2f2;
}

.white {
  background-color: #fff;
}

.wrapper {
  width: 980px;
  margin: auto;
}

.header {
  height: 80px;
  line-height: 80px;
}

.banner {
  background: url(../images/bg.jpeg) no-repeat center top;
  height: 460px;
  width: 100%;
  color: #fff;
}

.banner h1 {
  font-size: 30px;
  line-height: 100px;
}

.title {
  position: relative;
  height: 180px;
  line-height: 180px;
  margin-bottom: 20px;
  font-size: 40px;
  text-align: center;
  background-color: #f5f5f5;
}

.product {
  padding: 0 30px 30px;
}

.product::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
}

.item {
  float: left;
  /* height: 480px; */
  width: 50%;
  text-align: center;
  padding: 30px 0;
}

.item img {
  width: 300px;
  height: 300px;
}

.item h3 {
  color: #333;
  font-size: 20px;
  line-height: 50px;
}

.contact {
  padding-bottom: 100px;
  height: 540px;
  background-color: #f5f5f5;
}

.contact .title {
  padding-bottom: 0;
}

#dituContent {
  float: left;
  width: 550px;
  height: 360px;
  border: #fff solid 1px;
}

.tel {
  float: left;
  padding-left: 20px;
  width: 360px;
  /* padding-top: 90px; */
}

.tel p {
  word-wrap: break-word;
  word-break: normal;
  line-height: 34px;
  color: #515151;
}

.tel p.about {
  color: #717171;
  font-size: 15px;
  line-height: 28px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.copyright {
  background-color: #272c35;
  padding: 30px;
  text-align: center;
  color: #bababa;
  font-size: 14px;
}

.copyright a {
  color: #bababa;
}

.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;
}
