<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.out-container{
    background-image: url(../images/aboutbg2.png);
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    background-position-y: top;
    background-size: 100% 100%;
    padding-bottom: 30px;
}
.invest-content{
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    row-gap: 10px;
    color: white;
    padding: 0px 50px;
}
.invest-content .invest-content-nav{
    font-size: 14px;
}
.invest-content .invest-content-des{
    font-size: 24px;
    font-weight: bold;
}
.about-container {
    width: 100%;
  }
 .about-container #box .content{
     box-sizing: border-box;
 }
/* pc */
@media (min-width: 1441px) {
  .pc-show {
    display: block;
  }

  .mb-show {
    display: none !important;
  }

  .about-container {
    width: 100%;
  }

  ul li {
    list-style: none;
  }

  #box {
    margin: 0 auto;
    display: flex;
    padding: 30px 0;
    width: 1200px;
    margin: 0 auto;
  }

  #box ul li {
    width: 200px;
    padding: 15px 0;
    text-align: left;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    display: flex;
  }

  #box ul li span {
    color: #ccc;
    margin-right: 10px;
  }

  .pc-about-bg1 {
    position: absolute;
    width: 100%;
    bottom: 17%;
    left: 0;
    z-index: -1;
  }

  .pc-about-bg2 {
    position: absolute;
    width: 80%;
    right: 0;
    top: 0;
  }

  .pc-about-bg2 img {
    width: 100%;
  }

  .active {
    color: #000 !important;
  }

  /* éšè—ç›’å­ */
  .content .about-us {
    display: none;
  }

  /* é€‰ä¸­ç¬¬ä¸€ä¸ªç›’å­ï¼Œè®©å®ƒå±•ç¤ºå‡ºæ¥ï¼ˆåªæœ‰ç¬¬ä¸€ä¸ªç›’å­æ˜¾ç¤ºå‡ºæ¥ï¼‰ */
  .content div:nth-child(1) {
    display: block;
  }

  .cust-box {
    width: 20%;
  }

  .content {
    padding-left: 20px;
    padding-top: 10px;
    z-index: 9;
    width: 100%;
  }

  .about-us&gt;.section1-bttitle {
    text-align: left !important;
    margin-bottom: 20px;
    color: white;
    font-size: 28px;
  }

  .next {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 16px;
  }

  .next-left,
  .next-right {
    cursor: pointer;
  }

  .next-con {
    color: #F2960D;
  }

  .next-title {
    color: #999999;
  }

  .about-subtitle {
    height: 15px;
    line-height: 14px;
    padding-left: 5px;
    border-left: 2px solid #F2960D;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .cust-fontsize {
    font-size: 14px;
  }

  .about-change {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .about-us-box {
    display: flex !important;
    justify-content: space-between;
    /* gap: 20px; */
    flex-wrap: wrap;
  }

  .about-us-item {
    width: 44%;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    border-top: 3px solid #FE6031;
    border-left: 1px solid #fafafa;
    padding: 20px;
    box-shadow: 0 2px 5px 0 #f5f5f5;
  }

  .about-us-item-title {
    color: #666;
    font-weight: bold;
  }

  .about-us-item-title2 {
    color: #2a2a2a;
    /* font-weight: bold; */
    font-size: 20px;
  }

  .about-us-item-title3 {
    font-size: 13px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
  }

  .about-us-item-btn {
    color: #4096cc;
    font-size: 12px;
    text-decoration: underline;
  }

  .senior-manage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .pc-width1 {
    width: 20%;
  }

  .pc-width1 img {
    width: 100%;
  }

  .pc-width2 {
    width: 75%;
  }

  .cust-fontsize2 {
    font-size: 14px;
  }

  .board-table {
    border: 1px solid #000;
    /* padding: 10px; */
    margin-top: 20px;
    color: #000;
    width: 100%;
  }

  .table-top {
    padding: 10px 40px 10px 10px;
  }

  .table-title {
    font-weight: bolder;
    margin-bottom: 10px;
  }

  .table-content {
    display: flex;
    border-top: 1px solid #000;
    /* margin-top: 10px; */
    justify-content: space-between;
  }

  .table-content p {
    width: 50%;
    padding: 10px;
  }

  .table-content div {
    width: 50%;
    display: flex;
    align-items: center;
    /* padding: 5px; */
    font-weight: bolder;
  }

  .table-content div span {
    text-align: center;
    height: 100%;
  }

  .spa-bg {
    background: #fceacf;
    height: 80px;
    /* line-height: 80px; */
  }

  .table-bt {
    border-bottom: 1px solid #000;
  }

  .table-ri {
    border-right: 1px solid #000;
  }

  /* history */
  .history-content {
    margin-top: 20px;
    padding-left: 40px;
    display: flex;
    width: 100%;
  }

  .history-str {
    font-weight: bolder;
    color: #000;
  }

  .history-content div {
    width: 18%;
    margin-right: 20px;
  }

  .history-btn {
    display: flex;
    align-items: flex-end;
  }

  .history-table {
    padding-left: 40px;
    width: 100%;
  }

  .history-tbtitle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 20px;
  }

  .history-tbtitle p {
    width: 18%;
  }

  .history-tbcontent {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid #a0a0a0;
    height: 40px;
  }

  .history-tbcontent p {
    width: 18%;
  }

  .stock-table {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
  }

  .stock-table p {
    width: 48.9%;
    padding-left: 1%;
    height: 35px;
    line-height: 35px;
  }

  .stock-bg1 {
    background: #f5f5f5;
  }

  .stock-bg2 {
    background: #999999;
    color: #ffffff;
  }

  .stock-ri {
    border-right: 1px solid #fff;
  }

  /* press-list */
  .press-container {
    background-color: #fff;
    padding: 30px 0 0 0;
  }

  .press-list {
    padding: 30px 0;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f0f0f0;
  }

  .press-left {
    width: 68%;
    border-right: 1px solid #f0f0f0;
  }

  .press-right {
    width: 30%;
  }

  .arrow:hover {
    color: #F2960D;
  }

  .left-content {
    width: 88%;
  }

  .ps-right-content {
    width: 30%;
  }

  .left-content p:nth-child(1) {
    font-weight: bolder;
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .left-content p:nth-child(1):hover {
    color: #f2960d;
  }

  .right-big {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .press-right {
    display: flex;
    justify-content: space-between;
    width: 80%;
    align-items: center;
    margin-left: 20%;
  }

  .press-swiper {
    position: relative;
  }

  .cust-swiper {
    width: 1200px !important;
    margin: 0 auto;
  }

  .switem-title {
    color: #2A2A2A;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .switem-date {
    color: #444444;
    font-size: 20px;
    font-weight: bolder;
    margin: 10px 0;
  }

  .press-switem {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    width: 1200px;
    margin: 0 auto;
  }

  .switem-left {
    width: 56%;
  }

  .switem-right {
    width: 42%;
    border-radius: 8px;
    height: 300px;
  }

  /* press-detail */
  .detail-container {
    background-image: url(../images/aboutbg.png);
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    background-position-y: top;
    background-size: 100% 100vh;
    margin: 0 auto;
    /*padding: 0 130px;*/
    width: 1200px;
  }

  .title-img {
    width: 100%;
  }

  .title-img img {
    width: 100%;
  }

  .detail-title {
    /*padding: 30px 80px;*/
  }

  .detail-subtitle {
    font-size: 32px;
    font-weight: bolder;
    color: #000;
  }

  .detail-date {
    font-size: 20px;
    font-weight: bolder;
    margin: 10px 0 20px 0;
  }
  .about-us .disclaimer ul,.about-us .disclaimer ul&gt; li{
      list-style-type: disc !important;
      width: 100% !important;
      padding: 2px 0px !important;
  }
  .about-us .disclaimer .dis-content{
      margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width:1440px) {
  .pc-show {
    display: block;
  }

  .mb-show {
    display: none !important;
  }

  .about-container {
    width: 100%;
  }

  ul li {
    list-style: none;
  }

  #box {
    margin: 0 auto;
    display: flex;
    padding: 30px 0;
    width: 100%;
  }

  #box ul li {
    width: 200px;
    padding: 15px 0;
    text-align: left;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    display: flex;
  }

  #box ul li span {
    color: #ccc;
    margin-right: 10px;
  }

  .pc-about-bg1 {
    position: absolute;
    width: 100%;
    bottom: 17%;
    left: 0;
    z-index: -1;
  }

  .pc-about-bg2 {
    position: absolute;
    width: 80%;
    right: 0;
    top: 0;
  }

  .pc-about-bg2 img {
    width: 100%;
  }

  .active {
    color: #000 !important;
  }

  /* éšè—ç›’å­ */
  .content .about-us {
    display: none;
  }

  /* é€‰ä¸­ç¬¬ä¸€ä¸ªç›’å­ï¼Œè®©å®ƒå±•ç¤ºå‡ºæ¥ï¼ˆåªæœ‰ç¬¬ä¸€ä¸ªç›’å­æ˜¾ç¤ºå‡ºæ¥ï¼‰ */
  .content div:nth-child(1) {
    display: block;
  }

  .cust-box {
    width: 20%;
  }

  .content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    z-index: 9;
    width: 100%;
  }

  .about-us&gt;.section1-bttitle {
    text-align: left !important;
    margin-bottom: 20px;
    color: white;
    font-size: 28px;
  }

  .next {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 16px;
  }

  .next-left,
  .next-right {
    cursor: pointer;
  }

  .next-con {
    color: #F2960D;
  }

  .next-title {
    color: #999999;
  }

  .about-subtitle {
    height: 15px;
    line-height: 14px;
    padding-left: 5px;
    border-left: 2px solid #F2960D;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .cust-fontsize {
    font-size: 14px;
  }

  .about-change {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .about-us-box {
    display: flex !important;
    justify-content: space-between;
    /* gap: 20px; */
    flex-wrap: wrap;
  }

  .about-us-item {
    width: 44%;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    border-top: 3px solid #FE6031;
    border-left: 1px solid #fafafa;
    padding: 20px;
    box-shadow: 0 2px 5px 0 #f5f5f5;
  }

  .about-us-item-title {
    color: #666;
    font-weight: bold;
  }

  .about-us-item-title2 {
    color: #2a2a2a;
    /* font-weight: bold; */
    font-size: 20px;
  }

  .about-us-item-title3 {
    font-size: 13px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
  }

  .about-us-item-btn {
    color: #4096cc;
    font-size: 12px;
    text-decoration: underline;
  }

  .senior-manage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .pc-width1 {
    width: 20%;
  }

  .pc-width1 img {
    width: 100%;
  }

  .pc-width2 {
    width: 75%;
  }

  .cust-fontsize2 {
    font-size: 14px;
  }

  .board-table {
    border: 1px solid #000;
    /* padding: 10px; */
    margin-top: 20px;
    color: #000;
    width: 100%;
  }

  .table-top {
    padding: 10px 40px 10px 10px;
  }

  .table-title {
    font-weight: bolder;
    margin-bottom: 10px;
  }

  .table-content {
    display: flex;
    border-top: 1px solid #000;
    /* margin-top: 10px; */
    justify-content: space-between;
  }

  .table-content p {
    width: 50%;
    padding: 10px;
  }

  .table-content div {
    width: 50%;
    display: flex;
    align-items: center;
    /* padding: 5px; */
    font-weight: bolder;
  }

  .table-content div span {
    text-align: center;
    height: 100%;
  }

  .spa-bg {
    background: #fceacf;
    height: 80px;
    /* line-height: 80px; */
  }

  .table-bt {
    border-bottom: 1px solid #000;
  }

  .table-ri {
    border-right: 1px solid #000;
  }

  /* history */
  .history-content {
    margin-top: 20px;
    padding-left: 40px;
    display: flex;
    width: 100%;
  }

  .history-str {
    font-weight: bolder;
    color: #000;
  }

  .history-content div {
    width: 18%;
    margin-right: 20px;
  }

  .history-btn {
    display: flex;
    align-items: flex-end;
  }

  .history-table {
    padding-left: 40px;
    width: 100%;
  }

  .history-tbtitle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 20px;
  }

  .history-tbtitle p {
    width: 18%;
  }

  .history-tbcontent {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid #a0a0a0;
    height: 40px;
  }

  .history-tbcontent p {
    width: 18%;
  }

  .stock-table {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
  }

  .stock-table p {
    width: 48.9%;
    padding-left: 1%;
    height: 35px;
    line-height: 35px;
  }

  .stock-bg1 {
    background: #f5f5f5;
  }

  .stock-bg2 {
    background: #999999;
    color: #ffffff;
  }

  .stock-ri {
    border-right: 1px solid #fff;
  }

  /* press-list */
  .press-container {
    background-color: #fff;
    padding: 30px 0 0 0;
  }

  .press-list {
    padding: 30px 0;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f0f0f0;
  }

  .press-left {
    width: 68%;
    border-right: 1px solid #f0f0f0;
  }

  .press-right {
    width: 30%;
  }

  .arrow:hover {
    color: #F2960D;
  }

  .left-content {
    width: 88%;
  }

  .ps-right-content {
    width: 30%;
  }

  .left-content p:nth-child(1) {
    font-weight: bolder;
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .left-content p:nth-child(1):hover {
    color: #f2960d;
  }

  .right-big {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .press-right {
    display: flex;
    justify-content: space-between;
    width: 80%;
    align-items: center;
    margin-left: 20%;
  }

  .press-swiper {
    position: relative;
  }

  .cust-swiper {
    width: 1200px !important;
    margin: 0 auto;
  }

  .switem-title {
    color: #2A2A2A;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .switem-date {
    color: #444444;
    font-size: 20px;
    font-weight: bolder;
    margin: 10px 0;
  }

  .press-switem {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    width: 1200px;
    margin: 0 auto;
  }

  .switem-left {
    width: 56%;
  }

  .switem-right {
    width: 42%;
    border-radius: 8px;
    height: 300px;
  }

  /* press-detail */
  .detail-container {
    background-image: url(../images/aboutbg.png);
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    background-position-y: top;
    background-size: 100% 100vh;
    margin: 0 auto;
    padding: 0 130px;
  }

  .title-img {
    width: 100%;
  }

  .title-img img {
    width: 100%;
  }

  .detail-title {
    padding: 30px 50px;
  }

  .detail-subtitle {
    font-size: 32px;
    font-weight: bolder;
    color: #000;
  }

  .detail-date {
    font-size: 20px;
    font-weight: bolder;
    margin: 10px 0 20px 0;
  }
  .about-us .disclaimer ul,.about-us .disclaimer ul&gt; li{
      list-style-type: disc !important;
      width: 100% !important;
      padding: 2px 0px !important;
  }
  .about-us .disclaimer .dis-content{
      margin-top: 15px;
  }
}

/* mb */
@media (max-width: 768px) {
  .pc-show {
    display: none !important;
  }

  .mb-show {
    display: block;
  }

    .invest-content{
        top: -3px;
        row-gap: 0px;
        align-items: center;
        padding: 0px;
    }
    
    .invest-content .invest-content-nav{
        font-size: 12px;
        display: none;
    }
    .invest-content .invest-content-des{
        font-size: 20px;
        font-weight: bold;
    }
  .about-container {
    width: 100%;
    position: relative;
    z-index: 9;
  }

  ul li {
    list-style: none;
  }

  #box {
    margin: 0 auto;
    /* display: flex; */
  }

  #box ul li {
    width: 200px;
    padding: 15px 0;
    text-align: left;
    color: #999999;
    cursor: pointer;
  }

  #box ul li span {
    color: #ccc;
    margin-right: 10px;
  }

  .pc-about-bg1 {
    position: absolute;
    width: 100%;
    bottom: 25%;
    left: 0;
    z-index: -1;
  }

  .pc-about-bg2 {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    z-index: -1;
  }

  .pc-about-bg2 img {
    width: 100%;
  }

  .active {
    color: #000 !important;
  }

  /* éšè—ç›’å­ */
  .content .about-us {
    display: none;
  }

  /* é€‰ä¸­ç¬¬ä¸€ä¸ªç›’å­ï¼Œè®©å®ƒå±•ç¤ºå‡ºæ¥ï¼ˆåªæœ‰ç¬¬ä¸€ä¸ªç›’å­æ˜¾ç¤ºå‡ºæ¥ï¼‰ */
  .content div:nth-child(1) {
    display: block;
  }

  .content {
    padding: 24px;
    z-index: 9;
  }

  .vjs_video_3-dimensions {
    width: 100% !important;
  }

  .about-us&gt;.section1-bttitle {
    text-align: left !important;
    margin-bottom: 20px;
  }

  .next {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
  }

  .next-left,
  .next-right {
    cursor: pointer;
  }

  .next-con {
    color: #F2960D;
  }

  .next-title {
    font-size: 12px;
    color: #999999;
  }

  .about-subtitle {
    height: 15px;
    line-height: 14px;
    padding-left: 5px;
    border-left: 2px solid #F2960D;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .cust-fontsize,
  .cust-fontsize2 {
    font-size: 14px;
    line-height: 22px;
  }

  .about-us-box {
    display: flex !important;
    justify-content: space-between;
    /* gap: 20px; */
    flex-wrap: wrap;
    /* padding: 30px 0; */
  }

  .about-us-item {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    border-top: 3px solid #FE6031;
    border-left: 1px solid #fafafa;
    padding: 20px;
    box-shadow: 0 2px 5px 0 #f5f5f5;
  }

  .about-us-item-title {
    color: #666;
    font-weight: bold;
  }

  .about-us-item-title2 {
    color: #2a2a2a;
    /* font-weight: bold; */
    font-size: 20px;
  }

  .about-us-item-title3 {
    font-size: 13px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
  }

  .about-us-item-btn {
    color: #4096cc;
    font-size: 12px;
    text-decoration: underline;
  }

  /* .cust-fontsize2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
  } */

  .cust-img {
    width: 100%;
  }

  .mb-img {
    display: flex;
    justify-content: space-between;
  }

  .mb-subtitle {
    height: auto;
    line-height: 30px;
  }

  .mb-img img {
    width: 49%;
  }

  .about-change {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .senior-manage {
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
  }

  .pc-width1 {
    /* padding-top: 30px; */
    display: flex !important;
    justify-content: center;
  }

  .pc-width1 img {
    width: 220px;
    height: 220px;
  }

  .board-table {
    border: 1px solid #000;
    /* padding: 10px; */
    margin-top: 20px;
    color: #000;
    width: 100%;
    font-size: 12px;
  }

  .table-top {
    padding: 5px;
  }

  .table-title {
    font-weight: bolder;
    margin-bottom: 10px;
  }

  .table-content {
    display: flex;
    border-top: 1px solid #000;
    /* margin-top: 10px; */
    justify-content: space-between;
  }

  .table-content p {
    width: 50%;
    padding: 10px 5px;
    display: flex;
    align-items: center;
  }

  .table-content div {
    width: 50%;
    display: flex;
    align-items: center;
    /* padding: 5px; */
    font-weight: bolder;
  }

  .table-content div span {
    text-align: center;
    height: 100%;
  }

  .spa-bg {
    background: #fceacf;
    height: 80px;
    /* line-height: 80px; */
  }

  .table-bt {
    border-bottom: 1px solid #000;
  }

  .table-ri {
    border-right: 1px solid #000;
  }

  /* history */
  .history-content {
    margin-top: 20px;
    display: flex;
    width: 100%;
  }

  .history-str {
    font-weight: bolder;
    color: #000;
    margin: 11px 0 !important;
  }

  .history-content div {
    width: 21%;
    margin-right: 15px;
  }

  .history-btn {
    display: flex;
    align-items: flex-end;
  }

  .history-table {
    width: 100%;
  }

  .history-tbtitle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid #a0a0a0;
    /* padding-bottom: 20px; */
    font-size: 12px;
    margin-top: -10px;
  }

  .history-tbtitle p {
    width: 18%;
  }

  .history-tbcontent {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid #a0a0a0;
    height: 40px;
    font-size: 12px;
  }

  .history-tbcontent p {
    width: 18%;
  }

  .stock-table {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }

  .stock-table p {
    width: 48.9%;
    padding-left: 1%;
    height: 35px;
    line-height: 35px;
  }

  .stock-bg1 {
    background: #f5f5f5;
  }

  .stock-bg2 {
    background: #999999;
    color: #ffffff;
  }

  .stock-ri {
    border-right: 1px solid #fff;
  }

  /* press-list */
  .press-container {
    background-color: #fff;
    padding: 30px 20px 20px 20px;
  }

  .mb-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 53%;
    z-index: 1001;
  }

  .press-list {
    padding-top: 10px;
    border-bottom: 1px solid #f0f0f0;
  }

  .press-left {
    /* width: 68%;
    border-right: 1px solid #f0f0f0; */
  }

  .press-right {
    /* width: 30%; */
  }

  .left-content {
    /* width: 88%; */
  }

  .left-content p:nth-child(1) {
    font-weight: bolder;
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .left-content p:nth-child(2) {
    font-size: 12px;
  }

  .right-big {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .press-right {}

  .press-swiper {
    padding: 10px 20px 20px 20px;
    margin: 0 auto;
  }

  .switem-title {
    color: #2A2A2A;
    font-size: 20px;
    font-weight: bold;
  }

  .switem-date {
    color: #666666;
    font-weight: bolder;
    margin: 10px 0;
  }

  .press-switem {
    /* padding: 40px 0; */
  }

  .switem-left {
    /* width: 50%; */
  }

  .switem-right {
    width: 100%;
    border-radius: 20px;
    margin: 20px 0 30px 0;
  }

  /* press-detail */
  .detail-container {
    background: #fff;
    /* padding: 0 130px; */
  }

  .title-img {
    width: 100%;
  }

  .title-img img {
    width: 100%;
  }

  .detail-title {
    padding: 30px 20px;
  }

  .detail-subtitle {
    font-size: 28px;
    font-weight: bolder;
    color: #000;
  }

  .detail-date {
    font-weight: bolder;
    margin: 10px 0 20px 0;
  }

  .detail-content {
    font-size: 16px;
  }
  
  .about-us .disclaimer ul,.about-us .disclaimer ul&gt; li{
      list-style-type: disc !important;
      width: 100% !important;
      padding: 2px 0px !important;
  }
  .about-us .disclaimer .dis-content{
      margin-top: 15px;
  }
}


/* sec-filling */
.sec-container {
  background: #fff;
  padding: 10px 150px;
}

.sec-head {
  width: 100%;
  height: 70px;
  background: #bcd6f8;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  padding: 2px;
}

.sec-head-left {
  width: 56%;
}

.sec-head-left p,
.sec-head-center p,
.sec-head-right p {
  font-size: 12px;
  color: #000;
  line-height: 14px;
}

.sec-head-center {
  width: 22%;
}

.sec-head-right {
  width: 22%;
}

.head-left-p1 {
  font-weight: bolder;
  color: #000;
  margin-bottom: 8px;
  font-size: 14px !important;
}

.sec-head-center p,
.sec-head-right p {
  font-weight: 600;
}

.sec-center {
  margin-top: 10px;
  border: 1px solid #bcd6f8;
  padding: 5px 2px;
  width: 100%;
  color: #000;
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: space-between;
}

.sec-center-left {
  border-right: 3px solid #bcd6f8;
  width: 70%;
}

.center-left-select {
  display: flex;
  justify-content: space-between;
}

.center-left-select .sec-input {
  width: 100px;
}

.center-left-select div {
  width: 19%;
}

.sec-center-right {
  width: 30%;
  display: flex;
  justify-content: center;
}

.sec-rss {
  margin: 10px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  width: 100%;
}

.sec-table {
  border: 1px solid #bcd6f8;
  padding: 2px 0 2px 2px;
  width: 100%;
  font-size: 12px;
  color: #000;
}

.sec-thead,
.sec-tr {
  display: flex;
  align-items: center;
}

.sec-thead .sec-td {
  background: #bcd6f8;
  font-weight: bolder;
  margin-right: 2px;
}

.sec-tr .tbody-td {
  margin-right: 2px;
}

.sec-thead div:nth-child(1),
.sec-tr div:nth-child(1) {
  width: 10%;
}

.sec-thead div:nth-child(2),
.sec-tr div:nth-child(2) {
  width: 15%;
}

.sec-thead div:nth-child(3),
.sec-tr div:nth-child(3) {
  width: 45%;
}

.sec-thead div:nth-child(4),
.sec-tr div:nth-child(4) {
  width: 15%;
}

.sec-thead div:nth-child(5),
.sec-tr div:nth-child(5) {
  width: 15%;
}

.sec-tbody .sec-tr:nth-child(even) .tbody-td {
  background: #eef4fd;
}

.sec-tbody .sec-tr .tbody-td {
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.format {
  flex-direction: row !important;
  align-items: center;
  justify-content: flex-start !important;
}

.format span {
  border: 1px solid #bcd6f8;
  background: #eef4fd;
  border-radius: 10px;
  height: 12px;
  line-height: 12px;
  padding: 2px;
  margin-right: 5px;
}

.format span:nth-child(2) {
  border: 1px solid #415ab8;
  background: #5a81f4;
  color: #fff;
}

.td-phone {
  color: red;
}
</pre></body></html>