

/*公共头部*/
.header{
  width: 100%;
  height: 64px;
  background: linear-gradient(90deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.7) 100%);
  border: 1px solid #D7D8D9;
}

.box{
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.logo{
  width: 156px;
  height: 38px;
}

.nav{
  overflow: hidden;
}
.nav ul{
  overflow: hidden;
}
.nav ul li{
  float: left;
  margin-left: 40px;
}
.nav ul li a{
  color: #181818;
  font-size: 18px;
}
.nav ul li a:hover, .nav ul li.active a{
  color: #4083FC;
}


/*banner 滚动图片*/
.banner{
  width: 100%;
  height: 390px;
  overflow: hidden;
}



/*公共底部*/
.footer{
  width: 100%;
  height: 417px;
  padding-top: 32px;
  background: #F0F5FA;
  overflow: hidden;
}

.copyright{
  width: 100%;
  margin-top: 24px;
  border-top: 1px solid #D8D8D8;
  padding-top: 10px;
  line-height: 36px;
  color: rgba(35, 39, 43, 0.6);
  text-align: center;
}

.footnav{
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  justify-content: space-between;
  align-items: flex-start;
}
.navli{
  flex:1;
}
.footnav p.title{
  height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #23272B;
  line-height: 22px;
  margin-bottom: 10px;
}

.footnav a{
  display: block;
  color: rgba(35, 39, 43, .6);
  line-height: 32px;
}
.footnav a:hover{
  color: rgba(35, 39, 43, .8);
}

.contact{
  flex:2;
}

.contact p{
  color: rgba(35, 39, 43, .6);
  line-height: 32px;
}


.el-pagination{
  text-align: center;
  margin-top: 30px;
}

.el-pagination .el-icon.more{
  width: auto;
}