.border {
  border: 1px black solid;
}
body {
  background-color: rgb(240, 242, 241);
}
.page-wrap {
  width: 100%;
  min-height: 600px;
  min-width: 1000px;
}
.page-top {
  width: 100%;
  height: 137px;
  min-width: 1000px;
}
.page-top-title {
  width: 1000px;
  height: 82px;
  margin: auto;
  position: relative;
}
.page-top-title p {
  display: inline-block;
  line-height: 82px;
  font-size: 30px;
  color: #4f4e4e;
  font-weight: bold;
}
.page-top-title strong {
  color: #db6903;
}
.page-top-title img {
  width: 192px;
  height: 82px;
  position: absolute;
  right: 0;
}



.page-top-nav {
  height: 55px;
  background-color: rgb(90, 90, 90);
  min-width: 1000px;
}
.page-top-nav .navs {
  width: 1000px;
  margin: auto;
}
.page-top-nav .navs > .nav {
  display: inline-block;
  width: 160px;
  height: 55px;
  color: white;
  font-size: 18px;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
}

.ponter {
  cursor: pointer;
}

.actived {
  background: rgb(255, 135, 0);
}

.page-top-nav .navs > .nav:hover {
  background-color: rgb(255, 135, 0);
}

.page-content {
  width: 1400px;
  margin: auto;
}
.page-bottom {
  width: 100%;
  height: 85px;
  background: url('../img/bottom-bg.png');
}
.page-bottom-wrap {
  width: 1000px;
  margin: auto;
  position: relative;
}
.page-bottom-left {
  position: absolute;
  left: 0;
  color: #5c5b5b;
  padding-top: 25px;
  font-size: 12px;
  line-height: 20px;
}
.page-bottom-right {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.page-bottom-right > img {
  display: inline-block;
  width: 63px;
  height: 43px;
  position: relative;
  top: 18px;
}
.page-bottom-right > p {
  display: inline-block;
  color: #5c5b5b;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 17px;
}
