@keyframes topToCenter {
  from {
    margin-top: -300px;
    opacity: 0.4;
  }
  to {
    margin-top: 0px;
    opacity: 1;
  }
}
@keyframes leftToCenter {
  from {
    left: -300px;
    opacity: 0.4;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}
@keyframes rightToCenter {
  from {
    right: -300px;
    opacity: 0.4;
  }
  to {
    right: 0px;
    opacity: 1;
  }
}
@keyframes bottomToCenter {
  from {
    bottom: -120px;
    opacity: 0.4;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    top: 0px;
  }
  to {
    top: -550px;
  }
}
* {
  margin: 0px;
  padding: 0px;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.fixation {
  width: 1200px;
  margin: 0 auto;
}
.container {
  width: 100%;
}
.head {
  width: 100%;
  height: 160px;
  background: #03538f;
}
.head .header {
  width: 100%;
  height: 100%;
}
.head .header .up {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
}
.head .header .up .logo,
.head .header .up .phone,
.head .header .up .entry {
  height: 100px;
  display: flex;
  align-items: center;
}
.head .header .up .logo {
  width: 650px;
}
.head .header .up .logo img {
  height: 55px;
}
.head .header .up .phone {
  width: 390px;
  font-size: 24px;
  color: #FFFFFF;
}
.head .header .up .phone img {
  margin-right: 10px;
}
.head .header .up .phone span {
  color: #fb8923;
}
.head .header .up .entry {
  width: 160px;
  justify-content: space-between;
}
.head .header .up .entry .item {
  width: 75px;
  height: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
}
.head .header .up .entry .item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
.head .header .down {
  width: 100%;
  height: 60px;
}
.head .header .down .nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.head .header .down .nav .nav-item {
  width: 150px;
  height: 100%;
}
.head .header .down .nav .nav-item .nav-main {
  width: 100%;
  height: 100%;
}
.head .header .down .nav .nav-item .nav-main a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 18px;
}
.head .header .down .nav .nav-item .nav-drop {
  width: 100%;
  background: #03538f;
  display: none;
  position: relative;
  z-index: 999;
}
.head .header .down .nav .nav-item .nav-drop .nav-tab {
  width: 100%;
  height: 50px;
}
.head .header .down .nav .nav-item .nav-drop .nav-tab a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 18px;
}
.head .header .down .nav .nav-item .nav-drop .nav-tab a:hover {
  font-weight: bold;
}
.head .header .down .nav .nav-item:hover {
  background: #fb8923;
}
.head .header .down .nav .nav-item:hover .nav-drop {
  display: block;
}
.foot {
  width: 100%;
  height: 610px;
  background: #003e6c;
  padding-top: 40px;
  box-sizing: border-box;
}
.foot .footer {
  width: 100%;
  height: 100%;
}
.foot .footer .fixation {
  height: 100%;
}
.foot .footer .fixation .navigator {
  width: 100%;
  height: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
.foot .footer .fixation .navigator .left,
.foot .footer .fixation .navigator .right {
  width: 50%;
  height: 100%;
}
.foot .footer .fixation .navigator .left {
  display: flex;
  justify-content: space-between;
}
.foot .footer .fixation .navigator .left .navigator-item {
  width: 25%;
  height: 100%;
}
.foot .footer .fixation .navigator .left .navigator-item .navigator-title {
  width: 100%;
  height: 50px;
  font-size: 24px;
}
.foot .footer .fixation .navigator .left ul {
  width: 100%;
}
.foot .footer .fixation .navigator .left ul li {
  width: 100%;
  height: 30px;
}
.foot .footer .fixation .navigator .left ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #FFFFFF;
}
.foot .footer .fixation .navigator .right .up {
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: space-between;
}
.foot .footer .fixation .navigator .right .up .button,
.foot .footer .fixation .navigator .right .up .qrcode {
  height: 100%;
}
.foot .footer .fixation .navigator .right .up .button {
  width: 220px;
}
.foot .footer .fixation .navigator .right .up .button .button-item {
  width: 100%;
  height: 70px;
  background: #004383;
}
.foot .footer .fixation .navigator .right .up .button .button-item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 16px;
}
.foot .footer .fixation .navigator .right .up .button .button-item a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.foot .footer .fixation .navigator .right .up .button .button-item:last-child {
  margin-top: 20px;
}
.foot .footer .fixation .navigator .right .up .qrcode {
  width: 360px;
  background: #004383;
  display: flex;
  justify-content: space-between;
}
.foot .footer .fixation .navigator .right .up .qrcode .img {
  width: 160px;
  height: 100%;
}
.foot .footer .fixation .navigator .right .up .qrcode .img img {
  width: 100%;
  height: 100%;
}
.foot .footer .fixation .navigator .right .up .qrcode .qrcode-info {
  width: 200px;
  height: 100%;
  padding: 30px 0px 30px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.foot .footer .fixation .navigator .right .up .qrcode .qrcode-info .title {
  width: 100%;
  line-height: 30px;
}
.foot .footer .fixation .navigator .right .up .qrcode .qrcode-info .more {
  width: 100%;
  height: 40px;
}
.foot .footer .fixation .navigator .right .up .qrcode .qrcode-info .more a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #E6E6E6;
  font-size: 16px;
}
.foot .footer .fixation .navigator .right .concat {
  width: 100%;
  height: 140px;
  background: #004383;
  margin-top: 20px;
  padding: 10px 30px;
  box-sizing: border-box;
}
.foot .footer .fixation .navigator .right .concat .line {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}
.foot .footer .fixation .navigator .right .concat .line img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.foot .footer .fixation .link,
.foot .footer .fixation .copyright {
  width: 100%;
  height: 80px;
  border-top: 1px solid #FFFFFF;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.foot .footer .fixation .link a,
.foot .footer .fixation .copyright a {
  color: #FFFFFF;
  margin-left: 20px;
}
.foot .footer .fixation .link {
  padding-left: 20px;
  box-sizing: border-box;
}
.foot .footer .fixation .copyright {
  justify-content: center;
}
.bread-nav {
  width: 100%;
  height: 50px;
  background: #f5f5f5;
}
.bread-nav .fixation {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: grey;
}
.bread-nav .fixation .bread-padding {
  width: 4px;
  height: 20px;
  background: #03538f;
  margin-right: 20px;
}
.bread-nav .fixation a {
  color: grey;
}
.bread-nav .fixation a:hover {
  color: #03538F;
}
._top_nav {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 9;
  background: rgba(10, 43, 70, 0.5);
}
._top_nav .fixation {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
._top_nav .fixation ._top_nav_item {
  height: 100%;
  padding-left: 20px;
  box-sizing: border-box;
}
._top_nav .fixation ._top_nav_item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0px;
  box-sizing: border-box;
}
._top_nav .fixation ._top_nav_item a span {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
._top_nav .fixation #_top_nav_select {
  background: #134066;
}
._richtext {
  width: 100%;
  padding: 40px 0px;
  box-sizing: border-box;
  color: #666;
}
._richtext_title {
  width: 100%;
  padding: 20px 0px;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
}
._richtext_time {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  border-bottom: 1px solid #C3C3C3;
}
._richtext_content {
  width: 100%;
  padding: 20px 0px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #C3C3C3;
}
._richtext_link {
  width: 100%;
  height: 50px;
}
._richtext_link a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666;
}
._richtext_link a:hover {
  color: #004383;
}
._pager {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  margin-top:60px;
  margin-bottom: 60px;
}
._pager .page-item {
  width: 40px;
  height: 100%;
  border: 2px solid #004383;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-left: 10px;
  border-radius: 8px;
}
._pager .page-item img {
  width: 24px;
  height: 24px;
}
._pager .page-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #004383;
  font-size: 18px;
  font-weight: bold;
}
._pager .page-item a:hover {
  background: #004383;
  color: #FFFFFF;
}
._pager li{
  width: 40px;
  height: 100%;
  border: 2px solid #004383;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-left: 10px;
  border-radius: 8px;
}
._pager li:first-child {
  width: 80px;
}
._pager li:last-child {
  width: 80px;
}

._pager li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #004383;
  font-size: 18px;
  font-weight: bold;
}

._pager .active a{
  background: #004383;
  color: #FFFFFF;
}
._pager li a:hover {
  background: #004383;
  color: #FFFFFF;
}
