@charset "utf-8";
ul,ul li,ol,li {list-style: none outside none;}
h1,h2,h3,h4,h5,h6,i{font-weight: normal; font-style: normal;}
img {vertical-align: middle;border: none;}
input,select,option,label,th{vertical-align: middle;border: none}
a {text-decoration: none;color: inherit;}
a:hover {text-decoration: none;  }
.clear{clear: both;} 


.home-page {
  width: 100%;
  position: relative;
}
.home-page_top {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  z-index: 2;
  position: absolute;
  top: 0;

}

.home-page_top-content {
  width: 1200px;
  height: 80px;
  display: flex;

}

.font-blob {
  font-weight: bold;
}

.home-page_top-content-first {
  display: flex;
  align-items: center;
  position: relative;
}

.home-page_top-content-first-img {
  width: 336px;
  height: 31px;
  margin-right: 47px;
}

.home-page_top-content-first-sy {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 16px;
  color: #000000;
  margin-left: 73px;
  cursor: pointer;
}

.home-page_top-content-first-other {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-size: 16px;
  color: #000000;
  margin-left: 26px;
  cursor: pointer;
  display: block;
  height: 80px;
  line-height: 80px;
}
.home-page_top-content-first-other.on{
  font-weight: bold;
}
.header-popover {
  position: absolute;
  top: 80%;
  right: -15px;
  z-index: 1;
  box-sizing: border-box;
  padding: 16px 30px 98px;
  width: 500px;
  height: 280px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  background-image: url(../img/popover-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  visibility: hidden;
}
.header-popover a:hover{
  color: #003de5;
}
.header-popover > .header-popover-tab {
  width: 50%;
}
.header-popover .header-popover-tab-item {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: initial;
}
.header-popover .header-popover-tab-child-item {
  padding-left: 48px;
  display: flex;
  flex-direction: column;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #000;
}
.header-popover-tab-child-item .primary {
  color: #003de5;
}
.banner-tab-icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-image: url(../img/file.png);
  background-size: contain;
}

.home-page_bottom {
  width: 100%;
  height: 170px;
  background: #04062D;
  border-radius: 0px 0px 0px 0px;
}

.home-page_bottom-content {
  width: 1200px;
  height: 170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-page_bottom-content-left {
  display: flex;
  align-items: center;
}

.home-page_bottom-content-left-img {
  height: 60px;
  width: 60px;
  margin-right: 16px;
}

.home-page_bottom-content-left-piece-top {
  font-family: DIN, DIN;
  font-weight: 400;
  font-size: 24px;
  color: #FCFCFC;
}

.home-page_bottom-content-left-piece-bottom {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FCFCFC;
  margin-top: 8px;
}

.home-page_bottom-content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.home-page_bottom-content-right-english {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FCFCFC;
}

.home-page_bottom-content-right-chain {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FCFCFC;
  margin-top: 18px;
}

#pages{
  font-family: Microsoft YaHei, Microsoft YaHei;
}
#pages .p_no_d{
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  padding: 0;
  border: 1px solid #1960D4;
  background: #FFFFFF;
  color: #1960D4;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
  margin: 0 15px;
}
#pages .p_no{
  margin: 0 15px;
}
#pages .p_no a{
    border: none;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    height: 40px;
    line-height: 40px;
    margin: 0;
}
#pages .p_no a:hover{
  background: none;
  color: #1960D4;
}
#pages .p_prev_d,#pages .p_next a,#pages .p_prev a,#pages .p_next_d{
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 39px;
    background: #010877;
    border: none;
    border-radius: 20px;
    color: #fff;
    margin: 0 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#pages .p_t{
  font-size: 16px;
  margin: 0 15px;
}