* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Microsoft Yahei';
  font-size: 12px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200) {
  body {
    font-size: 16px !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}
ul,
ol,
li {
  list-style-type: none;
}
a {
  color: #333;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:active {
  text-decoration: none;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.head .head-c {
  padding: 0.75rem 0;
  display: flex;
  justify-content: space-between;
}
.head .head-c .logo a img {
  width: 16.125rem;
  height: 5.625rem;
}
.head .head-c .head-r {
  text-align: right;
}
.head .head-c .head-r .langguage {
  color: #363636;
  font-size: 0.875rem;
}
.head .head-c .head-r .langguage a {
  color: #363636;
  font-size: 0.875rem;
}
.head .head-c .head-r .search {
  margin-top: 26px;
}
.head .head-c .head-r .search .input {
  position: relative;
}
.head .head-c .head-r .search .input input {
  width: 22rem;
  height: 2.125rem;
  border: 1px solid #AAAAAA;
  border-radius: 1.0625rem;
  outline: none;
  padding: 0 6.25rem 0 1.3125rem;
  color: #888888;
  font-size: 0.875rem;
}
.head .head-c .head-r .search .input input::placeholder {
  color: #888888;
  font-size: 0.875rem;
}
.head .head-c .head-r .search .input .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.5rem;
  height: 2.125rem;
  line-height: 2.125rem;
  border-radius: 1.0625rem;
  background-color: #1A6183;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
}
.head-m {
  display: none;
  padding: 0.625rem;
  justify-content: space-between;
  padding: 0 3.25rem;
}
.head-m .logo {
  display: inline-block;
}
.head-m .logo a img {
  width: 18.25rem;
}
.head-m .nav-more img {
  width: 2.25rem;
}
.head-m .nav-m {
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background-color: #136184;
  z-index: 999;
  overflow: hidden;
  transition: all 0.5s;
}
.head-m .nav-m .close {
  color: #FFF;
  font-size: 3rem;
  padding: 2.5rem 1.5rem;
  text-align: right;
}
.head-m .nav-m .search {
  text-align: center;
}
.head-m .nav-m .search .input {
  display: inline-block;
  position: relative;
  font-size: 0;
}
.head-m .nav-m .search .input input {
  width: 22.5rem;
  height: 3rem;
  padding: 0 1.875rem;
  border: none;
}
.head-m .nav-m .search .input .btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5rem;
  height: 3rem;
  line-height: 3rem;
  color: #FFF;
  padding: 0 0.9375rem;
  background-color: #136184;
}
.head-m .nav-m ul li {
  text-align: center;
  padding: 1.25rem 0;
}
.head-m .nav-m ul li a {
  color: #FFF;
  font-size: 2rem;
}
.head-m .nav-m.show {
  height: 100%;
  height: 100vh;
}
.nav .nav-c {
  padding: 0 1rem;
}
.nav .nav-c .nav-list {
  background-color: #1A6183;
  border-radius: 0.25rem;
  display: flex;
}
.nav .nav-c .nav-list .nav-item {
  position: relative;
}
.nav .nav-c .nav-list .nav-item a {
  display: block;
  padding: 0.75rem 2.1875rem 0.625rem;
  color: #ffffff;
  font-size: 1rem;
}
.nav .nav-c .nav-list .nav-item a img {
  width: 1.3125rem;
  height: 1.3125rem;
}
.nav .nav-c .nav-list .nav-item ul {
  position: absolute;
  z-index: 999;
  display: none;
  top: 100%;
  left: 50%;
  width: 135%;
  text-align: center;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 5px 5px 5px rgba(25, 25, 25, 0.5);
}
.nav .nav-c .nav-list .nav-item ul li a {
  display: block;
  padding: 0.375rem 0.4375rem;
  color: #363636;
  font-size: 0.8125rem;
}
.nav .nav-c .nav-list .nav-item ul li a:hover {
  color: #FFF;
  background-color: #4DB1E1;
}
.nav .nav-c .nav-list .nav-item:hover {
  background-color: #fff;
}
.nav .nav-c .nav-list .nav-item:hover a {
  color: #363636;
}
.nav .nav-c .nav-list .nav-item:hover ul {
  display: block;
}
.foot {
  background-color: #1A6183;
}
.foot .foot-c {
  padding: 2.625rem 0 0.9375rem 0;
  display: flex;
  align-items: center;
}
.foot .foot-c .logo {
  width: 23rem;
  text-align: center;
  border-right: 2px solid #FFFFFF;
  padding: 1.875rem 0 1rem 0;
}
.foot .foot-c .logo a img {
  width: 17.625rem;
  height: 6.1875rem;
}
.foot .foot-c .msg {
  width: 34.75rem;
  padding: 1.875rem 2.5rem 1rem;
}
.foot .foot-c .msg ul li {
  color: #ffffff;
  font-size: 1rem;
  margin-top: 0.3125rem;
}
.foot .foot-c .about {
  width: 17.25rem;
  text-align: center;
}
.foot .foot-c .about a {
  display: inline-block;
  color: #ffffff;
  font-size: 1.5rem;
  padding: 0.5625rem 1.5625rem;
  border: 1px solid #FFFFFF;
  border-radius: 0.3125rem;
}
.foot .beian {
  color: #ffffff;
  font-size: 0.75rem;
  background-color: #0E5584;
  text-align: center;
  padding: 0.5rem 0;
}
.foot .beian a {
  color: #ffffff;
  font-size: 0.75rem;
}
.pages {
  display: flex;
  justify-content: center;
  padding: 1.75rem 0 1.25rem 0;
}
.pages span {
  border: 1px solid #C9C9C9;
  font-size: 0	;
  margin: 0 0.375rem;
}
.pages span a {
  display: block;
  color: #5f5f5f;
  font-size: 1rem;
  padding: 0.375rem 1rem;
}
.pages .cur a {
  background-color: #1A6183;
  color: #FFFFFF;
}
@media screen and (max-width: 750px) {
  .head {
    display: none;
  }
  .head-m {
    display: flex;
  }
  .nav {
    display: none;
  }
  .foot .foot-c .logo {
    width: 100%;
    border-right: none;
    text-align: left;
  }
  .foot .foot-c .logo a {
    padding: 0 1rem;
  }
  .foot .foot-c .logo a img {
    width: 12rem;
    height: auto;
  }
  .foot .foot-c .msg {
    display: none;
  }
  .foot .foot-c .about {
    display: none;
  }
  .weizhi{
    display: none;
  }
}
.pagination ul li{display:inline-block}