@charset "utf-8";
:root {
  --color: #004fa3;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--color);
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'Roboto-Regular', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.625;
  color: #021b35;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
video,
video:focus {
  display: block;
  font-size: 0;
  border: 0;
  outline: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
svg path {
  fill: currentColor !important;
}
picture,
section,
main {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
@keyframes arrowTop {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-200%);
  }
  51% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font14 {
  font-size: 14px;
  line-height: calc(24/14);
}
.font16 {
  font-size: 16px;
  line-height: calc(26/16);
}
.font18 {
  font-size: 18px;
  line-height: calc(28/18);
}
.font20 {
  font-size: 20px;
  line-height: calc(30/20);
}
.font22 {
  font-size: 22px;
  line-height: calc(32/22);
}
.font24 {
  font-size: 24px;
  line-height: calc(34/24);
}
.font48 {
  font-size: 48px;
  line-height: calc(58/48);
}
.font50 {
  font-size: 50px;
  line-height: calc(60/50);
}
.font60 {
  font-size: 60px;
  line-height: calc(70/60);
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20,
  .font22 {
    font-size: 18px;
  }
  .font24 {
    font-size: 20px;
  }
  .font48 {
    font-size: 38px;
  }
  .font50 {
    font-size: 40px;
  }
  .font60 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
  .font48 {
    font-size: 24px;
  }
  .font50 {
    font-size: 26px;
  }
  .font60 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .font50,
  .font60 {
    font-size: 24px;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--color);
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1;
}
.public-btn img,
.public-btn svg {
  margin-left: 0.2rem;
  width: 20px;
  transform: translateY(-4px);
}
.public-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30px;
  border-top: 2px solid #fff;
  transition: all 0.4s;
}
.public-btn:hover::before {
  width: 100%;
}
.public-btn2 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 0.2rem;
  border-bottom: 1px solid #ccdced;
  line-height: 1;
}
.public-btn2 img,
.public-btn2 svg {
  margin-left: 0.2rem;
  width: 20px;
  transform: translateY(-4px);
}
.public-btn2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30px;
  border-top: 2px solid var(--color);
  transition: all 0.4s;
}
.public-btn2:hover::before {
  width: 100%;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
.public-banner {
  position: relative;
}
.public-banner .c-img {
  height: calc(700/1920*100vw);
}
@media (max-width: 991px) {
  .public-banner .c-img {
    height: 50vw;
  }
}
@media (max-width: 767px) {
  .public-banner .c-img {
    height: 80vw;
  }
}
.public-banner .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-banner .c-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.public-banner .c-box {
  position: absolute;
  bottom: calc(180/1920*100vw);
  left: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
}
.public-banner .c-box .c-title {
  font-family: "Roboto-Bold";
}
.public-banner2 {
  position: relative;
}
.public-banner2 .c-img {
  height: calc(970/1920*100vw);
}
@media (max-width: 991px) {
  .public-banner2 .c-img {
    height: 50vw;
  }
}
@media (max-width: 767px) {
  .public-banner2 .c-img {
    height: 80vw;
  }
}
.public-banner2 .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-banner2 .c-box {
  position: absolute;
  bottom: calc(180/1920*100vw);
  left: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
}
.public-banner2 .c-box .c-title {
  font-family: "Roboto-Bold";
}
.public-search {
  display: flex;
  position: relative;
  height: 80px;
  line-height: 80px;
}
@media (max-width: 1580px) {
  .public-search {
    height: 50px;
    line-height: 50px;
  }
}
.public-search::before,
.public-search::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #dae0e4;
}
.public-search::after {
  width: 60px;
  z-index: 2;
  border-color: var(--color);
  transition: all 0.4s;
}
.public-search.focus::after {
  width: 100%;
}
.public-search input {
  position: relative;
  padding: 0 40px 0 0;
  width: 100%;
  height: 100%;
}
.public-search .c-btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
  color: var(--color);
}
.public-search .c-btn img,
.public-search .c-btn svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.public-title {
  text-align: center;
  margin-bottom: 0.55rem;
}
.public-title .c-title {
  font-family: "Roboto-Bold";
}
.public-title .c-title span {
  color: var(--color);
}
.public-title .c-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
  color: #999;
}
.public-title .c-text img,
.public-title .c-text svg {
  margin-right: 0.1rem;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
.report-top {
  width: 100%;
  position: relative;
  z-index: 1;
}
.report-top .img {
  width: 100%;
  height: 6rem;
}
.report-top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.report-top .top-box {
  width: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .report-top .top-box {
    top: 60px;
  }
}
.report-top .top {
  width: 100%;
  margin-top: 0.62rem;
}
.report-top .top .container .title {
  line-height: calc(70/60);
  color: #021b35;
  font-family: "Roboto-Bold";
  text-align: center;
}
.report-top .top .container .search {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.33rem;
}
.report-top .top .container .search .public-search {
  width: 500px;
  max-width: 100%;
}
.report {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0.55rem 0 1.4rem;
}
.report .container .tips {
  color: #999;
  line-height: calc(24/16);
}
.report .container .list {
  width: 100%;
  margin-top: 0.68rem;
}
.report .container .list ul {
  width: calc(100% + 0.2rem);
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .report .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.report .container .list ul li {
  width: calc(50% - 0.2rem);
  margin: 0 0.1rem 0.2rem;
  background: #f5f8fb;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .report .container .list ul li {
    width: 100%;
    margin: 0 0 0.2rem;
  }
}
.report .container .list ul li a {
  display: block;
  padding: 0.35rem 0.3rem 0.25rem;
}
.report .container .list ul li a .name {
  font-family: "Roboto-Bold";
  line-height: calc(34/24);
  transition: all 0.4s;
}
.report .container .list ul li a .line {
  width: 100%;
  height: 1px;
  position: relative;
  z-index: 1;
  background: #dae0e5;
  margin-top: 0.45rem;
}
.report .container .list ul li a .line::before {
  content: '';
  width: 0.6rem;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.4s;
  background: #004fa3;
}
.report .container .list ul li a .load {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.35rem;
}
.report .container .list ul li a .load span {
  color: #004fa3;
  line-height: calc(24/16);
  margin-right: 0.18rem;
}
.report .container .list ul li a .load i {
  width: 12px;
  height: 18px;
  display: flex;
  align-items: center;
}
.report .container .list ul li a .load i svg {
  width: 100%;
  height: 100%;
  color: #004fa3;
}
.report .container .list ul li:hover {
  background: #fff;
  box-shadow: 0 0 0.2rem 0 rgba(196, 207, 218, 0.44);
}
.report .container .list ul li:hover a .name {
  color: #004fa3;
}
.report .container .list ul li:hover a .line::before {
  width: 100%;
}
.report .container .hi-pagination2 {
  margin-top: 0.6rem;
}
.invest {
  width: 100%;
  position: relative;
  z-index: 1;
}
.invest .invest-box1 {
  width: 100%;
  padding: 1rem 0 0;
}
.invest .invest-box1 .container {
  position: relative;
  z-index: 1;
}
.invest .invest-box1 .container .img {
  width: 100%;
  height: 6rem;
  overflow: hidden;
}
.invest .invest-box1 .container .img img {
  width: 100%;
}
.invest .invest-box1 .container .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.invest .invest-box1 .container .tbox .title {
  line-height: calc(58/48);
  color: #fff;
  text-align: center;
  font-family: "Roboto-Bold";
}
.invest .invest-box1 .container .tbox .more {
  display: flex;
  justify-content: center;
  margin-top: 0.36rem;
}
.invest .invest-box1 .container .tbox .more a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 0 0.12rem;
}
.invest .invest-box1 .container .tbox .more a::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.invest .invest-box1 .container .tbox .more a::after {
  content: '';
  width: 0.3rem;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  transition: all 0.4s;
}
.invest .invest-box1 .container .tbox .more a span {
  color: #fff;
  line-height: calc(28/18);
}
.invest .invest-box1 .container .tbox .more a i {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  margin-left: 0.2rem;
}
.invest .invest-box1 .container .tbox .more a i svg {
  color: #fff;
}
.invest .invest-box1 .container .tbox .more a:hover::after {
  width: 100%;
}
