
.tuwen-item {
    min-height: 200px;
    padding: 20px 0;
}
.index-bc-1{
    height: 79.5rem;
}
.index-swiper1{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-swiper1 .swiper-pre-next1{
  display: none;
}
.swiper-slide {
}
.swiper1-img-wrap{
  display: none;
  width: 100%;
  position: relative;
  padding-top: 41.4%;
}
.swiper-slide .main-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-vertical.swiper-pagination-bullets.index-swiper1-pagination, .swiper-vertical>.swiper-pagination-bullets.index-swiper1-pagination{
    top: 100%;
    right: 3.7rem;
    transform: translateY(calc(-100% - 5.8rem));
}
.index-swiper1-pagination{
    display: flex;
    justify-content: flex-end;
    padding: 1rem 3rem;
    box-sizing: border-box;
}
.index-swiper1-pagination .swiper-pagination-bullet-active{
    background: rgba(200, 29, 29, 1);
    width: 3rem;
    border-radius: 0.5rem;
}
.index-bc-1 .title-bg-wrap{
    position: absolute;
    bottom: 0;
    width: 160rem;
    height: 13rem;
    left: calc((100% - 192rem) / 2);
}
.index-bc-1 .title-bg-wrap img:first-child{
    width: 160rem;
    height: 100%;
    position: relative
}
.index-bc-1 .title-bg-wrap img:nth-child(2){
    height: 70%;
    position: absolute;
    right: -0.3rem;
    bottom: -1.5rem;
    transform: rotateZ(-13.7deg);
}
.index-bc-1 .title-wrap{
    position: absolute;
    max-width: 124rem;
    bottom: 0;
    left: calc((100% - 137rem) / 2);
    padding: 2rem 0 1rem 0;
    box-sizing: border-box;
}
.index-bc-1 .title-wrap-1{
  display: none;
}
.index-bc-2{
    background: #fff url(i2-bg.png) no-repeat center bottom;
    background-size: cover;
    padding: 7.5rem 0 7.5rem;
}
.i2-c{
    display: grid;
    grid-template-columns: 66.4% 31.7%;
    justify-content: space-between;
    margin-top: 5.3rem;
}
.i2-c-small{
  display: none;
}
.i2-c-1{
    width: 100%;
    position: relative;
}
.i2-c-2{
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 2.4rem;
}
.i2-c-2-item{
    position: relative;
}
.index-bc-3{
    width: 100%;
    padding-top: 21.5%;
    background-image: url(ResearchAreas-bg.png);
    background-size: cover;
}
.index-bc-3 .channel-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.i4-c{
    padding: 7.7rem 0 6.5rem 0;
}
.index-bc-3 .i4-c{
  display: none;
}
.index-swiper2{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-operator-wrap{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    margin-top: 7.5rem;
}
.swiper-button-prev2, .swiper-button-next2{
    display: inline-block;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background: #234b87;
    cursor: pointer;
    margin-left: 2rem;
    text-align: center;
    line-height: 4.8rem;
}
.swiper-button-next2 img, .swiper-button-prev2 img{
    width: 2.6rem;
    height: 1.7rem;
}
.swiper-button-next2 img{
    transform: rotateZ(180deg);
}
.swiper-button-next2{
    /* background: #56a7ff; */
    /* box-shadow: 0px 2px 10px  rgba(85, 167, 255, 1); */
}
.swiper-button-prev2:hover, .swiper-button-next2:hover{
    background: #56a7ff;
    /* box-shadow: 0px 2px 10px  rgba(85, 167, 255, 1); */
}
.index-bc-5{
    padding: 15rem 0 14rem 0;
    background-image: url(channels-bg.png);
    background-size: cover;
}
.i5-c{
    display: flex;
    justify-content: space-between;
    align-items: center;
    row-gap: 3rem;
    flex-wrap: wrap;
}
.i5-c-item{
    width: 57.4%;
    position: relative;
    cursor: pointer;
    display: block;
}
.i5-c-item:nth-child(2), .i5-c-item:nth-child(3){
    width: 40.4%;
}
.i5-c-item .img-wrap1{
    padding-top: 30.5%;
}
.i5-c-item:nth-child(2) .img-wrap1, .i5-c-item:nth-child(3) .img-wrap1{
    padding-top: 43.3%;
}
.i5-c-item:hover .img-wrap1 img{
    transform: scale(1.1);
}
.channel-title-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    display: flex;
    align-items: flex-end;
    padding: 3rem 3.3rem;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 1);
    transition: all .3s ease;
    z-index: 10;
}
.channel-title-wrap:hover{
    background: rgba(0, 0, 0,.2);
    border: 1rem solid rgba(255, 255, 255, 0.6);
}


.artical-title{
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin: 4rem auto 6rem auto;
}
.artical-info{
    font-weight: 400;
    line-height: 3.2rem;
    /* text-align: justify; */
}

.about01{
    padding: 6.5rem 0 5.3rem 0;
}
.about01-bg{
    position: absolute;
    top: 0;
    width: 93rem;
    right: -20rem;
}
.about01-content{
    display: grid;
    grid-template-columns: 31% 64.5%;
    justify-content: space-between;
    gap: 4.5%;
    margin-top: 6rem;
    align-items: flex-start;
    position: relative;
}
.about01-left{
    position: relative;
    width: 100%;
    padding-top: 130%;
}
.about-head-bg{
    position: absolute;
    width: 80.5%;
    height: 92%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(23, 81, 163, 1) 0%, rgba(86, 167, 255, 1) 100%), rgba(86, 167, 255, 1);
}
.about01-left img{
    position: absolute;
    width: 92%;
    height: 94%;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.about01-right{
    position: relative;
    height: 100%;
}
.a01-name{
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 5.2rem;
    margin-bottom: 3rem;
}
.a01-text{
    font-weight: 400;
    line-height: 3.2rem;
    text-align: justify;
    margin-top: 3.6rem;
    margin-bottom: 7.5rem;
}
.a01-text.a01-text2{
  display: none;
}
.a01viewmore2{
  display: none;
}
.about02{
  padding: 5.8rem 0 8rem 0;
  background-image: url(about-bg02.png);
  background-size: cover;
}
.about02-bg{
  width: 57rem;
  height: 57rem;
  position: absolute;
  top: 50%;
  left: 57%;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
  background-color: #d1ddf0;
  border-radius: 50%;
}
.about02-bg-01{
  position: absolute;
  width: 82%;
  height: 82%;
  left: 9%;
  top: 9%;
  transition: all .3s ease;
}
.about02-bg:hover .about02-bg-01{
  transform: rotate(360deg);
}
.about02-bg-02{
  position: absolute;
  width: 64%;
  height: 64%;
  left: 18%;
  top: 18%;
}
.about02-content{
    display: grid;
    grid-template-columns: 1fr 1.1fr 0.7fr;
    gap: 2rem;
    justify-content: space-between;
    margin-top: 0.7rem;
    align-items: flex-start;
    position: relative;
}
.about02-left{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9rem 2.4rem;
    margin-top: 7.7rem;
    position: relative;
}
.a02-left-item{
    text-align: center;
}
.a02-left-item img{
    height: 5.8rem;
}
.a02-left-item:nth-child(2) img,.a02-left-item:nth-child(4) img{
  height: 4.5rem;
  margin: 1rem 0 0 0;
}
.a02-left-num{
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 6.537rem;
    color: #1b66f1;
    white-space: nowrap;
    background: -webkit-linear-gradient(#3679FF,#1751A3);
    background: linear-gradient(to bottom, #3679FF,#1751A3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
}
.a02-text{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.16rem;
    color: #585454;
}
.about02-right{
    margin-top: 1rem;
}
.a02-right-item{
    display: flex;
    background-image: url(ab-line.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 2.8rem;
    margin-bottom: 2.3rem;
}
.a02-right-item:nth-child(2){
    margin-left: 5.7rem;
}
.a02-right-item:nth-child(3){
    margin-left: 4.7rem;
}
.a02-right-item img{
    height: 4.4rem;
    margin: 2rem 1.4rem 0 0;
}
.a02-right-item:nth-child(2) img{
  height: 4rem;
}
.a02-right-num{
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 5.213rem;
    /* color: #1b66f1; */
    letter-spacing: 0px;
    line-height: 5.213rem;
    color: #1b66f1;
    white-space: nowrap;
    background: -webkit-linear-gradient(#3679FF, #1751A3);
    background: linear-gradient(to bottom, #3679FF, #1751A3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
}
.about03{
    padding: 5.6rem 0 9.7rem 0;
    background-image: url(about-bg03.png);
    background-size: cover;
}
.about03-text{
    font-weight: 400;
    line-height: 3.2rem;
    text-align: justify;
    margin:4rem 0 3.5rem 0;
}
.about03-img{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 8rem;
    margin-top: 7rem;
}
.ab03img-item{
    position: relative;
    width: 100%;
}
.ab03img-item:nth-child(2){
  transition-delay:0.6s;
}
.ab03img-item .img-wrap1{
    padding-top: 37%;
}
.ab03img-item:hover .img-wrap1 img{
    transform: scale(1.1);
}
.ab03img-item:nth-child(1) .fill-mask{
    opacity: 0.8;
    background: linear-gradient(180deg, rgba(23, 81, 163, 1) 0%, rgba(0, 137, 156, 1) 100%);
}
.ab03img-item:nth-child(2) .fill-mask{
    opacity: 0.8;
    background: linear-gradient(180deg, rgba(23, 81, 163, 1) 0%, rgba(54, 121, 255, 1) 100%), rgba(34, 80, 163, 1);
}
.ab03img-item .channel-title-white{
    font-size: 3.2rem;
}
.about04{
    padding: 6rem 0;
}
.ab04-content{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
    margin-top: 7rem;
}
.ab04-item{
    position: relative;
    height: 50rem;
    opacity: 1;
    border-radius: 11rem;
    background: #ffffff;
    border: 2px solid #f1f1f1;
    text-align: center;
}
.ab04-item:nth-child(2){
  transition-delay:0.2s;
}
.ab04-item:nth-child(3){
  transition-delay:0.3s;
}
.ab04-item:nth-child(4){
  transition-delay:0.4s;
}
.ab04-item:nth-child(5){
  transition-delay:0.6s;
}
.ab04-item:nth-child(6){
  transition-delay:0.8s;
}
.ab04-item:hover{
    background: linear-gradient(180deg, rgba(23, 81, 163, 1) 0%, rgba(86, 167, 255, 1) 100%);
    border: 2px solid rgba(241, 241, 241, 1);
}
.ab04-item .img-wrap1{
    border-radius:11rem;
    padding-top: 148%;
}
.ab04-name{
    font-weight: 700;
    line-height: 3rem;
    color: #273029;
    margin-top: 1.3rem;
    margin-bottom: 0.2rem;
}
.ab04-txt{
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 2.4rem;
    color: #888888;
}
.ab04-item:hover *{
    color: #ffffff;
}

.about05{
    padding: 7rem 0;
    background-image: url(about-bg04.png);
    background-size: cover;
}
.ab05-content{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    margin-top: 5.8rem;
}
.ab05-item{
    position: relative;
    width: 100%;
}
.ab05-item:nth-child(2){
  transition-delay:0.2s;
}
.ab05-item:nth-child(3){
  transition-delay:0.4s;
}
.ab05-item:nth-child(4){
  transition-delay:0.6s;
}
.ab05-item:nth-child(2n){
    margin-top: 11.5rem;
}
.ab05-item:hover .fill-mask1{
    background: none;
}
.ab05-item .zs-wrap{
    bottom: -0.4rem;
}
.ab05-item:hover .zs-wrap{
    background-image: url(icon-zs.png);
}
.ab05-item .channel-title-wrap:hover{
    background: none;
}
.ab05-text{
    min-height: 10rem;
    border-radius: 0 0 3rem 0;
    background: rgba(40, 166, 157, 0.8);
    color: #fff;
    line-height: 2.8rem;
    text-align: center;
    padding: 2.6rem 2rem 1.6rem;
    box-sizing: border-box;
}
.ab05-item:nth-child(2) .ab05-text{
    background: rgba(25, 80, 176, 0.8);
}
.ab05-item:nth-child(3) .ab05-text{
    background: rgba(92, 40, 166, 0.8);
}
.ab05-item:nth-child(4) .ab05-text{
    background: rgba(153, 109, 63, 0.8);
}
.ab05-item:nth-child(1):hover .ab05-text{
    background: rgba(40, 166, 157, 1);
}
.ab05-item:nth-child(2):hover .ab05-text{
    background: rgba(25, 80, 176, 1);
}
.ab05-item:nth-child(3):hover .ab05-text{
    background: rgba(92, 40, 166, 1);
}
.ab05-item:nth-child(4):hover .ab05-text{
    background: rgba(153, 109, 63, 1);
}
.about06 .i-content{
    display: grid;
    grid-template-columns: 45.5% 52.5%;
    gap: 3rem 2%;
}
.about06{
    padding: 7.7rem 0;
    background-image: url(about-bg05.png);
    background-size: cover;
}
.ab06-item{
    position: relative;
}
.ab06-text1,.ab06-text2{
    font-weight: 400;
    line-height: 3.2rem;
    color: #000000;
    margin: 4rem 0 2rem;
}
.ab06-text2{
    color: #a6a6a6;
    margin: 1rem 0;
    display: flex;
    align-items: flex-start;
}
.ab06-text2 img{
    margin-right:1rem;
    margin-top: 0.8rem;
}
.ab06-left-wrap{
    position: relative;
    display: block;
    min-height: 40rem;
    transform: scale(0.8);
}
/* .ab06-left-wrap img{
    width: 100%;
} */
.ab06-text3{
    border-radius: 50%;
    color: #fff;
    background-clip: padding-box;
    transition: all 0.3s ease;
    position: absolute;
    display: inline-block;
    width: 15rem;
    height:15rem;
}
.ab06-text3:first-child, .ab06-text3:nth-child(3),.ab06-text3:nth-child(4){
  width: 10rem;
  height: 10rem;
}
.ab06-text3:first-child{
    background-color: rgba(84, 140, 235, 1);
    border: 1.5rem solid rgba(84, 140, 235, 0.1);
    position: absolute;
    left: 5rem;
    top: 10rem;
}
.ab06-text3:nth-child(2){
    background-color: rgba(14, 201, 186, 1);
    border: 1.5rem solid rgba(14, 201, 186, 0.1);
    position: absolute;
    left: 19rem;
    top: 23rem;
}
.ab06-text3:nth-child(3){
    background-color: rgba(68, 123, 200, 1);
    border: 1.5rem solid rgba(68, 123, 200, 0.1);
    position: absolute;
    left: 24rem;
    top: 2rem;
}
.ab06-text3:nth-child(4){
    background-color: rgb(55 119 227);
    border: 1.5rem solid rgba(84, 140, 235, 0.1);
    position: absolute;
    left: 46rem;
    top: 29rem;
}
.ab06-text3:nth-child(5){
    background-color: rgba(38, 148, 141, 1);
    border: 1.5rem solid rgba(38, 148, 141, 0.1);
    position: absolute;
    left: 43rem;
    top: 3rem;
}
.ab06-text3.active{
  border: 1.5rem solid rgba(84, 140, 235, 0) !important;
  width: 23rem !important;
  height: 23rem !important;
  z-index: 9;
}
.ab06-text3:first-child.active,.ab06-text3:nth-child(3).active,.ab06-text3:nth-child(4).active{
  transform: translate(-6.5rem, -6.5rem);
}
.ab06-text3:nth-child(2).active,.ab06-text3:nth-child(5).active{
  transform: translate(-4rem, -4rem);
}
.ab06-text3::after{
  content: "";
  width: 18.5%;
  height: 18.5%;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  /* transform: translate(50%, 50%); */
  border-radius: 50%;
  background-color: rgba(255, 195, 0, 0);
  transition: all 0.3s ease;
}
.ab06-text3:hover::after,.ab06-text3.active::after{
  background-color: rgba(255, 195, 0, 1);
}
.ab06-text3 > img{
    position: absolute;
    width: 120%;
    height: 120%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    opacity: 0;
    transition: all 0.3s ease;
}
.ab06-text3:hover > img,.ab06-text3.active > img{
    opacity: 1;
}
.ab06-text3 .lxwm-item-txt2{
  font-size: 2rem;
}
.ab06-text3:hover .lxwm-item-txt1,.ab06-text3.active .lxwm-item-txt1{
  opacity: 1;
  transform: translate(-50%, -50%) scale(0.8);
}

.ab06-text3:hover .lxwm-item-txt2,.ab06-text3.active .lxwm-item-txt2{
    opacity: 0;
}
/* .ab06-text3 span:nth-child(1){
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.2rem;
    color: #80fffd;
}
.ab06-text3 span:nth-child(2){
    font-weight: 700;
}
.ab06-text3 span img{
    width: 1.2rem;
    height: 1rem;
    margin-right: 0.8rem;
} */
.ab06-bg-wrap{
    width: 76%;
    position: absolute;
    top: 0;
    right: 0;
}
.ab06-bg{
    width: 100%;
    padding-top: 103%;
    background-color: #1751a3;
}
.ab06-bg-wrap > img{
    position: absolute;
    width: 123%;
    top: 9.6rem;
    right: 4.4rem;
}
.ab06-title-wrap{
    position: absolute;
    top: 2.1rem;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.ab06-title-wrap a{
  display: block;
  margin: auto;
}
.ab06-title-wrap img{
    width: 2.8rem;
    height: 3.0rem;
    margin: auto;
}
.about01-wrap .about01-content,.about02-wrap .about02-content{
    display: block;
}
.about01-left-wrap,.about02-left-wrap{
    width: 31%;
    float: left;
    margin: 0 6.4rem 2.2rem 0;
}
.about01-wrap  .about01-right{
    padding-top: 7rem;
}
.about02-left-wrap{
    width: 48.5%;
}
.about02-left-wrap img{
    width: 100%;
}
.about02-wrap  .about01-right{
    padding-top: 0;
}


.i-content.smyj{
    padding-top: 6rem;
}
.smyjlb{
    margin-top: 3.5rem;
}
.smyj-item{
    position: relative;
    margin-bottom: 6.5rem;
}
.smyj-tag-wrap{
    position: absolute;
    left: 0;
    top: -0.7rem;
    width: 8.4rem;
    height: 8.4rem;
}
.smyj-tag-wrap::after{
    content: "";
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #e7bd97;
    position: absolute;
    top: 5.9rem;
    left: 6.4rem;
}
.smyj-tag-wrap > div{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    line-height: 2.4rem;
    color: #ffffff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #345fab;
}
.smyj-content{
    padding: 1.9rem 4.7rem 1.9rem 11rem;
    display: inline-block;
    font-weight: 400;
    line-height: 3.2rem;
    color: #345fab;
    border-radius: 5rem;
    background: linear-gradient(180deg, rgba(252, 225, 194, 0.5) 0%, rgba(254, 158, 158, 0) 100%);
}


.i-content.lcb{
    padding-top: 6rem;
}
.lcb-wrap{
    margin-top: 6rem;
}
.lcb-item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 6.7rem;
    margin-bottom: 4rem;
}
.lcb-item > img{
    width: 100%;
    margin-top: 6.2rem;
    border: 0.5rem solid rgba(255, 255, 255, 1);
    box-shadow: 0rem 1.5rem 1.5rem  rgba(42, 130, 228, 0.2);
}
.lcb-text{
    font-weight: 400;
    line-height: 3.2rem;
    background: url(lcb-item-bg.png) top left no-repeat;
    box-sizing: border-box;
    padding-top: 6.2rem;
}
.lcb-text.ltl{
    padding-left: 8.7rem;
}
.lcb-text.ltr{
    text-align: right;
    background: url(lcb-item-bg.png) top right no-repeat;
    padding-right: 8.7rem;
}
.lcb-time{
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 3.2rem;
}
.lcb-time{
    margin-bottom: 4rem;
}


.i-content.zxwyh{
    padding-top: 6rem;
}
.zxwyhlb{
    margin-top: 6rem;
}
.zxwyhlb{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem 8rem;
}
.item-top{
    position: relative;
    width: 100%;
    padding: 3.2rem 2.8rem 0 2.8rem;
    background: linear-gradient(136.44deg, rgba(31, 124, 255, 0.24) 0%, rgba(86, 167, 255, 0) 50%);
    border: 2px solid #f1f1f1;
    border-bottom: none;
    box-sizing: border-box;
    transition: all ease 0.5s;
}
.zxwyh-item .item-top::before{
  transition: all ease 0.5s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 81%;
  padding-top: 92%;
  opacity: 1;
}
.zxwyh-item:hover .item-top::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 81%;
    padding-top: 92%;
    opacity: 1;
    background: linear-gradient(180deg, rgba(86, 167, 255, 1) 0%, rgba(23, 81, 163, 1) 100%);
    clip-path: polygon(0 0, 81% 0, 0 92%);
}
.zxwyh-item .img-wrap1{
    padding-top: 130%;
}
.zxwyh-text{
    width: 100%;
    min-height: 13rem;
    background-color: #fff;
    padding: 2.3rem 2.8rem 1.5rem;
    box-sizing: border-box;
    text-align: center;
    border: 2px solid #f1f1f1;
    border-top: none;
}
.zxwyh-txt1{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 1rem;
}
.zxwyh-txt2{
    font-weight: 400;
    line-height: 2.4rem;
    color: #888888;
}


.i-content.yq{
    padding-top: 6rem;
}
.yq-wrap{
    margin-top: 4.5rem;
}
.yq-dt-wrap{
    position: relative;
    width: 92rem;
    height: 78.4rem;
    margin: 50rem auto 40rem;
}
.yq-dt{
    position: absolute;
    width: 100%;
    height: 100%;
}
.yq-item{
    width: 63rem;
    height: 44rem;
    border-radius: 3.8rem;
    background: linear-gradient(0deg, rgba(25, 84, 166, 1), rgba(25, 84, 166, 1)), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    box-shadow: 1rem 1rem 0rem  rgba(42, 130, 228, 0.3);
    position: absolute;
    box-sizing: border-box;
    display: block;
}
.yq-item:nth-child(2){
    top: -44.9rem;
    left: -22.3rem;
}
.yq-item:nth-child(3){
    top: -28rem;
    right: -21.3rem;
}
.yq-item:nth-child(4){
    bottom: -18.7rem;
    left: -22.3rem;
}
.yq-item:nth-child(5){
    bottom: -28rem;
    right: -21.3rem;
}
.yq-item .img-wrap1{
    padding-top: 52.4%;
    border-radius: 3.8rem;
}
.yq-text-wrap{
    padding: 0rem 1.5rem;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3.2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 10.9rem;
}
.yq-title{
    font-size: 2.2rem;
    font-weight: 700;
}
.yq-line{
    width: 100%;
    height: 0.3rem;
    background: linear-gradient(90deg, rgba(86, 167, 255, 0) 0%, rgba(86, 167, 255, 1) 55.56%, rgba(86, 167, 255, 0) 100%);
    margin-top: 0.5rem;
}
.yq-tag{
    position: absolute;
    top: 0;
    right: 0;
    width: 20.7rem;
    height: 6rem;
    border-radius: 0rem 3rem 0rem 3rem;
    background: rgba(19, 76, 161, 0.5);
    line-height: 6rem;
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.yqtp-swiper{
    position: relative;
    width: 100%;
    margin-top: 6rem;
    overflow: hidden;
    margin-bottom: 3.5rem;
}
.yqtpSwiperThumbs {
  border-bottom: 1px solid #E5E5E5;

}
.yqtpSwiperThumbs .swiper-button-next, .yqtpSwiperThumbs .swiper-button-prev{
  background-color: #234b87;
}
.yqtpSwiperThumbs .swiper-button-next:hover, .yqtpSwiperThumbs .swiper-button-prev:hover{
  background-color: #56a7ff;
  box-shadow: 0px 2px 10px rgba(85, 167, 255, 1);
}
.yqtpSwiperThumbs .swiper-button-next:after, .yqtpSwiperThumbs .swiper-button-prev:after{
  color: #fff;
}
.yqtp-swiper .swiper-slide,.yqtpSwiperThumbs .s-imgwrap{
    padding-top: 56.7%;
}
.yqtp-swiper .swiper-slide img,.yqtpSwiperThumbs .s-imgwrap img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
}
.yqtpSwiperThumbs .s-imgwrap img{
    object-fit: cover;
    cursor: pointer;
}
.yqtpSwiperThumbs .yqtp-wraps{
  padding-bottom: 3rem;
}
.yqtpSwiperThumbs .yqtp-wraps .s-imgwrap{
  position: relative;
}
.yqtpSwiperThumbs .yqtp-wraps .swiper-slide-thumb-active .s-imgwrap:after{
  content: '';
  display: inline-block;
  width: 100%;
  height: .5rem;
  position: absolute;
  bottom: -3rem;
  left: 0;
  background: #2A82E4;
}

.i-content.xcsc{
    padding-top: 6rem;
}
.xcsc-wrap{
    margin-top: 3.4rem;
    position: relative;
    width: 100%;
}
.xcsc-img-wrap{
    position: relative;
    width: 92.7%;
    padding-top: 47.8%;
    border-radius: 0 18rem 0 0;
    overflow: hidden;
}
.booklet-img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.xcsc-down-wrap{
    position: absolute;
    width: 26rem;
    height: 26rem;
    border-radius: 1.6rem;
    background: rgba(42, 130, 228, 1);
    box-shadow: 0 0.4rem 2rem  rgba(222, 222, 222, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: 0;
    transform: translateY(-38%);
}
.xcsc-down-wrap:hover{
    filter: brightness(1.2);
}
.xcsc-down-iconwrap{
    width: 8rem;
    height: 8rem;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    margin: 4rem auto 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.xcsc-down-iconwrap img{
    width: 3.2rem;
    height: 3.2rem;
}
.xcsc-down-line{
    width: 5rem;
    height: 0;
    border: 1px solid rgba(255, 255, 255, 1);
}
.xcsc-down-text{
    margin: auto;
    color: #fff;
    font-weight: 400;
    line-height: 2.4rem;
}


.body-content.lxwm{
    background-image: url(about-bg05.png);
    background-size: cover;
    background-clip: padding-box;
    min-height: 74rem;
}
.i-content.lxwm{
    padding-top: 6rem;
}
.lxwm-wrap{
    margin-top: 3.6rem;
}
.lxwm-txt-wrap{
    font-weight: 400;
    line-height: 3.2rem;
    color: rgba(56, 56, 56, 1);
    margin-bottom: 1.2rem;
}
.lxwm-txt1{
    color: #000;
    margin-bottom: 3rem;
}
.lxwm-txt-wrap span{
    font-weight: 700;
    color: #000;
}
.lxwm-item-wrap{
    width: 100%;
    position: relative;
    height: 40rem;
}
.lxwm-item{
    border-radius: 50%;
    position: absolute;
    color: #fff;
    background-clip: padding-box;
    transition: all 0.3s ease-in-out;
}
.lxwm-item:first-child{
    width: 20rem;
    height:20rem;
    left: 7.4rem;
    top: 7.3rem;
    background-color: rgba(84, 140, 235, 1);
    border: 1.5rem solid rgba(84, 140, 235, 0.1);
}
.lxwm-item.active{
  border: 1.5rem solid rgba(84, 140, 235, 0) !important;
  width: 30rem !important;
  height: 30rem !important;
  z-index: 9;
  /* transform: translate(-50%, -50%); */
}
.lxwm-item::after{
  content: "";
  width: 18.5%;
  height: 18.5%;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  /* transform: translate(50%, 50%); */
  border-radius: 50%;
  background-color: rgba(255, 195, 0, 0);
  transition: all 0.3s ease;
}
.lxwm-item.active::after{
  background-color: rgba(255, 195, 0, 1);
}
.lxwm-item:nth-child(1).active{
  transform: translate(-5rem, -5rem);
}
.lxwm-item > img{
    position: absolute;
    width: 120%;
    height: 120%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    opacity: 0;
    transition: all 0.3s ease;
}
.lxwm-item.active > img{
    opacity: 1;
}
.lxwm-item-txt1{
    color: #fff;
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: center;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1;
}
.lxwm-item.active .lxwm-item-txt1{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.lxwm-item-txt1 span:nth-child(1){
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.2rem;
    color: #80fffd;
    display: block;
    margin-bottom: 1.6rem;
}
.lxwm-item-txt1 span:nth-child(2){
    font-weight: 700;
    display: block;
    margin-bottom: 1rem;
}
.lxwm-item-txt1 span img{
    width: 1.2rem;
    height: 1rem;
    margin-right: 0.8rem;
}
.lxwm-item:nth-child(2){
    width: 20rem;
    height: 20rem;
    background-color: rgba(14, 201, 186, 1);
    border: 1.5rem solid rgba(14, 201, 186, 0.1);
    left: 38rem;
    top: 20.5rem;
}
.lxwm-item:nth-child(2).active{
  transform: translate(-5rem, -5rem);
}
.lxwm-item-txt2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    transition: all 0.3s ease;
}
.lxwm-item.active .lxwm-item-txt2{
    opacity: 0;
}
.lxwm-item:nth-child(3){
    width: 15rem;
    height: 15rem;
    background-color: rgba(68, 123, 200, 1);
    border: 1.5rem solid rgba(68, 123, 200, 0.1);
    left: 65rem;
    top: 5rem;
}
.lxwm-item:nth-child(3).active{
  transform: translate(-7.5rem, -7.5rem);
}
.lxwm-item:nth-child(4){
    width: 15rem;
    height: 15rem;
    background-color: rgb(55 119 227);
    border: 1.5rem solid rgba(84, 140, 235, 0.1);
    left: 80rem;
    top: 28.6rem;
}
.lxwm-item:nth-child(4).active{
  transform: translate(-7.5rem, -7.5rem);
}
.lxwm-item:nth-child(5){
    width: 20rem;
    height: 20rem;
    background-color: rgba(38, 148, 141, 1);
    border: 1.5rem solid rgba(38, 148, 141, 0.1);
    top: 10.7rem;
    left: 108rem;
}
.lxwm-item:nth-child(5).active{
  transform: translate(-5rem, -5rem);
}

.lxwm-item-wrap-small{
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  display: none;
  margin-top: 2rem;
}
.lxwm-item-text{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.8rem;
  background-clip: padding-box;
  flex-direction: column;
  padding: 2rem;
  box-sizing: border-box;
  border-radius: 3rem;
}
.lxwm-item-text:first-child{
    background-color: rgba(84, 140, 235, 1);
    border: 1.5rem solid rgba(84, 140, 235, 0.1);
}
.lxwm-item-text:nth-child(2){
    background-color: rgba(14, 201, 186, 1);
    border: 1.5rem solid rgba(14, 201, 186, 0.1);
}
.lxwm-item-text:nth-child(3){
    background-color: rgba(68, 123, 200, 1);
    border: 1.5rem solid rgba(68, 123, 200, 0.1);
}
.lxwm-item-text:nth-child(4){
    background-color: rgb(55 119 227);
    border: 1.5rem solid rgba(84, 140, 235, 0.1);
}
.lxwm-item-text:nth-child(5){
    background-color: rgba(38, 148, 141, 1);
    border: 1.5rem solid rgba(38, 148, 141, 0.1);
}
.lxwm-item-text span{
  display: block;
  margin-bottom: 0.5rem;
}
.lxwm-item-text span:nth-child(1){
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.2rem;
    color: #80fffd;
    display: block;
    margin-bottom: 1.6rem;
}
.lxwm-item-text span:nth-child(2){
    font-weight: 700;
    display: block;
    margin-bottom: 1rem;
}
.lxwm-item-text span img{
    width: 1.2rem;
    height: 1rem;
    margin-right: 0.8rem;
}


.i-content.yjgl{
    padding-top: 6rem;
}
.research-area{
    margin-top: 3.6rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem 2.2rem;
    padding-bottom: 6rem;
}
.research-item .zs-wrap-red{
    bottom: -0.4rem;
}
.research-title{
    padding: 3rem 1rem 3rem 1rem;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.4rem;
}
.body-content.focus{
    background-image: url(focus-bg.png);
    background-size: cover;
}
.focus-mask1,.focus-mask2{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(60, 129, 246, 0.5) 0%, rgba(137, 93, 246, 0.5) 100%);
    z-index: 2;

}
.focus-mask2{
    background: linear-gradient(180deg, rgba(60, 129, 246, 0.5) 0%, rgba(137, 93, 246, 0.5) 100%);
    z-index: 1;
}
.body-content.focus .i-content{
    z-index: 3;
    padding: 5.7rem 0;
}
.body-content.focus .view-more3{
    color: #fff;
}
.re-focus{
    display: grid;
    grid-template-columns: 1fr 63%;
    gap: 3rem;
}
.re-f-video,.re-f-videowrap{
    position: relative;
    width: 100%;
}
.re-f-videowrap{
    padding-top: 57%;
    margin-top: 6rem;
}
.video-border{
    position: absolute;
    width: 95%;
    height: 95%;
    top: -3.2rem;
    left: -3.5rem;
    border: 2px solid rgba(255, 255, 255, .8);
    z-index: 1;
}
.re-f-video video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.re-f-titlewrap{
    margin-top: 11.6rem;
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.4rem;
    color: #ffffff;
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.re-f-title{
    margin-bottom: 4rem;
}
.re-f-title a{
  position: relative;
  color: #ffdc76;
}
.re-f-title a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0.1rem;
    background: #ffffff47;
    bottom: -2.2rem;
    left: 0;
}
.re-f-title-des{
    font-size: 2.2rem;
    font-style: italic;
    line-height: 3.6rem;
    margin-bottom: 5rem;
    margin-top: 2rem;
}
.body-content.yjlyxl{
    padding-top: 7.2rem;
    background-image: url(research-details-bg1.png);
    background-size: cover;
}
.yjlyxl1{
    display: grid;
    grid-template-columns: 43% 1fr;
    gap: 3.4rem;
    align-items: center;
    /* word-break: break-all; */
}
.yjlyxl-imgwrap{
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background: rgba(232, 238, 252, 1);
    position: relative;
    overflow-y: hidden;
    margin-bottom: 2rem;
}
.yjlyxl-imgwrap img{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    position: absolute;
    top: 1rem;
    left: 1rem;
    object-fit: cover;
}
.yjlyxl-text1{
    font-weight: 400;
    line-height: 2.8rem;
    margin-top: 3rem;
}
.yjlyxl-tag{
    height: 4.3rem;
    line-height: 4.3rem;
    border-radius: 2.15rem;
    background: linear-gradient(-90deg, rgba(23, 81, 163, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(42, 130, 228, 1) 100%);
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff;
    padding-left: 2rem;
    margin-top: 2.3rem;
    margin-bottom: 3rem;
}
.yjlyxl-text2{
    display: flex;
    gap: 3rem 6rem;
    margin-bottom: 4.8rem;
    font-size: 1.8rem;
}
.yjlyxl-text2 span{
    display: flex;
    align-items: center;
    gap: 1.7rem;
    line-height: 1;
}
.i-content.yjlyxl2{
    padding-top: 4.9rem;
    margin-bottom: 10rem;
}
.table-wrap{
    overflow: hidden;
    overflow-x: auto;
}
.yjlyxl2-table{
    margin-top: 4.6rem;
    text-align: left;
    font-size: 2rem;
    min-width: 80rem;
}
.yjlyxl2-table thead{
    color: #fff;
    background: linear-gradient(90deg, rgba(23, 81, 163, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(42, 130, 228, 1) 100%), rgba(42, 130, 228, 1);
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.8rem;
}
.yjlyxl2-table thead th{
    padding: 3rem 3rem;
    text-align: center;
}
.yjlyxl2-table thead th:first-child{
    min-width: 25rem;
}
.yjlyxl2-table tbody tr{
    background: #f2f5fb;
}
.yjlyxl2-table tbody tr:nth-child(2n){
    background-color: #ddebff;
}
.yjlyxl2-table tbody tr td{
    padding: 3rem;
}
.yjlyxl2-table tbody tr td:first-child{
    color:#2a82e4;
    white-space: nowrap;
    text-align: center;
}
.yjlyxl2-table tbody tr td:nth-child(2){
  text-align: center;
}


.body-content.yjlyxl3{
    padding-top: 6rem;
    background-image: url(research-details-bg1.png);
    background-size: cover;
}
.yjlyxl-content{
    font-size: 2rem;
    font-weight: 400;
    line-height: 3.2rem;
    margin-top: 2rem;
    margin-bottom: 6rem;
}
.re-leader-wrap{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    background: linear-gradient(136.44deg, rgba(31, 124, 255, 0.24) 0%, rgba(86, 167, 255, 0) 20%);
}
.re-leader-head{
    width: 19.3%;
    position: absolute;
    top: 2.3rem;
    left: 2.9rem;
    z-index: 4;
}
.re-leader-content{
    width: 88%;
    padding-right: 12rem;
    padding-left: 27rem;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(233, 241, 254, 1) 0%, rgba(233, 241, 254, 0) 100%);
    position: relative;
    margin-top: 6.7rem;
    padding-bottom: 4rem;
    padding-top: 4.8rem;
}
.re-leader-content::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 25.7%;
    padding-top: 25.7%;
    opacity: 1;
    background: linear-gradient(180deg, rgba(86, 167, 255, 1) 0%, rgba(23, 81, 163, 1) 100%);
    clip-path: polygon(0 0, 100% 0, 94% 7%, 0 7%);
    top: -2rem;
}
.re-leader-name{
    font-size: 4rem;
    font-weight: 700;
    line-height: 4.8rem;
    margin-bottom: 3.5rem;
}
.re-leader-line{
    border: 1px solid rgba(193, 214, 247, 1);
    margin-bottom: 3.5rem;
}
.re-info-item{
    display: flex;
    align-items: center;
    gap: 1.7rem;
    line-height: 1;
    margin-bottom: 2rem;
}
.ry-list{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4rem 7rem;
    margin-top: 4rem;
}
.ry-item{
    width: 100%;
    position: relative;
}
.ry-item .img-wrap1{
    padding-top: 126.7%;
    background-color: #2a82e4;
}
.ry-item .img-wrap1 img{
    height: calc(100% - 0.8rem);
}
.ry-item-content{
    width: 100%;
    text-align: left;
    line-height: 2.4rem;
}
.ry-item-name{
    font-weight: 700;
    color: #000000;
    margin: 1.2rem 0 1.5rem 0;
}
.ry-item-text{
    font-weight: 400;
    color: #a6a6a6;
    font-size: 1.8rem;
}


.body-content.kxj::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #ebf2f9;
    z-index: 1;
}
.body-content.kxj .i-content{
    background-color: transparent;
    padding-bottom: 8rem;
}
.kxj-top{
    display: grid;
    grid-template-columns: 35% 52.5%;
    gap: 3rem 5.47%;
    justify-content: center;
    padding-top: 6rem;
    background-color: transparent;
    position: relative;
    z-index: 2;
}
.kxj-swiper1-container{
    position: relative;
    width: 95.8%;
    padding-top: 125%;
}
.kxj-swiper1-container::after{
    content: "";
    position: absolute;
    bottom: -2rem;
    left: -2rem;
    width: 88%;
    padding-top: 88%;
    opacity: 1;
    background: linear-gradient(180deg, rgba(23, 81, 163, 1) 0%, rgba(86, 167, 255, 1) 100%), rgba(204, 204, 204, 1);
    clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.kxj-swiper1{
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.kxj-swiper1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kxjSwiperThumbs{
    width: 100%;
    /* height: 14rem; */
    margin-top: -7rem;
}
.kxjSwiperThumbs .swiper-slide::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 37, 107, 0.6);
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
}
.kxjSwiperThumbs .swiper-slide.swiper-slide-thumb-active::after{
    background: rgba(10, 37, 107, 0);
    cursor:default;
}
.s-kxj-imgwrap{
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.s-kxj-imgwrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: absolute;
    top: 0;
    left: 0;
}
.kxj-swiper2{
    overflow: hidden;
}
.kxj-info{
    box-shadow: 0px 0px 0.4rem 0.5rem rgba(194, 194, 194, 0.25);
    border-radius: 0rem 4rem 0 4rem;
    padding: 4.5rem 5.6rem 8rem 5.6rem;
    min-height: 43.5rem;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0.5rem;
}
.kxj-name{
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.32rem;
    margin-bottom: 1.5rem;
}
.kxj-text1{
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.36rem;
    color: #56a7ff;
    margin-bottom: 3.3rem;
}
.kxj-text2{
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3.4rem;
}
.kxj-swiper-btn{
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
}
.kxj-swiper-btn > div{
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #234b87;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 5.3rem;
}
.kxj-swiper-btn > div:hover{
    background: rgba(86, 167, 255, 1);
    /* box-shadow: 0px 2px 10px  rgba(85, 167, 255, 1); */
}
.kxj-swiper-btn > div img{
    width: 2.6rem;
}
.kxj-swiper-btn > div:last-child img{
    transform: rotate(180deg);
}
.i-content.yjlyxl4{
    padding-top: 6rem;
}
.ry-search-wrap{
    width: 97%;
    margin: 6.8rem auto 0;
}
.ry-search{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 3rem;
}
.ry-search .select-wrap{
    position: relative;
    flex: 1;
    min-width: 19rem;
}
.ry-search select,.ry-input{
    flex: 1;
    height: 4.4rem;
    border-radius: 2.2rem;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    line-height: 4.4rem;
    padding: 0 2.8rem;
    font-size: 1.6rem;
    width: 100%;
    display: block;

}
.ry-search select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  outline: none;
}
.ry-search .select-wrap::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  pointer-events: none;
  color: #878787;
  font-size: 1.2rem;
}
.ry-search select:invalid,.ry-input:invalid{
    color: #878787;
}
.ry-input::placeholder{
  color: #878787;
}
.ry-search select:focus,.ry-input:focus,.ry-search select:valid ,.ry-input:valid {
    color:#878787;
}
.ry-search select option{
    border: 1px solid #878787;
}
.search-itemline{
    width: 0;
    height: 4.4rem;
    border: 1px solid #d4d4d4;
    margin: 0 4.4rem;
}
.ry-input{
    margin-right: 1.6rem;
}
.ry-search-btn{
    height: 4.4rem;
    border-radius: 2.2rem;
    background: #56a7ff;
    line-height: 4.4rem;
    padding: 0 2.8rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ry-search-btn:hover{
    box-shadow: 0rem 0.2rem 1rem  #55a7ff;
}
.ry-search-btn img{
    width: 2rem;
    height: 2rem;
    /* margin-right: 1rem; */
}
.ry-search-byletter{
    margin-top: 4.3rem;
    display: flex;
    align-items: center;
}
.ry-search-byletter span{
    flex:1;
    text-align: center;
    line-height: 1;
    color: #a6a6a6;
}
.ry-search-byletter span.hasry{
    color: #55a7ff;
    cursor: pointer;
}
.ry-search-byletter span.hasry:hover,.ry-search-byletter span.hasry.active{
  font-size: 2.2rem;
  font-weight: 700;
}
.ry-search-byletter .search-itemline{
    height: 2rem;
    margin: 0;
    margin-left: 0.5rem;
}

@media screen and (max-width: 1920px){
    .index-bc-1 .title-bg-wrap{
        left: 0;
    }
    .index-bc-1 .title-wrap{
        width: 71.4%;
        left: calc(28.6% / 2)
    }
}
@media screen and (max-width: 1800px){
    .about02-bg{
        width: 50rem;
        height: 50rem;
    }
    .ab06-text3{
        /* transform: scale(0.8); */
    }
    .ab04-item{
      height: 45rem;
    }
    .lxwm-item-txt2{
        font-size: 2rem;
    }
    
}
@media screen and (max-width: 1600px){
  .artical-title{
    font-size: 3.2rem;
  }
  .index-bc-1 .title-bg-wrap,.index-bc-1 .title-bg-wrap img:first-child{
      width: 100%;
  }
  .index-bc-1{
    height: 62.5rem;
  }
  .index-bc-1 .title-bg-wrap{
    height: 15rem;
  }
  .index-bc-1 .title-wrap{
    padding: 2rem 0;
  }
  .index-bc-1 .title-bg-wrap img:nth-child(2){
      display: none;
  }
  .about02-bg{
      width: 43rem;
      height: 43rem;
  }
  .a02-left-item img{
      height: 4.8rem;
  }
  .a02-left-num{
      font-size: 3.8rem;
  }
  .a02-text{
      font-size: 1.6rem;
  }
  .a02-right-item img{
      height: 3.4rem;
  }
  .a02-right-num{
      font-size: 2.8rem;
  }
  .ab04-item{
    height: 45rem;
  }
  .ab06-text3{
      /* transform: scale(0.7); */
  }
  .zxwyh-text{
    min-height: 18rem;
  }
  .zxwyhlb{
      column-gap: 4rem;
  }
  .lxwm-item-txt1 {
      transform: translate(-50%, -50%) scale(.9);
  }
  .lxwm-item-txt2{
      font-size: 1.8rem;
  }
  .re-f-titlewrap{
      margin-top: 4.6rem;
      font-size: 2.8rem;
  }
  .re-f-title{
      margin-bottom: 3rem;
  }
  .re-leader-content{
      padding-left: 20rem;
  }
  .ry-list{
      gap: 4rem;
  }
  .ab06-left-wrap{
    transform: scale(.7) translate(-6rem, -7rem);
  }
  .lxwm-item-wrap{
    transform: scale(0.8) translate(-17rem, 0);
  }
  .zxx-style .z-news-content .news-research-box .img-boxs .media-title{
    padding: 2rem 1.5rem 2rem 1.5rem !important;
  }
  .zxx-style .z-news-content .news-research-box .img-boxs .media-title .title{
    font-size: 2rem !important;
    margin-top: 0 !important;
  }
  .zxx-style .z-news-content .news-media .news-media-box .media-right li .media-title{
    font-size: 2.2rem !important;
  }
  .zxx-style .z-news-content .common-text-list li .text-link .text-info .titles{
    font-size: 2.2rem !important;
  }
  .zxx-style .common-file-list li .file-link .text-info .titles{
    font-size: 2.2rem !important;
  }
}
@media screen and (max-width: 1400px){
  
    .ab04-item{
      height: 41rem;
    }
    .ab06-text3{
        /* transform: scale(0.6); */
        left: 0.5rem;
        bottom: 3rem;
    }
    .zxwyhlb{
        column-gap: 3rem;
    }
    .item-top {
        padding: 2.2rem 1.8rem 0 1.8rem;
    }
    .yq-dt-wrap{
        left: 50%;
        transform: scale(0.8) translate(calc(-50% / 0.8), -20rem);
    }
    
    .lxwm-item-txt1 {
        transform: translate(-50%, -50%) scale(.8);
    }
    .lxwm-item-txt2 {
        font-size: 1.6rem;
    }
    .re-f-titlewrap{
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .re-f-title{
        margin-bottom: 2rem;
    }
    .re-leader-content{
        padding-left: 15rem;
        padding-right: 0;
    }
    .ry-list{
        grid-template-columns: repeat(4, 1fr);
    }
    .ab06-left-wrap{
      transform: scale(0.6) translate(-11rem, -15rem);
    }
    .xcsc-down-wrap{
      width: 20rem;
      height: 20rem;
    }
    .xcsc-down-iconwrap{
      margin: 3rem auto 2rem;
    }
    .kxjSwiperThumbs{
      margin-top: -6rem;
    }
}
@media screen and (max-width: 1200px){
    .about02-content{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .about02-bg{
        width: 32rem;
        height: 32rem;
    }
    .ab03img-item .channel-title-white{
        font-size: 2.6rem;
    }
    .ab04-content {
        grid-template-columns: repeat(3, 1fr);
    }
    .ab05-content {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .ab04-item{
      height: 53rem;
    }
    .ab06-text3{
        /* transform: scale(0.5); */
        left: -1.5rem;
    }
    .ab06-bg-wrap{
        width: 73%;
    }
    .zxwyh-txt1{
        font-size: 2.2rem;
    }
    .zxwyh-txt2{
        font-size: 1.8rem;
    }
    .yq-dt-wrap{        
        transform: scale(0.7) translate(calc(-50% / 0.7), -30rem);
    }
    .lxwm-item-txt2 {
        font-size: 1.4rem;
    }
    .lxwm-item-txt1 {
        transform: translate(-50%, -50%) scale(.6);
        width: 113%;
        text-align: center;
    }
    .re-leader-content{
        padding-left: 12rem;
    }
    
    .lxwm-item-wrap{
      transform: scale(0.65) translate(-26rem, 0);
    }
    
    .kxjSwiperThumbs{
      margin-top: -5rem;
    }
}
@media screen and (max-width: 1024px){
    .sub-header{
      height: 49rem;
    }
    
    .index-swiper1{
      margin-top: 14rem;
    }
    .a01-text{
        margin-bottom: 3.5rem;
    }
    .about02-content{
        grid-template-columns: 1.4fr 1fr;
        gap: 3rem;
    }
    .about02-bg,.about02-middle{
        display: none;
    }
    .about02{
      padding-bottom: 3.8rem;
    }
    .about02-right{
      margin-top: 6.5rem;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
    }
    .a02-right-item{
        padding-bottom: 1.5rem;
        margin-bottom: 1rem;
        margin-left: 0 !important;
    }
    
    .ab04-content {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .ab04-item{
      height: 51rem;
    }
    .about06 .i-content {
        grid-template-columns: 1fr;
    }
    .ab06-text3 {
        transform: scale(1);
        left: -1.5rem;
        bottom: 0;
    }
    .ab06-bg-wrap{
        position: relative;
        width: 100%;
    }
    .ab06-bg{
        padding-top: 90%;
    }
    .ab06-bg-wrap > img{
        right: 0;
        width: 100%;
    }
    .yq-dt-wrap{        
        transform: scale(0.6) translate(calc(-50% / 0.6), -55rem);
    }
    .lxwm-item-txt2 {
        font-size: 1.6rem;
    }
    .lxwm-item-txt1 {
        transform: translate(-50%, -50%) scale(.7);
        text-align: center;
    }
    .re-leader-content{
        padding-left: 15rem;
        padding-top: 3rem;
    }
    .research-area{
      grid-template-columns: repeat(3, 1fr);
    }
    .ab06-left-wrap{
      transform: scale(0.8) translate(-3rem, -2rem);
    }
    .ab06-title-wrap{
      top: 3.1rem;
    }
}
@media screen and (max-width: 900px){
    
  .ab04-item{
    height: 47rem;
  }
}
@media screen and (max-width: 768px){
    .a01-name{
        font-size: 3.4rem;
    }
    
    .ab04-item{
      height: 47rem;
    }
    .index-bc-1{
        height: 50rem;
    }

    .index-bc-1 .title-bg-wrap,.index-bc-1 .title-wrap,.index-swiper1-pagination,.index-bc-1 .zs-icon,.index-bc-2 .zs-icon,.index-bc-4 .zs-icon{
      display: none;
    }
    .index-bc-1 .title-wrap-1{
      display: block;
      position: relative;
      padding: 3%;
      padding-bottom: 3rem;
    }
    .sub-header{
      height: 39rem;
    }
    .index-bc-1{
      height: auto;
    }
    .swiper-slide > .main-img{
      height: 34rem;
    }
    .index-swiper1 .swiper-slide > .main-img{
      display: none;
    }
    .swiper1-img-wrap{
      display: block;
    }
    .swiper-slide .swiper1-img-wrap .main-img{
      position: absolute;
      top: 0;
      left: 0;
    }
    .tag-icon2{
      padding: 0 2rem;
      height: 5rem;
      line-height: 5rem;
      color: #fff;
      background-color: #56a7ff;
      position: absolute;
      top: -3rem;
      border-radius: 2.5rem;
    }
    .title-wrap-1 .title1{
      color: #444;
      font-size: 2.4rem;
      margin: 2rem auto 2rem;
      font-weight: 700;
      line-height: 3.2rem;
    }
    .index-swiper1 .swiper-pre-next1,.i2-c-small .index-swiper1 .swiper-pre-next3{
      display: flex;
      position: absolute;
      right: 3%;
      top: 28rem;
      align-items: center;
      justify-content: flex-end;
      z-index: 10;
    }
    .swiper-button-prev1, .swiper-button-next1, .swiper-button-prev3, .swiper-button-next3{
      display: inline-block;
      width: 4.8rem;
      height: 4.8rem;
      border-radius: 50%;
      background: #234b87;
      cursor: pointer;
      margin-left: 2rem;
      text-align: center;
      line-height: 4.8rem;
    }
    .swiper-button-prev1:hover, .swiper-button-next1:hover,.swiper-button-prev3:hover, .swiper-button-next3:hover{
      background: #56a7ff;
    }
    .swiper-button-next1 img, .swiper-button-prev1 img, .swiper-button-next3 img, .swiper-button-prev3 img{
      width: 2.6rem;
      height: 1.7rem;
    }
    .swiper-button-next1 img, .swiper-button-next3 img {
      transform: rotateZ(180deg);
    }
    .i2-c{
      display: none;
    }
    .i2-c-small{
      display: block;
      margin-top: 4rem;
    }
    .index-swiper3{
      /* border-radius: 1rem; */
      background-color: #fff;
      box-shadow: 0 0.4rem 2rem rgba(222, 222, 222, 0.75);
      overflow: hidden;
    }
    .i2-c-small .swiper-slide .main-img{
      height: 36rem;
    }
    .index-title-wrap3{
      padding: 1rem 3% 0 3%;
      margin-bottom: 3rem;
    }
    .index-title-wrap3 .title1{
      color: #444;
      font-size: 2.4rem;
      margin-bottom: 3rem;
      line-height: 3.2rem;
    }
    .index-title-wrap3 .time{
      color: #666;
      margin-bottom: 3rem;
    }
    .swiper-operator-wrap{
      margin-top: 5rem;
      justify-content: space-between;
    }
    .swiper-operator-wrap .view-more{
      left: 0;
      top: 0;
      white-space: nowrap;
      position: relative;
      transform: none;
    }
    .index-bc-3{
      background-size: cover;
      height: 50rem;
    }
    .index-bc-4{
      margin-top: -20rem;
    }
    .i5-c{
      width: 100%;
      overflow: hidden;
    }
    .i5-c-item{
      transform: translateX(3rem);
    }
    .i5-c-item:nth-child(2n) {
      transform: translateX(-3rem);
    }
    .i5-c-item .img-wrap1,.i5-c-item:nth-child(2) .img-wrap1, .i5-c-item:nth-child(3) .img-wrap1{
      padding-top: 26rem;
    }

    /* .i2-c{
        grid-template-columns: 1fr;
        gap: 3rem;
    } */
    .index-bc-2{
        padding-bottom: 7.5rem;
    }
    .i4-c{
        padding-top: 3.7rem;
    }
    .index-bc-5{
        padding: 10rem 0;
    }
    .i5-c-item{
        width: 100% !important;
    }
    .about02-content{
      grid-template-columns: 1fr;
    }
    .about03-img{
        grid-template-columns: 1fr;
    }
    .ab03img-item .channel-title-white{
        font-size: 3.6rem;
    }
    .about01-left-wrap, .about02-left-wrap{
        margin: 0 2.4rem 1.2rem 0;
    }
    
    .lcb-item {
        gap: 3rem 3rem;
    }
    .zxwyhlb{
        grid-template-columns: 1fr 1fr;
    }
    
    .yq-dt-wrap{        
        transform: scale(0.44) translate(calc(-50% / 0.44), -97rem);
    }
    .lxwm-item-txt1 {
        transform: translate(-50%, -50%) scale(.7);
        text-align: center;
    }
    .re-focus{
        grid-template-columns: 1fr;
    }
    .re-leader-content{
        padding-left: 10rem;
        padding-top: 2rem;
    }
    .ry-list{
        grid-template-columns: repeat(3, 1fr);
    }
    .lxwm-item-wrap{
      transform: scale(0.48) translate(-37rem, 0);
    }
    .research-area{
      grid-template-columns: repeat(2, 1fr);
    }
    .lxwm-item-wrap-small{
      display: grid;
    }
    .lxwm-item-wrap, .ab06-left-wrap{
      display: none;
    }
    .xcsc-img-wrap{
      border-radius: 0;
    }
    .xcsc-down-wrap{
      width: 18rem;
      height: 18rem;
      font-size: 1.6rem;
    }
    .xcsc-down-iconwrap{
      margin: 2rem auto 2rem;
    }
    .yqtpSwiperThumbs .swiper-button-next, .yqtpSwiperThumbs .swiper-button-prev{
      display: none;
    }
    
    .kxj-top{
      display: block;
    }
    .kxjSwiperThumbs {
      margin-top: -9rem;
    }
}

@media screen and (max-width: 600px){
  .ab04-item{
    height: 40rem;
  }
  .kxjSwiperThumbs {
    margin-top: -7rem;
  }
}
@media screen and (max-width: 500px){
  .tag-icon2{
    height: 4.5rem;
    line-height: 4.5rem;
  }
  .sub-header{
    height: 39rem;
  }
  .index-swiper1{
    margin-top: 11rem;
  }
  .title-wrap-1 .title1{
    line-height: 3rem;
    margin: 1.5rem 0;
  }
  
  .swiper-slide > .main-img{
    height: 31rem;
  }
  .index-swiper1 .swiper-pre-next1,.i2-c-small .index-swiper1 .swiper-pre-next3{
    top: 25rem;
  }
  .img-wrap1, .img-wrap2{
    padding-top: 58.8%;
  }
  .i5-c-item .img-wrap1,.i5-c-item:nth-child(2) .img-wrap1, .i5-c-item:nth-child(3) .img-wrap1{
    padding-top: 23rem;
  }
  .i2-c-small .swiper-slide .main-img{
    height: 31rem;
  }
  .a02-left-num,.a02-right-num{
    font-size: 3.6rem;
  }
  .a02-text{
      font-size: 1.8rem;
  }
  .a02-right-item{
      padding-bottom: 3.5rem;
  }

  .ab04-content {
      grid-template-columns: repeat(2, 1fr);
  }
  .ab04-item{
      height: 56rem;
  }
  .ab05-content {
      grid-template-columns: repeat(1, 1fr);
  }
  .ab05-item{
      margin-top: 0 !important;
  }
  .ab06-text3{
      transform: scale(0.8);
      width: 52%;
      bottom: 2rem;
  }
  .about02-left-wrap{
      width: 100%;
      margin-right: 0;
  }
  .lcb-item {
      display: flex;
      flex-direction: column;
  }
  .lcb-item:nth-child(2n){
      flex-direction: column-reverse;
  }
  .yq-dt-wrap{        
      transform: scale(0.35) translate(calc(-50% / 0.35), -143rem);
  }
  .lxwm-item:nth-child(2){
      top: 16.5rem;
  }
  .yjlyxl1{
      grid-template-columns: 1fr;
  }
  .re-leader-wrap{
      flex-direction: column;
  }
  .re-leader-head{
      width: 50%;
      position: static;
      display: block;
      margin: 5rem auto 0;
  }
  .re-leader-content{
      width: 100%;
      padding-left: 0;
  }
  .re-leader-name{
      font-size: 3.6rem;
  }
  .ry-list{
      grid-template-columns: repeat(2, 1fr);
  }
  .kxj-top{
      display: block;
  }
  
  .kxjSwiperThumbs {
    margin-top: -5rem;
  }
  .ry-search{
      column-gap: 2rem;
  }
  .ry-search .search-itemline{
      display: none;
  }
  .lxwm-item:hover{
    width: 39% !important;
    padding-top: 39% !important;
  }
  .lxwm-item-wrap {
    transform: scale(0.38) translate(-42rem, 0);
  }
  .research-area{
    grid-template-columns: repeat(1, 1fr);
  }
  .a01-text{
    margin-top: 7.6rem;
  }
  .about01 .a01-text,.a01viewmore1{
    display: none;
  }
  .about01.about01-wrap .a01-text{
    display: block;
  }
  .about01 .a01-text.a01-text2{
    display: block;
    position: relative;
    margin-top: 3rem;
  }
  .a01viewmore2{
    display: block;
  }
  .zxx-style .people-infos{
    justify-content: center;
    gap: 2rem;
    padding-left: 0;
  }
  .zxx-style .people-infos{
    padding-left: 0 !important;
  }
  .zxx-style .people-infos:after{
    display: none !important;
  }
  .zxx-style .people-infos .people-info .lab{
    line-height: 3rem !important;
  }
  .xcsc-down-wrap{
    height: 17rem;
    transform: translateY(0);
  }
  .xcsc-img-wrap{
    width: 100%;
    padding-top: 53.8%;
  }
}
@media screen and (max-width: 400px){
  .about02-right{
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 360px){
    .ab04-item{
      height: 48rem;
    }
}
/* zxx style */
.zxx-style .db {
  display: block;
}
.zxx-style .img-boxs {
  position: relative;
  overflow: hidden;
}
.zxx-style .img-boxs img {
  width: 100%;
  transition: all ease 0.5s;
}
.zxx-style .bgf5 {
  background: #F5F7FB;
  padding: 5rem 0 8rem 0;
}
.zxx-style .body-content .i-contents {
  display: flex;
  gap: 2rem;
}
.zxx-style .body-content .i-contents .z-left-content {
  width: calc(100% - (30rem + 2rem));
  padding-right: 2.5rem;
  border-right: 1px solid #E1E4E8;
}
.zxx-style .body-content .i-contents .z-left-content .artical-title {
  text-align: left;
  margin-bottom: 3.2rem;
  margin-top: 0;
}
.zxx-style .body-content .i-contents .z-left-content .artical-detail {
  background: #F1F5FD;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}
.zxx-style .body-content .i-contents .z-left-content .artical-detail .detail-left span {
  font-size: 1.8rem;
  color: #888888;
}
.zxx-style .body-content .i-contents .z-left-content .artical-detail .detail-left .author {
  border-right: 1px solid #888;
  margin-right: 10px;
  padding-right: 10px;
}
.zxx-style .body-content .i-contents .z-left-content .artical-detail .detail-right .prints {
  width: 3.4rem;
  height: 3.4rem;
  display: block;
  background: url(z-mimte-icon01.png) center center no-repeat;
  background-size: cover;
}
.zxx-style .body-content .i-contents .z-right-content {
  flex: 1;
}
.zxx-style .body-content .i-contents .z-right-content .right-title {
  border-radius: 2px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3rem;
  color: #FFFFFF;
  padding: 4px 1.5rem;
  background: linear-gradient(270deg, #1751A3 0%, #FFFFFF 0%, #2A82E4 100%);
  border-radius: 2rem;
  margin-bottom: 1.5rem;
}
.zxx-style .body-content .i-contents .z-right-content .right-contact{
  margin-bottom: 3rem;
}
.zxx-style .body-content .i-contents .z-right-content .contact-content {
    padding: 0rem 2rem 0 2rem;
    margin-bottom: 1.5rem;
}
.zxx-style .body-content .i-contents .z-right-content .contact-content .contact-title {
  font-size: 2rem;
  margin: 0;
  font-weight: 700;
  line-height: 3rem;
  color: #234B87;
  margin-bottom: 1rem;
}
.zxx-style .body-content .i-contents .z-right-content .contact-content .contact-des {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #444444;
  margin-bottom: 1rem;
}
.zxx-style .body-content .i-contents .z-right-content .contact-content .contact-des p{
  margin: 0 auto;
}
.zxx-style .body-content .i-contents .z-right-content .contact-content .contact-email {
  padding-left: 2rem;
  background: url(email-top.png) center left no-repeat;
  background-size: 1.5rem 1.2rem;
}
.zxx-style .body-content .i-contents.no-flex {
  display: block;
}
.zxx-style .body-content .i-contents.no-flex .mimte-title {
  text-align: left;
  background: url(z-mimte-icon02.png) 0.5rem center no-repeat;
  background-size: contain;
  padding-left: 2rem;
  position: relative;
}
.zxx-style .body-content .i-contents.no-flex .mimte-title:after {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(0deg, #3c81f6, #3c81f6), linear-gradient(270deg, #56a7ff 0%, #1751a3 100%);
}
.zxx-style .body-content .i-contents.no-flex .mimte-title span {
  padding: 1rem 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3rem;
  color: #000000;
  display: inline-block;
}
.zxx-style .body-content .i-contents.no-flex .mimte-lists {
  margin-top: 4rem;
  display: flex;
  gap: 3.5rem;
}
.zxx-style .body-content .i-contents.no-flex .mimte-lists li {
  width: calc((100% - 2 * 3.5rem) / 3);
}
.zxx-style .body-content .i-contents.no-flex .mimte-lists li a {
  background: #fff;
  border-bottom: 8px solid #2A82E4;
}
.zxx-style .body-content .i-contents.no-flex .mimte-lists li a .img-boxs{
  height: 28rem;
}
.zxx-style .body-content .i-contents.no-flex .mimte-lists li a .img-boxs img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.zxx-style .body-content .i-contents.no-flex .mimte-lists li a .news-title {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3rem;
  color: #234B87;
  min-height: 140px;
  transition: all ease 0.5s;
  padding: 4rem 2rem 1rem 2rem;
  box-sizing: border-box;
}
.zxx-style .body-content .i-contents.no-flex .mimte-lists li a{
  padding-bottom: 3rem;
}
.zxx-style .body-content .i-contents.no-flex .mimte-lists li a .news-des{
  font-weight: 400;
  line-height: 2.8rem;
  color: #555;
  padding: 0rem 2rem 0 2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.zxx-style .body-content .i-contents.no-flex .mimte-lists li a:hover {
  background: #2A82E4;
}
.zxx-style .body-content .i-contents.no-flex .mimte-lists li a:hover .news-title {
  color: #fff;
}
.zxx-style .body-content .i-contents.no-flex .mimte-lists li a:hover .news-des{
  color: #fff;
}
.zxx-style .body-content .i-contents.no-flex .mimte-lists li a:hover .img-boxs img {
  transform: scale(1.05);
}
.zxx-style .body-content .i-contents.no-flex .mimte-lists li .news-tag {
  border-radius: 0px 5rem 5rem 0px;
  background: linear-gradient(270deg, #58ADDB 0%, #3C81F6 100%), linear-gradient(180deg, #3C81F6 0%, #895DF6 100%), #56A7FF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0.6rem 1rem 0.6rem 1rem;
  position: absolute;
  left: 0;
  color: #fff;
  top: -2.5rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.zxx-style .body-content .footer-content {
  display: grid;
}
@media screen and (max-width: 1499px) {
  .zxx-style .body-content .i-contents.no-flex .mimte-lists li a .news-title {
    /* font-size: 1.8rem; */
  }
  .zxx-style .z-news-content .news-research-box .research-right .img-boxs img{
    max-height: 23rem;
  }
  .zxx-style .body-content .i-contents.no-flex .mimte-lists li a .img-boxs{
    max-height: 20rem;
  }
  .zxx-style .z-news-content .news-media .news-media-box .media-right li{
    padding: 1rem 1.5rem;
  }
  .zxx-style .z-news-content .news-media .news-media-box .media-right li .media-title{
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 1279px) {
  .zxx-style .body-content .i-contents {
    flex-wrap: wrap;
  }
  .zxx-style .body-content .i-contents .z-left-content {
    padding-right: 0;
    width: 100%;
    border-right: 0;
  }
  .zxx-style .body-content .i-contents.no-flex .mimte-lists li:nth-child(3) {
    display: none;
  }
  .zxx-style .body-content .i-contents.no-flex .mimte-lists li {
    width: calc((100% - 1 * 3.5rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .zxx-style .body-content .i-contents.no-flex .mimte-lists {
    flex-wrap: wrap;
  }
  .zxx-style .body-content .i-contents.no-flex .mimte-lists li {
    width: 100%;
  }
  .zxx-style .body-content .i-contents.no-flex .mimte-lists li a .news-title {
    min-height: initial;
  }
  .zxx-style .z-news-content .news-research-box .research-right .img-boxs img,.zxx-style .body-content .i-contents.no-flex .mimte-lists li a .img-boxs{
    max-height: none;
  }
  .zxx-style .common-text-list li{
    
  }
}
.zxx-style .z-alone-content {
  background: url(z-mimte-icon03.png) top right no-repeat;
  background-size: contain;
}
.zxx-style .z-alone-content .artical-title {
  text-align: left;
  margin-bottom: 4rem;
}
.zxx-style .z-people-content {
  padding-top: 4.5rem;
  width: 100%;
}
.zxx-style .people-infos {
  display: flex;
  flex-wrap: wrap;
  padding-left: 2.5rem;
  padding-top: 2rem;
  position: relative;
  overflow: hidden;
  align-items: flex-start;
  margin-bottom: 5rem;
}
.zxx-style .people-infos:after {
  content: '';
  display: inline-block;
  width: 32rem;
  height: 32rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(z-mimte-icon07.png) left top no-repeat;
  background-size: contain;
}
.zxx-style .people-infos .img-boxs {
  width: 27rem;
  height: 36rem;
}
.zxx-style .people-infos .img-boxs img{
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.zxx-style .people-infos .people-info {
  flex: 1;
  padding-right: 2rem;
  padding-top: 4.5rem;
  padding-left: 5rem;
  align-items: center;
  height: 36rem;
  box-sizing: border-box;
  background: #1954A6;
  border-radius: 0px 54rem 54rem 0px;
}
.zxx-style .people-infos .people-info .name {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.8rem;
  color: #FFFFFF;
}
.zxx-style .people-infos .people-info .zw {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 3rem;
  color: #56A7FF;
  padding-bottom: 2rem;
  margin-top: 2rem;
  width: 80%;
  border-bottom: 1px solid #56d1ff;
}
.zxx-style .people-infos .people-info .lab {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 2.4rem;
  color: #FFFFFF;
  margin-top: 2rem;
}
.zxx-style .people-infos .people-info .lab:nth-child(3) {
  color: #56d1ff;
  cursor: pointer;
}
.zxx-style .people-infos .people-info .contact-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.zxx-style .people-infos .people-info .contact-info .email,
.zxx-style .people-infos .people-info .contact-info a {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #FFFFFF;
  padding-left: 2.5rem;
}
.zxx-style .people-infos .people-info .contact-info .email {
  background: url(z-mimte-icon05.png) left center no-repeat;
  background-size: 2.2rem 1.8rem;
}
.zxx-style .people-infos .people-info .contact-info .web {
  margin-left: 10rem;
  background: url(z-mimte-icon06.png) left center no-repeat;
  background-size: 2.2rem 2.2rem;
}
.zxx-style .people-title {
  border-radius: 3rem;
  width: 80%;
  padding: 0.9rem 0 0.9rem 2rem;
  background: linear-gradient(270deg, #1751A3 0%, #FFFFFF 0%, #2A82E4 100%);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
}
.zxx-style .people-content {
  padding: 2.5rem 4rem;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 3.8rem;
  color: #444444;
}
@media screen and (max-width: 1499px) {
  .zxx-style .people-infos .people-info .contact-info .web {
    margin-left: 0;
    display: block;
    width: 100%;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1279px) {
  .zxx-style .people-infos .people-info {
    padding-left: 3rem;
  }
  .zxx-style .people-infos .people-info .name {
    font-size: 3rem;
  }
  .zxx-style .people-infos .people-info .zw {
    /* font-size: 2rem; */
    padding-bottom: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  .zxx-style .people-infos .img-boxs {
    width: 30rem;
    height: auto;
  }
  .zxx-style .people-infos .people-info {
    padding-top: 2rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .zxx-style .people-infos .img-boxs {
    max-width: 70%;
  }
  .zxx-style .people-infos .people-info {
    height: auto;
    padding-bottom: 2rem;
  }
}
.zxx-style .join-boxs {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 5rem;
}
.zxx-style .join-boxs:after {
  content: '';
  display: inline-block;
  width: 80%;
  height: 100%;
  background: #F6F6F6;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.zxx-style .join-boxs .img-boxs {
  width: 80rem;
  position: relative;
  height: 54.5rem;
}
.zxx-style .join-boxs .join-us-work {
  width: 78.5rem;
  padding: 4rem 3.5rem;
  min-height: 30rem;
  border-left: 5px solid #2A82E4;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
}
.zxx-style .join-boxs .join-us-work .work-title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 4rem;
  color: #444;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.zxx-style .join-boxs .join-us-work .work-des {
  text-align: justify;
  /* font-size: 2rem; */
  font-weight: 400;
  line-height: 2.8rem;
  color: #444444;
}
.zxx-style .join-boxs .work-more {
  position: absolute;
  bottom: 5rem;
  right: 4rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 2.8rem;
  color: #022233;
  background: url(z-mimte-icon09.png) center right no-repeat;
  background-size: 3.5rem 1rem;
}
.zxx-style .join-boxs .work-more.join-us-more {
  padding-right: 5rem;
}
.zxx-style .join-nimte {
  padding: 6rem 0;
}
.zxx-style .join-nimte .join-nimte-wraps {
  position: relative;
}
.zxx-style .join-nimte .join-nimte-box {
  width: 79rem;
  padding: 8.5rem 4.5rem;
  padding-right: 22rem;
  box-sizing: border-box;
  margin-top: 3.4rem;
  background: linear-gradient(90deg, #1751A3 0%, #56A7FF 100%);
}
.zxx-style .join-nimte .nimte-title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 4.2rem;
  color: #444444;
}
.zxx-style .join-nimte .nimte-des {
  /* font-size: 2rem; */
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 2.8rem;
  color: #FFFFFF;
  text-align: justify;
}
.zxx-style .join-nimte .img-boxs {
  width: 75rem;
  height: 49.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
.zxx-style .join-nimte .join-us-more {
  margin-top: 5rem;
}
.zxx-style .join-nimte .join-us-more a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #FFFFFF;
  padding-right: 5rem;
  background: url(z-mimte-icon11.png) center right no-repeat;
  background-size: 3.5rem 1rem;
}
.zxx-style .join-lists .join-lists-doc {
  display: flex;
  gap: 1rem;
}
.zxx-style .join-lists .ab05-content{
  display: none;
}
.zxx-style .join-lists .join-lists-doc li {
  width: calc((100% - 3 * 1rem) / 4);
}
.zxx-style .join-lists .join-lists-doc li:nth-child(1) a .txts {
  background: rgba(0, 149, 168, 0.8);
}
.zxx-style .join-lists .join-lists-doc li:nth-child(2) a .txts {
  background: rgba(42, 130, 228, 0.8);
}
.zxx-style .join-lists .join-lists-doc li:nth-child(3) a .txts {
  background: rgba(163, 106, 0, 0.8);
}
.zxx-style .join-lists .join-lists-doc li:nth-child(4) a .txts {
  background: rgba(107, 69, 196, 0.8);
}
.zxx-style .join-lists .join-lists-doc a {
  position: relative;
}
.zxx-style .join-lists .join-lists-doc a:hover .txts {
  height: 100%;
}
.zxx-style .join-lists .join-lists-doc a:hover .txts i {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 100%;
  padding: 4rem 1.5rem;
  display: block;
  transform: translate(-50%, -50%);
}
.zxx-style .join-lists .join-lists-doc a .img-boxs {
  width: 100%;
  height: 45rem;
  overflow: hidden;
}
.zxx-style .join-lists .join-lists-doc a .img-boxs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.zxx-style .join-lists .join-lists-doc a .txts {
  box-sizing: border-box;
  font-size: 2.6rem;
  font-weight: 700;
  color: #FFFFFF;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  transition: all ease 1s;
  padding: 4rem 1.5rem;
}
.zxx-style .join-lists .join-lists-doc a .txts i {
  font-style: initial;
}
@media screen and (max-width: 1899px) {
  .zxx-style .join-nimte .img-boxs{
    width:50%;
  }
}
@media screen and (max-width: 1699px) {
  .zxx-style .join-nimte .img-boxs{
    width:45%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1499px) {
  .zxx-style .join-nimte .img-boxs {
    position: initial;
    width: 100%;
    transform: translateY(0);
  }
  .zxx-style .join-nimte .join-nimte-box {
    padding-right: 4.5rem;
    width: 100%;
  }
  .zxx-style .join-lists .join-lists-doc a .img-boxs {
    height: 30rem;
  }
  .zxx-style .join-lists .join-lists-doc a .txts {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1279px) {
  .zxx-style .join-lists .join-lists-doc {
    flex-wrap: wrap;
  }
  .zxx-style .join-lists .join-lists-doc li {
    width: calc((100% - 2 * 1rem) / 2);
  }
}
@media screen and (max-width: 991px) {
  .zxx-style .join-boxs {
    flex-wrap: wrap;
  }
  .zxx-style .join-boxs .join-us-work,
  .zxx-style .join-boxs .img-boxs {
    width: 100%;
    height: auto;
  }
  .zxx-style .join-boxs .join-us-work {
    position: initial;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .zxx-style .join-nimte .img-boxs {
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .zxx-style .join-lists .join-lists-doc li {
    width: 100%;
  }
  .zxx-style .join-lists .join-lists-doc {
    display: none;
  }
  .zxx-style .join-lists .ab05-content{
    display: grid;
    margin-top: 0;
  }
  .zxx-style .common-text-list li .text-link{
    padding: 3.5rem 1.5rem !important;
  }
  .zxx-style .common-text-list li .text-link .text-time{
    width: 8.5rem !important;
    padding: 0.5rem !important;
  }
  .zxx-style .common-text-list li .text-link .text-info{
    padding-left: 2rem !important;
  }
  .zxx-style .common-text-list li .text-link .text-info .titles{
    font-size: 2rem !important;
  }

}
.zxx-style .common-boxs .common-titles {
  font-size: 3rem;
  font-weight: 700;
  color: #444;
  margin: 6rem 0 4rem 0;
}
.zxx-style .common-pic-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 3rem;
}
.zxx-style .common-pic-list li {
  width: calc((100% - 2 * 3rem) / 3);
  position: relative;
}
.zxx-style .common-pic-list li:hover a.tets {
  background: #2980E3;
  color: #fff;
}
.zxx-style .common-pic-list li:hover .img-boxs img {
  transform: scale(1.05);
}
.zxx-style .common-pic-list li .img-boxs {
  height: 32rem;
  overflow: hidden;
}
.zxx-style .common-pic-list li .img-boxs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.5s;
}
.zxx-style .common-pic-list li a.tets {
  display: inline-block;
  width: 80%;
  padding: 1rem 1rem 2rem 1rem;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0px 20px 0px 20px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #444444;
  text-align: center;
  vertical-align: middle;
  background: rgba(245, 245, 245, 0.8);
  transition: all ease 0.5s;
}
.zxx-style .common-pic-list li a.tets:after {
  content: '';
  display: inline-block;
  width: 0.5rem;
  height: 3rem;
  background: #2980E3;
  position: absolute;
  left: 0;
  top: 1rem;
}
.zxx-style .common-pic-list li a.tets:before {
  content: '';
  display: inline-block;
  width: 95%;
  height: 100%;
  background: transparent;
  border-radius: 0px 20px 0px 20px;
  border: 1px solid #FFFFFF;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-1rem) translateY(-1rem);
  z-index: -1;
}
.zxx-style #pages {
  width: 100%;
  font-size: 1.6rem;
  clear: both;
  border-top: 1px solid #DADADA;
  overflow: hidden;
  text-align: center;
  padding-top: 2.5rem;
  margin-top: 5rem;
  margin-bottom: 7rem;
}
.zxx-style .pages {
  display: flex;
  align-items: center;
}
.zxx-style #pages span.active {
  font-size: 1.6rem;
  color: #fff;
  background: #56A7FF;
  position: relative;
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  line-height: 4.4rem;
  margin: 0 0.5rem;
  border-radius: 50%;
}
.zxx-style #pages a {
  font-size: 1.6rem;
  color: #56A7FF;
  display: inline-block;
  padding: 1px 1.7rem;
  height: 4.4rem;
  border-radius: 2rem;
  line-height: 4.4rem;
  text-align: center;
  position: relative;
  margin: 0 0.5rem;
  background: #F6F9FA;
}
.zxx-style #pages a:hover {
  color: #fff;
  background: #56A7FF;
}
.zxx-style #pages .next,
.zxx-style #pages .prev {
  display: inline-block;
  width: 200%;
  background: #F6F9FA;
  height: 100%;
  padding: 0;
}
.zxx-style #pages .next:hover,
.zxx-style #pages .prev:hover {
  background: #56A7FF;
}
.zxx-style #pages span:after {
  right: 0;
}
.zxx-style #pages span:before {
  left: 0;
  display: none;
}
.zxx-style #more {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border-radius: 0.3rem;
  font-size: 1.8rem;
  width: 100%;
  background: #56A7FF;
  color: #fff;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1499px) {
  .zxx-style .common-pic-list li .img-boxs {
    height: 25rem;
  }
}
@media screen and (max-width: 1279px) {
  .zxx-style .common-pic-list li {
    width: calc((100% - 1 * 3rem) / 2);
  }
  .zxx-style .common-pic-list li .img-boxs {
    height: 28rem;
  }
}
@media screen and (max-width: 991px) {
  .zxx-style #more {
    display: block;
  }
  .zxx-style .pages {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .zxx-style .common-pic-list li {
    width: 100%;
  }
  .zxx-style .common-pic-list li .img-boxs {
    height: auto;
  }
}
.zxx-style .common-video-list li .img-boxs {
  position: relative;
}
.zxx-style .common-video-list li .img-boxs:after {
  content: '';
  display: inline-block;
  width: 10rem;
  height: 10rem;
  background: url(z-mimte-icon13.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.5s;
}
.zxx-style .common-video-list li a{
  padding-bottom: 2rem;
}
.zxx-style .common-video-list li .video-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3rem;
  color: #234B87;
  padding: 2rem 1.5rem;
  padding-bottom: 0;
  background: #fff;
  min-height: 12rem;
  display: -webkit-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: all ease 0.5s;
  border-bottom: 8px solid #2A82E4;
  box-shadow: 0px 2px 10px #bbb9b9;
}
.zxx-style .common-video-list li a:hover .video-title {
  background: #2A82E4;
  color: #fff;
}
.zxx-style .common-video-list li a:hover .img-boxs:after {
  width: 6rem;
  height: 6rem;
}
.zxx-style .z-activit-content {
  padding-top: 0;
  padding-bottom: 0;
}
.zxx-style .activit-box .activit-inter {
  width: 100%;
  display: flex;
  background: #e9f0f8;
}
.zxx-style .activit-box .activit-inter .img-boxs {
  width: calc(100% - 86rem);
  padding: 3rem 4rem;
}
.zxx-style .activit-content {
  width: 86rem;
  box-sizing: border-box;
  padding: 9rem 29rem 8rem 6.5rem;
  background: linear-gradient(90deg, #56a7ff 0%, #1954a6 100%);
}
.zxx-style .activit-content .inter-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 4.8rem;
  color: #fff;
}
.zxx-style .activit-content .inter-sub {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  color: #80FFFD;
  margin: 1rem 0;
}
.zxx-style .activit-content .inter-des {
  /* font-size: 2rem; */
  font-weight: 400;
  line-height: 2.4rem;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-align: justify;
}
.zxx-style .activit-content .inter-more {
  margin-top: 3rem;
}
.zxx-style .activit-content .inter-more a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #FFFFFF;
  padding-right: 5rem;
  background: url(z-mimte-icon11.png) center right no-repeat;
  background-size: 3.5rem 1rem;
}
.zxx-style .activit-nice {
  padding: 5rem 0;
  background: url(z-mimte-icon15.png) top center no-repeat;
  background-size: cover;
}
.zxx-style .activit-nice .nice-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 4.2rem;
  color: #444444;
  margin-bottom: 5rem;
}
.zxx-style .activit-nice .nice-flex {
  display: flex;
  padding-bottom: 6rem;
}
.zxx-style .activit-nice .nice-flex .img-boxs {
  width: 102.5rem;
  height: 57.5rem;
  position: relative;
  display: block;
}
.zxx-style .activit-nice .nice-flex .img-boxs:after {
  content: '';
  display: inline-block;
  width: 10rem;
  height: 10rem;
  background: url(z-mimte-icon13.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.5s;
}
.zxx-style .activit-nice .nice-flex .img-boxs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zxx-style .activit-nice .nice-infos {
  width: 58.5rem;
  position: absolute;
  background: #fff;
  right: 0;
  bottom: -5rem;
  min-height: 41.5rem;
  padding: 6rem 4.5rem;
  box-sizing: border-box;
  border-radius: 2rem;
  box-shadow: 0px 1rem 0.3rem 0 rgba(0, 0, 0, 0.3);
}
.zxx-style .activit-nice .nice-infos:after {
  content: '';
  display: inline-block;
  width: 9rem;
  height: 7rem;
  background: url(z-mimte-icon17.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
.zxx-style .activit-nice .nice-infos .nice-titles {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 3rem;
  color: #234B87;
}
.zxx-style .activit-nice .nice-infos .nice-des {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #444444;
  margin-top: 3rem;
  text-align: justify;
}
.zxx-style .activit-nice .nice-infos .nice-more {
  margin-top: 5rem;
  text-align: right;
}
.zxx-style .activit-nice .nice-infos .nice-more a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #022233;
  padding-right: 5rem;
  background: url(z-mimte-icon09.png) center right no-repeat;
  background-size: 3.5rem 1rem;
}
.zxx-style .activit-nice .nice-button {
  position: absolute;
  right: 60rem;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.zxx-style .activit-nice .nice-button .swiper-button {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  overflow: hidden;
  z-index: 9;
  cursor: pointer;
  background: url(left-icon.png) center center no-repeat;
  background-size: 2.6rem 1.8rem;
}
.zxx-style .activit-nice .nice-button .swiper-button.nice-prev2 {
  background-color: #234B87;
}
.zxx-style .activit-nice .nice-button .swiper-button.nice-next2 {
  transform: rotate(180deg);
  background-color: #234B87;
}
.zxx-style .activit-nice .nice-button .swiper-button.nice-prev2:hover, .zxx-style .activit-nice .nice-button .swiper-button.nice-next2:hover {
    background-color: #56a7ff;
    /* box-shadow: 0px 2px 10px  rgba(85, 167, 255, 1); */
}
.zxx-style .activit-lift {
  padding: 5rem 0 10rem 0;
  background: url(z-mimte-icon16.png) top center no-repeat #2980E3;
  background-size: cover;
}
.zxx-style .activit-lift .nice-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 4.2rem;
  color: #fff;
  margin-bottom: 5rem;
}
.zxx-style .activit-lift .nice-title .nice-more a,.zxx-style .activit-nice .nice-title .nice-more a{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.8rem;
    color: #FFFFFF;
    padding-right: 5rem;
    background: url(z-mimte-icon11.png) center right no-repeat;
    background-size: 3.5rem 1rem;
}
.zxx-style .activit-nice .nice-title .nice-more a{
  color: #444;
}
@media screen and (max-width: 1599px) {
  .zxx-style .activit-nice .nice-flex .img-boxs {
    width: 80rem;
    height: 45rem;
  }
}
@media screen and (max-width: 1499px) {
  .zxx-style .activit-content {
    padding-right: 9rem;
  }
  .zxx-style .activit-box .activit-inter {
    align-items: center;
  }
  .zxx-style .activit-nice .nice-flex .img-boxs {
    width: 60rem;
    height: 35rem;
  }
}
@media screen and (max-width: 1279px) {
  .zxx-style .activit-nice .nice-infos {
    width: 40%;
    position: initial;
    min-height: initial;
    padding: 2rem 2.5rem;
  }
  .zxx-style .activit-nice .nice-flex .img-boxs {
    width: 60%;
    height: auto;
  }
  .zxx-style .activit-nice .nice-button {
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .zxx-style .activit-nice .nice-flex {
    flex-wrap: wrap;
  }
  .zxx-style .activit-nice .nice-infos,
  .zxx-style .activit-nice .nice-flex .img-boxs {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .zxx-style .activit-box .activit-inter .img-boxs {
    display: none;
  }
  .zxx-style .activit-content {
    width: 100%;
  }
}
.zxx-style .common-text-list li {
  margin-bottom: 4rem;
  transition: all ease-in-out 0.2s;
  border-radius: 1rem;
  position: relative;
}
.zxx-style .common-text-list li:hover{
  padding: 1rem;
  background-color: #bbc6f152;
}
.zxx-style .common-text-list li .loaction-tag{
  border-radius: 5rem 0px 0px 5rem;
  background: linear-gradient(270deg, #58ADDB 0%, #3C81F6 100%), linear-gradient(180deg, #3C81F6 0%, #895DF6 100%), #56A7FF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 1rem 0.6rem 1rem;
  line-height: 1.2;
  position: absolute;
  right: 0;
  color: #fff;
  bottom: 0;
  column-gap: 0.5rem;
  transition: all ease 0.3s;
}
.zxx-style .common-text-list li:hover .loaction-tag{
    background: linear-gradient(270deg, #58ADDB 0%, #7da4e5 100%), linear-gradient(180deg, #3C81F6 0%, #895DF6 100%), #56A7FF;
    right: 1rem;
    bottom: 1rem;
}
.zxx-style.news .common-text-list li:hover{
  padding: 0;
}
.zxx-style .common-text-list li .text-link {
  display: flex;
  padding: 3.5rem 2rem;
  border-radius: 5px;
  overflow: hidden;
  background: url(z-mimte-icon26.png) center center no-repeat #fff;
  border-bottom: 4px solid #2A82E4;
  box-shadow: 0px 2px 10px #ede7e7;
  transition: all ease 0.5s;
  align-items: center;
}
.zxx-style .common-text-list li .text-link.text-link2{
  align-items: flex-start;
}
.zxx-style .common-text-list li .text-link:hover {
  background: url(z-mimte-icon25.png) center center no-repeat #fff;
  background-size: cover;
}
.zxx-style .common-text-list li .text-link:hover .text-time {
  border-bottom: 1px solid #fff;
}
.zxx-style .common-text-list li .text-link:hover .text-time .day {
  color: #fff;
}
.zxx-style .common-text-list li .text-link:hover .text-time .year {
  color: #fff;
}
.zxx-style .common-text-list li .text-link:hover .text-info .titles {
  color: #fff;
}
.zxx-style .common-text-list li .text-link:hover .text-info .maps {
  color: #fff;
  background: url(z-mimte-icon20.png) left center no-repeat;
  background-size: 2.5rem;
}
.zxx-style .common-text-list li .text-link .text-time {
  width: 9rem;
  /* padding-bottom: 1.5rem; */
  border-bottom: 2px solid #2A82E4;
  transition: all ease 0.5s;
  background-color: #e9e9ef87;
  padding: 1rem;
  border-radius: 1rem 1rem 0 0;
  text-align: center;
}
.zxx-style .common-text-list li .text-link .text-time .day {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3.8rem;
  color: #444444;
  transition: all ease 0.5s;
}
.zxx-style .common-text-list li .text-link .text-time .year {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #444444;
  transition: all ease 0.5s;
}
.zxx-style .common-text-list li .text-link .text-info {
  flex: 1;
  padding-left: 5rem;
}
.zxx-style .common-text-list li .text-link .text-info .titles {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.4rem;
  color: #234B87;
  transition: all ease 0.5s;
}
.zxx-style .common-text-list li .text-link .text-info .maps {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #444444;
  padding-left: 3.5rem;
  transition: all ease 0.5s;
  background: url(z-mimte-icon18.png) left center no-repeat;
  background-size: 2.5rem;
}
.zxx-style .common-file-list li .file-link {
  display: flex;
  width: 100%;
}
.zxx-style .common-file-list li .file-link .img-boxs {
  width: 36rem;
  height: 23rem;
  overflow: inherit;
  position: relative;
  transition: all ease 0.5s;
  border-radius: 1rem;
}
.zxx-style .common-file-list li .file-link .img-boxs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.5s;
  border-radius: 1rem;
}
.zxx-style .common-file-list li .file-link .img-boxs .time-box {
  position: absolute;
  right: 2.5rem;
  top: -2rem;
  padding: 1rem 1.5rem;
  transition: all ease 0.5s;
  background: linear-gradient(180deg, #3C81F6 0%, #895DF6 100%), #56A7FF;
}
.zxx-style .common-file-list li .file-link .img-boxs .time-box span {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
}
.zxx-style .common-file-list li .file-link .img-boxs .time-box span.b {
  font-weight: 700;
}
.zxx-style .common-file-list li .file-link .text-info {
  flex: 1;
  padding-left: 4rem;
}
.zxx-style .common-file-list li .file-link .text-info .titles {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3rem;
  color: #234B87;
  transition: all ease 0.5s;
  margin-top: 2rem;
}
.zxx-style .common-file-list li .file-link .text-info .des {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #444444;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zxx-style .common-file-list li .file-link:hover .img-boxs {
  overflow: hidden;
}
.zxx-style .common-file-list li .file-link:hover .img-boxs img {
  transform: scale(1.05);
}
.zxx-style .common-file-list li .file-link:hover .img-boxs .time-box {
  right: 0;
  top: 0;
}
.zxx-style .common-file-list li .file-link:hover .text-info .titles {
  color: #2980E3;
}
@media screen and (max-width: 1399px) {
  .zxx-style .common-file-list li .file-link .text-info .titles {
    font-size: 2.2rem;
  }
  .zxx-style .common-file-list li .file-link .img-boxs {
    width: 35rem;
    height: 24rem;
  }
  .zxx-style .body-content .i-contents.no-flex .mimte-lists li a .img-boxs{
    max-height: 20rem;
  }
}
@media screen and (max-width: 1199px) {
  .zxx-style .common-file-list li .file-link .img-boxs {
    width: 30rem;
    height: 20rem;
  }
  .zxx-style .common-file-list li .file-link .text-info .des {
    -webkit-line-clamp: 3;
  }
  .zxx-style .common-file-list li .file-link .text-info {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .zxx-style .common-file-list li .file-link {
    flex-wrap: wrap;
  }
  .zxx-style .common-file-list li .file-link .img-boxs {
    width: 100%;
    height: auto;
  }
  .zxx-style .common-file-list li .file-link .text-info {
    padding: 0 2rem 3rem 2rem;
    margin-top: 2rem;
  }
  .zxx-style .common-text-list li{
    background-color: #d4daf152;
    margin-bottom: 6rem;
  }
}
.zxx-style .z-news-content {
  padding: 0;
}
.zxx-style .z-news-content .activit-lift {
  background: none;
  padding: 6.5rem 0;
}
.zxx-style .z-news-content .common-text-list {
  display: flex;
  gap: 5rem;
  flex-wrap: wrap;
}
.zxx-style .z-news-content .common-text-list li {
  width: calc((100% - 1 * 50px) / 2);
  margin-bottom: 0;
  position: relative;
}
.zxx-style .z-news-content .common-text-list li .loaction-tag{
  top: 2rem;
  right: 0;
  bottom: auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.zxx-style .z-news-content .common-text-list li .text-link {
  flex-direction: column;
}
.zxx-style .z-news-content .common-text-list li .text-link .text-info {
  padding-left: 0;
}
.zxx-style .z-news-content .common-text-list li .text-link .text-info .titles {
  margin-top: 1rem;
  font-size: 2.2rem;
  min-height: 7rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zxx-style .z-news-content .common-titles {
  font-size: 3rem;
  font-weight: 700;
  line-height: 4.2rem;
  color: #444444;
  margin-bottom: 5rem;
  position: relative;
}
.zxx-style .z-news-content .common-titles .common-more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #022233;
  padding-right: 5rem;
  background: url(z-mimte-icon09.png) center right no-repeat;
  background-size: 3.5rem 1rem;
}
.zxx-style .z-news-content .news-media {
  padding: 6rem 0 7rem 0;
  background: url(z-mimte-icon21.png) top center no-repeat;
  background-size: cover;
}
.zxx-style .z-news-content .news-media .news-media-box {
  display: flex;
  gap: 3rem;
}
.zxx-style .z-news-content .news-media .news-media-box .media-left {
  flex: 1;
}
.zxx-style .z-news-content .news-media .news-media-box .media-left:nth-child(2),.zxx-style .z-news-content .news-media .news-media-box .media-left:nth-child(3){
  display: none;
}
.zxx-style .z-news-content .news-media .news-media-box .media-left .img-boxs {
  display: block;
  position: relative;
  height: 100%;
  max-height: 45rem;
}
.zxx-style .z-news-content .news-media .news-media-box .media-left .img-boxs:hover img {
  transform: scale(1.05);
}
.zxx-style .z-news-content .news-media .news-media-box .media-left .img-boxs:hover .media-title {
  color: #2980E3;
}
.zxx-style .z-news-content .news-media .news-media-box .media-left .img-boxs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.zxx-style .z-news-content .news-media .news-media-box .media-left .img-boxs .media-title {
  display: block;
  width: 100%;
  padding: 5rem 1.5rem 2rem 1.5rem;
  text-align: center;
  font-size: 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 2.8rem;
  transition: all ease 0.5s;
  color: #ffffff;
  display: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.zxx-style .z-news-content .news-media .news-media-box .media-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.zxx-style .z-news-content .news-media .news-media-box .media-right li {
  flex-grow: 1;
  background: #fff;
  padding: 1.5rem;
  transition: all ease 0.5s;
  height: 14rem;
  box-sizing: border-box;
}
.zxx-style .z-news-content .news-media .news-media-box .media-right li .media-tag {
  border-radius: 0px 15px 15px 15px;
  background: linear-gradient(270deg, #58addb 0%, #3c81f6 100%), linear-gradient(90deg, #895df6 0%, #3c81f6 100%), #2980e3;
  padding: 10px 10px 10px 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  transition: all ease 0.5s;
}
.zxx-style .z-news-content .news-media .news-media-box .media-right li .media-title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 3rem;
  color: #234B87;
  margin-top: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all ease 0.5s;
}
.zxx-style .z-news-content .news-media .news-media-box .media-right li:hover {
  background: linear-gradient(270deg, #fff 0%, #1751A3 100%);
}
.zxx-style .z-news-content .news-media .news-media-box .media-right li:hover .media-title {
  color: #fff;
}
.zxx-style .z-news-content .news-updatas {
  padding: 5rem 0 7rem 0;
}
.zxx-style .z-news-content .news-research {
  padding: 5rem 0 6rem 0;
  background: #f0f7fe;
}
.zxx-style .z-news-content .news-research-box {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.zxx-style .z-news-content .news-research-box .research-left {
  flex: 2;
}
.zxx-style .z-news-content .news-research-box .research-left .img-boxs {
  height: 100%;
}
.zxx-style .z-news-content .news-research-box .research-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.zxx-style .z-news-content .news-research-box .research-right .img-boxs {
  flex-grow: 1;
}
.zxx-style .z-news-content .news-research-box .img-boxs {
  display: block;
  position: relative;
}
.zxx-style .z-news-content .news-research-box .img-boxs:hover img {
  transform: scale(1.05);
}
.zxx-style .z-news-content .news-research-box .img-boxs img {
  height: 100%;
  object-fit: cover;
  max-height: 56rem;
}
.zxx-style .z-news-content .news-research-box .img-boxs .media-title {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem 1.5rem 1.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  transition: all ease 0.5s;
  background: url(title-bg1.png) top center no-repeat;
  background-size: 100% 100%;
}
.zxx-style .z-news-content .news-research-box .img-boxs .media-title .time {
  border-radius: 0px 15px 15px 0px;
  background: linear-gradient(270deg, #58ADDB 0%, #3C81F6 100%);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  padding: 0.6rem 1rem;
  position: absolute;
  top: -4rem;
  left: 0;
}
.zxx-style .z-news-content .news-research-box .img-boxs .media-title .title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 2.8rem;
  color: #FFFFFF;
  display: block;
  margin-top: 1rem;
}
@media screen and (max-width: 1399px) {
  .zxx-style .z-news-content .news-research-box .research-left {
    flex: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .zxx-style .z-news-content .news-research-box .research-left {
    flex: auto;
    width: 100%;
  }
  .zxx-style .z-news-content .news-research-box .img-boxs img {
    max-height: 39rem;
  }
  .zxx-style .z-news-content .news-media .news-media-box {
    flex-wrap: wrap;
  }
  .zxx-style .z-news-content .news-media .news-media-box .media-left {
    flex: auto;
    width: 100%;
  }
  .zxx-style .z-news-content .common-text-list li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .zxx-style .z-news-content .news-research-box .img-boxs img {
    max-height: 28rem;
  }
}