.container {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  min-width: 1200px;
}

.page-banner {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.example-content {
  width: 100%;
  padding: 18px 0 30px;
}

.top-nav-box {
  width: 100%;
  background: #fff;
}

.top-nav {
  width: 1200px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.top-nav span {
  color: #0D58B7;
}
.top-nav a {
  color: #666;
}
.top-nav a:hover {
  color: #0D58B7;
}

.example-con {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #fff;
  padding-left: 49px;
  padding-right: 38px;
  border-radius: 4px;
}
.example-con .example-top {
  height: 140px;
  padding-top: 50px;
  text-align: center;
}
.example-con .example-top .example-title {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #343434;
}
.example-con .example-top .example-desc {
  height: 14px;
  line-height: 14px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.example-con .example-main {
  border-top: 1px solid #ECEDEE;
  padding-top: 23px;
  padding-bottom: 43px;
  text-align: center;
}
.example-con .example-main img {
  margin-top: 26px;
}
.example-con .example-main p {
  text-indent: 28px;
  text-align: left;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 27px;
  margin-top: 14px;
}
.example-con .example-main p:nth-child(1) {
  margin-top: 0;
}/*# sourceMappingURL=example.css.map */