/* 手机端 */
@media screen and (max-width: 992px) {
  .app {
    margin: 2.13rem 0 0 0;
  }

  .banner {
    height: 5rem;
    position: relative;
  }

  .banner img {
    width: 100%;
    height: 5rem;
  }

  .banner .title {
    font-size: 0.8rem;
    font-weight: Bold;
    left: calc(1.82rem * 0.8);
    top: calc(2.4rem * 0.8);
    position: absolute;
    color: #ffffff;
    display: flex;
  }

  .banner .subtitle {
    left: calc(1.82rem * 0.8);
    top: calc(3.8rem * 0.8);
    font-size: 0.6rem;
    position: absolute;
    color: #ffffff;
    display: flex;
  }

  .tabs_box {
    display: flex;
    height: 1rem;
    margin: 0.2rem 0.5rem;
    font-size: 0.1rem;
    align-items: center;
    justify-content: space-between;
  }

  .tabs_box .tabs {
    display: flex;
    color: #333333;
    height: 100%;
    flex: 1;
  }

  .tabs_box .tabs .tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.4rem;
  }

  .tabs_box .tabs .check_tab {
    border-bottom: 1px solid #0074B7;
    color: #0074B7;
  }

  .tabs_box .router {
    display: none;
  }

  .profile {
    overflow: hidden;
  }

  .profile .content {
    margin: 0 20px;
    width: calc(100% - 40px);
  }

  .profile .content .title_box {
    position: relative;
    margin: calc(0.34rem * 0.8) 0 0 0;
  }

  .profile .content .title_box .beacon {
    width: 0.1rem;
    position: absolute;
    left: 0;
    box-sizing: border-box;
  }

  .profile .content .title_box .beacon .beacon1 {
    width: 0.1rem;
    height: 0.5rem;
    background-color: #006EB4;
    box-sizing: border-box;
  }

  .profile .content .title_box .beacon .beacon2 {
    width: 0.09rem;
    height: 0.5rem;
    background-color: #F87D04;
    box-sizing: border-box;
  }

  .profile .content .title_box .title {
    font-size: 0.5rem;
    font-weight: bold;
    color: #333333;
    text-indent: 0.25rem;
    height: 1rem;
    line-height: 1rem;
  }
  .profile .content p {
    color: #666666;
    font-size: 16px;
    margin: 0.2rem 0;
    max-width: 100%;
  }
  .profile .content p img {
    max-width: 100%;
  }
.introduce_box .introduce .title-box{
    display: none;
}
.introduce_box .introduce .info-box .infoo{
    /*margin: 50px 0 0 0;*/
    margin: 0 0 50px 0;
    padding: 0 0.5rem;
}
.introduce_box .introduce .info-box .infoo .info .dddd p{
    display: none;
}
.introduce_box .introduce .info-box .infoo .img{
    text-align: center;
    margin: 20px 0 0 0;
}
.introduce_box .introduce .info-box .infoo .info .name{
    font-size: 0.5rem;
    margin: 0 0 15px 0;
    text-align: center;
    position: relative;
    /*border: 1px solid red;*/
    height: 80px;
}
.introduce_box .introduce .info-box .infoo .info .name::after{
    content: '';
    width: 100px;
    height: 1px;
    background-color: #0BA2DE;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.introduce_box .introduce .info-box .infoo .info .name_info{
    font-size: 0.35rem;
    text-align: center;
}

.introduce_box .introduce .info-box .infoo .info .name_info2{
    display: none;
}
  /*.team .introduce_box .introduce {*/
  /*  margin: 0 0.5rem;*/
  /*  display: flex;*/
  /*  flex-direction: column;*/
  /*  justify-content: space-between;*/
  /*}*/

  /*.team .introduce_box .introduce .info {*/
  /*  flex: 1;*/
  /*  overflow: hidden;*/
  /*  font-size: 0.5rem !important;*/
  /*}*/
  /*.team .introduce_box .introduce .info .dddd .name{*/
  /*    font-size: 0.5rem !important;*/
  /*}*/
  
  /*.team .introduce_box .introduce .info .dddd .zhicheng,*/
  /*.team .introduce_box .introduce .info .dddd .jingli{*/
  /*    font-size: 0.3rem!important;*/
  /*}*/

  /*.team .introduce_box .introduce .info .title {*/
  /*  font-weight: bold;*/
  /*  color: #333333;*/
  /*  margin: 0.3rem 0 0 0;*/
  /*}*/

  /*.team .introduce_box .introduce .info .subtitle {*/
  /*  color: #5C5C5C;*/
  /*}*/

  /*.team .introduce_box .introduce .info .beacon {*/
  /*  margin: 0.2rem 0;*/
  /*  display: flex;*/
  /*  height: 0.1rem;*/
  /*  width: 1rem;*/
  /*  justify-content: space-between;*/
  /*}*/

  /*.team .introduce_box .introduce .info .beacon .beacon1 {*/
  /*  flex: 1;*/
  /*  background-color: #F87D04;*/
  /*  height: 100%;*/
  /*}*/

  /*.team .introduce_box .introduce .info .beacon .beacon2 {*/
  /*  flex: 1;*/
  /*  background-color: #006EB4;*/
  /*  height: 100%;*/
  /*}*/

  /*.team .introduce_box .introduce .info .text {*/
  /*  color: #3D3D3D;*/
  /*  font-size: 0.4rem;*/
  /*  margin: 0.3rem 0;*/
  /*}*/

  /*.team .introduce_box .introduce .info .textp {*/
  /*  font-size: 0.5rem;*/
  /*  color: #3D3D3D;*/
  /*  margin: 0.3rem 0;*/
  /*}*/

  /*.team .introduce_box .introduce .img {*/
    /*display: none;*/
  /*  margin: 0 auto;*/
  /*}*/

  .team .member {
    margin: 0.3rem 0.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.2rem;
  }

  .team .member .card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .team .member .card img {
    width: 100%;
  }

  .team .member .card .name {
    font-size: 0.4rem;
    color: #333333;
    height: 0.8rem;
    line-height: 0.8rem;
    font-weight: bold;
  }

  .team .member .card .name span {
    display: inline-block;
    border-bottom: 1px solid #0BA2DE;
    height: 100%;
    box-sizing: border-box;
  }

  .team .member .card .name_info {
    font-size: 0.3rem;
    color: #666666;
    margin: 0.1rem 0 0.1rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .team .member .card .name_info2{
      display: none;
  }

  #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
  }

  #overlay #overlayContent {
    border: 1px solid white;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: flex;
    flex-direction: column;
  }

  #overlay #overlayContent img {
    width: 100%;
  }

  #overlay #overlayContent .personal {
    padding: 0.2rem 0.33rem;
    font-size: 0.1rem;
    background-color: #ffffff;
    flex: 1;
  }

  #overlay #overlayContent .personal .name {
    font-weight: bold;
    font-size: 0.5rem;
    color: #333333;
  }

  #overlay #overlayContent .personal .name span {
    border-bottom: 1px solid #0BA2DE;
    height: 100%;
    display: inline-block;
  }

  #overlay #overlayContent .personal .subname {
    color: #333333;
    font-size: 0.4rem;
    margin: 0.18rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
  }

  .glories {
    /*display: none;*/
    overflow: hidden;
  }

  .glories .title_box {
    text-align: center;
    height: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 2;
  }

  .glories .title_box .title {
    font-size: 0.5rem;
    color: #333333;
    font-weight: bold;
    flex: 1;
  }

  .glories .title_box .subtitle {
    font-size: 0.5rem;
    flex: 1;
    color: #5C5C5C;
  }

  .glories .glories_box {
    margin: 0 0.5rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.3rem;
  }

  .glories .glories_box .img_box {
    font-size: 0.4rem;
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .glories .glories_box .img_box .img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F7;
  }

  .glories .glories_box .img_box .img img {
    width: 100%;
    object-fit: cover;
  }

  .glories .glories_box .img_box .text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 0.2rem;
    box-sizing: border-box;
    margin: 0.2rem 0;
    font-weight: bold;
  }

  .glories .load_more {
    font-size: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5C5C5C;
    height: 0.5rem;
    margin: 0.3rem auto;
  }

  .glories .load_more img {
    height: 0.5rem;
    width: 0.2rem;
    margin: 0 0 0 0.1rem;
  }

  .glories .history_box {
    display: none;
  }

  .video {
    /*display: none;*/
  }

  .video .title_box {
    text-align: center;
    height: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .video .title_box .title {
    font-size: 0.5rem;
    color: #333333;
    font-weight: bold;
    line-height: 1rem;
  }

  .video .title_box .subtitle {
    font-size: 0.5rem;
    line-height: 1rem;
    color: #5C5C5C;
  }

  .video .video_box {
    margin: 0 0.5rem;
  }

  .video .video_box .img_box {
    color: #333333;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.1rem;
  }

  .video .video_box .img_box .img {
    width: 100%;
    position: relative;
    margin: 0.5rem 0;
  }

  .video .video_box .img_box .img video {
    width: 100%;
  }

  .video .video_box .img_box .img .text {
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.4rem;
  }

  .video .video_box .sorter_box {
    margin: 0.25rem 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.4rem;
    flex-wrap: wrap;
    color: #666666;
  }

  .video .video_box .sorter_box .btn {
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.3rem;
    margin: 0.2rem 0.1rem;
  }

  .video .video_box .sorter_box .ckeck_sorter {
    border: 1px solid #0074B7;
    color: #0074B7;
  }

  .video .video_box .sorter_box .skip {
    height: 100%;
    margin: 0 0.07rem;
  }

  .video .video_box .sorter_box .skip input {
    border: 1px solid #EDEDED;
    width: 0.5rem;
    color: #666666;
    height: 1rem;
    text-indent: 5px;
  }
}

/* PC端 */
@media screen and (min-width: 992px) {
  .app {
    /*margin: calc(0.52rem * 0.8) 0 0 0;*/
    margin: 134px 0 0 0;
  }
  /*body{*/
  /*    overflow: hidden;*/
  /*}*/

  .banner {
    height: calc(4.24rem * 0.8);
    position: relative;
  }

  .banner img {
    width: 100%;
    height: calc(4.24rem * 0.8);
  }

  .banner .title {
    font-weight: Bold;
    font-size: 0.31rem;
    color: #ffffff;
    position: absolute;
    top: calc(1.8rem * 0.8);
    left: calc(1.76rem * 0.8);
  }

  .banner .subtitle {
    font-size: 0.14rem;
    color: #ffffff;
    position: absolute;
    top: calc(2.3rem * 0.8);
    left: calc(1.76rem * 0.8);
  }

  .tabs_box {
    display: flex;
    width: 70%;
    height: calc(0.36rem * 0.8);
    margin: 0 auto;
    font-size: 0.1rem;
    align-items: center;
    justify-content: space-between;
  }

  .tabs_box .tabs {
    display: flex;
    color: #333333;
    height: 100%;
  }

  .tabs_box .tabs .tab {
    margin-right: 0.23rem;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }

  .tabs_box .tabs .check_tab {
    border-bottom: 1px solid #0074B7;
    color: #0074B7;
  }

  .tabs_box a {
    color: #333333;
  }

  .tabs_box .router {
    display: flex;
    align-items: center;
    color: #555555;
  }

  .tabs_box .router img {
    margin-right: 0.05rem;
  }

  .profile {
    background-image: url('../image/company_page/company_background.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .profile .content {
    width: 70%;
    margin: 0 auto;
  }
  .profile .content p{
    font-size: 16px !important;
    text-indent: 32px;
  }

  .profile .content .title_box {
    position: relative;
    margin: calc(0.34rem * 0.8) 0 20px 0;
  }

  .profile .content .title_box .beacon {
    width: 0.09rem;
    height: 0.4rem;
    position: absolute;
    left: 0;
    box-sizing: border-box;
  }

  .profile .content .title_box .beacon .beacon1 {
    width: 0.09rem;
    height: 0.2rem;
    background-color: #006EB4;
    box-sizing: border-box;
  }

  .profile .content .title_box .beacon .beacon2 {
    width: 0.09rem;
    height: 0.2rem;
    background-color: #F87D04;
    box-sizing: border-box;
  }

  .profile .content .title_box .title {
    font-size: 0.26rem;
    font-weight: bold;
    color: #333333;
    text-indent: 0.18rem;
    height: 0.4rem;
    line-height: 0.4rem;
  }

  .profile .content .text {
    color: #666666;
    font-size: 0.1rem;
    margin: 0.16rem 0;
  }

  .team {
    /* display: none; */
  }

  .team .introduce_box {
    /*height: calc(4.88rem * 0.8);*/
    background-image: url('../image/company_page/company_background02.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
  }

  .team .introduce_box .introduce {
      /*border: 1px solid red;*/
    width: 70%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    /*display: flex;*/
    /*justify-content: space-between;*/
  }
    
    .team .introduce_box .introduce .title-box{
        /*border: 1px solid black;*/
    }
    .team .introduce_box .introduce .title-box .title {
        font-size: 0.26rem;
        font-weight: bold;
        color: #333333;
        margin: 0.3rem 0 0 0;

    }
      .team .introduce_box .introduce .title-box .beacon {
        margin: 0.15rem 0;
        display: flex;
        height: 0.01rem;
        width: 0.48rem;
        justify-content: space-between;
      }
    
      .team .introduce_box .introduce .title-box .beacon .beacon1 {
        flex: 1;
        background-color: #F87D04;
        height: 100%;
      }
    
      .team .introduce_box .introduce .title-box .beacon .beacon2 {
        flex: 1;
        background-color: #006EB4;
        height: 100%;
      }
    
    
    
    
    .team .introduce_box .introduce .info-box{
        /*display: none;*/
        /*border: 1px solid black;*/
        display: grid;
        /*max-height: 450px;*/
        grid-template-columns: 1fr 1fr;
        grid-gap: 50px;
    }
    .team .introduce_box .introduce .info-box .infoo{
        /*border: 1px solid red;*/
        /*width: 350px;*/
        display: flex;
        flex-direction: column;
        /*margin: 0 auto;*/
    }
    .team .introduce_box .introduce .info-box .infoo .img{
        /*border: 1px solid red;*/
        width: 350px;
        height: auto;
        cursor: pointer;
        /*margin: 0 auto;*/
    }
    .team .introduce_box .introduce .info-box .infoo .img img{
        width: 100%;
    }
    .team .introduce_box .introduce .info-box .infoo .info{
        /*margin: 0 0 0 30px;*/
        flex: 1;
        font-size: 18px;
    }
    .team .introduce_box .introduce .info-box .infoo .info .name{
        /*border: 1px solid red;*/
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 10px;
        height: 40px;
        /*text-align: center;*/
        margin-top: -30px;
        position: relative;
    }
    .team .introduce_box .introduce .info-box .infoo .info .name::after{
        content: '';
        width: 50px;
        height: 1px;
        background-color: #0BA2DE;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .team .introduce_box .introduce .info-box .infoo .info .name_info{
        margin-bottom: 25px;
        font-size: 18px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 15px;
        /*text-align: center;*/
    }
    .team .introduce_box .introduce .info-box .infoo .info .name_info2{
        display: none;
    }
  /*.team .introduce_box .introduce .info {*/
  /*  flex: 1;*/
  /*  overflow: hidden;*/
  /*}*/

  /*.team .introduce_box .introduce .info .title {*/
  /*  font-size: 0.26rem;*/
  /*  font-weight: bold;*/
  /*  color: #333333;*/
  /*  margin: 0.3rem 0 0 0;*/
  /*}*/



  /*.team .introduce_box .introduce .info .beacon {*/
  /*  margin: 0.15rem 0;*/
  /*  display: flex;*/
  /*  height: 0.01rem;*/
  /*  width: 0.48rem;*/
  /*  justify-content: space-between;*/
  /*}*/

  /*.team .introduce_box .introduce .info .beacon .beacon1 {*/
  /*  flex: 1;*/
  /*  background-color: #F87D04;*/
  /*  height: 100%;*/
  /*}*/

  /*.team .introduce_box .introduce .info .beacon .beacon2 {*/
  /*  flex: 1;*/
  /*  background-color: #006EB4;*/
  /*  height: 100%;*/
  /*}*/
  /*.team .introduce_box .introduce .info .boos{*/
      /*border: 1px solid red;*/
  /*    font-size: 14px;*/
  /*    height: 350px;*/
  /*}*/
  /*.team .introduce_box .introduce .info .boos .name{*/
  /*    font-size: 24px;*/
  /*    font-weight: bold;*/
  /*    margin-bottom: 30px;*/
  /*}*/
  
  /*.team .introduce_box .introduce .info .boos .zhicheng{*/
  /*    font-size: 18px;*/
  /*    margin: 0 0 15px 0;*/
  /*}*/
  
  /*.team .introduce_box .introduce .info .boos .jingli{*/
  /*    font-size: 18px;*/
  /*    margin: 0 0 15px 0;*/
  /*}*/

  /*.team .introduce_box .introduce .info .text {*/
  /*  color: #3D3D3D;*/
  /*  font-size: 0.1rem;*/
  /*  margin: 0.1rem 0;*/
  /*}*/

  /*.team .introduce_box .introduce .info .textp {*/
  /*  font-size: 0.21rem;*/
  /*  color: #3D3D3D;*/
  /*  margin: 0.1rem 0;*/
  /*}*/
  /*.team .introduce_box .introduce .info p{*/
      /*background: red;*/
  /*    height: 30px;*/
  /*    line-height: 0 !important;*/
  /*}*/

  /*.team .introduce_box .introduce .img {*/
  /*  width: calc(2.9rem * 0.8);*/
  /*  text-align: center;*/
  /*}*/

  /*.team .introduce_box .introduce .img img {*/
  /*  width: calc(2.06rem * 0.8);*/
    /*height: calc(2.55rem * 0.8);*/
  /*  margin: calc(0.64rem) auto;*/
  /*}*/

  .team .member {
    width: 70%;
    margin: 0 auto;
    padding: calc(0.39rem * 0.8) 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: calc(0.25rem * 0.8);
  }

  .team .member .card {
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }

  .team .member .card img {
    /*width: calc(2.06rem * 0.8);*/
    /*height: calc(2.55rem * 0.8);*/
    width: 100%;
  }

  .team .member .card .name {
    font-size: 0.13rem;
    color: #333333;
    height: calc(0.44rem * 0.8);
    line-height: calc(0.44rem * 0.8);
    font-weight: bold;
  }

  .team .member .card .name span {
    display: inline-block;
    border-bottom: 1px solid #0BA2DE;
    height: 100%;
  }

  .team .member .card .name_info {
    font-size: 0.1rem;
    color: #666666;
    margin: 5px 0 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*border: 1px solid red;*/
    height: 40px;
    width: 100%;
    font-size: 14px!important;
  }
  .team .member .card .name_info2 {
    /*font-size: 0.1rem;*/
    /*color: #666666;*/
    /*margin: 0 0 0 0;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*overflow: hidden;*/
    /*border: 1px solid red;*/
    /*height: 40px;*/
    display: none;
  }
  /*.team .member .card .name_info2 p {*/
      /*line-height: 0!important;*/
  /*    line-height: 1!important;*/
  /*    line-height: 20px!important;*/
  /*}*/
  /*.team .member .card .name_info2 span {*/
  /*    font-size: 14px!important;*/
  /*    line-height: 20px!important;*/
  /*}*/

  #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
  }

  #overlay #overlayContent {
    border: 1px solid white;
    position: absolute;
    top: 50%;
    left: 50%;
    /*width: 800px;*/
    /*width: calc(6.51rem * 0.8);*/
    /*height: calc(2.7rem * 0.8);*/
    transform: translate(-50%, -50%);
    color: #fff;
    display: flex;
  }

  #overlay #overlayContent img {
    /*width: calc(2.31rem * 0.8);*/
    /*height: calc(2.7rem * 0.8);*/
    width: 250px;
  }

  #overlay #overlayContent .personal {
    padding: 0.2rem 0.33rem;
    font-size: 0.1rem;
    background-color: #ffffff;
    flex: 1;
  }

  #overlay #overlayContent .personal .name {
    font-weight: bold;
    font-size: 0.21rem;
    color: #333333;
    line-height: calc(0.44rem * 0.8);
  }

  #overlay #overlayContent .personal .name span {
    border-bottom: 1px solid #0BA2DE;
    height: 100%;
    display: inline-block;
  }

  #overlay #overlayContent .personal .subname {
    color: #333333;
    margin: 0.18rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
  }

  #overlay2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
  }

  #overlay2 #overlayContent2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    height: 70%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: flex;
    flex-direction: column;
  }

  #overlay2 #overlayContent2 img {
    width: 100%;
  }

  #overlay2 #overlayContent2 .name {
    font-size: 0.2rem;
    text-align: center;
  }

  .glories {
    overflow: hidden;
  }

  .glories .title_box {
    text-align: center;
    height: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .glories .title_box .title {
    font-size: 0.26rem;
    color: #333333;
    font-weight: bold;
  }

  .glories .title_box .subtitle {
    font-size: 0.16rem;
    color: #5C5C5C;
  }

  .glories .glories_box {
    width: 70%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: calc(0.16rem * 0.8);
  }

  .glories .glories_box .img_box {
    font-size: 0.1rem;
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .glories .glories_box .img_box .img {
    width: 100%;
    height: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F7;
    cursor: pointer;
  }

  .glories .glories_box .img_box .img img {
    width: 1rem;
    object-fit: cover;
  }

  .glories .glories_box .img_box .text {
    width: 100%;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 0.2rem;
    box-sizing: border-box;
  }

  .glories .load_more {
    font-size: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5C5C5C;
    height: 0.5rem;
  }

  .glories .load_more img {
    height: 0.05rem;
    width: 0.07rem;
    margin: 0 0 0 0.03rem;
  }

  .glories .history_box {
    background-color: #F5F7FA;
    overflow: hidden;
  }

  .glories .history_box .history_glories {
      /*border: 1px solid red;*/
    margin: 0.4rem auto;
    width: 80%;
    display: flex;
    flex-direction: column;
  }

  .glories .history_box .history_glories .item {
      /*border: 1px solid black;*/
    font-size: 0.1rem;
    display: flex;
    width: 100%;
    /*margin: 20px 0;*/
  }

  .glories .history_box .history_glories .item .year {
      /*border: 1px solid blue;*/
    width: 1rem;
    /*font-size: 0.3rem;*/
    font-size: 37px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 300px;*/
  }

  .glories .history_box .history_glories .item .year span {
    width: 100%;
    text-align: center;
    border-right: 0.03rem solid #33A1DB;
  }
  
  
  
  .mn-wrap {
    /*width: 1300px;*/
    /*width: 100%;*/
    width: 1000px;
    /*height: 230px;*/
    height: 170px;
    background: #FFFFFF;
    overflow: hidden;
    /*margin: 20px 0 20px 50px;*/
    margin: 20px auto;
    position: relative;
    padding: 0;
}
.mn-swiper{
    /*width: 1186px;*/
    /*width: 100%;*/
    width: 1000px;
    height: 100%;
    position: initial !important;
    box-sizing: border-box;
}
.swiper-wrapper {
    -webkit-transition-timing-function: linear;    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
    box-sizing: border-box;
  }
/*.mn-swiper .swiper-slide a{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: block;*/
/*    overflow: hidden;*/
/*}*/
.mn-swiper .swiper-slide{
    /*border: 1px solid black;*/
    /*width: 268px !important;*/
    /*width: 250px;*/
    width: 200px;
    height: 150px !important;
    background: #ffffff;
    /*opacity: 0.5;   */
    color: #FFFFFF;
    /*line-height: 150px;*/
    margin-top: 10px;
    /*margin-left: 25px;*/
    text-align: center;
    transition:all .7s ease 0s;
    box-sizing: border-box;
    padding: 10px 15px;
}
/*.mn-swiper .swiper-slide:hover{*/

    /*opacity: 0.9;*/
/*    box-shadow: -1px 1px 27px -5px rgba(0,0,0,0.7);*/
/*    -webkit-box-shadow: -1px 1px 27px -5px rgba(0,0,0,0.7);*/
/*    -moz-box-shadow: -1px 1px 27px -5px rgba(0,0,0,0.7);*/
/*}*/
.mn-swiper .swiper-slide img{
    /*border: 1px solid red;*/
    width: 100%;
    height: 100%;
    cursor: pointer;
}
/* 左侧点击按钮 */
.mn-swiper .swiper-button-prev{
    left: 0;
    /*font-size: 30px;*/
    /*background-image: url(../images/swiper-l.png);*/
}
/* 右侧点击按钮 */
.mn-swiper .swiper-button-next{
    right: 0;
    /*font-size: 20px;*/
    /*background-image: url(../images/swiper-r.png);*/
}
/*.mn-swiper .swiper-button-next, .mn-swiper .swiper-button-prev{*/
/*    width: 32px;*/
/*    height: 32px;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*}*/
.mn-swiper .swiper-wrapper{
    width: 100%;
    margin: 0 auto;
}

.mn-swiper .swiper-button-next::after,
.mn-swiper .swiper-button-prev::after{
    font-size: 30px;
}
  /*.glories .history_box .history_glories .item .carousel-container {*/
  /*  position: relative;*/
  /*  width: 800px;*/
  /*  margin: 0 auto;*/
  /*  overflow: hidden;*/
  /*}*/

  /*.glories .history_box .history_glories .item .carousel-container .carousel {*/
  /*  display: flex;*/
    /* border: 1px solid red; */
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    /* grid-gap: 10px; */
  /*  transition: transform 0.5s ease-in-out;*/
  /*}*/

  /*.glories .history_box .history_glories .item .carousel-container .carousel .carousel-slide {*/
  /*    border: 1px solid blue;*/
  /*  flex: 0 0 calc(100% / 4);*/
    /* margin-right: 10px; */
    /* border: 1px solid black; */
  /*  height: 300px;*/
  /*  display: flex;*/
  /*  flex-direction: column;*/
  /*  align-items: center;*/
  /*  justify-content: space-between;*/
  /*  text-align: center;*/
  /*}*/

  /*.glories .history_box .history_glories .item .carousel-container .carousel .carousel-slide .img {*/
  /*  width: calc(100% - 10px);*/
  /*  margin: 0 10px 0 0;*/
  /*  height: calc(100% - 50px);*/
    /* border: 1px solid red; */
  /*  box-sizing: border-box;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*}*/

  /*.glories .history_box .history_glories .item .carousel-container .carousel .carousel-slide .img img {*/
  /*  width: 100%;*/
  /*  height: 100%;*/
    /* border: 1px solid aqua; */
  /*}*/

  /*.glories .history_box .history_glories .item .carousel-container .carousel .carousel-slide .text {*/
  /*  padding: 0 0.1rem;*/
    /* border: 1px solid red; */
  /*  height: 50px;*/
  /*}*/

  /*.glories .history_box .history_glories .item .carousel-container .swiper_prev,*/
  /*.glories .history_box .history_glories .item .carousel-container .swiper_next {*/
  /*  position: absolute;*/
  /*  top: 50%;*/
  /*  transform: translateY(-50%);*/
  /*  padding: 50px 15px;*/
  /*  border: none;*/
  /*  background-color: #c7c7c7;*/
  /*  color: white;*/
  /*  cursor: pointer;*/
  /*  display: none;*/
  /*}*/

  /*.glories .history_box .history_glories .item .carousel-container .swiper_prev {*/
  /*  left: 0rem;*/
  /*}*/

  /*.glories .history_box .history_glories .item .carousel-container .swiper_next {*/
  /*  right: 0;*/
  /*}*/

  /*.glories .history_box .history_glories .item .carousel-container .swiper_next img {*/
  /*  transform: scaleX(-1);*/
  /*}*/

  /*.glories .history_box .history_glories .item .carousel-container:hover .swiper_prev,*/
  /*.glories .history_box .history_glories .item .carousel-container:hover .swiper_next {*/
  /*  display: block;*/
  /*}*/

  .video {
    /* display: none; */
  }

  .video .title_box {
    text-align: center;
    height: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .video .title_box .title {
    font-size: 0.26rem;
    color: #333333;
    font-weight: bold;
  }

  .video .title_box .subtitle {
    font-size: 0.16rem;
    color: #5C5C5C;
  }

  .video .video_box {
    width: 70%;
    margin: 0 auto;
    height: calc(5.5rem * 0.8);
  }

  .video .video_box .img_box {
    font-size: 0.1rem;
    color: #333333;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0.1rem;
  }

  .video .video_box .img_box .img {
    width: 100%;
    position: relative;
    /*border: 1px solid red;*/
  }

  .video .video_box .img_box .img video {
    width: 100%;
    height: 1.5rem;
    /*border: 1px solid blue;*/
  }

  .video .video_box .img_box .img .text {
      /*border: 1px solid red;*/
      height: 40px;
    /*height: 0.2rem;*/
    display: flex;
    line-height: 20px;
    margin: 10px 0 0 0;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .video .video_box .sorter_box {
    margin: 0.25rem auto;
    height: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.1rem;
    color: #666666;
  }

  .video .video_box .sorter_box .btn {
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.088rem;
    margin: 0 0.032rem;
  }

  .video .video_box .sorter_box .ckeck_sorter {
    border: 1px solid #0074B7;
    color: #0074B7;
  }

  .video .video_box .sorter_box .skip {
    height: 100%;
    margin: 0 0.07rem;
  }

  .video .video_box .sorter_box .skip input {
    border: 1px solid #EDEDED;
    width: calc(0.46rem * 0.8);
    color: #666666;
    height: 100%;
    text-indent: 5px;
  }
}