body {
  font-size: 16px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix:after {
  content: "";
  height: 0;
  clear: both;
}

.header-wrap {
  width: 1100px;
  margin: 0 auto;
  padding: 10px 30px;
  overflow: hidden;
}

.header-wrap .header-item {
  width: 50%;
}
.header-wrap ul {
  margin-top: 18px;
  max-width: 400px;
  display: flex;
  justify-content: space-between;
}

.header-wrap li {
  list-style: none;
  margin-right: 10px;
}

.header-wrap a {
  display: inline-block;
  padding: 10px 14px;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
}

.header-wrap a.active {
  background: #0d94e6;
  color: #fff;
}

main {
  width: 1100px;
  margin: 0 auto 0;
}

.index-bg {
  height: 500px;
  background: #ccc;
}

footer {
  margin-top: 20px;
  background: #000;
}

.footer-inner {
 
  padding: 20px 0;
  width: 1100px;
  margin: 0 auto 0;
}

.footer-inner p,
.footer-inner a {
  color: #fff;
}

.address-card .content {
  /* margin: 16px 0; */
  padding: 20px 10px;
  min-height: 50px;
  background-color: #fafafa;
  font-size: 16px;
}

.address-card .p {
  margin: 10px 0;
}

.address-card h3 {
  padding: 20px 10px;
  margin: 20px 0 0;
  color: #ffffff;
  /* background-color:  */
  background-image: linear-gradient(#434449, #434449);
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
  background-size: auto;
}

.bg-img {
  max-width: 1200px;
  width: 100%;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
}

ul {
  margin: 0;
  padding: 0;
}

.news li {
  list-style: none;
  overflow: hidden;
  cursor: pointer;
}

.news li:not(:last-child) {
  margin-bottom: 30px;

}

.news li h4 {
  font-size: 22px;
}

.news li img {
  margin-right: 20px;
  border-radius: 3px;
  width: 228px;
  height:180px;
}

.news li img + div {
  overflow: hidden;
}
