#main > .table {
  margin: 0;
}
#main .tableCell {
  padding-top: 110px;
}
#main .container {
  max-width: 1300px;
  position: relative;
}
.banner {
  width: 100%;
  position: relative;
}
.banner .tableCell {
  padding-top: 0 !important;
}
#videoBanner {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner .title {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .btnDown {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: btnDown_ani 1s infinite;
}
@keyframes btnDown_ani {
  0% {
    top: 90%;
  }
  50% {
    top: 95%;
  }
  100% {
    top: 90%;
  }
}
.businessScope_title {
  text-align: center;
}
.businessList {
  padding: 4.5rem 8px 0;
  width: 100%;
}
.businessList .container {
  max-width: 1772px !important;
  padding: 0;
  margin: 0 auto;
  justify-content: space-between;
  gap: 8px;
}
.businessList .item {
  overflow: hidden;
  position: relative;
  background-size: cover;
  max-width: 330px;
  max-height: 462px;
  box-shadow: 0 5px 10px #b7b7b7;
}
.businessList .item .main_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.businessList .item:hover .info {
  top: 0;
  justify-content: space-between;
  padding: 28px 28px 28px;
  background-color: rgba(0, 99, 180, 0.8);
}
.businessList .item:hover .info .hb {
  display: none;
}
.businessList .item .info {
  position: absolute;
  transition: top 1s;
  width: 100%;
  height: 100%;
  top: calc(100% - 94px);
  background-color: #0063b4;
  color: white;
  padding: 0rem 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}
.businessList .item .info .hb {
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.businessList .item .info .hb .title .info-img {
  display: block;
  width: auto;
  height: 42px;
}
.businessList .item .info .bb {
  line-height: 28px;
  overflow: hidden;
}
.businessList .item .info .bb .img_title_wrap {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.businessList .item .info .bb .img_title_wrap img {
  display: block;
}
.businessList .item .info .fb {
  display: flex;
  width: 100%;
  justify-content: center;
}
.businessList .item .info .fb a {
  width: 100%;
}
.businessList .item .info .fb a .btn_white {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutUs {
  background-image: url("https://keshuncn.oss-cn-shenzhen.aliyuncs.com/site2021/images/home/aboutUs_bg.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-top: 100px;
  justify-content: space-between;
}
.aboutUs .hb {
  display: flex;
  padding: 0;
  justify-content: flex-end;
  align-items: center;
}
.aboutUs .hb .info {
  width: 550px;
  max-height: 500px;
  color: white;
  font-size: 1rem;
  letter-spacing: 2px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 3rem;
  padding-left: 1rem;
}
.aboutUs .btns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutUs .btns .item {
  border-bottom: 0.5px solid #fff;
  padding: 0.5rem;
  line-height: 17px;
  display: flex;
  align-items: center;
  width: 200px;
  cursor: pointer;
  margin: 0 1rem 1rem 0;
}
.aboutUs .btns .item a {
  color: #fff;
}
.aboutUs .btns .item:hover {
  background-color: #fff;
  color: #0064b4;
  border-radius: 10px;
}
.aboutUs .btns .item:hover a {
  color: #0064b4;
  text-decoration: none;
}
.aboutUs .btns .item .aboutUsBtnIcon {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
}
.aboutUs .btns .item span {
  font-size: 1rem;
  flex: 0;
}
.aboutUs .btns .item .text {
  flex: 1;
}
.aboutUs .btns .item .icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.aboutUs .btns .item .arraw {
  line-height: 11px;
}
.aboutUs .btns .item .arraw svg {
  fill: #fff;
}
.aboutUs .btns .item:hover .aboutUsBtnIcon {
  stroke: #0064b4;
}
.aboutUs .btns .item:hover .arraw svg {
  fill: #0064b4;
}
.aboutUs .hb .com {
  /* margin-top: -90px; */
  max-width: 1030px;
}
.aboutUs .hb .info p {
  margin: 70px 0px;
  line-height: 2rem;
}
.aboutUsList {
  max-width: 1320px;
  margin: 2rem auto 0;
}
.aboutUsList .item {
  width: 50%;
  position: relative;
  padding-bottom: 28.24%;
  height: 0;
  overflow: hidden;
}
.aboutUsList .item .cover {
  display: block;
  max-width: 100%;
  transform: scale(1.3);
  position: absolute;
  transition: transform 3s;
}
.aboutUsList .item:hover .cover {
  transform: scale(1);
}
.aboutUsList .item .info {
  position: absolute;
  background-color: rgba(0, 99, 180, 0.8);
  text-align: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  transition: opacity 0.5s;
}
.aboutUsList .item .info .num {
  border: solid 2px #48a0e0;
  border-radius: 50%;
  color: #fff;
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutUsList .item .info .num > span {
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.aboutUsList .item .info .num > span em {
  font-size: 1rem;
  position: absolute;
  font-style: normal;
  right: -0.9rem;
  top: 0.5rem;
  font-weight: 400;
}
.aboutUsList .item .info .title {
  margin-top: 1rem;
}
.aboutUsList .item:hover .info {
  opacity: 0;
}
.informationList_img {
  margin-top: 80px;
}
.information_title {
  /* margin-bottom: 4rem; */
  text-align: left;
  position: relative;
  margin: 0 -15px 4rem;
}
.information_title .more {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  /* padding-right: 1rem; */
}
#information .bb {
  display: flex;
  position: relative;
  margin: 0 -15px;
}
#information .covers {
  width: 885px;
  height: 494px;
  margin: 0;
  position: relative;
  flex-shrink: 0;
}
#information .covers .item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#information .covers .item .title {
  position: absolute;
  bottom: 0;
}
#information .covers .swiper-button-prev,
#information .covers .swiper-button-next {
  bottom: 0;
  top: auto;
  height: 30px;
}
#information .covers .swiper-button-prev::after,
#information .covers .swiper-button-next::after {
  font-size: 1rem;
  background-color: #d7eafa;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #959596;
}
#information .covers .swiper-button-prev {
  left: auto;
  right: 30px;
}
#information .covers .swiper-button-next {
  right: 0;
}
#information .list {
  margin-left: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#information .list .item {
  line-height: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0 1rem 47px;
  cursor: pointer;
  justify-content: space-between;
  position: relative;
}
#information .list .item:hover {
  color: #0460ac;
}
#information .list .item.active {
  color: #0460ac;
}
#information .list .item.active a {
  color: #0460ac;
}
#information .list .title {
  font-size: 1.375rem;
  margin-bottom: 1rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  height: 3rem;
}
#information .list .item.active .title::before {
  position: absolute;
  top: 3px;
  left: -1.5rem;
  content: " ";
  width: 0;
  height: 0;
  border-left: solid 10px #0460ac;
  border-top: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px transparent;
}
#information .list .date {
  font-size: 1rem;
  width: 50%;
}
#information .list .more {
  width: 50%;
  text-align: right;
}
#informationList_info {
  max-width: 70vw;
  margin: 1rem auto 0;
  padding: 1rem;
}
#information .bb .title .text_title {
  margin: 0;
  font-size: 2rem !important;
}
#information .bb .title .text_info {
  color: #fff !important;
}
#information .bb .title .text_title,
#information .bb .title .text_info {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
#information .bb .title .date {
  border-right: solid 2px #fff;
  padding-right: 1rem;
  margin-right: 1rem;
}
#information .bb .title .text_title,
.informationList_info .item .text_title {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 3px;
}
#information .bb .title .text_info,
.informationList_info .item .text_info {
  font-size: 14px;
  color: #b4b4b4;
  margin: 0;
}
.moreInfo {
  width: 290px;
  height: 50px;
  margin: 80px auto 120px;
}
#lastPage {
  background-color: #d7eaf9;
}
#lastPage .tableCell {
  vertical-align: bottom;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 110px;
  overflow: hidden;
}
#lastPage .container {
  display: flex;
  justify-content: space-between;
}
/* #footer .tb {

  width: 100%;

  height: 20px;

  background-color: rgb(0, 175, 238);

  position: relative;

  bottom: 0PX;

} */
#information .hb .item {
  position: relative;
}
#information .hb.item::after {
  content: " ";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 99, 180, 0.8);
  position: absolute;
}
#information .hb .item.swiper-slide-active::after {
  display: none;
}
#information .informationList_info .item {
  /* background-color: #fff; */
  align-items: center;
  padding: 1rem;
  transition: all 0.5s;
  color: #b4b4b4;
}
#information .informationList_info .item .date {
  padding: 1rem 2rem;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
}
#information .informationList_info .item:hover {
  box-shadow: 5px 5px 15px rgba(0, 100, 180, 0.3);
  border-width: 0;
  color: #0064b4;
}
.moreInfo2 {
  text-align: center;
}
#aboutus2 .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#aboutus2 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
#aboutus2 .swiper-button-prev,
#aboutus2 .swiper-button-next {
  width: 3rem;
}
#aboutus2 .swiper-button-prev::after,
#aboutus2 .swiper-button-next::after {
  content: '';
}
#aboutus2 .swiper-button-prev {
  left: -4rem;
  transform: rotate(180deg);
}
#aboutus2 .swiper-button-next {
  right: -4rem;
}
#aboutus2 .item .lb {
  width: 25rem;
  padding: 50px 0 1rem;
  display: flex;
  flex-direction: column;
}
#aboutus2 .item .lb .hb {
  display: flex;
  color: #0460ac;
  align-items: flex-end;
  font-weight: 600;
}
#aboutus2 .item .lb .hb .big {
  font-size: 110px;
  line-height: 6rem;
}
#aboutus2 .item .lb .hb .small {
  font-size: 1.5rem;
  margin-left: 1rem;
}
#aboutus2 .item .rb {
  margin-left: 3rem;
  flex: 1;
}
#aboutus2 .item .lb .intro {
  line-height: 2rem;
  margin-top: 1rem;
}
#aboutus2 .item .lb .more {
  text-align: right;
}
/* #information .swiper-slide-active {

  width: 60vw!important;

} */
.information_title2 {
  background-color: #d7eaf9;
  margin: 0;
  margin-top: 3rem;
  text-align: center;
  padding: 2rem 0 5rem;
}
#shares {
  width: 440px;
  background: url(https://keshuncn.oss-cn-shenzhen.aliyuncs.com/site2021/images/home/informationShare_bg.png) no-repeat center bottom;
  background-size: cover;
}
#shares .bb {
  padding: 0 4rem;
  height: 100%;
  justify-content: space-between;
  color: #fff;
  align-items: center;
  text-align: center;
  padding-top: 2rem;
}
#shares .bb > div {
  width: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#shares .bb > div:nth-of-type(1) {
  font-size: 1rem;
  /* padding-bottom:3rem; */
  border-bottom: solid 1px #3b88cb;
}
#shares .bb .currPrice {
  display: block;
  font-size: 2rem;
}
#shares .bb > div:nth-of-type(2) {
  font-size: 1rem;
}
#shares .bb > div:nth-of-type(3) {
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
#shares .bb > div:nth-of-type(4) {
  /* padding-top:3rem; */
  border-top: solid 1px #3b88cb;
  font-size: 1rem;
}
#announcement .hb {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#announcement .hb .more a {
  color: #4d4d4d;
}
#announcement .bb {
  margin-bottom: 100px;
}
#announcement .bb .list {
  list-style-type: none;
  margin: 0 -45px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
#announcement .bb .list .item {
  padding: 0 45px;
  width: 335px;
  color: #4d4d4d;
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: space-between;
}
#announcement .bb .list .item:nth-of-type(n+2) {
  border-left: solid 1px #b9c5cc;
}
#announcement .bb .list .item h5 {
  height: 55px;
  margin: 0;
  font-weight: bold;
  font-size: 1.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#announcement .bb .list .item:hover h5 {
  color: #0064b4;
}
#announcement .bb .list .item .intro {
  margin-top: 1.625rem;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#announcement .bb .list .item .intro p {
  margin-bottom: 0 !important;
}
#announcement .bb .list .item .date {
  font-size: 1rem;
  justify-content: space-between;
  display: flex;
  color: #5E5E5E;
}
#stock {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#stock .hb {
  font-size: 1.125rem;
  display: flex;
  justify-content: space-around;
  font-weight: 700;
  width: 100%;
}
#stock .bb {
  color: #e12f48;
}
#stock .bb {
  color: #e12f48;
  padding: 1rem 0;
}
#stock.fall .bb {
  color: #28a745;
}
#stock .bb .arrow {
  display: inline-block;
}
#stock .bb .arrow-up {
  width: 0;
  display: inline-block;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e12f48;
}
#stock .bb .arrow-down {
  display: none;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #28a745;
}
#stock.fall .arrow-up {
  display: none;
}
#stock.fall .arrow-down {
  display: inline-block;
}
#stock .bb .price {
  font-size: 2.875rem;
}
#stock .fb {
  font-size: 0.75rem;
}
@media screen and (max-width: 1600px) {
  .businessList .item:hover .info {
    padding: 16px;
  }
  .businessList .item .info {
    top: calc(100% - 64px);
    padding: 0 16px;
  }
  .businessList .item .info .hb {
    height: 64px;
  }
  .businessList .item .info .hb .title .info-img {
    height: 38px;
  }
  .businessList .item .info .bb {
    line-height: 28px;
  }
  .businessList .item .info .bb .img_title_wrap {
    height: 32px;
  }
  .businessList .item .info .bb .img_title_wrap img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .businessList .item .info {
    font-size: 12px;
  }
  .businessList .item .info .bb {
    line-height: 24px;
  }
  .businessList .item .info .fb a .btn_white {
    height: 28px;
  }
  .aboutUs .hb .info {
    padding-left: 4rem;
    margin-top: 2rem;
    max-height: none;
  }
}
@media (max-width: 1280px) {
  .section:nth-child(n+2) {
    padding-top: 4rem !important;
  }
  #aboutus2 .swiper-button-next {
    right: 4rem;
    top: 0;
  }
  #aboutus2 .swiper-button-prev {
    right: 8rem;
    top: 0;
    left: auto;
  }
  #information {
    padding: 4rem 8px !important;
  }
  #footer {
    padding: 110px 64px 90px 0;
  }
}
@media screen and (max-height: 950px) {
  #footer {
    padding: 4rem 0;
  }
}
