
body{
    padding: 0 13%;
    overflow-x: hidden;
    box-sizing:border-box;
}

@media (max-width: 1920px) {
    body{
        padding: 0 ;
    }
}

/*在线客服*/
.kef {
    position: fixed;
    width: 7rem;
    right: 3em;
    z-index: 999;
    top: 25%;
}

    .kef li {
        width: 7rem;
        height: 6.6rem;
        background: #152b52;
        text-align: center;
        margin-bottom: 1px;
        position: relative;
    }

        .kef li em {
            display: block;
            height: 6.6rem;
            line-height: 6.6rem;
        }

        .kef li img {
            position: relative;
            top: -10px;
            display: inline-block;
            width: 32px;
            height: 50px;
            padding-top: 1.8rem;
        }

        .kef li.tel i {
            position: absolute;
            right: -20rem;
            top: 0;
            background: #152b52;
            display: block;
            height: 6.6rem;
            min-width: 16rem;
            transition: all 0.25s linear;
            font-size: 2rem;
            color: #ffffff;
            line-height: 6.6rem;
            padding: 0 2rem;
        }

.tel:hover .tel_i {
    right: -1rem;
    min-width: 26rem;
}

.wx_img {
    z-index: -1;
}

.vx:hover .wx_img {
    height: 120px !important;
    width: 100px !important;
    left: -100px !important;
    transition: all 0.25s linear;
    top: -85px !important;
    z-index: -999;
}

.douyin:hover .douyin_img {
    height: 120px !important;
    width: 100px !important;
    left: -100px !important;
    transition: all 0.25s linear;
    top: -85px !important;
}

.home-top{
    height: 3.5rem;
    background: #f2f2f2;
    color: #222222;
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
    box-sizing: border-box;
}

.home-top-item{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.language{
    padding: 0 20px;
    border-left: solid #e1e1e1 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    cursor: pointer;
}

.language:first-child{
    border-left: 0;
}

/*nav*/
.home-menu {
    height: 6.6rem;
    background: #152b52;
}

.home-menu ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.home-menu li {
    position: relative;
    flex-grow: 1;
    text-align: center;
}

.home-menu li:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 6.6rem;
    background: #d82633;
    box-shadow: 1rem 0.9rem 1.8rem 0px rgba(18, 136, 9, 0.1);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.home-menu li.cur:before, .home-menu li:hover:before {
    opacity: 1;
}

.home-menu li.cur > a, .home-menu li:hover > a {
    font-weight: bold;
    color: #fff;
    background: #d82633;
}

.home-menu li > a {
    display: block;
    font-size: 1.8rem;
    color: #fff;
    line-height: 6.6rem;
    position: relative;
    z-index: 3;
    letter-spacing: 0;
    transition: all 0.5s ease;
    padding: 0;
}


p{
    display: block;
}

.home-heade{
    background-color: #fff;
}

img{
  height: 100%;
  width: 100%;
}

.home-heade{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jumbotron{
    padding: 20px 0;
}

.left{
    display: flex;
    align-items: center;
}

.logo{
    height: 60px;
    width: 210px;
}

.line{
    height: 60px;
    width: 1px;
    background-color: #d1d1d1;
    margin: 0 40px;
}

.cmy{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.cmy{
    font-size: 18px;
}

.cmy span{
    color: #ff0000;
}

.cmy p{
    margin: 2px 0;
    font-weight: 300;
    color: #222;
}

.cmy p:last-child{
    font-size: 24px;
    font-weight: bold;

}

.phone{
    display: flex;
    align-items: center;
}

.phone-img{
    height: 42px;
    width: 42px;
    margin-right: 20px;
}

.phone-number{
    color: #ff0000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.number{
    font-size: 20px;
}

.cnt{
    width: 141px;
    height: 30px;
    background: #d82633;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 3rem;
    text-align: center;
}

/*导航条*/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    background-color: #152b52;
    border: 0;
    color: #fff;
    display: flex;
    justify-content: center;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form:before{
    border: 0;

}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
    background-color: rgb(216,38,51);
    font-weight: bold;
}

.container-fluid{
    padding: 0;
}

.navbar-nav>li>a{
    line-height: 40px;
    height: 66px;
    width: 145px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.navbar-inverse .navbar-nav>li>a{
    color: #fff;
}

.navbar-inverse{
    margin-bottom: 0;
}

.navbar-nav{
    margin-left: 13%;
}

/*合作客户*/
.title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title p{
    text-align: center;
    font-size: 22px;
    color: #222;
}

.title p:first-child{
    font-size: 38px;
    font-weight: bold;
}

.title p:last-child{
    margin-bottom: 35px;
}

.title p span{
    color: red;
}

.home-team-work{
    margin: 35px 0;
}

.user-list{
    width: 85%;
    display: flex;
    overflow:auto;
    margin:0 auto;
}

.team-item{
    height: 152px;
    width: 270px;
    margin: 0 10px;
    flex-shrink:0;
}

.team-item span{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

/*公司简介*/
.col-sm-8{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 13%;
    background: url("../../img/home_fles/cmy-info-bgc.jpg");
    background-size: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
}

.video{
    height: 482px;
    width: 720px;
    flex-shrink: 0;
    margin-right: 80px;
}

.pdc-list li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 55px;
}

.pdc-list li img{
    height: 70px;
    width: 70px;
}

.pdc-list li p{
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
    font-weight: normal;
}

li{
    list-style: none;
}

.pdc-list{
    display: flex;
    padding: 0;
    margin-top: 10px;
}

.row{
    display: flex;
    justify-content: center;
    margin: 0;
}

.info{

}

.info p{
    display: block;
    font-size: 38px;
    font-weight: bold;
    margin-top: 20px;
}

.sml-title{
    font-size: 22px!important;
    margin-top: 15px!important;
    font-weight: normal!important;
    margin-bottom: 25px;
}

.article{
    font-size: 16px!important;
    margin-top: 10px!important;
    font-weight: normal!important;
}



.more-btn {
    line-height: 40px;
    height: 40px;
    width: 130px;
    font-size: 16px;
    background-color: red;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

    .more-btn a{
        color:#fff;
    }

    .his-divider {
        height: 4px;
        width: 54px;
        display: flex;
        margin: 20px 0;
    }

.his-divider i{
    width: 50%;
    height: 100%;
    display: inline-block;
}

.bgc__red {
    background-color: #d82633;
}

.bgc__blue {
    background-color: #152b52;
}

.data-list{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.data-list li{

}

.data-list li p{
    width: 100%;
    font-size: 18px;
    margin-top: 15px;
}

.home-cmy-data{
    height: 170px;
    background: url("../../img/home_fles/data-bgc.png");
}

.count_number{
    font-size: 40px;
}

.unit{
    font-size: 18px;
}

/*客户案例*/
.cus-team{
    padding-top: 100px;
    background: url("../../img/home_fles/cus_bgc.png");
    padding-bottom: 0;
    background-size: 100% 100%;
}

.home-cus{
    height: 522px;
    display: flex;
    justify-content: center;

}

.cus-img{
    width:870px;
    flex-shrink: 0;
}

.home-cus .info{
    width: 530px;
    padding-left: 30px;
    color: #fff;
    background: #152b52;
    flex-shrink: 0;
}

.team_title{
    font-size: 22px!important;
    margin-top: 50px;
}

.team_cus-info-list{
    margin-top: 30px;
    padding: 0;
}

.team_cus-info-list li{
    height: 65px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
}

.bgc__white{
    background-color: #fff;
}

.team_cut{
    width: 80%;
}

.industry-img-list{
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    width: 1400px;
    justify-content: space-between;
    padding: 0;
}

.industry-img-list li{
    position: relative;
    height: 190px;
    width: 260px;
    flex-shrink: 0;
    cursor: pointer;
}


.team_cnt{
    position: absolute;
    bottom: 0;
    height: 38px;
    background: rgba(0, 0, 0, 0.52);
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    margin: 0;
}

.team_cut{
    width:100%!important;
}

.team_cus-info-text {
    width: 100%;
    font-size: 16px !important;
    font-weight: normal !important;
    position: relative;
    top: 30px;
}

.team_cus-info-list-li{
    height:55px!important;
    display:block!important;
}
/*广告*/
.home-adv {
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    color: #fff;
    background: url("../../img/home_fles/adv.png");
}

.adv_title{
    font-size: 28px;
    font-weight: bold;
}

.adv-info-list{
    margin-top: 20px;
    font-size: 18px;
    display: flex;
}

.adv-info-list li{
    margin-right: 2px;
}

.adv-info-list i{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.adv_number{
    font-weight: bold;
    font-size: 20px;
}

.adv_more-btn{
    font-size: 16px;
    color: #152b52;
    font-weight: bold;
    width: 130px;
    height: 40px;
    background: #ffffff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin-top: 34px;
}

/*产品优势*/

.home-strength {
    position: relative;
    height: 560px;
    background-size: cover !important;
    background: url("../../img/home_fles/pro_bgc1.png");
    background-repeat: no-repeat !important;
}

.strength-list{
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(4, 17, 38, 0.7);
    z-index: 1;
    cursor: pointer;
}

.str_active{
    width: 40%!important;
}

.str-slide{
    position: relative;
    z-index: 2;
    width: 15%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    padding-left: 30px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}




.index{
    width: 100%;
    text-align: left;
    font-size: 24px;
    padding-left: 40px;
    color: #ffffff;
    margin-top: 30px;
    box-sizing: border-box;
}

.icon{
    width: 110px;
    height: 110px;
    margin: 20px 0;
}

.strength_cnt{
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    margin: 40px 0 15px;
}

.strength_cnt_text{
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 15px;
    max-width: 540px;
    width: 540px;
    color: #fff;
}

.cnt__english{
    width: 100%;
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
}

.symbol-link{
    width: 100%;
    margin-top: 40px;
    text-align: left;
}

.symbol-link img{
    width: 80px;
    height: 38px;
}

.symbol{
    width: 100%;
    font-weight: 400;
    font-size: 43px;
    color: #ffffff;
    padding-left: 40px;
    box-sizing: border-box;
}

/*产品展示*/
.home-pro-class{
    padding-top: 50px;
    background: url("../../img/home_fles/pro-class_bgc.png");
    padding-left: 150px;
    padding-right: 150px;
    box-sizing: border-box;
    padding-bottom: 0;
}

.pro-class-content{
    display: flex;
    box-sizing: border-box;
    padding-top: 35px;
}

.home-pro-class .box{
    height: 455px;
    width: 180px;
}

.home-pro-class .pro-class-tab {
    height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-pro-class .pro-class-tab .tab-item {
    width: 18rem;
    height: 8rem;
    background: #f0f2f5;
    line-height: 8rem;
    text-align: center;
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 3rem;
    cursor: pointer;
}

.home-pro-class .pro-class-tab .tab-item:hover, .home-pro-class .pro-class-tab .tab-item.active {
    font-weight: 800;
    background-color: #152b52;
    color: #fff;
}

.home-pro-class .box .switch {
    height: 5rem;
    width: 18rem;
    display: flex;
    justify-content: space-around;
    margin-top: -3rem;
    display: none;
}

.home-pro-class .box .switch .pro_prev, .home-pro-class .box .switch .pro_next {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    background: #d5d5d5;
}

.switch .pro_next {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    background: #d5d5d5;
}

.pro-class-cnt {
    width: 140rem;
    overflow: hidden;
    margin-left: 5rem;
    height: 45.5rem;
    display: flex;
}

.pro-class-cnt .my-slide-item {
    width: 35rem !important;
    height: 45.5rem;
    margin-right: 2rem;
    background-color: #fff;
}

.pro-class-cnt .my-slide-item img {
    width: 31rem;
    height: 31rem;
    margin: 2rem 2rem 3.7rem 2rem;
    overflow: hidden;
}

.pro-class-cnt .my-slide-item p {
    width: 15.7rem;
    height: 5rem;
    background: #f0f2f5;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 auto;
    line-height: 5rem;
}

/*公司能力*/
.home-cmy-dev{
    height: 750px;
    position: relative;
}

.home-cmy-dev .dev-info {
    height: 750px;
    width: 123.5rem;
    background: url(../../img/home_fles/dev-left_bgc.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 26rem;
}

.dev-info .title {
    font-weight: bold;
    font-size: 4.5rem;
    color: #ffffff;
    text-align: left;
    margin-top: 5rem;
    justify-content: flex-start;
    align-items: flex-start;
}

.dev-info .sml-title {
    margin-top: 1.2rem;
    color: #ffffff;
    text-align: left;
}

.sml-title {
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
    color: #222222;
    margin: 1rem auto 6rem;
}

.dev-info .module-name {
    margin-top: 1.2rem;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    font-size: 3.2rem;
    margin-top: 1.5rem;
}

.dev-info .his-divider {
    width: 42.8rem;
    height: 2px;
}

.dev-info .article {
    width: 43.6rem;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 3.2rem;
    margin-bottom: 2rem;
}

.dev-info .cnc-btn i {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-right: 0.6rem;
    background: url(../../img/home_fles/icon-wx.png);
    background-size: 100%;
}

.dev-info .article {
    width: 43.6rem;
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 3.2rem;
    margin-bottom: 2rem;
}

.dev-info .cnc-btn {
    margin-top: 6rem;
    width: 13rem;
    height: 4rem;
    font-weight: bold;
    font-size: 1.6rem;
    color: #152b52;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.dev-info .cnc-btn a{
    color: #152b52;
}

.ability-list {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 124rem;
    height: 22rem;
    background: #ffffff;
    border-radius: 2rem 0px 0px 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ability-list-item {
    width: 24.5rem;
    box-sizing: border-box;
    padding: 0 4.5rem 0 4rem;
}

.ability-list-item .icon-group {
    width: 5rem;
    height: 5rem;
    margin-right: 2.6rem;
}

.icon-group1 {
    background: url(../../img/home_fles/click-icon1__active.png) no-repeat center;
    background-size: 100%;
}

.icon-group2 {
    background: url(../../img/home_fles/click-icon2.png) no-repeat center;
    background-size: 100%;
}

.icon-group3 {
    background: url(../../img/home_fles/click-icon3.png) no-repeat center;
    background-size: 100%;
}

.icon-group4 {
    background: url(../../img/home_fles/click-icon4.png) no-repeat center;
    background-size: 100%;
}

.ability-list-item .module-lable {
    margin: 1.5rem 0;
    font-weight: bold;
    font-size: 2.2rem;
}

.ability-list-item .module-info {
    width: 16rem;
    font-size: 1.4rem;
}

.ability-list .divider {
    height: 90px;
    background-color: #707070;
}

/*公司荣誉*/

.home-honor {
    height: 78.6rem;
    background: url(../../img/home_fles/honor_bgc.png), url(../../img/home_fles/honor-step_bgc.png) no-repeat center 80%;
    padding-top: 5rem;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.container {
    width: 140rem;
    margin: 0 auto;
}

.home-honor-list.swiper {
    width: 120rem;
    height: 32.6rem;
    overflow: auto;
    margin: 3.6rem auto 0;
    margin-top:1rem;
    position: relative;
}

.swiper-wrapper-lable{
    text-align: center;
    margin-top: 30px;
}

.honor-item.swiper-slide {
    height: 23.6rem;
    margin-right: 30px;
}

.home-honor .switch .prev.honor_prev {
    width: 4.2rem;
    height: 4.2rem;
    cursor: pointer;
    border-radius: 50%;
    background: #d5d5d5;
    top: 50%;
    left: 26rem;
    position: absolute;
    z-index: 9;
    transition: all 0.5s ease;
    transform: translateY(-50%);
}

.swiper-wrapper{
    height: 32.6rem;
    display: flex;
    width: 120rem;
    overflow: auto;
}

.home-honor .switch .next.honor_next {
    width: 4.2rem;
    height: 4.2rem;
    cursor: pointer;
    border-radius: 50%;
    background: #d5d5d5;
    top: 50%;
    left: auto;
    right: 26rem;
    position: absolute;
    z-index: 9;
    transition: all 0.5s ease;
    transform: translateY(-50%);
}

.honor-label {
    position: absolute;
    left: 50%;
    width: 140rem;
    bottom: 28%;
    transform: translateX(-50%);
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.honor-label .left_line {
    background: linear-gradient(172deg, rgba(255, 255, 255, 0) 0%, #808080 100%);
}

.honor-label .right_line {
    background: linear-gradient(342deg, rgba(255, 255, 255, 0) 0%, #808080 100%);
}


/*广告*/

.home-adv2 {
    height: 27.7rem;
    width: 100%;
    background: url(../../img/home_fles/adv_bgc.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -2.7rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
}
.home-adv2 .box-left {
    margin-top: 5.6rem;
    width: 600px;
}

.home-adv2 .box-left li {
    margin-bottom: 2.5rem;
    display: flex;
}

.home-adv2 .box-left .label {
    width: 13.5rem;
    height: 4.8rem;
    background: #d82633;
    font-weight: bold;
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
    line-height: 4.8rem;
    margin-right: 1.5rem;
}

.home-adv2 .box-left .adv2_cnt {
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 4.8rem;
}

.home-adv2 .box-right {
    margin-top: 4.6rem;
}

.fl_right {
    position: relative;
    right: -10rem;
}

.home-adv2 .adv2-list {
    display: flex
;
}

.adv2-list li {
    margin-right: 6rem;
}

.adv2-list li img {
    width: 7.5rem;
    height: 7.5rem;
    margin-bottom: 1.6rem;
}

.adv2-list li .adv2_cnt {
    width: 7.5rem;
    font-size: 1.6rem;
    color: #ffffff;
    text-align: center;
}

.adv2-connect {
    display: flex;
    margin-top: 5rem;
    color: #ffffff;
    line-height: 4rem;
}

.adv2-connect .adv2_cnt {
    font-size: 1.6rem;
    color: #fff;
}

.adv2-connect .number {
    font-weight: bold;
    font-size: 2.6rem;
    margin-left: 0.5rem;
    color: #fff;
}

.adv2-connect .cnc-btn {
    width: 13rem;
    height: 4rem;
    font-weight: bold;
    font-size: 1.6rem;
    color: #d82633;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 2.5rem;
    cursor: pointer;
}

.fl_container{
    display: flex;
    justify-content: space-between;
}

.adv2-connect .cnc-btn i {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-right: 0.6rem;
    background: url(../../img/home_fles/icon-wx_red.png);
    background-size: 100%;
}
em{
    color: #333;
}

/*新闻资讯*/
.homv-news {
    width: 100%;
    display: flex;
    margin: 0 auto 10rem;
    width: 140rem;
    margin-bottom:5rem;
}

.homv-news .box-left {
    width: 74.3rem;
}

.homv-news .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.7rem;
    height: 2.4rem;
}

.homv-news .header .news-tab-list {
    display: flex;
    height: 2.4rem;
}

.news-tab-list li {
    font-size: 1.8rem;
    color: #666666;
    line-height: 2.4rem;
    margin-right: 2rem;
    height: 2.4rem;
    cursor: pointer;
}

.homv-news .header .news-tab-list li.active {
    font-weight: bold;
    color: #152c52;
}

.divider {
    width: 0px;
    height: 6rem;
    border-right: 1px solid #d1d1d1;
}

.new-more-btn {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: bold;
    width: 13rem;
    height: 4rem;
    background: #d82633;
    text-align: center;
    line-height: 4rem;
    cursor: pointer;
}

.box-left .his-divider {
    width: 72.3rem;
    background-color: #c9c9c9;
    height: 1px;
}

.content {
    width: 1400px;
}

.news-list li {
    width: 100%;
    display: flex;
    margin-top: 2rem;
    height: auto;
    border: none;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 0;
}

.news-list li .li_left {
    width: 32.7rem;
    height: 20.4rem;
    margin: 0;
    margin-right: 2rem;
    overflow: hidden;
}

.spark {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.news-list li .li_left img {
    width: 100%;
    height: 100%;
}

.news-list li .li_right {
    margin: 0;
    width: 37.6rem;
    height: 20.4rem;
}

.news-list li .li_right .title {
    font-weight: bold;
    font-size: 1.8rem;
    margin: 1.5rem 0;
    text-align: left;
}

.news-list li .li_right .cnt {
    width: 37.6rem;
    font-size: 1.4rem;
    line-height: 3rem;
}

.news-list li .li_right .link {
    margin-top: 3rem;
    cursor: pointer;
}

.news-list li.second {
    display: block;
    margin-top: 3.5rem;
}

.news-list li.second .header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
    height: 2.4rem;
    color: #333333;
}

.new-article{
    color: #333333;
}

.homv-news .box-right {
    width: 57.6rem;
    margin-left: 10rem;
}

.example-list li {
    display: flex;
    margin-top: 2rem;
}

.example-list li .li_left {
    width: 13.5rem;
    height: 13rem;
    background: #e7ecf3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.example-list li .li_left .day {
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 4.6rem;
}

.example-list li .li_left .year {
    font-size: 1.6rem;
    margin-top: 5px;
}

.example-list li .li_right {
    box-sizing: border-box;
    padding-left: 2rem;
}

.example-list li .li_right .title {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: left;
    margin: 2.3rem 0 1.5rem;
}

.example-list li .li_right .new_cnt {
    line-height: 2.6rem;
    width: 39.7rem;
    font-size: 1.4rem;
}

a{
    color: #333;
}

.box-right .his-divider {
    width: 57.6rem;
    background-color: #c9c9c9;
    height: 1px;
    cursor: pointer;
}

.news_con_1 ,.news-tab-list,.example-list{
    padding-left: 0;
    cursor: pointer;
}

/*时间轴*/
.home-time {
    height: 17rem;
    background: url(../../img/home_fles/time_bgc.png);
    position: relative;
}

.year-list {
    display: flex;
    height: 100%;
    box-sizing: border-box;
    padding: 1.7rem 0 1rem;
}

.home-time .his-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(169deg, rgba(255, 255, 255, 0) 0%, #a1a1a1 63%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 41%;
    left: 0;
    margin: 0;
    z-index: 0;
}

.year-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-right: 3.9rem;
}

.year-list li .number {
    font-size: 1.8rem;
    font-weight: bold;
    transition: all 1s linear 0s;
}

.year-list li .circle {
    width: 1.5rem;
    height: 1.5rem;
    background: #c8c8c8;
    border-radius: 50%;
    margin: 1rem 0;
    position: relative;
    transition: all 1s linear 0s;
}

.year-list li .year_cnt {
    max-width: 13.5rem;
    height: 6rem;
    line-height: 2rem;
    text-align: center;
    font-size: 1.4rem;
}

/*底部*/
.home-footer {
    height: 34.1rem;
    background: #152b52;
}

.home-footer .footer-top {
    display: flex;
}

.home-footer .footer-top .box-left {
    height: 30.7rem;
}

.box-left .logo {
    margin: 3.8rem 0 2.8rem;
    width: 24.2rem;
    height: 7.1rem;
}

.box-left .code {
    display: flex;
    padding-top:80px;
}

.box-left .code img {
    width: 198px;
    height: 198px;
}

.box-left .code .cnt {
    color: #ffffff;
    margin-top: 1rem;
    width: 10rem;
    text-align: center;
    font-size: 1.4rem;
}

.home-footer .box-right {
    margin-left: 9.6rem;
    box-sizing: border-box;
    padding-top: 3rem;
}

.home-footer .foot-list {
    display: flex;
}

.foot-list li {
    display: flex;
}

.foot-list li .li_left .icon {
    width: 2.7rem;
    height: 2.7rem;
    margin: 0;
}

.foot-list li .li_left .divider {
    width: 0px;
    height: 24.9rem;
    border-color: rgba(255, 255, 255, 0.14);
    margin-left: 1.3rem;
}

.foot-list li .li_right {
    margin-left: 1.5rem;
}

.foot-list li .li_right .title {
    font-size: 1.8rem;
    color: #ffffff;
    text-align: left;
}

.foot-list li .li_right .cnt-list {
    display: flex;
    width: 17.2rem;
    flex-wrap: wrap;
}

.foot-list li .li_right .cnt-list .cnt-list-item {
    min-width: 5.6rem;
    color: #d6d6d6;
    margin: 2.5rem 2.5rem 0 0;
    max-width: 23.4rem;
    font-size: 1.5rem;
}

.home-footer .footer-link {
    width: 100%;
    height: 5.3rem;
    border-top: 1px solid rgba(103, 103, 103, 0.24);
}

.home-footer .footer-bottom {
    height: 5.3rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-bottom .link a {
    font-size: 1.4rem;
    color: #d6d6d6;
}


/*头部*/
.home-header {
    height: 5.8rem;
    margin: 2.3rem auto;
}

.home-header .logo {
    width: 21.1rem;
    height: 6.1rem;
    cursor: pointer;
}

.divider {
    width: 0px;
    height: 6rem;
    border-right: 1px solid #d1d1d1;
}

.home-header .cmy {
    color: #222222;
}

.home-header .cmy .cmy-text {
    height: 2.4rem;
    font-size: 1.8rem;
    width:100%;
}

.home-header .cmy .cmy-text__bold {
    height: 3.1rem;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 0.7rem;
}

.color__red {
    color: #d82633;
}

.home-header .connect {
    position: relative;
    left: 4rem;
    margin-right: 4rem;
    display: flex;
}

.connect .phone-img {
    width: 4.2rem;
    height: 4.2rem;
    margin: 1.5rem 1.5rem 0 0;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.home-header .connect .customer .icon {
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 0 0.3rem 4.1rem;
}

.home-header .connect .customer .head_cnt {
    height: 2.1rem;
    font-size: 1.6rem;
    line-height: 2.1rem;
    text-align: center;
    margin-left: 2.5rem;
}

.fl_left .cnt{
    color: #fff!important;
}


/*侧边导航*/
.left_menu{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
}

.slide-menu{
    overflow: hidden;
    padding: 7rem 10%;
    background: #f5f5f5;
    height: 100vh;
    width: 82%;
    box-sizing: border-box;
    position: relative;
    z-index: 90;
}

.close{
    position: absolute;
    width: 4.8rem;
    height: 4rem;
    right: 2.66%;
    top: 0.5rem;
    background: url(../../img/home_fles/icon-close1.png) no-repeat center;
    background-size: 1.5rem auto;
    cursor: pointer;
    opacity: 1;
}

.slide-menu li a {
    display: block;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.4rem;
    padding: 1.5rem 0;
}

.footer_title{
    align-items: normal;
}

.home-honor .switch .prev.honor_prev , .home-honor .switch .next.honor_next{
    display: none;
}

.team_active{
    background-color: red!important;
}

@media screen and (min-width: 510px) and (max-width: 768px) {
    html{
        font-size: calc(414px * 20 / 750)!important;
        width: 100vw;
        max-width: 100vw;
        min-width: 100vw;
    }

    body {
        min-width: 100vw;
    }

    .home-header{
        height: 3.69rem;
        box-sizing: border-box;
        margin: 0.9rem 1.2rem;
        width: 100vw!important;
        display: flex;
    }

    .head_cnt{
        display: none;
    }
    .home-top{
        display: none;
    }

    .home-header .logo {
        width: 12.76rem;
        height: 3.69rem;
    }

    .cmy{
        display: none;
    }

    .divider{
        display: none;
    }

    .cnt{
        display: none;
    }

    .home-header .connect .customer .icon{
        display: none;
    }

    .footer_info{
        position: relative;
        top: 60px;
        left: -20px;
    }

    .home-footer{
        width: 100vw;
    }

    .box-left .code{
        position: relative;
        left: 100px;
        top: 100px;
    }
    .foot-list li .li_right .cnt-list .cnt-list-item{
        font-size: 24px;
        text-align: left;
    }

    .foot-list li .li_right .cnt-list{
        width: 500px;
    }

    .nowrap{
        position: absolute;
        left: 0;
        top: 0;
        width: 100vw!important;
        flex-wrap: nowrap!important;
        border-bottom: solid rgba(255, 255, 255, 0.25) 1px;
    }

    .nowrap .cnt-list-item{
        height: 4.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0!important;
        text-align: center!important;
    }

    .nowrap a{
        width: 25%;
    }

    .foot-list li .li_right .cnt-list .cnt-list-item{
        width: 100%;
        margin: 0;
        margin-bottom: 1.5rem;
    }

    .foot-list li .li_right .title{
        margin-bottom: 1.5rem;
    }

    .home-footer .footer-top .box-left{
        order: 1;
    }

    .home-footer .foot-list li{
        margin-left: 0!important;
    }

    .foot-list li .li_right{
        order: 0;
    }

    .home-footer .box-right{
        margin-left: 0;
    }

    .kef{
        display: none;
    }

    .nav{
        position: relative;
    }

    .hide_li{
        display: none!important;
    }

    .carousel-inner>.item img{
        height: 1090px;
        object-fit: cover;
    }

    .nav-more{
        position: absolute;
        top: 0;
        right: -4.5rem;
        width: 4.5rem;
        height: 4.5rem;
        background-color: #d82633;
        float: right;
        display: block!important;
    }

    .connect .phone-img {
        width: 1.9rem;
        height: 1.9rem;
        margin-right: 0.5rem;
        margin-top: .6rem;
    }

    .fl_right{
        right: -6.5rem;
    }

    .home-menu{
        height: 4.5rem;
        width: calc(100vw - 4.5rem);
    }

    .home-menu li:before{
        height: 4.5rem;
    }

    .home-menu li > a{
        line-height: 4.5rem;
        font-size: 1.4rem;
        box-sizing: border-box;
        background-color: #152b52;
    }

    .container{
        position: relative;
        width: 100%;
    }


    .addr{
        display: none;
    }

    .topadcs{
        display: none;
    }

    .clear{
        display: none;
    }

    .nav_hide{
        display: none!important;
    }

    .embed-icon{
        display: none;
    }



    .right_main .list_p3{
        width: 47.5%;
        margin-right: 0;
    }

    .news_con .list_p3 dt{
        height: 187px;
    }

    .news_con{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 20px;
    }
    .pages{
        margin: 0 auto;
    }

    /*首页*/
    .pc_img{
        display: none!important;
    }

    .iphone_img{
        display: block!important;
    }


    .title p{
        font-size: 28px;
        margin-bottom: 0;
    }
    .title p:first-child{
        font-size: 36px;
    }

    .home-team-work{
        margin: 35px 0;
    }

    .user-list{
        width: 100vw;
        overflow: auto;
        justify-content: flex-start;
        padding-bottom: 30px;
        overflow-y: hidden;
    }

    .team-item{
        flex-shrink: 0;
        width: 285px;
        height: 160px;
        margin-left: 3rem;
    }

    .title p:last-child {
        margin-bottom: 35px;
    }

    .team-item span {
        display: inline-block;
        width: 100%;
        margin-top: 1.2rem;
        text-align: center;
    }


    .col-sm-8{
        flex-direction: column;
        padding: 0 20px;
        background: url("../img/home_fles/cpy_bgc.png");
        background-size: 100% 100%;
    }

    .pdc-list li img {
        height: 77px;
        width: 77px;
    }

    .video {
        height: 480px;
        width: 100%;
        flex-shrink: 0;
        margin-right: 80px;
    }

    .info p{
        font-size: 36px;
    }

    .sml-title{
        font-size: 26px!important;
        text-align: left;
        margin-bottom: 0;
    }


    .pdc-list li{
        margin-right: 0;
    }

    .pdc-list li p{
        font-size: 24px;
    }

    .pdc-list{
        width: 100%;
        justify-content: space-between;
    }

    .cmy-number-img {
        width:calc(100% - 40px);
        height: 366px;
        margin: 0 20px;
        margin-top: 2rem;
        display: block!important;
    }

    .fadeInUp2_carousel{
        display: none;
    }

    .iphone-more-btn{
        display: block!important;
        line-height: 77px;
        height: 77px;
        width:calc(100% - 40px);
        font-size: 16px;
        background-color: red;
        color: #fff;
        margin: 20px;
        text-align: center;
        font-weight: bold;
    }

    .more-btn{
        display: none;
    }

    .cus-team{
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .industry-img-list li{
        height: 78px;
        width: 243px;
        margin-right: 10px;
        background-color: #152b52;
    }

    .industry-img-list li img{
        display: none;
    }

    .industry-img-list{
        justify-content: flex-start;
        overflow: auto;
        width: 100vw;
        margin-top: 0;
    }

    .team_cnt{
        height: 78px;
        width: 243px;
        font-size: 28px;
        line-height: 78px;
    }

    .home-cus{
        flex-direction: column;
        justify-content: normal;
        height: auto;
    }

    .cus-img{
        height: 550px;
        width: 100%;
    }

    .home-cus .info{
        position: relative;
        top: -40px;
        width: calc(100% - 40px);
        margin: 0 20px;
        padding: 2.5rem 1.5rem;
        box-sizing: border-box;
        min-height: 53.6rem;
    }

    .team_cus-info-list li:first-child{
        padding-bottom: 60px;
        padding-top: 40px;
        font-size: 28px;
    }

    .team_title{
        margin-top: 0!important;
        font-size: 36px!important;
    }

    .home-adv{
        display: none;
    }

    .iphone-home-adv{
        display: block!important;
        height: 750px;
        width: 100%;
        margin-bottom: 40px;
    }

    .home-strength{
        height: 100%;
        background: none;
    }

    .symbol-link{
        display: none!important;
    }

    .symbol{
        display: none!important;
    }

    .strength-list{
        position: relative;
        flex-direction: column;
        background-color: #fff;
        padding-left: 0;
    }


    .team_cus-info-list li{
        font-size: 28px;
        height: 100px;
    }
    .str-slide{
        position: relative;
        height: 125px;
        display: flex;
        background-color: #152b52;
        padding-left: 0;
        width: calc(100% - 20px)!important;
        margin: 0 10px;
        margin-bottom: 10px;
    }

    .index {
        line-height: 125px;
        width: auto;
        text-align: left;
        font-size: 36px;
        padding-left: 20px;
        color: #ffffff;
        margin-top: 0;
        box-sizing: border-box;
    }

    .strength_cnt_text{
        display: none!important;
    }

    .str_active{
        width: calc(100% - 20px)!important;
    }

    .strength_cnt{
        line-height: 100px;
        margin-top: 0;
        font-size: 28px;
        font-weight: normal;
        padding-left: 2rem;
    }

    .cnt__english{
        position: absolute;
        top: 7rem;
        left: 7.5rem;
        font-size: 20px;
    }

    .icon{
        position: absolute;
        right: 1rem;
        top: 1rem;
        height: 85px;
        width: 85px;
        z-index: 99;
        margin: 0;
    }

    .str_active_content{
        padding: 0 10px;
    }

    .str_active_content img{
        height: 322px;
        margin-bottom: 20px;
    }

    .phone_strength_cnt_text{
        font-size: 28px;
        color: #212121;
        line-height: 4.2rem;
        margin-bottom: 1.5rem;
    }

    .home-pro-class {
        padding-top: 20px;
        background: none;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        padding-bottom: 100px;
    }



    .pro-class-content{
        flex-direction: column;
    }

    .home-pro-class .pro-class-tab{
        height: 100%;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: normal;
        padding-left: 0;
    }

    .home-pro-class .pro-class-tab .tab-item{
        width: 216px;
        line-height: 96px;
        height: 96px;
        font-size: 28px;
        flex-shrink: 0;
    }

    .pro-class-cnt{
        height: 100%;
        width: 100vw;
        overflow: auto;
        margin: 0;
        padding: 0;
    }

    .pro-class-cnt .my-slide-item{
        height: 100%;
        width: 166.5px;
        margin-right: 10px;
        padding: 0.5rem 1.5rem;
        background: #152b52;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .pro-class-cnt .my-slide-item img{
        width: 254px;
        height: 254px;
        margin: 0;
    }

    .pro-class-cnt .my-slide-item p{
        width: 220px;
        height: 65px;
        font-size: 28px;
        line-height: 65px;
        margin-top: 0.9rem;
    }

    .home-pro-class .box{
        height: 100%;
        width: 100%;
    }

    .home-cmy-dev .dev-info{
        height: 40.8rem;
        width: calc(100% - 20px);
        position: relative;
        top: -200px;
        padding: 20px;
        background: none;
        background-color: #152b52;
        box-sizing: border-box;
        margin: 0 10px;
    }

    .home-cmy-dev img{
        width: 100%;
        height: 945px;
        object-fit: cover;
    }

    .dev-info .title{
        display: none;
    }

    .dev-info .sml-title{
        display: none;
    }

    .ability-list{
        position: static;
        margin-top: -190px;
        width: 100vw;
        display: flex;
        justify-content: center;
        padding: 0 10px;
        height: 100%;
    }

    .dev-info .module-name{
        margin-top: 0;
        font-weight: bold;
        font-size: 38px;
    }

    .dev-info .his-divider {
        width: 16.8rem;
        height: 0.15rem;
        margin: 1.9rem 0 2.2rem;
    }

    .dev-info .article{
        width: 100%;
        font-size: 28px!important;
    }

    .article p {
        display: block;
        font-size: 28px !important;
    }

    .dev-info .cnc-btn {
        font-weight: bold;
        font-size: 1.4rem;
        width: 9.8rem;
        height: 3.1rem;
        justify-content: center;
        margin-top: 1.9rem;
    }

    .dev-info .cnc-btn i {
        width: 1.6rem;
        height: 1.6rem;
    }

    .home-cmy-dev{
        height: 100%;
        padding-bottom: 20px;
    }

    .ability-list-item .icon-group{
        display: none;
    }

    .ability-list-item .module-info{
        display: none;
    }

    .ability-list-item{
        width: 25%;
        height: 14.8rem;
        font-weight: bold;
        font-size: 1.8rem;
        box-sizing: border-box;
        padding: 1.9rem 2.5rem;
        background-color: #152b52;
        color: #fff;
        text-align: center;
    }

    .ability-list-item .module-lable{
        margin: 0;
        font-size: 44px;
    }

    .ability-list-item.active{
        background: #d82633;
    }

    .home-honor{
        height: 100%;
        background: url("../../img/home_fles/honor_bgc (1).png");
        background-size: 100% 100%;
        padding-top: 3rem;
        padding-bottom: 6rem;
    }

    .home-honor-list.swiper{
        height: 100%;
        width: 100vw;
        margin-top: 0;


    }

    .home-honor .switch .prev.honor_prev{
        display: none;
    }

    .home-honor .switch .next.honor_next{
        display: none;
    }

    .honor-item.swiper-slide{
        width: 21.8rem!important;
        height: 15.4rem;
        flex-shrink: 0;
        margin-right: 20px;
    }

    .swiper-wrapper{
        width: 100vw;
        padding-right: 20px;
        overflow: auto;
        padding-bottom: 30px;
        overflow-y: hidden;
    }

    .swiper-wrapper-lable{
        width: 100%;
        text-align: center;
        font-size: 1.4rem;
    }

    .home-adv2 .adv2-list{
        display: none;
    }

    .fl_container{
        flex-direction: column;
        padding: 0;

    }

    .home-adv2{
        height: 100%;
        background: none;
        margin-top: 0;
        margin-bottom: 0;
    }

    .home-adv2 .box-left ul{
        padding-left: 0;
    }

    .home-adv2 .box-left .label{
        width: 9.6rem;
        height: 3.1rem;
        font-weight: bold;
        font-size: 1.4rem;
        line-height: 3.1rem;
        margin-right: 1.5rem;
        flex-shrink: 0;
    }

    .home-adv2 .box-left .adv2_cnt{
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .home-adv2 .box-left{
        width: 100%;
        background: url("../../img/home_fles/serve_bgc1.png");
        margin-top: 0;
        padding: 30px;
        padding-bottom: 70px;
    }

    .home-adv2 .box-right{
        position: relative;
        top: -70px;
        right: 0;
        margin-top: 0;
        background: url("../../img/home_fles/serve_bgc2.png");
        padding: 20px 0;
        width: calc(100% - 20px);
        margin: 0 10px;
    }

    .home-adv2 .box-left li{
        align-items: center;
    }

    .adv2-connect{
        margin-top: 0;
        flex-direction: column;
    }

    .adv2-connect .number{
        display: none;
    }

    .adv2-connect .adv2_cnt{
        display: none;
    }

    .iphone_adv2_cnt{
        display: block!important;
        font-size: 1.6rem;
        color: #fff;
        text-align: center;
    }

    .iphone_adv2_cnt span{
        font-size: 2.2rem;
        font-weight: bold;
    }

    .adv2-connect .cnc-btn{
        margin: 0 auto;
        width: 13rem;
        height: 3.5rem;
        margin-top: 1.2rem;
        font-size: 1.4rem;
    }

    .homv-news{
        flex-direction: column;
        width: 100%;
    }

    .news-tab-list li{
        width: 11rem;
        height: 3.9rem;
        line-height: 3.9rem;
        background-color: #152b52;
        font-size: 1.4rem;
        text-align: center;
        color: #fff;
    }

    .news-tab-list li span{
        display: block!important;
    }

    .homv-news .header .news-tab-list li.active{
        background-color: #d82633;
        color: #fff;
    }

    .box-right .his-divider{
        display: none;
    }

    .box-left .his-divider{
        display: none;
    }

    .news-list li .li_left{
        height: 100%;
        width: 158px;
        flex-shrink: 0;
    }

    .news-list li .li_left img{
        height: 119px;
        width: 158px;
    }

    .news-list li .li_right .title{
        text-align: left;
        justify-content: flex-start;
        font-size: 1.4rem;
        align-items: normal;
    }

    .news-list li .li_right .link{
        display: none;
    }

    .homv-news .box-left{
        width: 100%;
    }

    .content{
        width: 100%;
    }

    .news-list li .li_right{
        height: 100%;
    }

    .news-list li.second .header{
        font-size: 1.4rem;
    }

    .new_cnt{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-list li.second{
        margin-top: 0;
        padding: 2rem 0;
        border-bottom: solid #f2f2f2 1px;
    }

    .news-list li{
        padding: 2rem 0;
        border-bottom: solid #f2f2f2 1px;
    }

    .homv-news .box-right{
        display: none;
        width: 100%;
        margin-left: 0;
    }

    .homv-news .box-right .header{
        display: none;
    }

    .example-list li .li_left{
        display: none;
    }

    .example-list li .li_right .title{
        font-size: 1.4rem;
        margin: 0;
        margin-bottom: 1.6rem;
    }

    .example-list li .li_right{
        padding-left: 0;
    }

    .example-list li .li_right .new_cnt{
        width: 100%;
    }

    .year-list{
        padding-left: 2rem;
    }

    .year-list li .year_cnt{
        font-size: 1.2rem;
        text-align: center;
    }

    .home-footer .foot-list{
        padding-left: 0;
    }

    .footer_title{
        font-weight: bold;
        font-size: 44px!important;
        display: flex;
        align-items: normal;
        justify-content: flex-start;
    }

    .cmy-dev-title{
        display: block!important;
    }

    .iphone-slide{
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        display: block!important;
    }
}


/*轮播*/
.carousel-container {
    width: 100%;
    max-width: 2000px;
    position: relative;
    top: -50px;
    left: 60px;
    overflow: hidden;
    padding: 20px;
    border-radius: 15px;
    padding-bottom:0;
}

.carousel-title {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    font-size: 24px;
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-sizing:border-box;
}

.carousel {
    transition: transform 0.5s ease;
}

.carousel_flex {
    display: flex;
}

.product {
    flex: 0 0 calc(100% / 3 - 20px);
    padding-bottom: 15px;
    text-align: center;
    background-color: #fff;
    margin-left: 20px;
}

    .product img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        border-radius: 8px;
        transition: transform 0.3s ease;
    }

        .product img:hover {
            transform: scale(1.03);
        }

    .product p {
        height: 60px;
        width: 160px;
        margin-top: 12px;
        font-size: 16px;
        color: #333;
        font-weight: 500;
        background-color: #F0F2F5;
        margin: 0 auto;
        white-space: pre-wrap;
        display:flex;
        align-items:center;
        justify-content:center;
        padding:0 5px;
    }

.btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    z-index: 10;
}

    .btn:hover {
        background: white;
        transform: translateY(-50%) scale(1.1);
    }

.btn-prev {
    left: 0;
}

.btn-next {
    right: 0;
}

.product-counter {
    text-align: center;
    margin-top: 15px;
    color: #666;
    font-size: 14px;
}

.noproduct {
    position: relative;
    left: 30%;
    line-height: 50px;
    height: 50px;
    width: 150px;
    border-radius: 40px;
    text-align: center;
    color: #a1a1a1;
    font-size: 20px;
}

.noproduct_img{
    height:300px;
    width:300px;
}

.noproduct_img img{
    height:100%;
    width:100%;
}

.noproduct text {
    color: #a1a1a1;
    width: 300px;
    text-align:center;
    display:block;
}

.more_option {
    position:absolute;
    left:calc(50%);
    bottom:0;
    line-height: 50px;
    height: 50px;
    font-size:18px;
    border-radius:40px;
    text-align: center;
    margin:0 auto;
    margin-top: 20px;
    cursor:pointer;
}

    .more_option a {
        color: #777;
    }

.history{
    padding:20px 200px;
    padding-bottom:0;
}

.history_flex{
    display:flex;
    justify-content:space-between;
}

.history_item{
    width:200px;
    display:flex;
    flex-direction:column;
    align-items:center;
}

    .history_item p {
        display: block;
        text-align: center;
        color: #152B52;
        font-size:22px;
        font-weight:bold;
    }

    .history_item p:last-child{
        font-size:16px;
        color:#666;
        font-weight:normal;
    }

.round {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: rgba(21,43,82,.5);
    margin:0 0 20px 0;
    display:flex;
    justify-content:center;
    align-items:center;
}

.round_item {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #152B52;
    z-index:999;
}


@media (max-width: 500px) {
    html

{
    font-size: calc(414px * 20 / 750) !important;
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
}

.carousel-container {
    position: relative;
    left: -30px !important;
    width: 100vw;
}

.btn-prev, .btn-next {
    display: none;
}

.carousel-wrapper {
    overflow: auto;
}

.product {
    margin-left: 10px;
}

    .product img {
        height: 200px;
    }

body {
    min-width: 100vw;
}

.home-header {
    height: 3.69rem;
    box-sizing: border-box;
    margin: 0.9rem 1.2rem;
    width: 100vw !important;
    display: flex;
}

.head_cnt {
    display: none;
}

.home-top {
    display: none;
}

.home-header .logo {
    width: 12.76rem;
    height: 3.69rem;
}

.cmy {
    display: none;
}

.divider {
    display: none;
}

.cnt {
    display: none;
}

.home-header .connect .customer .icon {
    display: none;
}

.footer_info {
    position: relative;
    top: 60px;
    left: -20px;
}

.home-footer {
    width: 100vw;
}

.box-left .code {
    position: relative;
    left: -80px;
    top: 150px;
}

    .box-left .code img {
        height: 10rem;
        width: 10rem;
    }

.foot-list li .li_right .cnt-list .cnt-list-item {
    font-size: 1.2rem;
    text-align: left;
}

.nowrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw !important;
    flex-wrap: nowrap !important;
    border-bottom: solid rgba(255, 255, 255, 0.25) 1px;
}

    .nowrap .cnt-list-item {
        height: 4.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
        text-align: center !important;
    }

    .nowrap a {
        width: 25%;
    }

.foot-list li .li_right .cnt-list .cnt-list-item {
    margin: 0;
    margin-bottom: 1.5rem;
}

.foot-list li .li_right .title {
    margin-bottom: 1.5rem;
}

.home-footer .footer-top .box-left {
    order: 1;
}

.home-footer .foot-list li {
    margin-left: 0 !important;
}

.foot-list li .li_right {
    order: 0;
}

.home-footer .box-right {
    margin-left: 0;
}

.kef {
    display: none;
}

.nav {
    position: relative;
}

.hide_li {
    display: none !important;
}

.carousel-inner > .item img {
    height: 205px;
    object-fit: cover;
}

.nav-more {
    position: absolute;
    top: 0;
    right: -4.5rem;
    width: 4.5rem;
    height: 4.5rem;
    background-color: #d82633;
    float: right;
    display: block !important;
}

.connect .phone-img {
    width: 1.9rem;
    height: 1.9rem;
    margin-right: 0.5rem;
    margin-top: .6rem;
}

.fl_right {
    right: -6.5rem;
}

.home-menu {
    height: 4.5rem;
    width: calc(100vw - 4.5rem);
}

    .home-menu li:before {
        height: 4.5rem;
    }

    .home-menu li > a {
        line-height: 4.5rem !important;
        font-size: 1.4rem;
        box-sizing: border-box;
        background-color: #152b52;
    }

.container {
    position: relative;
    width: 100%;
}


.addr {
    display: none;
}

.topadcs {
    display: none;
}

.clear {
    display: none;
}

.nav_hide {
    display: none !important;
}

.embed-icon {
    display: none;
}



.right_main .list_p3 {
    width: 47.5%;
    margin-right: 0;
}

.news_con .list_p3 dt {
    height: 187px;
}

.news_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}

.pages {
    margin: 0 auto;
}
/*首页*/
.pc_img {
    display: none !important;
}

.iphone_img {
    display: block !important;
}


.title p {
    font-size: 1.4rem;
    margin-bottom: 0;
}

    .title p:first-child {
        font-size: 1.8rem;
    }

.home-team-work {
    margin: 35px 0;
}

.carousel-container {
    position: relative;
    left: -40px;
}

.user-list {
    width: 100vw;
    overflow: auto;
    justify-content: flex-start;
    padding-bottom: 30px;
    overflow-y: hidden;
}

.team-item {
    flex-shrink: 0;
    width: 14.3rem;
    height: 8rem;
    margin-left: 3rem;
}

.title p:last-child {
    margin-bottom: 35px;
}

.team-item span {
    display: inline-block;
    width: 100%;
    margin-top: 1.2rem;
    text-align: center;
}


    .col-sm-8 {
        flex-direction: column;
        padding: 0 20px;
        background: url("../../img/home_fles/cpy_bgc.png");
        background-size: 100% 100%;
    }

.pdc-list li img {
    height: 4rem;
    width: 4rem;
}

.video {
    height: 26.7rem;
    width: 100%;
    flex-shrink: 0;
    margin-right: 80px;
}

.info p {
    font-size: 1.8rem;
}

.sml-title {
    font-size: 1.3rem !important;
    text-align: left;
    margin-bottom: 0;
}


.pdc-list li {
    margin-right: 0;
}

    .pdc-list li p {
        font-size: 1.2rem;
    }

.pdc-list {
    width: 100%;
    justify-content: space-between;
}

.cmy-number-img {
    width: calc(100% - 40px);
    height: 18.3rem;
    margin: 0 20px;
    margin-top: 2rem;
    display: block !important;
}

.fadeInUp2_carousel {
    display: none;
}

.iphone-more-btn {
    display: block !important;
    line-height: 40px;
    height: 40px;
    width: calc(100% - 40px);
    font-size: 16px;
    background-color: red;
    color: #fff;
    margin: 20px;
    text-align: center;
    font-weight: bold;
}

.more-btn {
    display: none;
}

.cus-team {
    padding-top: 50px;
    padding-bottom: 20px;
}

.industry-img-list li {
    height: 3.9rem;
    width: 131.333px;
    margin-right: 10px;
    background-color: #152b52;
}

    .industry-img-list li img {
        display: none;
    }

.industry-img-list {
    justify-content: flex-start;
    overflow: auto;
    width: 100vw;
    margin-top: 0;
}

.team_cnt {
    width: 131px;
    height: 3.9rem;
    font-size: 1.4rem;
    line-height: 3.9rem;
}

.home-cus {
    flex-direction: column;
    justify-content: normal;
    height: auto;
}

.cus-img {
    height: 25rem;
    width: 100%;
}

.home-cus .info {
    position: relative;
    top: -40px;
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 2.5rem 1.5rem;
    box-sizing: border-box;
    min-height: 53.6rem;
}

.team_cus-info-list li:first-child {
    padding-bottom: 60px;
    padding-top: 40px;
}

.team_title {
    margin-top: 0 !important;
}

.home-adv {
    display: none;
}

.iphone-home-adv {
    display: none !important;
    height: 37.6rem;
    width: 100%;
    margin-bottom: 40px;
}

.home-strength {
    height: 100%;
    background: none;
}

.symbol-link {
    display: none !important;
}

.symbol {
    display: none !important;
}

.strength-list {
    position: relative;
    flex-direction: column;
    background-color: #fff;
    padding-left: 0;
}

.str-slide {
    position: relative;
    height: 6.2rem;
    display: flex;
    background-color: #152b52;
    padding-left: 0;
    width: calc(100% - 20px) !important;
    margin: 0 10px;
    margin-bottom: 10px;
}

.index {
    line-height: 6.2rem;
    width: auto;
    text-align: left;
    font-size: 20px;
    padding-left: 20px;
    color: #ffffff;
    margin-top: 0;
    box-sizing: border-box;
}

.strength_cnt_text {
    display: none !important;
}

.str_active {
    width: calc(100% - 20px) !important;
}

.strength_cnt {
    line-height: 4.5rem;
    margin-top: 0;
    font-size: 1.4rem;
    font-weight: normal;
    padding-left: 2rem;
}

.cnt__english {
    position: absolute;
    top: 4rem;
    left: 6rem;
    font-size: 1rem;
}

.icon {
    position: absolute;
    right: 1rem;
    top: 1rem;
    height: 4.28rem;
    width: 4.28rem;
    z-index: 99;
    margin: 0;
}

.str_active_content {
    padding: 0 10px;
}

    .str_active_content img {
        height: 17.5rem;
        margin-bottom: 20px;
    }

.phone_strength_cnt_text {
    font-size: 1.4rem;
    color: #212121;
    line-height: 2.2rem;
    margin-bottom: 1.5rem;
}

.home-pro-class {
    padding-top: 20px;
    background: none;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    padding-bottom: 0;
}

    .home-pro-class .box .switch {
        display: none;
    }

.pro-class-content {
    flex-direction: column;
}

.home-pro-class .pro-class-tab {
    height: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: normal;
    padding-left: 0;
}

    .home-pro-class .pro-class-tab .tab-item {
        width: 10.8rem;
        height: 4.8rem;
        font-size: 1.4rem;
        line-height: 4.8rem;
        flex-shrink: 0;
    }

.pro-class-cnt {
    height: 100%;
    width: 100vw;
    overflow: auto;
    margin: 0;
    padding: 0;
}

    .pro-class-cnt .my-slide-item {
        height: 100%;
        width: 166.5px;
        margin-right: 10px;
        padding: 0.5rem 1.5rem;
        background: #152b52;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .pro-class-cnt .my-slide-item img {
            width: 12.7rem;
            height: 12.7rem;
            margin: 0;
        }

        .pro-class-cnt .my-slide-item p {
            width: 11rem;
            height: 3.2rem;
            font-size: 1.4rem;
            line-height: 3.2rem;
            margin-top: 0.9rem;
        }

.home-pro-class .box {
    height: 100%;
    width: 100%;
}

.history {
    padding:20px;
    
}

    .history_flex {
        flex-wrap: wrap;
    }

    .history_item{
        width:100%;
        margin-top:20px;
    }

    .home-cmy-dev .dev-info {
        height: 40.8rem;
        width: calc(100% - 20px);
        position: relative;
        top: -200px;
        padding: 20px;
        background: none;
        background-color: #152b52;
        box-sizing: border-box;
        margin: 0 10px;
    }

.noproduct {
    font-size: 16px;
    top: 60%;
    left: 33%;
}

.home-cmy-dev img {
    width: 100%;
    height: 47.2rem;
    object-fit: cover;
}

.dev-info .title {
    display: none;
}

.dev-info .sml-title {
    display: none;
}

.ability-list {
    position: static;
    margin-top: -190px;
    width: 100vw;
    display: flex;
    justify-content: center;
    padding: 0 10px;
    height: 100%;
}

.dev-info .module-name {
    margin-top: 0;
    font-weight: bold;
    font-size: 1.8rem;
}

.dev-info .his-divider {
    width: 16.8rem;
    height: 0.15rem;
    margin: 1.9rem 0 2.2rem;
}

.dev-info .article {
    width: 100%;
}

.dev-info .cnc-btn {
    font-weight: bold;
    font-size: 1.4rem;
    width: 9.8rem;
    height: 3.1rem;
    justify-content: center;
    margin-top: 1.9rem;
}

    .dev-info .cnc-btn i {
        width: 1.6rem;
        height: 1.6rem;
    }

.home-cmy-dev {
    height: 100%;
    padding-bottom: 20px;
}

.phone-info-list-li {
    padding-bottom: 30px !important;
    padding-top: 0 !important;
}

.ability-list-item .icon-group {
    display: none;
}

.ability-list-item .module-info {
    display: none;
}

.ability-list-item {
    width: 25%;
    height: 8.8rem;
    font-weight: bold;
    font-size: 1.8rem;
    box-sizing: border-box;
    padding: 1.9rem 2.2rem;
    background-color: #152b52;
    color: #fff;
    text-align: center;
}

    .ability-list-item .module-lable {
        margin: 0;
        font-size: 1.8rem;
    }

    .ability-list-item.active {
        background: #d82633;
    }

    .home-honor {
        height: 100%;
        background: url("../../img/home_fles/honor_bgc (1).png");
        background-size: 100% 100%;
        padding-top: 3rem;
        padding-bottom: 6rem;
    }

.home-honor-list.swiper {
    height: 100%;
    width: 100vw;
    margin-top: 0;
}

.home-honor .switch .prev.honor_prev {
    display: none;
}

.home-honor .switch .next.honor_next {
    display: none;
}

.honor-item.swiper-slide {
    width: 21.8rem !important;
    height: 15.4rem;
    flex-shrink: 0;
    margin-right: 20px;
}

.swiper-wrapper {
    width: 100vw;
    padding-right: 20px;
    overflow: auto;
    padding-bottom: 30px;
    overflow-y: hidden;
}

.swiper-wrapper-lable {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
}

.home-adv2 .adv2-list {
    display: none;
}

.fl_container {
    flex-direction: column;
    padding: 0;
}

.home-adv2 {
    height: 100%;
    background: none;
    margin-top: 0;
    margin-bottom: 0;
}

    .home-adv2 .box-left ul {
        padding-left: 0;
    }

    .home-adv2 .box-left .label {
        width: 9.6rem;
        height: 3.1rem;
        font-weight: bold;
        font-size: 1.4rem;
        line-height: 3.1rem;
        margin-right: 1.5rem;
        flex-shrink: 0;
    }

    .home-adv2 .box-left .adv2_cnt {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }

    .home-adv2 .box-left {
        width: 100%;
        background: url("../../img/home_fles/serve_bgc1.png");
        margin-top: 0;
        padding: 30px;
        padding-bottom: 70px;
    }

    .home-adv2 .box-right {
        position: relative;
        top: -70px;
        right: 0;
        margin-top: 0;
        background: url("../../img/home_fles/serve_bgc2.png");
        padding: 20px 0;
        width: calc(100% - 20px);
        margin: 0 10px;
    }

    .home-adv2 .box-left li {
        align-items: center;
    }

.adv2-connect {
    margin-top: 0;
    flex-direction: column;
}

    .adv2-connect .number {
        display: none;
    }

    .adv2-connect .adv2_cnt {
        display: none;
    }

.iphone_adv2_cnt {
    display: block !important;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
}

    .iphone_adv2_cnt span {
        font-size: 2.2rem;
        font-weight: bold;
    }

.adv2-connect .cnc-btn {
    margin: 0 auto;
    width: 13rem;
    height: 3.5rem;
    margin-top: 1.2rem;
    font-size: 1.4rem;
}

.homv-news {
    flex-direction: column;
    width: 100%;
}

.news-tab-list li {
    width: 11rem;
    height: 3.9rem;
    line-height: 3.9rem;
    background-color: #152b52;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
}

    .news-tab-list li span {
        display: block !important;
    }

.homv-news .header .news-tab-list li.active {
    background-color: #d82633;
    color: #fff;
}

.homv-news .header {
    height: auto;
    overflow: auto;
}

.box-right .his-divider {
    display: none;
}

.box-left .his-divider {
    display: none;
}

.news-list li .li_left {
    height: 100%;
    width: 158px;
    flex-shrink: 0;
}

    .news-list li .li_left img {
        height: 119px;
        width: 158px;
    }

.news-list li .li_right .title {
    text-align: left;
    justify-content: flex-start;
    font-size: 1.4rem;
    align-items: normal;
}

.news-list li .li_right .link {
    display: none;
}

.homv-news .box-left {
    width: 100%;
}

.content {
    width: 100%;
}

.news-list li .li_right {
    height: 100%;
}

.news-list li.second .header {
    font-size: 1.4rem;
}

.new_cnt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list li.second {
    margin-top: 0;
    padding: 2rem 0;
    border-bottom: solid #f2f2f2 1px;
}

.news-list li {
    padding: 2rem 0;
    border-bottom: solid #f2f2f2 1px;
}

.homv-news .box-right {
    display: none;
    width: 100%;
    margin-left: 0;
}

    .homv-news .box-right .header {
        display: none;
    }

.example-list li .li_left {
    display: none;
}

.more_option {
    display: none;
}

.example-list li .li_right .title {
    font-size: 1.4rem;
    margin: 0;
    margin-bottom: 1.6rem;
}

.example-list li .li_right {
    padding-left: 0;
}

    .example-list li .li_right .new_cnt {
        width: 100%;
    }

.year-list {
    padding-left: 2rem;
}

    .year-list li .year_cnt {
        font-size: 1.2rem;
        text-align: center;
    }

.home-footer .foot-list {
    padding-left: 0;
}

.footer_title {
    font-weight: bold;
    font-size: 2.2rem !important;
    display: flex;
    align-items: normal;
    justify-content: flex-start;
}

.cmy-dev-title {
    display: block !important;
}

.iphone-slide {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block !important;
}

}
