* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none;
}

li {
  list-style: none;
}

html, body {
  width: 100%;
  height: 100%;
}

.clearfix::after {
  clear: both;
  height: 0;
  display: block;
  content: '';
}

.container {
  width: 100%;
  background-color: #F3F3F3;
  padding: 20px 0;
}

.header {
  width: 100%;
  height: 280px;
  background-image: url('index_header.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.header .content {
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  /* overflow: hidden; */
}

.header .logo {
  width: 590px;
  height: 92px;
  margin-top: 70px;
  margin-left: 200px;
}

.nav {
  background-color: #0078C1;
}

.nav ul {
  margin: 0 auto;
  width: 1200px;
}

.nav ul li {
  width: 171px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  float: left;
}

.nav ul .select {
  background: rgba(0, 0, 0, 0.1);
}

.nav ul li a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.footer {
  background-color: #0078C1;
  height: 260px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 26px;
  position: relative;
}

.footer .footer-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -350px;
  margin-top: -70px;
  width: 800px;
  height: auto;
  min-height: 140px;
  display: flex;
}

.container .content {
  width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 30px 30px 20px;
  box-sizing: border-box;
}

.header .des-word {
  width: 1200px;
  margin: 0 auto;
  line-height: 40px;
}

.header .des-word .greet {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
  float: left;
}

.header .des-word .tab-nav {
  float: right;
}

.list-wrap .list .tab-th {
  background: #d75851 !important;
}

.list-wrap .page-wrap > * {
  outline: none;
}

.list-wrap .page-wrap .page {
  outline: none;
}


.footer-wrap .footer-wrap-left{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-right: 20px;
}

.footer-wrap .footer-wrap-left a,
.footer-wrap .footer-wrap-left span{
  display: inline-block;
  width: fit-content;
  height: auto;
}

.footer-wrap .footer-wrap-left .aimg{
  width: 110px;
  height: 55px;
}
.footer-wrap .footer-wrap-left span{
  margin-right: 15px;
}
