[v-cloak] {
  display: none;
}
.header {
	height: 100px;
  width: 1300px;
  /* width: 84.5rem; */
  margin: 0 auto;
}
.header img{
	/* height: 70px !important; */
	/* padding: 10px; */
  margin-top: 20px;
  width: 600px;
}
/* nav start */

.nav {
  /* width: 100%; */
  height: 40px;
  background-color: #001529;
  /* position: relative;
  z-index: 100;
  float: left; */
  width: 84.5rem;
  margin: 0 auto;
  height: 2.75rem;
}
.nav .list {
  /* width: 1200px; */
  width: 84.5rem;
  /* margin: 0 auto; */
}
.nav .list ul {
  width: 100%;
}
.nav .list ul .activity{
  background-color: #296DF0;
}

.nav .list ul li {
  width: 10%;
  text-align: center;
  /* line-height: 40px; */
  position: relative;
  
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 2.75rem;
  cursor: pointer;
  float: left;
}

.nav .list ul li:hover {
    background-color: #296DF0;
  }

.nav .list ul li h4 {
  margin: 0;
}
.nav .list ul li h4 a {
  color: #fff;
  cursor: pointer;
  height: 2.75rem;
  display: inline-block;
  width: 100%;
}

.nav .list ul li h4 a:hover {
    background-color: #296DF0;
  }
.nav .list ul li .slide {
  width: 100%;
  position: absolute;
  left: 0;
  top: 40px;
  background-color: #001529;
  text-align: center;
  z-index: 898;
  display: none;
}
.nav .list ul li .slide p {
  width: 100%;
  line-height: 36px;
  color: #fff;
}
.nav .list ul li .slide p a {
  color: #fff;
}
.nav .list ul li .slide p:hover {
  background-color: #001529;
}
.nav .list ul li:hover h4 {
  background-color: #001529;
}
/* nav end */
/** 头部的样式 */
/* .header{
    width: 100%;
    position: relative;
    top: 0;
}
.header .imgbox{
    width: 100%;
    position: relative;
    height: 160px;
}
.white-mask{
    position: absolute;
    width: 100%;
    height: 35%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(249,250,255,0) 0%, #F9FAFF 100%);
}
.header .nav-box{
    position: absolute;
    bottom: 0.9375rem;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    width: 84.5rem;
    z-index: 9;
    border-radius: 0.125rem;
    background-color: #001529;
}
.activity{
    background-color: #296DF0;
}
.header .nav-box a{
    font-size: 1.125rem;
    color: #FFFFFF;
    line-height: 2.75rem;
    width: auto;
    width: 10%;
    text-align: center;
}
.header .nav-box a>div{
    width: auto;
}
.header .nav-box a p{
    margin: auto 2.5rem;
    
}
.imgbox>img{
    width: 100%;
}
.activity {
    background-color: #296DF0;
} */
/** 首页的样式 */
iframe{
    width: 100%;
}

/** 页脚样式 */
.footer{
    background: #001529;
    height: 14.75rem;
}
.footer .footer-box{
    width: 84.5rem;
    margin: auto;
    padding: 3.125rem 0;
    display: flex;
    justify-content: space-between;
}
.footer-text-box p{
    color: #FFFFFF;
    line-height: 2rem;
}
.footer-text-box>div{
    display: flex;
}
.footer-text-box>div p{
    margin-right: 1.875rem;
}
.footer .footer-box .imgbox{
    width: 7.125rem;
    margin: auto 0;
}