.index {
    width: 100%;
    box-sizing: border-box;
    margin-top: 1.2rem;
    overflow: hidden;
}

.index .sw-con {
    position: relative;
    width: 100%;
    height: 9.6rem;
}

.mySwiper {
    width: 100%;
    height: 100%;
}

.gallery .gallery-img {
    width: 100%;
    height: 9.6rem;
    background: url('../img/index/banner.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 2.4rem;
    padding-left: 1.6rem;
    box-sizing: border-box;
    color: #FFFFFF;
}

.gallery .gallery-img .gallery-tit {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 0.36rem;
}

.gallery .gallery-img .gallery-bar {
    width: 0.7rem;
    height: 0.04rem;
    background: #FFFFFF;
    margin: 0.2rem 0 0.3rem;
}

.gallery .gallery-img .gallery-zh {
    margin-bottom: 0.14rem;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 0.58rem;
}

.gallery .gallery-img .gallery-en {
    font-family: Arial, Arial;
    font-size: 0.22rem;
}

/* 左右箭头样式 */
.swiper-button-next:after,
.swiper-button-prev:after {
    content: "" !important;
}

.btn {
    width: 0.8rem !important;
    height: 0.8rem !important;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 50%;
}

.btn img {
    width: 0.18rem;
    height: 0.15rem;
}

.pos-left {
    position: absolute !important;
    top: 8.18rem !important;
    left: 4.13rem !important;
}

.pos-right {
    position: absolute !important;
    top: 8.18rem !important;
    left: 1.6rem !important;
}

/*  */

/* 分页器样式 */
.swiper-pagination-bullet {
    background-color: white !important;
    /* 默认背景为白色 */
    border-radius: 50%;
    /* 圆形 */
    width: 0.06rem !important;
    /* 圆环的宽度 */
    height: 0.06rem !important;
    /* 圆环的高度 */
    display: inline-block;
    /* 使其成为行内块元素 */
    margin: 0 0.08rem !important;
    /* 圆环之间的间距 */
    opacity: 1 !important;
}

.my-bullet-active {
    position: relative;
    /* 相对定位 */
}

.my-bullet-active::before {
    content: '';
    /* 伪元素内容为空 */
    position: absolute;
    /* 绝对定位 */
    top: -0.024rem;
    /* 调整位置 */
    left: -0.03rem;
    /* 调整位置 */
    width: 0.12rem !important;
    /* 圆环的宽度 */
    height: 0.12rem !important;
    /* 圆环的高度 */
    border: 0.01rem solid white;
    /* 白色圆环 */
    border-radius: 50%;
    /* 圆形 */
    box-sizing: border-box;
    /* 边框盒模型 */
}

.swiper-pagination {
    display: flex;
    position: absolute;
    left: 2.85rem !important;
    bottom: 1.2rem !important;
}

/* .mypagin1{
    bottom: var(--swiper-pagination-bottom,0.94rem) !important;
    top: var(--swiper-pagination-top,auto);
    left: 2.8rem !important;
    width: auto !important;
} */

.thumbs {
    position: relative;
}

.swiper2-pagination {
    display: flex;
    position: absolute;
    bottom: 0.8rem !important;
    left: auto !important;
    right: 0.25rem;
    width: auto !important;
    z-index: 10;
}

.swiper-pagination-bullet2 {
    background: #fff;
    display: block;
    width: 0.16rem;
    /* 设置宽度 */
    height: 0.16rem;
    /* 设置高度 */
    border-radius: 50%;
    margin-right: 0.16rem;
}

.swiper-pagination-bullet2:last-child {
    margin-right: 0;
}

.my-bullet-active2 {
    display: block;
    background: #0B4DB2;
    width: 0.16rem;
    /* 设置宽度 */
    height: 0.16rem;
    /* 设置高度 */
    border-radius: 50%;
}

/*  */

/* 经营范围 */
.scope {
    width: 100%;
    height: 6.48rem;
    padding: 0 1.6rem;
    margin-bottom: 0.66rem;
    box-sizing: border-box;
}

.scope .s-title {
    display: flex;
}

.scope .s-title .t-left {
    margin-top: 0.5rem
}

.t-left .t-zh {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: #333333;
}

.t-left .t-en {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #0B4DB2;
    white-space: nowrap;
}

.scope .s-title .t-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.4rem;
    height: 0.46rem;
    background: #0B4DB2;
    border-radius: 0.23rem 0.23rem 0.23rem 0.23rem;
    margin-top: 0.79rem;
    margin-left: 12.3rem;
}

.t-right .r-text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #FFFFFF;
}

.t-right .r-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.26rem;
    height: 0.26rem;
    background: #FFFFFF;
    border-radius: 50%;
    margin-left: 0.1rem;
}

.t-right .r-img img {
    width: 0.1rem;
    height: 0.1rem;
}

.scope-list {
    display: flex;
    width: 16rem;
    height: 6rem;
    transform: translateY(0.4rem);
    box-sizing: border-box;
}

.scope-list .list-a {
    width: 2.6rem;
    height: 6rem;
    margin-right: 0.2rem;
    transition: all 0.3s;
    box-sizing: border-box;
}

.scope-list .list-a .modal-act {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding-left: 0.3rem;
    box-sizing: border-box;
}

.scope-list .list-a .modal-active {
    padding-left: 0.6rem !important;
    background: linear-gradient(180deg, rgba(8, 30, 57, 0.13) 0%, rgba(11, 67, 151, 0.7) 53%, rgba(11, 77, 178, 0.81) 100%);
    box-sizing: border-box;
}

.scope-list .list-a:last-child {
    margin-right: 0;
}

.scope-list .list-a .list-con {
    width: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    box-sizing: border-box;
}

.scope-list .list-a .list-con-active {
    width: 100%;
    height: 1.93rem;
}

.scope-list .list-a .list-tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.22rem;
    color: #FFFFFF;
    margin-bottom: 0.3rem;
    margin-top: 0.15rem;
}

.scope-list .list-a .list-text {
    width: 6.4rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.28rem;
}

.scope-list .list-a .list-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 0.34rem;
    background: #FFFFFF;
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
    box-sizing: border-box;
    margin-top: 0.48rem;
}

.list-btn .btn-txt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #0B4DB2;
    margin-right: 0.11rem;
}

.list-btn img {
    width: 0.19rem;
    height: 0.11rem;
}

.scope-list .list-1 {
    width: 7.6rem;
    height: 6rem;
    background: url('../img/index/1.png') no-repeat;
    background-size: 7.6rem 6rem;
    /* background-size: 100% 100%; */
    transition: all 0.3s;
}

.scope-list .list-1 .list-tit {
    font-size: 0.26rem;
}

.scope-list .list-1 .icon {
    width: 0.34rem;
    height: 0.41rem;
}

.scope-list .list-2 {
    background: url('../img/index/2.png') no-repeat;
    background-size: 7.6rem 6rem;
    /* background-size: 100% 100%; */
    transition: all 0.3s;
}

.scope-list .list-2 .icon {
    width: 0.41rem;
    height: 0.41rem;
}

.scope-list .list-3 {
    background: url('../img/index/3.png') no-repeat;
    background-size: 7.6rem 6rem;
    /* background-size: 100% 100%; */
    transition: all 0.3s;
}

.scope-list .list-3 .icon {
    width: 0.32rem;
    height: 0.41rem;
}

.scope-list .list-4 {
    background: url('../img/index/4.png') no-repeat;
    background-size: 7.6rem 6rem;
    /* background-size: 100% 100%; */
    transition: all 0.3s;
}

.scope-list .list-4 .icon {
    width: 0.41rem;
    height: 0.41rem;
    will-change: padding-left;
    /* 预告将要改变的属性 */
}

/*  */
/* 新闻中心 */
.news {
    width: 100%;
    height: 5.72rem;
    background: url('../img/index/newsbg.png') no-repeat;
    background-size: 100% 100%;
    padding: 1.28rem 1.6rem 0;
    box-sizing: border-box;
}

.news-tit {
    text-align: center;
    margin-bottom: 0.4rem;
}

.news .news-tit .news-zh {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: #232323;
}

.news-tit .news-zh .zh-left {
    color: #0B4DB2;
}

.news .news-tit .news-en {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #0B4DB2;
}

.news .news-card {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 5.8rem;
    padding: 0.4rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.08rem 0.01rem rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
}

.news .news-card .card-content {
    display: flex;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.card-left {
    position: relative;
    width: 7.4rem;
    height: 5rem;
}

.card-left .slide-img {
    display: flex;
    align-items: flex-end;
    width: 7.4rem;
    height: 5rem;
    background: url('../img/index/swiper-1.png') no-repeat;
    background-size: 100% 100%;
}

.card-left .slide-img .modal {
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.6rem;
    background: rgba(0, 0, 0, 0.5);
    padding-left: 0.2rem;
    box-sizing: border-box;
}

.modal div {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.18rem;
    color: #FFFFFF;
}

.news-card .card-content .card-right {
    width: 7.4rem;
    margin-left: 0.4rem;
    box-sizing: border-box;
}

.card-right .r-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 7.4rem;
    height: 0.48rem;
    padding-left: 0.5rem;
    background: url('../img/index/title.png') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.card-right .r-title .title-a {
    /*margin-right: 0.45rem;*/
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.2rem;
    color: #FFFFFF;
}

.card-right .r-title .title-active {
    font-weight: bold;
}

.card-right .r-title .title-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    height: 0.25rem;
    box-sizing: border-box;
    /*margin-left: 0.8rem;*/
}

.title-btn .btn-t {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #FFFFFF;
}

.title-btn .btn-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.25rem;
    height: 0.25rem;
    background: #FFFFFF;
    border-radius: 50%;
    margin-left: 0.07rem;
}

.title-btn .btn-img img {
    width: 0.09rem;
    height: 0.09rem;
}

.card-right .notice {
    width: 100%;
    margin-top: 0.08rem;
}

.card-right .notice .strip {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 0.89rem;
    padding-top: 0.14rem;
    padding-bottom: 0.16rem;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #D2D2D2;
}

.notice .strip .str-top {
    display: flex;
}

.strip .str-top .t-left {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #333333;
    margin-right: 0.3rem;
    margin-left: 0.27rem;
}

.strip .str-top .t-right {
    padding-top: 0.04rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #222222;
}

.notice .strip .str-bottom {
    display: flex;
}

.strip .str-bottom .b-left {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.16rem;
    color: #888888;
    margin-left: 0.15rem;
    margin-right: 0.17rem;
    white-space: nowrap;
}

.strip .str-bottom .b-right {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.16rem;
    color: #888888;
}

.ublicity {
    display: none;
    margin-top: 0.2rem;
}

.ublicity .ubli-flex {
    display: flex;
}

.ublicity .ubli-tit {
    display: flex;
    align-items: center;
    padding-bottom: 0.15rem;
    margin-bottom: 0.03rem;
    border-bottom: 0.01rem solid #EBEBEB;
}

.ublicity .ubli-tit .titTex {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #0B4DB2;
}

.ublicity .ubli-tit .titImg {
    width: 0.12rem;
    height: 0.14rem;
    margin-left: 2.26rem;
}

.ublicity .ubli-tit .titImg img {
    width: 100%;
    height: 100%;
}

.ublicity .ubli-left {
    width: 3.55rem;
    margin-right: 0.31rem;
}

.ublicity .ubli-right {
    width: 3.55rem;
}

.ublicity .ubli-list {}

.ublicity .ubli-list .listLi {
    display: flex;
    align-items: center;
    padding: 0.17rem 0;
    border-bottom: 0.01rem solid #EBEBEB;
}

.listLi img {
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 0.12rem;
}

.listLi .listLiTex {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #222222;
}

/*  */

/* 蓝色背景 */

.bg-blue {
    width: 100%;
    height: 3.7rem;
    background: url('../img/index/bluebg.png') no-repeat;
    background-size: 100% 100%;
}

/*  */

/* 项目展示 */
.project {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.project .pro-left {
    width: 9.8rem;
}

.project .pro-left .pro-left-tex {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #0B4DB2;
    margin-left: 1.57rem;
    margin-bottom: 0.4rem;
}

.project .pro-left .sw-conta {
    position: relative;
    z-index: 100;
    width: 9.3rem;
    height: 4.3rem;
    box-sizing: border-box;
    transform: translateX(1.6rem);
}

.sw-conta .pageNext,
.sw-conta .pagePrev {
    width: 0.3rem;
    height: 0.3rem;
    background: rgba(177, 177, 177, 0.3);
    border-radius: 50%;
}

.sw-conta .pageNext img,
.sw-conta .pagePrev img {
    width: 0.07rem;
    height: 0.12rem;
}

.sw-conta .pageNext:hover,
.sw-conta .pagePrev:hover {
    background: #0B4DB2;
}

.sw-conta .pageNext {
    right: 0.11rem;
}

.sw-conta .pagePrev {
    left: 0;
}

.sw-conta .mysw-card {
    display: block;
    width: 3rem;
    height: 4.3rem;
    padding: 0.24rem 0.15rem 0.15rem;
    background: #FFFFFF;
     box-shadow: 0px 0px 0.06rem 0.01rem rgba(0, 0, 0, 0.15); 
    border: 0.01rem solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

.sw-conta .mysw-card .mysw-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.15rem;
}

.mysw-card .mysw-title .tit-tex {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.2rem;
    color: #222222;
}

.mysw-card .mysw-title img {
    width: 0.19rem;
    height: 0.1rem;
}

.mysw-card .mysw-img {
    width: 100%;height: 3.4rem;
}

.project .pro-left .pro-left-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.4rem;
    height: 0.46rem;
    border-radius: 0.23rem 0.23rem 0.23rem 0.23rem;
    border: 0.01rem solid #E4E4E4;
    margin-top: 0.36rem;
    margin-left: 1.6rem;
    box-sizing: border-box;
}

.pro-left-btn .btnTex {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #0B4DB2;
    margin-right: 0.1rem;
}

.pro-left-btn .btnCon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.26rem;
    height: 0.26rem;
    background: #E4E4E4;
    border-radius: 50%;
}

.pro-left-btn .btnCon img {
    width: 0.1rem;
    height: 0.1rem;
}

.right-container {
    position: relative;
}

.right-container .bgTex1 {
    position: absolute;
    left: 1.38rem;
    top: 0.42rem;
    width: 0.92rem;
    height: 2.81rem;
    -webkit-text-stroke: 0.01rem rgba(11, 77, 178, 0.2);
}

.right-container .bgTex2 {
    position: absolute;
    left: 2.16rem;
    top: 1.33rem;
    width: 0.86rem;
    height: 5.31rem;
    color: transparent;
    /* 透明文字颜色 */
    -webkit-text-stroke: 0.01rem rgba(11, 77, 178, 0.2);
}

.right-container .bgTex1,
.right-container .bgTex2 {
    writing-mode: vertical-lr;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.7rem;
    color: transparent;
    /* 透明文字颜色 */
    -webkit-text-stroke: 0.01rem rgba(11, 77, 178, 0.2);
}


.project .right-container .pro-right {
    display: flex;
    width: 9.4rem;
    height: 7.5rem;
    background: url('../img/index/wh-bg.png') no-repeat;
    background-size: 100% 100%;
}

.pro-right-tit {
    position: relative;
    z-index: 200;
    margin-top: 0.59rem;
    margin-left: 1.57rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: #232323;
}

.pro-right-tit span:first-child {
    color: #0B4DB2;
}

.project .pro-right .pro-right-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 5.98rem;
    height: 6rem;
    margin-left: 0.25rem;
    margin-top: 0.98rem;
    box-sizing: border-box;
}

.pro-right-img .across {
    width: 2.7rem;
    height: 1.9rem;
}

.pro-right-img .vertical {
    width: 1.35rem;
    height: 1.9rem;
    /* margin-top: 0.26rem; */
}

.pro-right-img .isolation {
    width: 5.98rem;
    /*margin-bottom: 0.14rem;*/
}

.pro-right-img .isolation img {
    width: 100%;
}

.pro-right-img .pro-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.48rem;
    margin-top: 0.29rem;
}

.swiper-button-next5,
.swiper-button-prev5{
    width: 0.48rem;
    height: 0.48rem;
}

.pro-right-img .pro-list a {
    display: flex;
    width: 0.48rem;
    height: 0.48rem;
}

.pro-right-img .pro-list .net {
    width: 0.28rem;
    height: 0.38rem;
    margin: 0 0.15rem;
}

.pro-right-img .pro-list .net img {
    width: 0.28rem;
    height: 0.38rem;
    /*border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;*/
}

.index .talent {
    background: url('../img/index/gbbottom.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 4.8rem;
    padding-top: 0.84rem;
    padding-left: 1.6rem;
    box-sizing: border-box;
    font-family: Microsoft YaHei, Microsoft YaHei;
}

.talent-title .talTit {
    font-weight: bold;
    font-size: 0.4rem;
    color: #FFFFFF;
}

.talent-title .talOver {
    font-weight: bold;
    font-size: 0.3rem;
    color: #DEEBFF;
}

.index .talent .talent-text {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.24rem;
    color: #FFFFFF;
}

.index .talent .talent-btn {
    display: flex;
    align-items: center;
    width: 5.5rem;
    height: 0.87rem;
    background: rgba(255, 255, 255, 0.19);
    box-shadow: inset 0 0.03rem 0.08rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.09rem 0.09rem 0.09rem 0.09rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.14);
}

.talent-btn .talBtnImg {
    display: flex;
    align-items: flex-end;
    width: 0.76rem;
    height: 100%;
    padding: 0.06rem;
    box-sizing: border-box;
}

.talent-btn .talBtnImg img {
    width: 0.7rem;
    height: 0.56rem;
}

.talent-btn .talText {
    margin-left: 0.19rem;
    margin-right: 0.47rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #FFFFFF;
}

.talent-btn .talBtn {
    width: 1.28rem;
    height: 0.34rem;
    background: #0B4DB2;
    border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    line-height: 0.34rem;
    color: #FFFFFF;
    text-align: center;
}

.navImg {
    display: flex;
    width: 100%;
    height: 1.38rem;
    padding: 0 1.6rem;
    box-sizing: border-box;
}

.navImg .navImgTex {
    margin-top: 0.38rem;
    margin-right: 0.6rem;
}

.navImg .navImgTex .navImgTit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.24rem;
    color: #0B4DB2;
}

.navImg .navImgTex .navImgOver {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.24rem;
    color: #A4A4A4;
}

.navImg .navImg-sw {
    position: relative;
    width: 12.7rem;
    height: 100%;
}

.navImg .navImg-sw .sw-link {
    height: 100%;
}

.swiper-slide {
    width: 3.9rem;
}

.navImg .navImg-sw .link-a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.navImg .navImg-sw .link-a img {
    height: 0.93rem;
}

.navImg-sw .linkNext,
.navImg-sw .linkPrev {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    border: 0.01rem solid #D1D1D1;
}

.navImg-sw .linkNext img,
.navImg-sw .linkPrev img {
    width: 0.18rem;
    height: 0.15rem;
}

.navImg-sw .linkPrev {
    position: absolute;
    left: 13.28rem;
}

.navImg-sw .linkNext {
    position: absolute;
    left: 13.96rem;
}

.tran-active {
    width: 2.6rem !important;
}

.tran-modal {
    padding-left: 0.3rem !important;
}

.trans-active {
    width: 7.6rem !important;
}

.trans-modal {
    padding-left: 0.6rem !important;
}


.swiper.mySwiper-img{
    margin: 0 0 !important;
    width: 100%;
}

.swiper.mySwiper-img .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.swiper.mySwiper-img .swiper-slide img{
    object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .index { margin-top:0; }
  .index .sw-con{
      height: 5.6rem;
  }
  
.scope{
    padding: 0 0.2rem;
    height: auto;
}  
.scope .s-title{
    text-align: center;
  display: block;
}
.scope .s-title .t-right{
    display: none;
}
.scope-list{
    width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
}
.scope-list .list-a{
        width: 48%;
  float: left;
  display: block;
  margin-bottom: 0.2rem;
  background-size: 5rem 4rem;
  height: 4rem;
}
.scope-list .list-a .modal-active{
    padding-left: 0.3rem !important;
}
.scope-list .list-a:nth-child(2n){
    margin-right: 0;
}
.scope-list .list-a .modal-active{
    background: none;
}
.scope-list .list-a .list-con-active{
    display: none;
}
.news{
    padding: 0.5rem 0.3rem;
  height: auto;
}
.news .news-card{
    height: auto;
    overflow: hidden;
}
.news .news-card .card-content{
    display: block;
}
.card-left{
    width: 100%;
  float: left;
}
.card-left .slide-img{
    width: 100%;
}
.news-card .card-content .card-right{
    width: 100%;
  float: left;
  display: block;
  margin-left: 0;
}


.card-right .r-title{
    width: 100%;
    margin-top: 0.2rem;
    padding-left: 0.2rem;
}
.card-right .r-title .title-a{
    font-size: 0.24rem;
}
.card-right .r-title .title-btn{
    width: auto;
    
}
.swiper-pagination{
    left: 0.6rem !important;
    bottom: 0.6rem !important;
}
.swiper-pagination-bullet{
    width: 0.16rem !important;
    height: 0.16rem !important;
}
.my-bullet-active::before{
    display: none;
}
.pos-right{
    display: none;
}
.pos-left{
    display: none;
}

.title-btn .btn-t{
    font-size: 0.24rem;
}
.modal div{
    font-size: 0.24rem;
}
.strip .str-top .t-right{
    font-size: 0.24rem;
}
.card-right .notice .strip{
    height: auto;
}
.strip .str-bottom .b-right{
    font-size: 0.22rem;
}
.strip .str-bottom .b-left{
    font-size: 0.22rem;
}
.bg-blue{
    margin-top: -3rem;
}
  .gallery .gallery-img{ padding-left:.6rem;
      padding-right: .6rem;
      height: 5.6rem;
      padding-top: 1.6rem;
  }
  .gallery .gallery-img .gallery-zh{
      font-size: 0.38rem;
  }
.scope-list .list-a .modal-act{
    
}

.project{
    display: block;
    height: auto;
    overflow: hidden;
}
.project .pro-left{
    width: 100%;
  float: left;
}

.pro-right-tit{
    text-align: center;
    margin-left: 0;
    margin-bottom: 0.2rem;
}
.project .pro-left .pro-left-tex{
    text-align: center;
     margin-left: 0;
     
}
.project .pro-left .sw-conta{
    width: 96%;
  transform: none;
  margin: 0 auto;
  height: auto;
}
.sw-conta .mysw-card{
    width: 100%;
    height: auto;
}
.mysw-card .mysw-title .tit-tex{
    font-size: 0.24rem;
}
.mysw-card .mysw-img{
    width: 100%;
    height: 1.4rem;
    
    
}
.project .pro-left .pro-left-btn{
    margin: 0 auto;
}
.project .pro-left .pro-left-btn{
    width: 2rem;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.pro-left-btn .btnTex{
    font-size: 0.24rem;
}
.right-container{
  width: 100%;
  float: left;
}
.project .right-container .pro-right{
    width: 100%;
  height: auto;
  display: block;
  padding: .2rem 0;
}
.project .pro-right .pro-right-img{
    width: 100%;
  margin-left: 0;
  margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
.right-container .bgTex1, .right-container .bgTex2{
    font-size: 0.4rem;
    writing-mode: inherit;
    width: auto;
    height: auto;
}
.right-container .bgTex1{
  top: 0.42rem;
  left: 1.18rem;
  top: 0.42rem;
}
.right-container .bgTex2{
    left: 3rem;
    top: 0.42rem;
}
.index .talent{
    padding-left: 0.6rem;
}
.talent-btn .talText{
    font-size: 0.24rem;
}
.navImg{
    padding: 0 0.6rem;
}
.talent-btn .talBtn{
    font-size: 0.24rem;
}
.navImg{
    display: none;
}
.navImg .navImg-sw{
    width: 100%;
    float: left;
}




}


