@charset "UTF-8";
.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 2px solid #D9D9D9;
  font-weight: 500;
}

.staff {
  padding-top: 70px;
}
.staff .list {
  margin-top: 69px;
}
.staff ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 36px;
}
.staff li {
  width: calc((100% - 120px) / 4);
  background: #F9F9F9;
  padding: 43px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 373px;
  margin-right: 40px;
  position: relative;
}
.staff li:nth-child(4n) {
  margin-right: 0;
}
.staff li:nth-child(4n) .hov {
  left: inherit;
  right: 0;
}
.staff li:nth-child(n+5) {
  margin-top: 40px;
}
.staff .repeat:nth-child(n+2) {
  margin-top: 103px;
}
.staff .repeat_top {
  font-weight: 500;
}
.staff .name {
  line-height: 1;
}
.staff .sub {
  margin-top: 9px;
  line-height: 2;
}
.staff .repeat_btm {
  line-height: 2;
}
.staff .post {
  line-height: 1;
  font-weight: 500;
}
.staff .hov {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: calc(200% + 40px);
  background: #F9F9F9;
  border-top: 3px solid #2B69BF;
  padding: 43px 50px;
  height: 100%;
  display: none;
}
.staff .hov_name {
  color: #2B69BF;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.close_svg{
    display: none;
}
.staff .hov_sub {
  line-height: 2;
  margin-top: 9px;
  font-weight: 500;
}
.staff .hov_des {
  color: #898989;
  padding-right: 5px;
  margin-top: 17px;
  line-height: 1.6875;
  height: 6.75em;
  overflow: auto;
}
.staff .hov_des::-webkit-scrollbar {
  width: 2px;
  border-radius: 4px;
}
.staff .hov_des::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.06);
  /* 背景色 */
  border-radius: 4px;
}
.staff .hov_des::-webkit-scrollbar-thumb {
  background: #2B69BF;
  /* 滚动色 */
  border-radius: 6px;
}
.staff .hov_tips {
  position: absolute;
  color: #2B69BF;
  left: 50px;
  bottom: 43px;
  line-height: 1.7;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hov_tips .hov_line{
    margin: 0 10px;
    background: #2B69BF;
    display: inline-block;
    width: 2px;
    height: 16px;
}
.notice {
  padding-top: 130px;
}
.notice .title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2B69BF;
}
.notice .title a svg {
  margin-left: 12px;
}
.notice .con {
  padding: 49px 0;
  border-bottom: 2px solid #D9D9D9;
  color: #898989;
  padding-right: 50%;
}
.notice .des {
  line-height: 2;
}
.notice .con_more {
  font-weight: bold;
  color: #2B69BF;
}
.notice .con_more a {
  color: #2B69BF;
}
.notice .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 25px 0 0;
}
.notice li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.notice li:nth-child(n+2) {
  margin-top: 24px;
}
.notice .list_l {
  width: 80%;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.notice .list_l a {
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.notice .list_l a:hover {
  color: #2B69BF;
}
.notice .notice_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.notice .notice_flx > div {
  width: calc((100% - 84px) / 2);
  background: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 327px;
}
.notice .notice_l {
  padding: 53px 51px 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.notice .notice_r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notice .tit {
  line-height: 1;
  font-weight: 500;
}
.notice .des {
  color: #898989;
  line-height: 2;
  margin-top: 14px;
}
.notice .notice_btm a {
  color: #2B69BF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.notice .notice_btm svg {
  margin-left: 10px;
  transition: all 0.3s linear;
}
.notice .notice_btm a:hover svg{
    margin-left: 13px;
}
.stock {
  padding: 112px 0;
}
.stock .stock_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 61px;
}
.stock .rmb {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.stock .stock_icon {
  margin-left: 13px;
}
.stock .stock_icon svg {
  display: none;
}
.stock .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
}
.stock .number > div {
  width: 50%;
  line-height: 2.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stock .number span:first-child {
  width: 100px;
}
.stock .percent {
  font-weight: 500;
}
.stock .percent span {
  margin-right: 25px;
}
.stock .time {
  margin-top: 52px;
}
.stock .stock_l {
  width: 40%;
}
.stock .stock_r {
  width: 52.4%;
 
}

#main {
  height: 472px;
  width: 100%;
}

.tab_cn, .tab_en, .instruct {
  display: none;
}

.green {
  color: #0aab62;
}

.red {
  color: #ff3301;
}
.add_two{
  margin: 5.2% 0;  
  display: flex;
  justify-content: space-between;
}
.add_two>div{
    width: 48%;
}
.add_two_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.add_two_title a{
    color: #2B69BF;
    display: flex;
    align-items: center;
}
.add_two_title svg{
    margin-left: 10px;
}
@media screen and (max-width: 1600px) {
  .title {
    padding-bottom: 25px;
  }
  .staff {
    padding-top: 50px;
  }
  .staff ul {
    margin-top: 25px;
  }
  .staff li {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    padding: 30px;
    height: 320px;
  }
  .staff .hov {
    width: calc(200% + 30px);
    padding: 30px;
  }
  .staff .hov_tips {
    left: 30px;
    bottom: 30px;
  }
  .staff .hov_sub {
    margin-top: 0;
  }
  .staff .hov_des {
    margin-top: 10px;
  }
  .staff .list {
    margin-top: 50px;
  }
  .staff li:nth-child(n+5) {
    margin-top: 30px;
  }
  .staff .repeat:nth-child(n+2) {
    margin-top: 7.15%;
  }
  .notice {
    padding-top: 9%;
  }
  .notice .con {
    padding: 35px 0;
  }
  .notice .list {
    padding: 20px 0 0;
  }
  .notice li:nth-child(n+2) {
    margin-top: 15px;
  }
  .notice .notice_l {
    padding: 30px;
  }
  .stock {
    padding: 7.77% 0;
  }
  .stock .stock_flx {
    padding-top: 40px;
  }
  .stock .number span:first-child {
    width: 70px;
  }
  .notice .notice_flx > div {
    width: calc((100% - 50px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .staff li {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    height: 280px;
    padding: 20px;
  }
  .staff .hov {
    width: calc(200% + 20px);
    padding: 20px;
  }
  .staff li:nth-child(n+5) {
    margin-top: 20px;
  }
  .staff .hov_des {
    margin-top: 5px;
  }
  .notice .notice_l {
    padding: 30px 20px;
  }
  .notice .des {
    margin-top: 10px;
  }
  .staff .hov_tips {
    left: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .title {
    padding-bottom: 15px;
  }
  .staff ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .staff li {
    width: calc((100% - 20px) / 2);
    margin-right: 0px;
    height: 240px;
  }
  .staff li:nth-child(n+3) {
    margin-top: 20px;
  }
  .staff li:nth-child(even) .hov {
    left: inherit;
    right: 0;
  }
  .notice .con {
    padding: 25px 0;
  }
  .notice .notice_flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .notice .notice_flx > div {
    width: 100%;
    height: 250px;
  }
  .notice .notice_flx > div:first-child {
    margin-bottom: 20px;
  }
  .notice .notice_l {
    padding: 20px;
  }
  .notice .des {
    margin-top: 5px;
  }
  .staff {
    padding-top: 35px;
  }
  .staff .list {
    margin-top: 35px;
  }
  .notice .list {
    padding: 20px 0 0;
  }
  .stock .stock_flx {
    padding-top: 30px;
  }
  .stock .number span:first-child {
    width: 55px;
  }
}
@media screen and (max-width: 768px) {
    .add_two{
        flex-direction: column;
    }
    .add_two>div {
    width: 100%;
}
.add_two>div:last-child{
    margin-top: 20px;
}
}
@media screen and (max-width: 600px) {
  .staff ul {
    margin-top: 20px;
  }
  .staff li {
    width: 100%;
  }
  .staff li:nth-child(n+2) {
    margin-top: 10px;
  }
  .notice {
    padding-top: 40px;
  }
  .notice .con {
    padding: 20px 0;
  }
  .notice .list {
    padding: 10px 0 0;
  }
  .notice li {
    width: 100%;
  }
  .notice li:nth-child(n+2) {
    margin-top: 10px;
  }
  .stock {
    padding: 40px 0;
  }
  .stock .stock_flx {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .stock .stock_l {
    width: 100%;
  }
  .stock .stock_r {
    width: 100%;
     overflow-x: scroll;
  }
  .stock .number {
    margin-top: 20px;
  }
  .stock .time {
    margin-top: 10px;
  }
  .staff .list {
    margin-top: 25px;
  }
  .staff .hov{
              width: 100%;
  }
  .close_svg{
    display: block;
}
.staff li{
    height: 265px;
}
}
