html,
body {
    width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100% !important;
}

.home-mdoel1-l .rows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-mdoel1-l .rows .t1 {
    font-weight: 500;
    font-size: 36px;
    color: #002FA7;
}

.home-mdoel1-l .rows>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.public-more {
    display: flex;
    justify-content: center;
    margin: 0;
    margin-top: .44rem;
    /* width: max-content;
    padding: 0 40px;
    height: 36px;
    background: #002FA7;
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    margin-top: .44rem; */
}

.public-more img {
    margin-left: 13px;
}

.home-mdoel1-l {
    width: 7.9rem;
}

.home-mdoel1-r {
    width: calc(100% - 7.3rem);
    margin-left: -90px;
    display: flex;
    align-items: center;
}

.home-mdoel1-swiper-i {
    margin-bottom: 30px;
}

.home-mdoel1-swiper-i .a {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px 10px 10px 10px;
}

.home-mdoel1-swiper-i-con {
    padding: 25px 0;
    font-weight: 500;
    font-size: .2rem;
    color: #000000;

}

.home-mdoel1-swiper-i-con>img {
    width: .4rem;
    height: .4rem;
    margin-right: 14px;
}

.home-mdoel1-swiper-i-img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

.home-mdoel1-swiper-i-img>img {
    width: 100%;
    height: 3.5rem;
    object-fit: cover;
}

.home-mdoel1-swiper-i .b {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002FA7;
    border-radius: 10px 10px 10px 10px;
    transition: all .5s;
    opacity: 0;
}

.home-mdoel1-show {
    width: calc(100% - 70px);
    height: max-content;
}

.home-mdoel1-show>img {
    width: auto;
    height: auto;
    margin: auto;
}

.home-mdoel1-show .t1 {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: center;
    margin: .45rem 0;
}

.home-mdoel1-show .t2 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;
    text-align: justify !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.home-mdoel1-swiper-i:hover .b {
    position: absolute;
    top: 0;
    opacity: 1;
}

.home-mdoel1-swiper-next::after,
.home-mdoel1-swiper-prev::after {
    display: none;
}

.home-mdoel1-swiper-prev,
.home-mdoel1-swiper-next {
    width: 90px;
    height: 90px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static !important;
    transform: none !important;
    z-index: 2;
    cursor: pointer;
    user-select: none;
}


.home-mdoel1-swiper-next:hover .i1,
.home-mdoel1-swiper-prev:hover .i1,
.home-mdoel1-swiper-next .i2,
.home-mdoel1-swiper-prev .i2 {
    display: none;
}

.home-mdoel1-swiper-next:hover .i2,
.home-mdoel1-swiper-prev:hover .i2 {
    display: block;
}

.home-mdoel1-swiper-page {
    width: max-content;
    margin-top: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.public-title {
    width: max-content;
    margin: auto;
}

.public-title>img {
    width: .7rem;
    height: auto;
    object-fit: contain;
    margin-right: .17rem;
}

.public-title-con .t1 {
    font-weight: bold;
    font-size: 34px;
    line-height: 44px;
    color: #002FA7;
}


.public-title-con .t2 {
    font-weight: 500;
    font-size: 18px;
    color: rgba(0, 0, 0, .7);
    margin-top: .07rem;
    text-transform: uppercase;
}

.home-mdoel2>img,
.home-mdoel2 {
    width: 100%;
    min-height: 8rem;
    object-fit: cover;
}

.home-mdoel2 .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    justify-content: flex-end;
}

.home-mdoel2-info {
    width: 55%;
    padding-top: 5%;
}

.home-mdoel2-info-menu-i {
    margin-right: .5rem;

}

.home-mdoel2-info-menu-i .a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    width: 1.76rem;
    height: 1.76rem;
    cursor: pointer;
}

.home-mdoel2-info-menu-i:hover .a {
    display: none;
}

.home-mdoel2-info-menu-i:hover .b {
    display: flex !important;
}

.home-mdoel2-info-menu-i .b {
    width: 1.76rem;
    height: 1.76rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}

.home-mdoel2-info-menu-i .b .t1 {
    font-weight: bold;
    font-size: 30px;
    color: #002FA7;
    line-height: 35px;
    text-align: center;
}

.home-mdoel2-info-menu-i .b .t2 {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 16px;
    text-align: center;
    margin: 10px 0 0;
}

.home-mdoel2-info-menu-i:last-child {
    margin-right: 0;
}

.home-mdoel2-info-menu-i .a>img {
    width: .5rem;
    height: .5rem;
    margin-right: .21rem;
    object-fit: contain;
}

.home-mdoel2-info-menu-i:nth-child(odd) {
    padding-top: .3rem;
}

.home-mdoel2-info .t1 {
    font-weight: 500;
    font-size: 38px;
    color: #FFFFFF;
    text-align: left;
}

.home-mdoel2-info .t2 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: .38rem 0 .1rem;
}

.home-mdoel2-info .t2>img {
    margin-left: .14rem;
}

.index-nesw-box {
    margin-top: .57rem;
}

.home-mdoel2-list-i-show {
    width: 100%;
    height: 100%;
    background: #002FA7;
    position: absolute;
    left: 0;
    bottom: -222px;
    transition: all 0.5s;
    opacity: 0;
    z-index: 12;
}

.home-mdoel2-list-i:hover .home-mdoel2-list-i-show {
    bottom: 0;
    opacity: 1
}

.home-mdoel2-list-i-show-t {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    padding: 0 20px;
    text-align: center;
}

.home-mdoel2-list-i-show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-mdoel2-list-i:hover .t1 {
    display: none;
}

.home-mdoel4>.t1 {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
    text-align: center;
}

.home-mdoel4-top {
    margin-top: 1rem;
}


.home-mdoel4-b {
    padding-bottom: 1rem;
}

.footer-l {
    width: 35%;
}

.footer-l>img  {
    width: auto;
    height: 70px;
    filter: brightness(0) invert(1);
}

.footer-l-i {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    line-height: 26px;
    margin-bottom: .15rem;
}

.footer-l-i>img {
    height: max-content;
    margin-top: 5px;
    margin-right: 8px;
}

.footer-r>.t1 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.footer-r-search {
    min-width: 260px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    margin-top: 15px;
    padding: 10px;
}

.footer-r-search input {
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 0 10px 0 0;
}

.footer-r-share-i {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    position: relative;
}

.footer-r-share-i p {
    position: absolute;
    width: 120px;
    background: #fff;
    padding: 10px;
    bottom: 40px;
    left: 50%;
    margin-left: -60px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30px);
    transition: all 0.5s;
}

.footer-r-share-i:hover p {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.5s;
}

.footer-r-share {
    margin-top: .33rem;
}

.footer-r-share-i:last-child {
    margin-right: 0px;
}

.footer-info {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 0;
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
    color: rgba(255, 255, 255, .5);
}

.footer-info a {
    margin-left: 24px;
}

.public-nav-title {
    font-weight: bold;
    font-size: 36px;
    color: #002FA7;
    line-height: 42px;
    text-align: center;
}

.public-nav-title::after {
    width: 60px;
    height: 4px;
    background: #FF8E16;
    border-radius: 0px 0px 0px 0px;
    content: '';
    margin: auto;
    margin-top: 16px;
    display: block;
}



.about-menu {
    margin: .82rem 0 0;
}

.about-us-box-menu-i>img,
.about-menu-i>img {
    height: auto;
    margin: auto;
    display: block;
    object-fit: contain;
}

.about-menu-i>img {
    width: 1.1rem;
}

.about-us-box-menu-i>img {
    width: 1.6rem;
}

.about-menu-i .t1 {
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    margin-top: .23rem;
    text-align: center;
}

.about-us-box-menu {
    max-width: 7.76rem;
    width: 100%;
    margin: auto;
    margin-top: .57rem;
}

.about-us-box-title {
    margin-top: .99rem;
    font-weight: bold;
    font-size: 34px;
    color: #002FA7;
    text-align: center;
}

.about-us-box-menu-i .t1 {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    text-align: center;
    margin-top: .26rem;
}

.idea-title {
    font-weight: bold;
    font-size: 36px;
    color: #002FA7;
    line-height: 42px;
}

.idea-title::after {
    width: 60px;
    height: 4px;
    background: #FF8E16;
    border-radius: 0px 0px 0px 0px;
    display: block;
    content: '';
    margin-top: 16px;
}

.w_1203 {
    max-width: 1203px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 50px
}

.ounbvr {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 2%
}

.ounbvr li {
    width: 16.66%;
    text-align: center;
    margin-bottom: 4%
}

.ounbvr li a {
    display: block
}

.ounbvr li .img i {
    display: inline-block;
    background: url(../images/bg01.png) no-repeat center center;
    background-size: 100%
}

.ounbvr li .img i span {
    display: block;
    width: 100px;
    height: 100px;
    background: no-repeat center center
}

.ounbvr li .tit {
    color: #002FA7;
    font-size: 22px;
    margin-top: 20px
}

.ubfenac li {
    margin-bottom: 5%
}

.ubfenac li:last-child {
    margin-bottom: 0
}

.ubfenac li .img {
    min-height: 5rem;
    background: no-repeat center center;
    background-size: cover
}

.ubfenac li .img .pic span {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #1a60af no-repeat center center
}

.ubfenac li .img .tit {
    font-size: 36px;
    color: #1a60af;
    font-weight: bold;
    margin-top: 20px
}

.ubfenac li .con {
    position: relative;
    z-index: 2
}

.ubfenac .business-b-info-i {
    width: calc(100% - 280px);
    color: #fff;
    max-width: 1000px;
    min-height: 2rem;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 20px 20px;
    padding: .62rem 120px .75rem;
    margin: auto;
    margin-top: -114px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.business-b {
    padding-top: .73rem;
    padding-bottom: 5%;
}

.business-b-info {
    width: 100%;
}

.business-b-info-title {
    font-weight: bold;
    font-size: 36px;
    color: #002FA7;
    line-height: 42px;
}

.business-b-info-title>img {
    width: max-content;
    height: auto;
    object-fit: contain;
    margin-right: .13rem;
}


.business-b-info-con {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 36px;
    text-align: justify;
    margin-top: .38rem;
}


.innovate li {
    margin-top: 5%;
    position: relative
}

.innovate li .img {
    width: 60%;
}

.innovate li:nth-child(2n) .img {}

.innovate li .img img {
    width: 100%;
    height: 450px;
    object-fit: cover
}

.innovate li .con {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: calc(560px - 120px);
    padding: 40px 60px;
    color: #fff;
    background: rgba(0, 169, 224, 0.9);
}

.innovate li:nth-child(2n) .con {
    right: auto;
    left: 0
}

.innovate li .con .d1 {
    font-size: 32px;
    font-weight: bold
}

.innovate li .con .d2 {
    margin-top: 15px;
    font-size: 18px;
    text-align: justify;
    line-height: 30px
}

.ouebnac li {
    margin-top: 5%
}

.ouebnac li .img {
    width: 48%;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden
}

.ouebnac li .img img {
    width: 100%;
    display: block
}

.ouebnac li:nth-child(2n) .img {}

.ouebnac li .con {
    width: 45%;
    display: flex;
    height: 378px;
    align-items: center;
}

.ouebnac li:nth-child(2n) .con {}

.ouebnac li .con .d1 {
    font-size: 30px;
    color: #002FA7
}

.ouebnac li .con .d2 {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    /* max-height: 200px; */
    overflow: hidden;
}

.innovate-model2 .ouebnac {
    display: flex;
}

.innovate-model2 {
    margin-top: 1rem;
}


.mb4 {
    margin-bottom: 40px
}

.z_cy,
.r_cy_con {
    width: 50%
}

.z_cy img {
    width: 100%;
    height: 373px;
    object-fit: cover;
    display: block
}

.r_cy_con {
    /*background: #f1f1f1*/
}

.r_cy_txt {
    padding: 0 80px;
    font-size: 18px;
    text-align: justify;
    line-height: 36px
}

.cyky li:nth-child(2n) {
    flex-direction: row-reverse
}

.font_50 {
    font-size: 36px;
    font-weight: bold;
    color: #0551a7;
    margin-bottom: 6%;
}

.font_36 {
    font-size: 36px;
    line-height: 40px;
    color: #0551a7
}

.font_32 {
    font-size: 32px;
    font-weight: bold;
    color: #0551a7
}

.font_26 {
    font-size: 26px;
    line-height: 40px
}

.font_24 {
    font-size: 24px;
    color: #0551a7
}

.font_22 {
    font-size: 22px;
    line-height: 40px
}

.font_20 {
    font-size: 20px;
    line-height: 30px
}

.font_16 {
    font-size: 16px;
    line-height: 30px
}

.font_18 {
    font-size: 18px;
    color: #666
}

.font_30 {
    font-size: 30px;
    line-height: 30px
}

.innovate-model3-t2 {
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    line-height: 48px;
    text-align: center;
}

.innovate-model3-info {
    margin-top: .96rem;
}

.innovate-model4 {
    margin-top: 1rem;
}

.innovate-model4-list-i {
    flex: 1;
    min-height: 4.8rem;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    position: relative;
    margin-right: 13px;
    transition: all .5s;
}


.innovate-model4-list-i .a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.innovate-model4-list-i .a>img {
    width: max-content;
    height: auto;
    display: block;
}

.innovate-model4-list-i .a>.t1 {
    width: calc(100% - 20px);
    height: auto;
    min-height: 73px;
    padding: 22px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.innovate-model4-list-i .a>.t1 span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.innovate-model4-list {
    margin-top: .74rem;
}

.innovate-model4-list-i .b {
    background: rgba(0, 169, 224, 0.8);
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% - 100px);
    height: 100%;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .5s;

}

.innovate-model4-list-i .b .t1 {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
}


.innovate-model4-list-i .b .t2 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: .6rem;
    text-align: justify;
}

.innovate-model4-list-i.cur {
    flex: 2;
}

.innovate-model4-list-i.cur .b {
    position: absolute;
    top: 0;
    opacity: 1;
}

.innovate-model4-list-i.cur .a {
    display: none;
}

.innovate-model5-menu {
    padding: 0 10%;
}

.innovate-model5-menu-i {
    font-size: 20px;
    text-align: justify;
    margin-bottom: .27rem;
}

.innovate-model5-menu-i>img {
    width: .3rem;
    height: auto;
    margin-right: .27rem;
}

.yf_tu {
    margin: 78px 0
}

.wenzi {
    left: 0;
    width: 90%;
    bottom: 20px;
    text-align: center;
    font-size: 20px;
    z-index: 9;
    color: #fff
}

.innovate-model5-list-i .b {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .5s;
}

/* .innovate-model5-list-i .b::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 169, 224, 0.8);
} */

.innovate-model5-list-i:hover .b {
    position: absolute;
    opacity: 1;
}

.innovate-model5-list-i {
    overflow: hidden;
}

.product-b {
    padding: .74rem 0 1rem;
}

.product-b-menu {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    width: 100%;
    margin-left: -20px;
}

.product-b-menu::-webkit-scrollbar {
    height: 5px;
    background: #f8f8f8;
}

.product-b-menu::-webkit-scrollbar-thumb {
    background: #ddd;
}


.product-b-menu-i {
    width: calc(100% / 5);
    margin-bottom: 10px;
    padding-left: 20px;
    min-width: max-content;
}

.product-b-menu-i .t1 {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    position: relative;
}


.product-b-menu-i .t1::after {
    width: 100%;
    height: 2px;
    background: #002FA7;
    content: '';
    display: none;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.product-b-menu-i>img {
    width: max-content;
    height: max-content;
    object-fit: contain;
    margin-right: 10px;
}

.product-b-menu-i.cur .t1::after {
    display: block;
}

.product-b-menu-i.cur .t1 {
    padding-bottom: 8px;
    color: #002FA7;
}

.product-b-con-i-model1>.t1 {
    font-weight: bold;
    font-size: 36px;
    color: #002FA7;
    line-height: 42px;
    text-align: center;
}

.product-b-con-i-model1>.t2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    color: #000000;
    text-align: justify;
    margin: .15rem 0 .7rem;


}

.product-b-con-i {
    padding-top: .75rem;
}


.product-b-con-i-model1-img>img,
.product-b-con-i-model1-img {
    width: 100%;
}

.product-b-con-i-model1-type {
    width: 100%;
    margin-top: 50px;
}

.product-b-con-i-model1-type-i {
    width: 48%;
}

.product-b-con-i-model1-type-i .t1 {
    min-width: 1.8rem;
    width: max-content;
    height: 40px;
    background: #002FA7;
    border-radius: 20px 20px 20px 20px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    margin: auto;
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
}

.product-b-con-i-model1-type-i .con {
    width: 100%;
    height: 130px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
}

.product-b-con-i-model {
    margin-bottom: .75rem;
}

.product-b-con-i-model2-list-i {
    width: calc(100% - 140px);
    height: 50px;
    font-weight: 500;
    font-size: 16px;
    color: #002FA7;
    line-height: 50px;
    padding: 0 70px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 169, 224, 0.08);
    background: rgba(0, 169, 224, 0.08);
}

.product-b-con-i-model3-con-item:last-child,
.product-b-con-i-model2-list-i:last-child {
    margin-right: 0;
}

.product-b-con-i-model2-list-i.center {
    text-align: center;
}

.product-b-con-i-model2-list-i-left {
    display: flex;
    width: 30%;
    margin-right: 10px;
}

.product-b-con-i-model2-list-i-right {
    width: 70%;
    display: flex;
}

.product-b-con-i-model2-list-i.cur {
    border: 1px solid #002FA7;
    background: #fff;
}

.product-b-con-i-model2-list-b {
    margin-top: .62rem;
}

.product-b-con-i-model3-con-item {
    width: 100%;
    min-height: 4.2rem;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.product-b-con-i-model3-con-item .a {
    position: relative;
    width: 100%;
    height: 100%;
}

.product-b-con-i-model3-con-item .a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-b-con-i-model3-con-item .a .t1 {
    position: absolute;
    left: 30px;
    bottom: 36px;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
}



.product-b-con-i-model3-con-item .b {
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% - 40px);
    height: 100%;
    background: #002FA7;
    opacity: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    transition: all .5s;
}

.product-b-con-i-model3-con-item .b .t1 {
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
}

.product-b-con-i-model3-con-item .b .t2 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: justify;
    margin-top: .2rem;
}

.product-b-con-i-model3-con-item:hover .b {
    position: absolute;
    top: 0;
    opacity: 1;
}

.product-b-con-i-model3-con-item.a {
    flex: 1;
}

.product-b-con-i-model3-con-item.b {
    flex: 2.08;
}

.product-b-con-i-model3-con {
    margin-top: .62rem;
}

.product-b-con-i-model4-con {
    margin-top: .4rem;
    width: calc(100% - 40px);
    height: 240px;
    background: #FFFFFF;
    padding: 20px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 10px 10px;
}

.product-b-con-i-model4-con-img>img,
.product-b-con-i-model4-con-img {
    width: 4rem;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.product-b-con-i-model4-con-msg {
    width: calc(100% - 4rem);
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 36px;
    padding: 0 .5rem;
    text-align: justify;
}

.product-b-con-i-model4-con-msg span {
    color: #002FA7;
    display: contents;
}

.product-b-con-i-model5-con {
    width: 90%;
    margin: auto;
    margin-top: .62rem;
}

.product-b-con-i-model5-con-i-img {
    width: 1.2rem;
    object-fit: contain;
    margin: auto;
    display: block;
}

.product-b-con-i-model5-con-i .t1 {
    font-weight: 500;
    font-size: 18px;
    color: #002FA7;
    line-height: 21px;
    text-align: center;
    margin: .26rem 0 .34rem;
}

.product-b-con-i-model5-con-i .t2 {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    text-align: center;
}

.product-b-con-i-model5-con-i {
    width: calc(100% / 3);
    padding: 0 10px;
}

.intelligence-b {
    padding: 1rem 0;
}

.intelligence-b-model1 {
    position: relative;
    margin-top: .8rem;
}

.intelligence-b-model1,
.intelligence-b-model1>img {
    min-height: 4rem;
    object-fit: cover;
}

.intelligence-b-model1-show {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 169, 224, 0.6);
}

.intelligence-b-model1-show .t1 {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: justify;
    margin: .6rem;
}

.intelligence-b-model2 {
    margin-top: .96rem;
}

.intelligence-b-model2>.t1 {
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    line-height: 48px;
    text-align: center;
    margin: .52rem 0 .84rem;
}

.intelligence-b-model2-menu-i-img {
    display: block;
    margin: auto;
    width: 1.4rem;
}

.intelligence-b-model2-menu-i .t1 {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    text-align: justify;
    margin-top: .43rem;
}

.intelligence-b-model2-menu-i {
    width: 25%;
}

.intelligence-b-model2-info {
    margin-top: 1.04rem;
}

.intelligence-b-model2-info-img {
    max-width: 720px;
    width: 100%;
}

.intelligence-b-model2-info-con {
    max-width: 620px;
    width: 100%;
    background: rgba(0, 169, 224, 0.8);
    border-radius: 0px 0px 0px 0px;
    position: relative;
    z-index: 1;
    margin-left: -140px
}

.intelligence-b-model2-info-con .t1 {
    padding: .6rem;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: justify;
}

.intelligence-b-model2-swiper-b {
    margin-top: .6rem;
    position: relative;
}

.intelligence-b-model2-swiper-i .t1 {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 48px;
    text-align: center;
}

.intelligence-b-model2-swiper-i-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 3.5rem;
    max-height: 3.5rem;
}

.intelligence-b-model2-swiper-i-img {
    overflow: hidden;
}

.intelligence-b-model2-swiper {
    width: 90%;
}


.develop-model1>.t1 {
    width: max-content;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    padding: 10px 56px;
    background: #002FA7;
    border-radius: 20px 20px 0 0;
}

.develop-model1-list {
    width: calc(100% - 100px);
    background: #FFFFFF;
    padding: 50px;
    border-radius: 0px 20px 20px 20px;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
}

.develop-model1-list-i .top {
    font-weight: 500;
    font-size: 18px;
    color: #002FA7;
    margin-bottom: .22rem;
}

.develop-model1-list-i .top>img {
    margin-right: 12px;
}

.develop-model1-list-i .t1 {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: justify;
    line-height: 32px;
}


.develop-model1-list-i {
    padding: 0 10px .4rem;
    margin-bottom: .51rem;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
}

.develop-model1-list-i:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.develop-model1 {
    position: relative;
    z-index: 1;
}

.develop-model2 .row>.t1 {
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    line-height: 48px;
    margin: .6rem 0 .8rem;
}

.develop-model2 {
    padding: 1.46rem 0;
    margin-top: -60px;
}

.develop-model2-img-i {
    margin: 0 25px;
}

.develop-model3 {
    padding: 1rem 0 1.2rem;
}

.cooperate-b {
    padding: 1rem 0;
}

.cooperate-b-model {
    width: 100%;
    height: 100%;
}

.cooperate-b-model1 {
    margin-top: 1rem;
}

.cooperate-b-model1>.t1 {
    font-weight: bold;
    font-size: 30px;
    color: #002FA7;
    line-height: 30px;
}

.cooperate-b-model1-list {
    margin-top: .4rem;
}

.cooperate-b-model1-list-i>img {
    margin-top: 12px;
    margin-right: 12px;
    width: max-content;
    height: max-content;
}

.cooperate-b-model1-list-i {
    margin-bottom: .3rem;
}

.cooperate-b-model1-list-i:last-child {
    margin-bottom: 0;
}

.cooperate-b-model1-list-i * {
    text-align: justify !important;
}

.cooperate-b-model2-i {
    width: 100%;
    padding: 8px .41rem;
    display: flex;
    align-items: start;
    justify-content: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.cooperate-b-model2-i:first-child {
    width: 50%;
}

.cooperate-b-model2-i:last-child {
    border-right: none;
}

.cooperate-b-model2 {
    margin-top: 1rem;
}

.cooperate-b-model2>.t1 {
    font-weight: bold;
    font-size: 36px;
    color: #002FA7;
    margin-bottom: .7rem;
}

.cooperate-b-model2-i-code>img {
    width: max-content;
    margin: auto;
}


.cooperate-b-model2-i-code>.t1 {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    line-height: 26px;
    text-align: center;
}

.cooperate-b-model2-i-msg .t1 {
    font-size: 16px;
    font-weight: bold;
    color: #002FA7;
    line-height: 16px;
    text-align: left;
    margin-bottom: 14px;
}

.cooperate-b-model2-i-msg .t2 {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 34px;
}

.news-b-model2-list {
    margin-top: .5rem;
}

.news-b-model2-list-i {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-b-model2-list-i:last-child {
    border-bottom: none;
}

.news-b-model2-list-i-con {
    padding: .3rem 0 0;
}

.news-b-model2-list-i-con .t1 {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 24px;
}

.news-b-model2-list-i-con .t3,
.news-b-model2-list-i-con .t2 {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}

.news-b-model2-list-i-con .t2 {
    margin: .23rem 0 .14rem;
}

.news-b-model2-list-i-img {
    max-width: 2.57rem;
    min-width: 2.57rem;
    margin-right: .49rem;
    overflow: hidden;
}

.news-b-model3-video {
    margin-top: .5rem;
}

.news-b-model3-video-img,
.news-b-model3-video-i {
    width: max-content;
    display: block;
    margin: auto;
    position: relative;
}

.news-b-model3-video-i .t1 {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 32px;
    text-align: center;
    margin-top: .25rem;
}

.news-b-model3 {
    margin-top: .5rem;
    padding-bottom: .5rem;
}

.news-b-model3-video-i::after {
    width: .8rem;
    height: .8rem;
    background: url(../images/new/video.png)no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: block;
    content: '';
}

.media-b {
    padding: 1.2rem 0 2rem;
}

.joinUs {
    padding: .73rem 0;
}

.join-model1 .join-model1-title .t1 {
    font-weight: bold;
    font-size: 36px;
    color: #002FA7;
    line-height: 60px;
    text-align: center;
}

.join-model1 .join-model1-title .t2 {
    font-weight: 400;
    font-size: 26px;
    color: #000;
    line-height: 48px;
    text-align: center;
    margin-top: .37rem;
}

.join-model1-list {
    margin-top: .8rem;
}

.join-model1-list-i:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

.join-model1-list-i:nth-child(even) .con .con_box02 {
    padding-left: 0;
    padding-right: 45px;
}

.join-model1-list-i img {
    height: 374px;
    width: 100%;
    object-fit: cover;
}

.join-model1-list-i .con .con_box02 {
    padding-left: 45px;
}

.join-model1-list-i .con,
.join-model1-list-i .img {
    width: 50%
}

.join-model1-list-i .con .con_box01 {
    padding-right: 45px
}

.join-model1-list-i li {
    margin-bottom: 70px
}

.join-model1-list-i li:nth-child(2n) {
    flex-direction: row-reverse
}

.join-model1-list-i li:nth-child(2n) .con_box01 {
    padding-left: 45px
}

.join-model1-list-i li:nth-child(2n) .con_box02 {
    padding-right: 45px;
    padding-left: 0
}

.join-model1-list-i .con .con_box02 .t1 {
    font-weight: bold;
    font-size: 24px;
    color: #002FA7;
    line-height: 30px;
    text-align: justify !important;
}

.join-model1-list-i .con .con_box02 .t2 {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
    text-align: justify !important;
    margin-top: .38rem;
}

.join-model1-info>.t1 {
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    line-height: 60px;
    text-align: center;
}

.join-model1-info>.t2 {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 60px;
    text-align: center;
}

.join-model1-info {
    margin-top: 1rem;
}

.join-model1-info-i {
    width: 49%;
    min-height: 250px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 20px 20px;
}

.join-model1-info-i .center {
    width: 100%;
    text-align: center;
}

.join-model1-info-i .center .ljtd {
    width: 1.2rem;
    margin: 0 auto -90px auto;

}

.join-model1-info-i .center>.t1 {
    font-weight: bold;
    font-size: 44px;
    color: #002FA7;
    line-height: 60px;
    text-align: center;
}

.join-model1-info-i .center>.t2 {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 60px;
    text-align: center;
    margin-top: 5px;
}

.ljtd a {
    width: 100%;
    background: url(../images/td.png) no-repeat center 30px #002FA7;
    font-size: 16px;
    display: block;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 1.2rem;
}

.ljtd a>img {
    width: .4rem;
    margin-bottom: 5px;
}

.ny-banner .img img {
    display: block;
    min-height: 5rem;
    width: 100%;
    object-fit: cover;
}

.ny-banner .con {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    padding: 0 20px;
    height: 100%;
    color: #fff;
    z-index: 2;
    background: rgba(0, 169, 224, 0.9)
}

.lomunc {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.lomunc .d0 {
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: left;
}

.lomunc .d1 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2
}

.lomunc .d-ling {
    margin-top: 40px
}

.lomunc .d-ling a {
    display: inline-block;
    width: 160px;
    line-height: 35px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 3px;
    background: #002FA7;
    text-align: center
}

.join-model1-promote {
    margin-top: 1.2rem;
}

.join-model1-promote>.t1 {
    font-weight: bold;
    font-size: 36px;
    color: #002FA7;
    line-height: 60px;
    text-align: center;
}

.join-model1-promote-i-show {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 169, 224, 0.8);
}

.join-model1-promote-i-show p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: justify;
    padding: .6rem;
}

.join-model1-promote-i {
    margin-top: .7rem;
}

.join-model1-promote-i>img {
    width: 100%;
    min-height: 4.8rem;
    object-fit: cover;
}

.join-model2 {
    margin-top: .8rem;
}

.join-model2-list {
    margin-top: .6rem;
}

.join-model2-list-i {
    width: 31%;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
}


.join-model2-list-i-img {
    border-radius: 20px;
    overflow: hidden;
}

.join-model2-list-i-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.join-model2-list-i-con {
    padding: .39rem;
}

.join-model2-list-i-con .t1 {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 32px;
    text-align: left;
}

.join-model2-list-i-con .t2 {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 32px;
    text-align: justify !important;
    margin-top: .2rem;
}

.join-model3-list-i {
    width: 40%;
    margin-bottom: .5rem;
}

.join-model3-list-i .t1 {
    font-weight: bold;
    font-size: 36px;
    color: #464646;
    line-height: 24px;
    text-align: center;
    margin: .34rem 0 .46rem;
}

.join-model3-list-i .t2 {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    text-align: center;
}

.join-model3-list-i-img>img {
    width: max-content;
    margin: auto;
    display: block;
    position: relative;
    z-index: 1;
}

.join-model3-list-i-img {
    width: 100%;
    display: flex;
    justify-content: center;
}

.join-model3-list-i-img::after {
    width: 100%;
    height: 1px;
    background: rgba(0, 169, 224, 0.3);
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.join-model3-list,
.join-model3 {
    margin-top: 1rem;
}

.process {
    margin-top: 1rem;
}

.hot-post {
    margin-top: .5rem;
}

.process-list {
    margin-top: .65rem;
}


.lbneamc .img {
    width: 46%;
    display: flex;
    align-items: center;
}

.lbneamc .con {
    width: 47%;
    background: url(../images/new/ddd.jpg) repeat-y 20px top;
    margin-top: 42px
}

.lbneamc .con .list {
    padding-left: 52px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.6
}

.lbneamc .con .list:last-child {
    margin-bottom: 0
}

.lbneamc .con .list span {
    display: block;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    border: 1px solid #002FA7;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    background: #002FA7;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0
}

.lbneamc .con .list:last-child:after {
    content: '';
    width: 40px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0
}

.lbneamc .con .list .d2 {
    margin-top: 5px
}

.deliver-b .lbneamc {
    margin-top: .6rem;
    padding: .4rem;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 20px 20px;
}

.deliver-b {
    margin-top: .5rem;
    padding-bottom: 1.2rem;
}

.products-title {
    font-weight: bold;
    font-size: 36px;
    color: #002FA7;
    line-height: 42px;
    text-align: center;
}

.products-list {
    margin-top: .78rem;
    margin-left: -36px;
}

.products-list li {
    width: 22%;
    margin-left: 36px;
    margin-bottom: .8rem;
}

.products-list li a {
    width: 100%;
}

.products-list-i>.img>img {
    width: 100%;
    height: 100%;
    min-height: 2.5rem;
    max-height: 2.5rem;
}

.products-list-i-con {
    padding: 26px 0;
}

.products-list-i-con .t1 {
    font-weight: 500;
    font-size: 24px;
    color: #002FA7;
    line-height: 28px;
    text-align: center;
}

.products-list-i-con .t2 {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    text-align: justify;
    margin-top: 21px;
    min-height: 190px;
    display: block !important;
}

.products-list-i-con .more {
    font-weight: 400;
    font-size: 16px;
    color: #002FA7;
    line-height: 19px;
    text-align: left;
    margin-top: .15rem;
}

.products {
    max-width: 1600px;
    width: 100%;
    margin: auto;
    padding: 1rem 0 .5rem;
}

.sild-float {
    position: fixed;
    z-index: 21;
    right: 10px;
    bottom: 30%;
    width: 46px;
}

.sild-float .list {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 5px
}

.sild-float .list>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    background: #002FA7 no-repeat center center;
    transition: all 0.5s ease
}

.sild-float .list a.a1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sild-float .list:hover>a {
    background-color: #002FA7;
    transition: all 0.5s ease
}

.sild-float .list .rolme {
    transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    position: absolute;
    right: 46px;
    top: 0;
    padding: 10px;
    line-height: 26px;
    width: 184px;
    background: rgba(0, 0, 0, 0.5)
}

.sild-float .list:hover .rolme {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease
}

.sild-float .list .rolme .ltt {
    font-size: 20px;
    color: #fff;
    text-align: center;
    word-break: break-all;
}

.sild-float .list .rolme .emv img {
    border-radius: 10px
}

.sild-float .list:nth-child(1) .fplae {
    /* border-top-left-radius: 5px; */
    border-radius: 4px 4px 4px 4px;
    overflow: hidden
}

.sild-float .list:last-child>a {
    /* border-bottom-left-radius: 5px; */
    border-radius: 4px 4px 4px 4px;
    overflow: hidden
}

.sild-float .bpmaeb {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease
}

.sild-float .fplae {
    display: flex;
    align-items: center;
    line-height: 46px;
    height: 46px;
    width: max-content;
    background: #002FA7;
    transition: all 0.5s ease
}

.sild-float .fplae:hover {
    transform: translateX(calc(-100% + 46px));
    transition: all 0.5s ease
}

.sild-float .fplae:hover .bpmaeb {
    background: #002FA7;
    transition: all 0.5s ease
}

.sild-float .fplae .ltt {
    width: calc(100% - 46px);
    text-align: left;
    font-size: 20px;
    color: #fff;
    word-break: break-all;
    background: rgba(0, 0, 0, 0.5) !important;
    padding: 0 10px;
}

.sild-float .email .fplae .ltt {
    font-size: 14px;
}

.sild-float .kefu .fplae .ltt {
    font-size: 14px;
}

.sild-float .friends .fplae .ltt {
    font-size: 14px;
}

.float-modal-show>.t1 {
    font-weight: 600;
    font-size: 32px;
    color: #002FA7;
    line-height: 38px;
    text-align: center;
}

.float-modal-show {
    padding: .5rem 0;
}

.float-modal-show-i {
    margin-top: .5rem;
}

.kef-model {
    width: 50% !important;
}

.product-add-b .add-cont2 {
    display: flex;
    justify-content: space-between
}

.product-add-b .add-cont2 a {
    display: block;
    width: 100%;
    background: #fff;
    text-align: left;
    margin-right: 20px;
    border: 1px solid #f1f1f1
}

.product-add-b .add-cont2 a:last-child {
    margin-right: 0px;
    text-align: right
}

.product-add-b .next_product,
.product-add-b .up_product {
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-add-b .next_product {
    font-weight: bold;
    font-size: 15px
}

.product-add-b .add-cont2 a:hover .next_product {
    color: #002FA7;
}

.product-add-b .add-cont3 {
    text-align: center;
    padding: 30px 0
}

.product-add-b .add-cont3 a {
    height: 40px;
    background: url(../images/icoimg-return/png) no-repeat 15px center #002FA7;
    color: #fff;
    text-align: center;
    font-size: 15px;
    display: block;
    line-height: 40px;
    border-radius: 50px;
    width: 180px;
    margin: 0 auto
}

.news li a {
    width: 100%;
}

@media (max-width:1920px) {
    .kef-model {
        width: 65% !important;
    }
}

@media (max-width:1750px) {

    .home-mdoel1-swiper-prev,
    .home-mdoel1-swiper-next {
        width: 60px;
        height: 60px;
    }

    .home-mdoel1-l {
        width: 6rem;
    }

    .home-mdoel1-r {
        width: calc(100% - 5.4rem);
    }
}

@media (max-width:1680px) {
    .home-mdoel1-swiper-i-img>img {
        height: 3rem;
    }

    .home-mdoel1-swiper-prev,
    .home-mdoel1-swiper-next {
        width: 55px;
        height: 55px;
    }
}

@media (max-width:1500px) {
    .home-mdoel1-swiper-i-con {
        font-size: 16px;
    }
}

@media (max-width:1350px) {
    .home-mdoel1-swiper-i-img>img {
        height: 2rem;
    }

    .home-mdoel1-swiper-i-con {
        font-size: 16px;
        display: flex;
        flex-direction: column;
    }

    .home-mdoel1-swiper-i-con>img {
        width: .4rem;
        height: .4rem;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width:1280px) {
    .ouebnac li .con .d2 {
        line-height: 28px;
    }

    .products-list li {
        width: 29%;
    }

    .home-mdoel1-show .t1 {
        font-size: 16px;
        margin: .2rem 0;
    }

    .home-mdoel1-show {
        width: calc(100% - 100px);
    }

    .kef-model {
        width: 90% !important;
    }

    .home-mdoel1-l {
        width: 5.5rem;
    }

    .home-mdoel1-r {
        width: calc(100% - 4.9rem);
    }

    .home-mdoel1-swiper-prev,
    .home-mdoel1-swiper-next {
        width: 50px;
        height: 50px;
    }

    .home-mdoel1-swiper-next img,
    .home-mdoel1-swiper-prev img {
        width: 55%;
    }

    .home-mdoel2-info .t1 {
        font-size: 32px;
    }

    .home-mdoel2-info .t2 {
        margin: .3rem 0 10px;
    }

    .home-mdoel2>img,
    .home-mdoel2 {
        min-height: 6rem;
    }
}


@media (max-width:1200px) {
    .vision-tabs .abs {
        flex-direction: column;
    }

    .home-mdoel2-info {
        width: 60%;
    }

    .news li a .img img {
        min-width: auto;
    }

    .news ul li {
        width: 32%;
    }

    .news ul {
        margin: 0 0;
        margin-top: .58rem;
    }

    .news li a {
        margin: 0 0 49px;
    }



    .home-mdoel1-l>img,
    .home-mdoel1-l {
        width: 100%;
        max-height: 4rem;
        object-fit: cover;
    }

    .home-mdoel1-r {
        width: -webkit-fill-available;
        margin: 20px 0 0;
        padding: 0 20px;
    }

    .home-mdoel1-swiper-page {
        width: -webkit-fill-available;
        position: absolute;
        top: 50%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
        padding: 0 21px;
        margin: 0;
        height: max-content;
        box-shadow: none;
    }

    .home-mdoel1-swiper-page>div {
        border-radius: 5px;
    }

    .home-mdoel1 {
        display: block;
    }

    .products-list li {}

    .innovate-model5,
    .innovate-model4,
    .innovate-model3,
    .innovate-model2,
    .cs_about {
        padding-left: 20px;
        padding-right: 20px;
    }

    .company-us .txt,
    .aboutSwiper .txt {
        line-height: 30px;
    }

    .opbbuna2 li .num {
        font-size: 20px;
        line-height: 30px;
    }

    .aboutSwiper .swiper-button-next>span,
    .aboutSwiper .swiper-button-prev>span {
        display: none;
    }

    .aboutSwiper .swiper-button-prev::after,
    .aboutSwiper .swiper-button-next::after {
        font-size: 20px !important;
        color: rgba(0, 0, 0, 0.9) !important;

    }

}

@media (max-width:1024px) {
    .ouebnac li .con {
        height: auto;
        padding: 20px 0;
    }

    .ouebnac li .con,
    .ouebnac li .img {
        width: 100%;
    }

    .ouebnac li {
        display: block;
    }

    .cooperate-b-model2 {
        margin-top: .5rem;
    }

    .cooperate-b-model2>.t1 {
        font-size: 30px;
        margin-bottom: .5rem;
    }

    .products-list li {}

    .products-list-i-con .t2 {
        margin-top: 10px;
    }

    .products-list-i-con .t1 {
        font-size: 20px;
    }

    .products-list li {
        margin-bottom: .5rem;
    }

    .products-list {
        margin-top: .5rem;
    }

    .products-title {
        font-size: 30px;
    }

    .products-list {
        padding: 0 20px;
    }

    .products {
        padding: .5rem 0 .5rem;
    }

    .product-b-con-i-model {
        margin-bottom: .5rem;
    }

    .product-b-con-i-model2-list-b {
        margin-top: .5rem;
    }

    .product-b-con-i {
        padding-top: .5rem;
    }

    .product-b-con-i-model1>.t2 {
        padding: 0 .5rem;
        margin: .3rem 0 .4rem;
    }

    .innovate-model3-t2 {
        font-size: 20px;
    }

    .innovate-model4,
    .innovate-model2 {
        margin-top: .5rem;
    }

    .join-model3-list-i .t1 {
        margin: .3rem 0 .4rem;
    }

    .join-model1-promote-i-show {
        width: 45%;
    }

    .join-model1-info-i .center>.t2 {
        line-height: 40px;
    }

    .join-model2-list-i-con .t2,
    .join-model1-list-i .con .con_box02 .t2 {
        margin-top: .2rem;
    }

    .join-model1-list-i .con .con_box02 .t1 {
        font-size: 20px;
        line-height: 30px;
    }

    .join-model2-list-i-con .t1 {
        font-size: 20px;
    }

    .product-b-con-i-model1>.t1,
    .lomunc .d0,
    .join-model3-list-i .t1,
    .join-model1-promote>.t1,
    .join-model1-info-i .center>.t1,
    .join-model1 .join-model1-title .t1,
    .develop-model1>.t1,
    .about-us-box-title,
    .idea-title {
        font-size: 30px;
    }

    .ubfenac .business-b-info-i {
        min-height: 2rem;
    }

    .ubfenac .business-b-info-i {
        width: calc(100% - 180px);
        padding-left: 60px;
        padding-right: 60px;
    }

    .business-b-info-con {
        line-height: 30px;
        margin-top: .3rem;
    }

    .business-b-info-title {
        font-size: 30px;
        color: #002FA7;
    }

    .ounbvr li .tit {
        font-size: 16px;
        margin-top: 8px;
    }

    .ounbvr li .img i span {
        width: 65px;
        height: 65px;
        background-size: contain;
        border-radius: 50%;
    }

    .ounbvr li {
        width: 25%;
        margin-bottom: .2rem;
    }

    .home-mdoel1-swiper-i .a {}




    .footer-l {
        width: 60%;
    }

    .public-nav-title,
    .home-mdoel2-info .t1,
    .public-title-con .t1,
    .home-mdoel1-l .rows .t1 {
        font-size: 30px;
    }

    .home-mdoel2-info {
        width: 70%;
    }

    .home-mdoel2-info-menu-i {
        margin-right: .5rem;
    }

    .win .abs .text {
        line-height: 30px;
    }
}

@media (max-width:768px) {
    .cooperate-b-model1-list-i>img {
        margin-top: 8px;
    }
    .cooperate-b-model1-list-i *{
        font-size: 16px !important;
    }
    .cooperate-b-model1>.t1{
        font-size: 20px;
    }
    .home-mdoel1-show {
        width: calc(100% - 80px);
    }

    .footer-l-i>img {
        margin-top: 2px;
    }

    .home-mdoel2>img,
    .home-mdoel2 {
        min-height: 8rem;
    }

    .intelligence-b-model2-swiper-i .t1 {
        font-size: 16px;
    }

    .cooperate-b-model2-i-msg .t2 {
        font-size: 13px;
    }

    .intelligence-b-model1,
    .intelligence-b-model1>img {
        min-height: auto;
    }

    .intelligence-b-model1-show {
        position: static;
    }

    .cooperate-b-model2-i:first-child {
        width: 100%;
    }

    .cooperate-b-model2-i-code {
        margin: auto;
    }

    #map {
        height: auto !important;
    }

    .products .products-title {
        padding-left: 20px;
        padding-right: 20px;
    }

    .graduate-b,
    .news-b,
    .esg,
    .culture,
    .cs_about,
    .about {
        padding-top: 20px;
    }

    .home-mdoel2-info-menu-i {
        margin-right: 4%;
    }

    .innovate-model4-list-i .a>.t1 {
        min-height: auto;
    }

    .news ul li {
        width: 48%;
    }

    .news-b-model1 {
        padding-bottom: 0;
    }

    .news-b-model2-list {
        margin-top: .3rem;
    }

    .news-b-model2-list-i-img {
        max-width: none;
    }

    .product-add-b .add-cont2 {
        display: block;
    }

    .product-add-b .add-cont2 a {
        width: calc(100% - 40px);
        margin-right: 0;
    }

    .product-add-b .add-cont2 a:last-child {
        text-align: left
    }

    .home-mdoel1-swiper-i-img>img {
        height: 3.9rem;
    }

    .home-mdoel2-info-menu-i .b .t2 {
        margin-top: 5px;
        max-width: 99px;
    }

    .home-mdoel2-info-menu-i .b .t1 {
        font-size: 18px;
        line-height: normal;
    }

    .float-modal-show-i .cooperate-b-model2-i-msg .t1 {
        margin-bottom: 10px;
    }

    .float-modal-show-i .cooperate-b-model2-i-code {
        margin: auto;
    }

    .float-modal-show-i .cooperate-b-model2-i-code>img {
        width: 1.4rem;
    }

    .float-modal-show-i .cooperate-b-model2-i {
        margin-bottom: .3rem;
    }

    .float-modal-show-i .cooperate-b-model2-i:first-child {
        width: 50%;
        margin: auto;
        margin-bottom: .3rem;
    }

    .float-modal-show>.t1 {
        font-size: 20px;
    }

    .float-modal-show-i .cooperate-b-model2-i-msg .t2 {
        line-height: 22px;
    }

    .kef-model {
        width: 90% !important;
    }

    .float-modal-show-i {
        margin-top: .2rem;
    }

    .float-modal-show {
        padding: .1rem 0;
    }

    .float-modal-show-i {
        display: block;
    }

    .cooperate-b-model2>.t1 {
        font-size: 20px;
        margin-bottom: .3rem;
    }

    .products-list-i-con .t2 {
        line-height: 26px;
    }

    .products-list-i-con {
        padding: 20px 0;
    }

    .products-list {
        margin-left: 0;
        display: flex;
        justify-content: space-between;
    }

    .products-list li {
        width: 48%;
        margin-left: 0;
        margin-bottom: .3rem;
    }

    .products-title {
        font-size: 20px;
        line-height: 30px;
    }

    .product-b-con-i-model3-con-item {
        min-height: 3rem;
    }

    .product-b-con-i-model4-con-msg {
        width: calc(100% - 40px);
        margin-top: 20px;
        padding: 0 20px;
    }

    .product-b-con-i-model4-con-img>img,
    .product-b-con-i-model4-con-img {
        width: 100%;
    }

    .product-b-con-i-model4-con {
        display: block;
        height: auto;
    }

    .product-b-con-i-model3-con-item .b .t2 {
        margin-top: .2rem;
        /* line-height: 20px; */
    }

    .product-b-con-i-model3-con-item.b,
    .product-b-con-i-model3-con-item.a {
        display: grid;
    }

    .product-b-con-i-model3-con-item {
        margin: 0 0 20px 0;
    }

    .product-b-con-i-model3-con-i {
        display: block;
    }

    .product-b-con-i-model1>.t2 {
        margin: .2rem 0;
    }

    .product-b-con-i-model1>.t1 {
        font-size: 20px;
    }

    .product-b-con-i-model1-type-i .t1 {
        font-size: 16px;
    }

    .product-b-con-i-model1-type-i .con {
        width: calc(100% - 20px);
        padding: 0 10px;
    }

    .product-b-con-i-model2-list-i {
        width: calc(100% - 40px);
        padding: 0 20px;
    }

    .wenzi {
        font-size: 16px;
    }

    .yf_tu {
        margin: 30px 0;
    }

    .innovate-model5-menu {
        padding: 0 10px;
    }

    .innovate-model4-list-i {
        margin-right: 0;
    }

    .innovate-model4-list-i .a>.t1 {
        padding: 15px 10px;
        font-size: 16px;
    }

    .innovate-model4-list-i .b {
        width: calc(100% - 40px);
        padding: 0 20px;
    }

    .innovate-model4-list-i .b .t2 {
        margin-top: .3rem;
        line-height: 24px;
    }

    .innovate-model4-list-i .b .t1 {
        font-size: 18px;
        line-height: 30px;
    }

    .innovate-model4-list-i {
        margin-bottom: 20px;
    }

    .innovate-model4-list-i .a {
        min-height: 4.8rem;
    }

    .innovate-model4-list {
        display: block;
    }



    .innovate-model3-info {
        margin-top: .4rem;
    }

    .r_cy_txt {
        padding: 20px 0;
        margin-bottom: 20px;
    }

    .z_cy,
    .r_cy_con {
        width: 100%;
    }

    .innovate-model3-info .cyky li {
        display: block;
    }

    .innovate-model3-info .cyky li:last-child .r_cy_txt {
        margin-bottom: 0;
    }

    .innovate-model3-t2 {
        font-size: 18px;
        line-height: 26px;
    }



    .innovate li .con {
        padding: 30px;
    }

    .ouebnac li .con {
        height: auto;
        padding: 20px 0;
    }

    .ouebnac li .con,
    .ouebnac li .img,
    .innovate li .img {
        width: 100%;
    }

    .innovate li .con {
        position: static;
        transform: none;
        width: -webkit-fill-available
    }

    .innovate li {
        display: block;
    }

    .join-model2-list-i-con {
        padding: .3rem;
    }

    .lomunc {
        max-width: none;
    }

    .lomunc .d-ling {
        margin-top: 20px;
    }

    .lomunc .d0 {
        font-size: 22px;
        line-height: 40px;
    }

    .ny-banner .con {
        width: -webkit-fill-available;
        position: static;

    }

    .joinUs {
        padding: .5rem 0;
    }

    .join-model3-list-i-img::after {
        width: 100%;
    }

    .join-model3-list-i .t1 {
        margin: .2rem 0;
        font-size: 20px;
    }

    .join-model3-list {
        display: block;
    }

    .join-model1-info-i {
        min-height: 210px;
    }

    .join-model2,
    .join-model3-list,
    .join-model3 {
        margin-top: .5rem;
    }

    .join-model2-list {
        display: block;
        margin-top: .3rem;
    }

    .join-model3-list-i,
    .join-model2-list-i {
        width: 100%;
        margin-bottom: 30px;
    }

    .join-model1-promote-i-show p {
        line-height: 30px;
        padding: 30px;
    }

    .join-model1-list-i .con .con_box02 .t2 {
        margin-top: 10px;
    }

    .join-model1-promote-i,
    .join-model1-promote {
        margin-top: .5rem;
    }

    .join-model1-promote>.t1 {
        font-size: 20px;
    }

    .join-model1-promote-i-show {
        width: 100%;
    }

    .join-model1-info-i .center>.t2 {
        line-height: 30px;
    }

    .join-model1-info-i .center>.t1 span,
    .join-model1-info-i .center>.t1 {
        font-size: 24px !important;
        line-height: 32px;
    }

    .join-model1-info-i {
        width: 100%;
        margin-bottom: .8rem;
    }

    .join-model1-info {
        margin-top: .3rem;
        display: block;
    }

    .join-model1-info>.t2 {
        font-size: 16px;
        line-height: 30px;
    }

    .join-model1-info>.t1 {
        font-size: 20px;
        line-height: 30px;
    }

    .join-model1-list-i:nth-child(even) .con .con_box02,
    .join-model1-list-i .con .con_box02 {
        padding: 20px 0;
    }

    .join-model1-list-i {
        margin-bottom: 30px;
    }

    .join-model1-list-i .con,
    .join-model1-list-i .img {
        width: 100%;
    }

    .join-model1-list-i:nth-child(even),
    .join-model1-list-i {
        display: block;
    }

    .join-model1-list {
        margin-top: .4rem;
    }

    .join-model1 .join-model1-title .t2 {
        font-size: 18px;
        line-height: 26px;
        margin-top: .2rem;
    }

    .join-model1 .join-model1-title .t1 {
        font-size: 20px;
        line-height: 24px;
    }

    .product-b {
        padding: .5rem 0 .5rem;
    }

    .achievement-bg .text {
        line-height: 30px;
    }

    .research {
        padding-bottom: .5rem;
    }

    .research-box {
        margin-top: .1rem;
    }

    .develop-model1-list-i .t1 {
        line-height: 28px;
    }

    .develop-model3 {
        padding: .3rem 0 .5rem;
    }

    .develop-model2 {
        padding: 1rem 0 .5rem;
        margin-top: -50px;
    }

    .develop-model1-list-i {
        padding: 0 10px .3rem;
        margin-bottom: .3rem;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
    }

    .develop-model1-list-i .top {
        margin-bottom: 10px;
        display: flex;
        align-items: flex-start !important;
    }

    .develop-model1-list-i .top>img {
        margin-top: 5px;
    }

    .develop-model1-list {
        width: calc(100% - 40px);
        padding: 20px;
    }

    .develop-model1 {
        margin-top: .5rem;
    }

    .develop-model2 .row>.t1 {
        font-size: 18px;
        line-height: 30px;
        margin: .3rem 0 .5rem;
    }

    .media-b {
        padding: 0.5rem 0px;
    }

    .footer-l-i {
        font-size: 14px;
    }

    .about-menu-i .t1 {
        font-size: 16px;
    }

    .about-us-box,
    .about-menu,
    .about-us-box-title,
    .about-us-box-menu {
        margin-top: .5rem;
    }

    .about-menu-i,
    .about-us-box-menu-i {
        width: 100%;
        margin-bottom: 20px;
    }

    .about-us-box-menu-i:last-child {
        margin-bottom: 0;
    }

    .about-menu {
        text-align: center;
    }

    .about-menu,
    .about-us-box-menu,
    .xpenlc li {
        display: block;
    }

    .idea .sub-tit {
        margin-top: 10px;
    }

    .idea {
        background: url(../images/new/bg_06.png) no-repeat center top;
        background-size: cover !important;
    }

    .idea .content p {
        line-height: 30px;
        margin-bottom: 20px;
    }

    .idea .sub-tit {
        font-size: 16px;
    }

    .develop-model1>.t1 {
        font-size: 18px;
        line-height: 36px;
        padding: 8px 40px;
    }

    .about-us-box-title,
    .idea-title {
        font-size: 20px;
    }

    .page {
        padding: 30px 0;
    }

    .hot-mailbox {
        line-height: 30px;
    }

    .news-b-model3 {
        margin-bottom: .5rem;
    }

    .news-b-model3-video-i .t1 {
        font-size: 18px;
        line-height: 20px;
    }

    .hot-mailbox {
        padding: .3rem 20px;
    }

    .news-b-model3-video-i {
        width: 100%;
    }

    .news-b-model2-list-i-img,
    .news-b-model2-list-i-img>img {
        width: 100%;
    }

    .news-b-model2-list-i {
        display: block;
    }

    .news ul,
    .news-b-model3 {
        margin-top: .3rem;
    }

    .ubfenac .business-b-info-i {
        margin-top: -50px;
    }

    .business-b-info-con {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        margin-top: .2rem;
    }

    .ubfenac .business-b-info-i {
        width: calc(100% - 110px);
        padding: 30px;
    }

    .business-b-info-title {
        font-size: 22px;
        line-height: 28px;
    }

    .ounbvr li .tit {
        font-size: 14px;
    }

    .process {
        margin-top: .5rem;
    }

    .process li .subtit {
        line-height: 26px;
        margin-top: 10px;
    }

    .cooperate-b-model2 {
        margin-top: .3rem;
    }

    .cooperate-b-model2-i-msg .t2 {
        line-height: 26px;
    }

    .cooperate-b-model2-i {
        width: -webkit-fill-available;
        margin-bottom: .3rem;
        padding: 0;
        display: flex;
        justify-content: flex-start;

    }

    .cooperate-b-model1 {
        margin-top: .5rem;
    }

    .cooperate-b {
        padding: .5rem 0;
    }

    .cooperate-b-model2-r,
    .cooperation .bunteba li {
        display: block;
    }

    .cooperate-b-model2-i {
        border-right: none !important;
    }

    .lbneamc .con .list {
        margin-bottom: 25px;
    }

    .lbneamc .con {
        margin-top: 20px;
    }

    .hot-post .rzgw_list:last-child {
        margin-bottom: 0;
    }

    .hot-post .name {
        font-size: 16px;
    }

    .hot-post {
        padding: 0;
    }



    .deliver-b {
        padding-bottom: .6rem;
    }

    .hot-post .rzgw,
    .deliver-b .lbneamc,
    .deliver-b,
    .hot-post {
        margin-top: .5rem;
    }

    .lbneamc .con,
    .lbneamc .img {
        width: 100%;
    }

    .deliver-b .lbneamc {
        display: block;
    }

    .idea-title::after,
    .public-nav-title::after {
        width: 40px;
        margin-top: 10px;
    }

    .public-nav-title,
    .home-mdoel2-info .t1,
    .public-title-con .t1,
    .home-mdoel1-l .rows .t1 {
        font-size: 22px;
        line-height: 30px;
    }

    .intelligence-b-model2>.t1 {
        font-size: 18px;
        line-height: 30px;
        margin: .4rem 0 .6rem;
    }

    .intelligence-b-model2,
    .intelligence-b-model1 {
        margin-top: .5rem;
    }

    .intelligence-b-model1-show .t1 {
        line-height: 34px;
        margin: .3rem;
    }

    .intelligence-b-model2-menu-i .t1 {
        text-align: center;
        margin-top: 20px;
        line-height: 20px;
    }

    .intelligence-b-model2-menu-i {
        width: 100%;
        margin-bottom: 5%;
    }

    .intelligence-b-model2-menu {
        display: block;
    }

    .intelligence-b-model2-info-con .t1 {
        padding: 20px;
    }

    .footer-info a {
        margin-left: 0;
        margin-top: 10px;
    }

    .footer-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .intelligence-b-model2-swiper {
        width: 80%;
    }

    .intelligence-b-model2-info-con {
        max-width: none;
        margin: auto;
    }

    .intelligence-b-model2-info {
        display: block;
    }

    .footer-r-search {
        max-width: 260px;
    }

    .intelligence-b {
        padding: .5rem 0;
    }

    .intelligence-b-model1-show,
    .footer-l {
        width: 100%;
    }

    .home-mdoel2-info .t1,
    .column-title {
        font-size: 16px;
    }

    .footer-l-i {
        line-height: normal;
    }

    .footer-r-share {
        margin-top: 20px;
    }

    .footer-r {
        margin-top: 20px;
    }

    .footer-top {
        display: block;
    }

    .home-mdoel4-b {
        padding-bottom: 0;
    }

    .home-mdoel2-info {
        width: 100%;
        padding: 0 0px;
    }

    .column-title {
        padding: 0 20px;
        margin: .4rem 0 .6rem;
    }

    .home-mdoel2-info-menu-i .a>img {
        margin-right: .1rem;
    }

    .public-title-con .t1,
    .home-mdoel1-l .rows .t1 {
        font-size: 20px;
    }

    .public-more {
        margin-top: .3rem;
    }

    .home-mdoel1-swiper-i-con {
        font-size: 18px;
        padding: 20px 0;
    }

    .home-mdoel1-swiper-prev,
    .home-mdoel1-swiper-next {
        width: 30px;
        height: 30px;
    }

    .home-mdoel4>.t1 {
        line-height: 28px;
    }

    .public-title-con .t2 {
        font-size: 16px;
        margin-top: .02rem;
    }

    .intelligence-b-model2-info-con .t1 {
        line-height: 30px;
    }

    .w_1203 {
        padding-bottom: 20px;
    }

    .product-b-con-i-model3-con-item .b .t1,
    .product-b-con-i-model3-con-item .a .t1 {
        font-size: 20px;
    }

    .product-b-con-i-model5-con,
    .product-b-con-i-model4-con,
    .product-b-con-i-model2-list-b,
    .product-b-con-i-model3-con {
        margin-top: .3rem;
    }

}

@media (max-width:580px) {
    .innovate-model4-list-i .b .t2 {
        line-height: 22px;
    }
    .innovate-model4-list-i .b .t1 {
        line-height: 26px;
    }
    .innovate-model4-list-i,
    .innovate-model4-list-i .a {
        min-height: 7rem;
    }
    .product-b-con-i-model1-type-i .t1{
        padding: 0 20px;
    }
    .news ul li {
        width: 100%;
    }

    .home-mdoel1-swiper-i-img>img {
        height: 5.8rem;
    }

    .products-list-i>.img>img {
        min-height: auto;
        max-height: none;
    }

    .intelligence-b-model2-swiper-i-img>img {
        min-height: 2.5rem;
        max-height: 2.5rem;
    }

    .products-list-i-con .t1 {
        font-size: 18px;
    }

    .products-list li {
        width: 100%;
    }

    .products {}

    .product-b-con-i-model4-con-msg {
        padding: 0;
        width: 100%;
        line-height: 30px;
        font-size: 16px;
    }

    .product-b-con-i-model5-con-i .t1 {
        font-size: 18px;
        min-height: 45px;
        margin: .2rem 0;
    }

    .product-b-con-i-model5-con-i .t2 {
        font-size: 16px;
    }

    .product-b-con-i-model5-con {
        width: 100%;
    }

    .product-b-con-i-model3-con-item .a .t1 {
        left: 20px;
        bottom: 20px;
        font-size: 18px;
    }

    .product-b-con-i-model2-list-i-right {
        width: 60%;
    }

    .product-b-con-i-model2-list-i-left {
        width: 40%;
    }

    .product-b-con-i-model2-list-i {
        width: calc(100% - 10px);
        padding: 0 5px;
        font-size: 14px;
        white-space: nowrap;
    }

    .product-b-con-i-model1-type-i {
        margin-bottom: 20px;
    }

    .product-b-con-i-model1-type {
        display: block;
        margin-top: 30px;
    }

    .product-b-con-i-model1>.t2 {
        padding: 0;
    }

    .product-b-con-i-model1-type-i,
    .product-b-menu-i {
        width: 100%;
    }

    .wenzi {
        width: 95%;
        bottom: 10px;
        font-size: 14px;
    }

    .innovate li .con {
        padding: 20px;
    }

    .tab-cell {
        padding: 20px 0;
    }

    .lomunc .d0 {
        font-size: 18px;
        line-height: 30px;
    }

    .join-model1-promote-i-show p {
        padding: 20px;
        font-size: 16px;
    }

    .join-model1-promote-i>img {
        min-height: 6rem;
    }

    .join-model1-info-i {
        margin-bottom: 1rem;
    }

    .join-model1-promote {
        margin-top: 1rem;
    }

    .join-model1-info-i .center>.t2 {
        font-size: 16px;
    }

    .join-model3-list-i .t2,
    .join-model1-promote>.t1 {
        line-height: 30px;
    }

    .join-model1-info-i .center>.t1 span,
    .join-model1-info-i .center>.t1 {
        font-size: 20px !important;
        line-height: 30px;
    }

    .join-model1-info-i .center .ljtd {
        margin-top: 30px;
    }

    .join-model1-info-i {
        min-height: 170px;
    }

    .ljtd a {
        font-size: 14px;
    }

    .join-model1-list-i {
        margin-bottom: 20px;
    }

    .esg-list .oealmca li .img img {
        height: 7rem;
    }

    .develop-model2 {
        margin-top: -30px;
    }

    .develop-model2 .row>.t1 {
        font-size: 16px;
        line-height: 26px;
        margin: .4rem 0 .5rem;
    }

    .esg-list .oealmca li {
        width: 100%;
    }

    .process li .subtit {
        line-height: 16px;
    }

    .home-mdoel1-swiper-i-con {
        padding: 15px 0;
    }


    .intelligence-b-model1-show .t1 {
        font-size: 18px;
        line-height: 30px;
    }


}
.news li a {
    width: auto;
}