body {
  margin: 0;
}
.head {
  width: 100%;
  margin: 0 auto ;
}
.head .head1 {
  padding: 0 22.5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  color: #666666;
  font-size: 0.875rem;
  background-color: #f7f7f7;
  height: 1.875rem;
  align-items: center;
}
.head .head1 .left {
  display: flex;
}
.head .head1 .left a {
  position: relative;
  margin-right: 0.625rem;
  color: #666666;
}
.head .head1 .left a:nth-child(1):after {
  position: absolute;
  content: '';
  width: 1px;
  height: 80%;
  top: 10%;
  right: -0.3125rem;
  background-color: #666666;
}
.head .head1 .right {
  display: flex;
}
.head .head1 .right a {
  position: relative;
  margin-left: 0.625rem;
  color: #666666;
}
.head .head1 .right a::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 80%;
  top: 10%;
  right: -0.3125rem;
  background-color: #666666;
}
.head .head1 .right a:nth-child(4)::after {
  width: 0;
}
.head .head2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.25rem auto;
  width: 75rem;
}
.head .head2 .left {
  display: flex;
  align-items: center;
}
.head .head2 .left a {
  margin-right: 2.5rem;
  position: relative;
}
.head .head2 .left a img {
  height: 3.75rem;
}
.head .head2 .left a::after {
  height: 3.125rem;
  position: absolute;
  right: -1.25rem;
  top: 0.3125rem;
  content: '';
  width: 1px;
  background-color: #e8e8e8;
}
.head .head2 .left .tit {
  font-size: 1.25rem;
  color: #333;
  font-weight: 600;
  position: relative;
}
.head .head2 .right {
  display: flex;
}
.head .head2 .right .search {
  width: 26.25rem;
  height: 2.5rem;
  border: 2px solid #0068b5;
  box-sizing: border-box;
  margin-right: 2.5rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.625rem;
}
.head .head2 .right .search select {
  width: 4.375rem;
  height: 100%;
  border: none;
  outline: none;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.head .head2 .right .search input {
  color: #666666;
  width: 14.375rem;
  height: 100%;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}
.head .head2 .right .search button {
  color: #fff;
  width: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #0068b5;
  border: none;
  outline: none;
}
.head .head2 .right .pro {
  width: 6.25rem;
  height: 2.5rem;
  border: 1px solid #cccccc;
  font-size: 1rem;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.head .head3 {
  width: 75rem;
  height: 2.8125rem;
  font-size: 1.125rem;
  padding-left: 1.5625rem;
  box-sizing: border-box;
  margin: 0 auto 0.625rem;
  background-color: #0068b5;
  display: flex;
  align-items: center;
}
.head .head3 .head3-1 {
  margin-right: 2.6875rem;
  color: #fff;
  height: 100%;
  line-height: 2.8125rem;
  padding: 0 1rem;
}
.head .head3 .head3-1:hover {
  background-color: #004a81;
}
.head .head3 .active {
  background-color: #004a81;
}
.head .head4 {
  width: 75rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 1.25rem;
}
.head .head4 .ad {
  width: auto;
  margin: 0;
}
.head .head4 .ad img {
  width: 18.75rem;
  /*height: 5rem;*/
  margin-bottom: 1rem;
}
.head .head4 a:nth-child(2) img {
  width: 35rem;
}
.head .head4 .imgs img {
  width: 75rem;
  /*height: auto;*/
}
.footer {
  width: 100%;
  font-size: 0.875rem;
  margin-top: 3.75rem;
}
.footer .footer1 {
  min-height: 8.125rem;
  background-color: #eeeeee;
  padding: 1.0625rem 22.5rem 0 22.5rem;
  box-sizing: border-box;
}
.footer .footer1 .tit {
  position: relative;
  margin-bottom: 0.625rem;
  padding-left: 0.875rem;
  font-weight: 600;
  font-size: 1.125rem;
  color: #333;
}
.footer .footer1 .tit::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 1.5625rem;
  width: 2px;
  background-color: #0068b5;
  content: '';
}
.footer .footer1 .bot {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer1 .bot .bot1 {
  margin-right: 1.625rem;
  color: #666;
  margin-bottom: 0.875rem;
}
.footer .footer1 .bot .bot1:hover {
  color: #0068b5;
  text-decoration: underline;
}
.footer .footer2 {
  margin: 1.875rem auto 0.9375rem;
  width: 75rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .footer2 .footer2-1 {
  position: relative;
  margin-left: 1.875rem;
  color: #333;
  word-break: keep-all;
}
.footer .footer2 .footer2-1:nth-child(1) {
  margin-left: 0;
}
.footer .footer2 .footer2-1::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 80%;
  top: 10%;
  right: -0.9375rem;
  background-color: #666666;
}
.footer .footer2 .footer2-1:hover {
  color: #0068b5;
}
.footer .footer2 .footer2-1:nth-child(8)::after {
  width: 0;
}
.footer .footer3 {
  margin: 0 auto;
  width: 75rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #333;
  padding-bottom: 1.5rem;
}
.footer .footer3 .fooer3-1 {
  margin-bottom: 1rem;
}
.page{
  text-align: center;
}
.page ul.pagination {
    display: inline-flex;
}
.page ul li {
    list-style-type: none;
    padding: 10px;
    margin: 5px;
    background: #0068b5;
    color: #fff;
}
.page ul li a{
  color: #fff;
}
.page ul li.active{
  background: #66a4d3;
}
.page ul li.disabled{
  background: #666666;
}
@media (max-width: 1300px) {
  .head .head1 {
    font-size: 14px;
    height: 30px;
  }
  .head .head1 .left a {
    margin-right: 10px;
  }
  .head .head1 .left a:nth-child(1):after {
    right: -5px;
  }
  .head .head1 .right a {
    margin-left: 10px;
  }
  .head .head1 .right a::after {
    right: -5px;
  }
  .head .head2 .right .search {
    width: 30rem;
  }
  .head .head2 .right .search input {
    width: 18rem;
  }
  .head .head2 .right .search select {
    width: 6rem;
  }
}
@media (max-width: 1000px) {
  .head .head2 .right .pro {
    width: auto;
    padding: 0 5px;
    font-size: 14px;
    height: 4rem;
  }
  .head .head2 {
    flex-direction: column;
  }
  .head .head2 .left .tit {
    font-size: 16px;
  }
  .head .head2 .left a img {
    height: 6rem;
  }
  .head .head2 .left a::after {
    top: 1.5rem;
  }
  .head .head2 .right {
    display: flex;
    margin-top: 8px;
  }
  .head .head2 .right .search {
    width: 45rem;
    height: 4rem;
  }
  .head .head2 .right .search select {
    width: 8rem;
  }
  .head .head2 .right .search button {
    color: #fff;
    width: 8rem;
    font-size: 16px;
  }
  .head .head2 .right .search input {
    width: 25rem;
  }
  .head .head3 {
    height: 4rem;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    padding: 0;
  }
  .head .head3 .head3-1 {
    margin-right: 0;
    color: #fff;
    font-size: 14px;
    line-height: 4rem;
  }
}
