*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  
}
html,body{
  width: 100vw;
  font-size: 12px;
  font-family: 'Microsoft YaHei';
}
ul,li{list-style: none;}
a{
  text-decoration: none;
}
img{
  vertical-align: middle;
}
.kele-ellipsis-1{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.kele-ellipsis-2{
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}
.kele-ellipsis-3{
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical
}
.hei65{
  height: 65rem;
}

.h-top{
  display: flex;
  align-items: center;
  width: 100%;
  /* height: 35rem; */
  line-height: 20rem;
  height: auto;
  background: #011e39;
  box-sizing: border-box;
  padding: 6rem 12rem;
}
.h-top .txt{
  /* float: left; */
  color: #fff;
}
.h-top .link{
  /* float: right; */
  font-size: 14rem;
  white-space: nowrap;
}
.h-top .language{
  color: #6da6fc;
}

.header-logo{
  padding: 17rem 12rem;
  background-color: #0053b6;
  box-sizing: border-box;
}
.header-logo img{
  width: 280rem;
}

.menu-xf{
  width: 100%;
  padding: 20rem 0;
  background: #00aaea;
  position: fixed;
  z-index: 9;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-evenly;
}
.menu-xf .m1, .menu-xf .m2, .menu-xf .m3{
  padding-left: 10rem;
  padding-right: 10rem;
  box-sizing: border-box;
  
}
/* .menu-xf .m1{
  background: url(/public/images/fw_icon17.png) 5rem center no-repeat;
  background-size: 14rem;
}
.menu-xf .m2{
  background: url(/public/images/fw_icon18.png) 5rem center no-repeat;
  background-size: 20rem;
}
.menu-xf .m3{
  background: url(/public/images/fw_icon19.png) 5rem center no-repeat;
  background-size: 20rem;
} */
.menu-xf .m1 a, .menu-xf .m2 a, .menu-xf .m3 a{
  font-size: 12rem;
  display: block;
  /* padding-left: 18rem; */
  line-height: 25rem;
  color: #fff;
  box-sizing: border-box;
}
.menu-xf .m1, .menu-xf .m2{
  border-right: 1rem solid #36c8ff;
}
