html {
  font-size: 100px;
}
.main-title {
  font-size: 40px;
  color: #333333;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .main-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .main-title {
    font-size: 24px;
  }
}
.main-title::after {
  content: " ";
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  margin-left: -0.7em;
  width: 1.4em;
  height: 4px;
  background-color: #e70012;
}
.banner {
  height: 7.7rem;
  max-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}
.banner .bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-out;
  left: 0;
  top: 0;
}
.banner .basics-box {
  position: relative;
}
.banner .basics-box .box p {
  color: #fff;
}
.banner .basics-box .box p.p1 {
  font-size: 52px;
  line-height: 1.2;
}
@media only screen and (max-width: 1440px) {
  .banner .basics-box .box p.p1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .basics-box .box p.p1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .basics-box .box p.p1 {
    font-size: 26px;
  }
}
.banner .basics-box .box p.p2 {
  font-size: 22px;
  line-height: 1.7;
  margin-top: 0.2rem;
}
@media only screen and (max-width: 1440px) {
  .banner .basics-box .box p.p2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .basics-box .box p.p2 {
    font-size: 16px;
  }
}
.stock-market {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  padding: 1rem 0 1.2rem;
}
.stock-market .chart-box {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  padding: 0.5rem;
  background: #fff;
}
.stock-market .chart-box .left {
  box-sizing: border-box;
  width: 50%;
  padding-right: 0.5rem;
}
.stock-market .chart-box .left .colum1 {
  border-bottom: 1px solid #e3e3e3;
}
.stock-market .chart-box .left .colum1 span {
  font-size: 30px;
  color: #333;
  margin-right: 0.2rem;
}
@media only screen and (max-width: 1440px) {
  .stock-market .chart-box .left .colum1 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .stock-market .chart-box .left .colum1 span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .stock-market .chart-box .left .colum1 span {
    font-size: 18px;
  }
}
.stock-market .chart-box .left .colum1 .p1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 0.35rem;
}
@media only screen and (max-width: 1024px) {
  .stock-market .chart-box .left .colum1 .p1 {
    font-size: 16px;
  }
}
.stock-market .chart-box .left .colum1 > div {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}
.stock-market .chart-box .left .colum1 .p2 {
  font-size: 60px;
  color: #e70012;
  margin-right: 0.2rem;
}
@media only screen and (max-width: 1440px) {
  .stock-market .chart-box .left .colum1 .p2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1024px) {
  .stock-market .chart-box .left .colum1 .p2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .stock-market .chart-box .left .colum1 .p2 {
    font-size: 30px;
  }
}
.stock-market .chart-box .left .colum1 img {
  width: 0.29rem;
  height: 0.47rem;
  margin-right: 0.4rem;
}
.stock-market .chart-box .left .colum1 .p3 {
  font-size: 18px;
  color: #e70012;
}
@media only screen and (max-width: 1024px) {
  .stock-market .chart-box .left .colum1 .p3 {
    font-size: 16px;
  }
}
.stock-market .chart-box .left .colum1 .p3 span {
  font-size: 18px;
  color: #e70012;
}
@media only screen and (max-width: 1024px) {
  .stock-market .chart-box .left .colum1 .p3 span {
    font-size: 16px;
  }
}
.stock-market .chart-box .left .colum2 {
  padding: 0.25rem 0 0;
  border-bottom: 1px solid #e3e3e3;
}
.stock-market .chart-box .left .colum2 ul {
  display: flex;
  flex-wrap: wrap;
}
.stock-market .chart-box .left .colum2 ul li {
  width: 33%;
  margin-bottom: 0.25rem;
}
.stock-market .chart-box .left .colum2 ul li p {
  font-size: 18px;
  color: #999;
}
@media only screen and (max-width: 1024px) {
  .stock-market .chart-box .left .colum2 ul li p {
    font-size: 16px;
  }
}
.stock-market .chart-box .left .colum2 ul li p span {
  color: #333;
}
.stock-market .chart-box .left .colum2 ul li p .red {
  color: #dd0100;
}
.stock-market .chart-box .left .colum2 ul li p .green {
  color: #01834c;
}
.stock-market .chart-box .left .colum3 {
  padding-top: 0.24rem;
}
.stock-market .chart-box .left .colum3 .p1 {
  font-size: 16px;
  color: #666;
  margin-bottom: 0.15rem;
}
@media only screen and (max-width: 1366px) {
  .stock-market .chart-box .left .colum3 .p1 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .stock-market .chart-box .left .colum3 .p1 {
    font-size: 14px;
  }
}
.stock-market .chart-box .left .colum3 .p2 {
  font-size: 16px;
  color: #666;
}
@media only screen and (max-width: 1366px) {
  .stock-market .chart-box .left .colum3 .p2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .stock-market .chart-box .left .colum3 .p2 {
    font-size: 14px;
  }
}
.stock-market .chart-box .left .colum3 .p2 span {
  font-size: 16px;
  color: #333;
}
@media only screen and (max-width: 1366px) {
  .stock-market .chart-box .left .colum3 .p2 span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .stock-market .chart-box .left .colum3 .p2 span {
    font-size: 14px;
  }
}
.stock-market .chart-box .left .colum3 .p2 a {
  color: #0050a1;
  text-decoration: underline;
}
.stock-market .chart-box .right {
  width: 50%;
}
.stock-market .chart-box .right img {
  width: 100%;
}
.annals {
  padding: 0.9rem 0 1rem;
}
.annals .annals-box {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
.annals .annals-box .box {
  flex: none;
  width: 32.8%;
  border: 1px solid #dddddd;
  padding: 0.3rem;
  margin-bottom: 10px;
  transition: all 0.3s ease-out;
}
.annals .annals-box .box:not(:nth-child(3n)) {
  margin-right: 0.8%;
}
.annals .annals-box .box:hover {
  border: 1px solid #e70012;
}
.annals .annals-box .box:hover .top .name {
  color: #e70012;
}
@media screen and (max-width: 768px) {
  .annals .annals-box .box {
    align-items: center;
    justify-content: space-between;
    display: flex;
  }
}
.annals .annals-box .box .top {
  display: flex;
  align-items: center;
}
.annals .annals-box .box .top .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #f4f4f4;
  margin-right: 0.2rem;
}
.annals .annals-box .box .top .icon img {
  width: 0.21rem;
  height: 0.26rem;
}
.annals .annals-box .box .top .name {
  font-size: 18px;
  color: #333333;
}
@media only screen and (max-width: 1024px) {
  .annals .annals-box .box .top .name {
    font-size: 16px;
  }
}
.annals .annals-box .box .top .time {
  font-size: 14px;
  color: #999;
  margin-top: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .annals .annals-box .box .top .time {
    font-size: 12px;
  }
}
.annals .annals-box .box .bottom {
  display: inline-flex;
  align-items: center;
  margin-left: 0.8rem;
  background-color: #f4f4f4;
  margin-top: 0.2rem;
  padding: 0.1rem 0.2rem;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .annals .annals-box .box .bottom {
    font-size: 12px;
  }
}
.annals .annals-box .box .bottom:hover {
  background-color: #e70012;
  color: #fff;
}
.annals .annals-box .box .bottom .icon-download {
  font-size: 12px;
  margin-left: 0.1rem;
}
.annals .more-box {
  margin-top: 0.6rem;
  text-align: center;
  cursor: pointer;
}
.annals .more-box .more {
  display: inline-block;
  padding: 0.1rem 0.3rem;
  font-size: 16px;
  color: #999;
  border: 1px solid #999;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1366px) {
  .annals .more-box .more {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .annals .more-box .more {
    font-size: 14px;
  }
}
.annals .more-box .more:hover {
  background-color: #e70012;
  color: #fff;
  border: 1px solid #e70012;
}
.management-team {
  padding: 0.9rem 0 0.6rem;
  background-color: #f4f6f8;
}
.management-team .team-top {
  margin-top: 0.5rem;
  display: flex;
  width: 100%;
  background: #fff;
}
.management-team .team-top .left {
  width: 4rem;
  padding: 0.18rem;
  display: flex;
  align-items: center;
}
.management-team .team-top .left .img-box {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}
.management-team .team-top .left .img-box:hover .img {
  transform: scale(1.1);
}
.management-team .team-top .left .img-box .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.management-team .team-top .right {
  padding: 0.5rem 0.2rem 0.5rem 0.5rem;
  width: calc(100% - 4.8rem);
}
.management-team .team-top .right h1 {
  color: #333333;
  font-size: 28px;
  line-height: 1;
  font-weight: normal;
}
@media only screen and (max-width: 1440px) {
  .management-team .team-top .right h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .management-team .team-top .right h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .management-team .team-top .right h1 {
    font-size: 18px;
  }
}
.management-team .team-top .right span {
  display: block;
  color: #222222;
  font-size: 16px;
  font-weight: lighter;
  margin: 0.1rem 0 0.2rem 0;
  line-height: 1;
}
@media only screen and (max-width: 1366px) {
  .management-team .team-top .right span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .management-team .team-top .right span {
    font-size: 14px;
  }
}
.management-team .team-top .right .xian {
  width: 44px;
  height: 3px;
  background: #e70012;
  margin-top: 0.1rem;
  margin-bottom: 0.23rem;
}
.management-team .team-top .right p {
  color: #555555;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .management-team .team-top .right p {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .management-team .team-top {
    flex-wrap: wrap;
  }
  .management-team .team-top .left {
    width: 100%;
    padding: 0.3rem;
  }
  .management-team .team-top .left .img-box {
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  .management-team .team-top .right {
    padding: 0.3rem 0.3rem 1rem;
    width: 100%;
  }
}
.management-team .team-box {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.management-team .team-box .team {
  flex: none;
  width: 23.2%;
  margin-bottom: 0.3rem;
  transition: all 0.3s ease-out;
  position: relative;
  background: #fff;
  border-left: 4px solid #e8e8e8;
}
.management-team .team-box .team:before {
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  background: url("/img/icon_bg.png") no-repeat right;
  display: block;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.management-team .team-box .team:hover {
  border-left: 4px solid #e70012;
}
.management-team .team-box .team:hover:before {
  opacity: 1;
}
.management-team .team-box .team:not(:nth-child(4n)) {
  margin-right: 2.4%;
}
.management-team .team-box .team .img-box {
  width: 100%;
  height: 3.8rem;
  overflow: hidden;
}
.management-team .team-box .team .img-box:hover .img {
  transform: scale(1.1);
}
.management-team .team-box .team .img-box .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.management-team .team-box .team .message {
  margin-top: 0.2rem;
  padding-left: 0.3rem;
  margin-bottom: 0.2rem;
}
.management-team .team-box .team .message .name {
  font-size: 22px;
  color: #333;
  display: block;
}
@media only screen and (max-width: 1440px) {
  .management-team .team-box .team .message .name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .management-team .team-box .team .message .name {
    font-size: 16px;
  }
}
.management-team .team-box .team .message .job {
  font-size: 16px;
  color: #999;
}
@media only screen and (max-width: 1366px) {
  .management-team .team-box .team .message .job {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .management-team .team-box .team .message .job {
    font-size: 14px;
  }
}
.social-responsibility {
  padding: 1.2rem 0 1.5rem;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.social-responsibility .basics-box > div {
  width: 65.625%;
}
.social-responsibility .title {
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .social-responsibility .title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .social-responsibility .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .social-responsibility .title {
    font-size: 24px;
  }
}
.social-responsibility .title::after {
  content: " ";
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 1.4em;
  height: 4px;
  background-color: #ffffff;
}
.social-responsibility .manifesto {
  margin-top: 0.4rem;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 1366px) {
  .social-responsibility .manifesto {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .social-responsibility .manifesto {
    font-size: 14px;
  }
}
.social-responsibility .chunk-box {
  margin-top: 0.6rem;
  display: flex;
  margin-bottom: 0.4rem;
}
.social-responsibility .chunk-box .chunk {
  flex: 1;
  height: 1.6rem;
  padding: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 0.1rem;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.social-responsibility .chunk-box .chunk.active {
  background-color: #fff;
}
.social-responsibility .chunk-box .chunk.active .top::after {
  border: 2px solid #e70012;
}
.social-responsibility .chunk-box .chunk.active .top .text {
  color: #999999;
}
.social-responsibility .chunk-box .chunk.active .bottom {
  color: #e70012;
}
.social-responsibility .chunk-box .chunk .top {
  position: relative;
}
.social-responsibility .chunk-box .chunk .top::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.1rem;
  height: 0.1rem;
  box-sizing: content-box;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.social-responsibility .chunk-box .chunk .top .text {
  font-size: 12px;
  color: #fff;
}
.social-responsibility .chunk-box .chunk .bottom {
  font-size: 18px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .social-responsibility .chunk-box .chunk .bottom {
    font-size: 16px;
  }
}
.social-responsibility .descList li {
  display: none;
  color: #ffffff;
  font-size: 16px;
}
@media only screen and (max-width: 1366px) {
  .social-responsibility .descList li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .social-responsibility .descList li {
    font-size: 14px;
  }
}
.social-responsibility .descList li.active {
  display: block;
}
.social-responsibility .p1 {
  margin-bottom: 0.35rem;
}
.social-responsibility .describe {
  font-size: 16px;
  color: #fff;
  line-height: 2;
}
@media only screen and (max-width: 1366px) {
  .social-responsibility .describe {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .social-responsibility .describe {
    font-size: 14px;
  }
}
.security {
  padding: 1rem 0;
}
.security .security-box {
  width: 100%;
  display: flex;
}
.security .security-box .security-img {
  flex: none;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.security .security-box .security-img:hover .img {
  transform: scale(1.1);
}
.security .security-box .security-img .img {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0.2rem;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.security .security-box .security-img .img p {
  color: #fff;
}
.security .security-box .security-content {
  width: 50%;
  padding-left: 0.5rem;
}
.security .security-box .security-content .title {
  font-size: 40px;
  color: #333333;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .security .security-box .security-content .title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  .security .security-box .security-content .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .security .security-box .security-content .title {
    font-size: 24px;
  }
}
.security .security-box .security-content .title::after {
  content: " ";
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 1.4em;
  height: 4px;
  background-color: #e70012;
}
.security .security-box .security-content .manifesto {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  font-size: 16px;
  color: #555;
  padding-bottom: 0.4rem;
  line-height: 2;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 1366px) {
  .security .security-box .security-content .manifesto {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .security .security-box .security-content .manifesto {
    font-size: 14px;
  }
}
.security .security-box .security-content .message {
  font-size: 16px;
  color: #555555;
  margin-top: 0.2rem;
}
@media only screen and (max-width: 1366px) {
  .security .security-box .security-content .message {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .security .security-box .security-content .message {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .stock-market .chart-box {
    flex-direction: column;
  }
  .stock-market .chart-box .left {
    width: 100%;
    padding-right: 0;
  }
  .stock-market .chart-box .left .colum2 ul {
    justify-content: space-between;
  }
  .stock-market .chart-box .left .colum2 ul li {
    width: 48%;
  }
  .stock-market .chart-box .right {
    width: 100%;
    margin-top: 0.5rem;
  }
  .annals .annals-box {
    flex-direction: column;
  }
  .annals .annals-box .box {
    width: 100%;
  }
  .management-team .team-box .team {
    width: 49%;
    margin-right: 2% !important;
  }
  .management-team .team-box .team:nth-child(2n) {
    margin-right: 0 !important;
  }
  .social-responsibility .basics-box > div {
    width: 100%;
  }
  .social-responsibility .chunk-box {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .social-responsibility .chunk-box .chunk {
    flex: auto;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.4rem;
  }
  .social-responsibility .chunk-box .chunk:nth-child(2n) {
    margin-right: 0;
  }
  .security .security-box {
    flex-direction: column;
    height: auto;
  }
  .security .security-box .security-img {
    width: 100%;
  }
  .security .security-box .security-content {
    width: 100%;
    margin-top: 0.5rem;
    padding-left: 0;
  }
}
/*# sourceMappingURL=investor.css.map */<!--0.00019097328186035-->