.wid {
  width: 1200px;
  margin: 0 auto;
}
.lf {
  float: left;
}
.rf {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.swiper-container {
  width: 100%;
  height: 700px;
  background: #666;
}
.base-container {
  padding-top: 55px;
}
.base-container .wid > .title {
  font-size: 28px;
  font-weight: bold;
  color: #053b8e;
}
.base-container .wid > .title:after {
  content: "";
  display: block;
  width: 79px;
  height: 2px;
  background: #c8c8c8;
}
.crumbs {
  margin-bottom: 44px;
}
.crumbs ul li {
  float: left;
  font-size: 14px;
  color: #333;
}
.crumbs ul li:after {
  content: '>>';
  display: inline-block;
  margin: 0 10px;
}
.crumbs ul li:last-child:after {
  content: "";
  display: none;
}
.crumbs ul li a {
  color: #333;
}
.page {
  width: 100%;
  text-align: center;
}
.page ul {
  display: inline-block;
}
.page ul li {
  float: left;
  margin-right: 10px;
  min-width: 32px;
  border: 1px solid #ECECEC;
  font-size: 14px;
}
.page ul li a {
  display: block;
  padding: 7px 15px;
  margin: 0;
  width: 100%;
  height: 100%;
  border: #cccccc solid 1px;
  line-height: 26px;
  color: #666;
  background-color: #f0f0f0;
}
.page ul li a.page-curr {
  color: #fff;
  background: #053b8e;
}
.page ul li:hover {
  border-color: #000;
}
.page ul li:hover a {
  color: #ff6600;
}
.page ul li:hover a.page-curr {
  color: #fff;
}
.nav {
  margin-top: 21px;
  margin-bottom: 438px;
  width: 100%;
  height: 110px;
  background: red;
}
.nav .logo {
  z-index: 15;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  text-align: center;
  line-height: 105px;
  background-color: #fff;
}
.nav ul {
  z-index: 14;
  top: 25px;
  left: 71px;
  width: 1100px;
  height: 56px;
  line-height: 56px;
  background: #fff;
}
.nav ul li {
  height: 56px;
  padding: 0 10px;
  margin-right: 17px;
  float: left;
  font-size: 16px;
}
.nav ul li.active {
  border-bottom: 2px solid #053b8e;
}
.nav ul li.active a {
  color: #053b8e;
}
.nav ul li:first-child {
  margin-left: 71px;
}
.nav ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333;
}
.nav ul li:hover a {
  color: #053b8e;
}
.nav .searchTab {
  top: 37px;
  right: 60px;
  z-index: 15;
  width: 50px;
  height: 32px;
  background: #fff;
  height: 30px;
}
.nav .searchTab select {
  height: 30px;
}
.nav .searchTab option {
  height: 30px;
}
.nav .search {
  top: 37px;
  right: 81px;
  z-index: 15;
  width: 278px;
  height: 32px;
  background: #fff;
}
.nav .search input {
  width: 200px;
  height: 32px;
  border: none;
  outline: none;
  padding-left: 10px;
  font-size: 14px;
  background: #e7e7e7;
}
.nav .search button {
  width: 32px;
  height: 30px;
  color: #fff;
  background: #053b8e;
  border: none;
  border-radius: 3px;
}
.banner {
  position: absolute;
  top: -131px;
  width: 100%;
  height: 700px;
  background: #333;
}
.footer {
  background: #333;
}
.footer .link-us {
  text-align: center;
  height: 140px;
  line-height: 140px;
  border-bottom: 1px solid #505050;
}
.footer .link-us ul {
  display: inline-block;
  width: 1200px;
}
.footer .link-us ul li {
  float: left;
  width: 33%;
  color: #fff;
}
.footer .link-us ul li:first-child {
  margin-left: 0;
}
.footer .link-us ul li:last-child {
  margin-right: 0;
}
.footer .copy {
  padding-top: 16px;
  height: 148px;
  text-align: center;
}
.footer .copy a {
  color: #fff;
}
.footer .copy ul {
  display: inline-block;
}
.footer .copy ul li {
  float: left;
  color: #fff;
}
.footer .copy ul li:after {
  content: "|";
  display: inline-block;
  margin: 0 17px;
}
.footer .copy ul li:last-child:after {
  content: "";
  display: none;
}
.footer .copy p {
  color: #fff;
}
[v-cloak] {
  display: none;
}
