
.width{
    width: 1333px;
    margin: 0 auto;
}
.navigation{
    display: flex;
    width: 100%;
    height: 90px;
    border-bottom: 1px rgba(255, 255, 255, .5) solid;
    position: fixed;
    z-index: 99;
}
.nav_wrap{
    display: flex;
    display: -webkit-flex;
    display: -webkit-inline-flex;
    align-items: center;
    color: white;
}
.nav_wrap .nav_right a{
    color: white;
    font-size: 16px;
}
.nav_wrap .nav_left{
    flex: 1;
}


.nav_center{float:left;}
.nav_center>li{float:left; position:relative; line-height:90px; height:90px; font-size:18px;}
.nav_center>li>a{padding:0 45px; color:#fff; text-transform:uppercase; display:block;}
.nav_center>li>a:hover,.nav_center>li.ac_nav>a{color:#fff; background:#005aff;}
.nav_center>li>ul.sub-menu{position:absolute; left:50%; margin-left:-90px; top:90px; z-index:3; display:none; background:#fff; width:180px; box-shadow:0 5px 10px #333; z-index:9999;}
.nav_center>li>ul.sub-menu li{background:none; margin:0; padding:0; position:relative; border-bottom:1px solid #e9e9e9; text-align:center;}
.nav_center>li>ul.sub-menu li:last-of-type{border-bottom:none;}
.nav_center>li>ul.sub-menu li>a{display:block; font-size:15px; line-height:30px; padding:6px 10px; clear:both; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.nav_center>li>ul.sub-menu li>a.active,.nav_center>li>ul.sub-menu li>a:hover,.nav_center>li>ul.sub-menu>li.ac_nav>a{background:#005aff; color:#fff;}
.nav_center>li>ul.sub-menu li>ul{position:absolute; left:180px; top:0; background:#eee; width:180px; display:none;}
.nav_center>li>ul.sub-menu li>ul>li{border-bottom:1px solid #fff;}


.nav_wrap .nav_right{
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
}
.nav_wrap .nav_right::before{
    content: url(../image/diqiu.png);
    position: absolute;
    top: -1px;
    left: 0;
}
/* 滑轮滚动 */
.scroll{
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}
.scroll .nav_center a,
.scroll .nav_right a,
.scroll .nav_right p{
    color: black;
}
.scroll .nav_right::before{
    content: url(../image/diqiu-2.png);
}
.scroll .nav_center .ac_nav{
    color: #005aff;
}
.scroll .nav_center .ac_nav::after{
    background-color: #005aff;
}
.scroll .nav_right a:hover{
    color: #005aff;
}

.banner img{
    width: 100%;
}

/* 产品中心 */

.product{
    /* background: url(../image/product-bg.png) no-repeat; */
    box-sizing: border-box;
    padding-bottom: 100px;
    background-color: #ebebeb;
}
.pro_title{
    padding-top: 90px;
    text-align: center;
    background: url(../image/PRODUCT.png) no-repeat;
    background-position: center 60px;
}
.pro_title h3{
    color: #4e4e4e;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 18px;
}
.pro_title h3::before{
    content: url(../image/title-1.png);
    margin-right: 10px;
}
.pro_title h3::after{
    content: url(../image/title-1-2.png);
    margin-left: 10px;
}
.product_wrap .pro_content{
    margin-top: 76px;
    display: flex;
    height: 468px;
    justify-content: space-between;
    position: relative;
}
.product_wrap .pro_content .pro_item{
    /* width: 23%; */
    width: 307px;
    height: 425px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    transition: all .3s linear;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.product_wrap .pro_content .pro_item:nth-child(2){
    left: calc(37.2% - 307px/2);
}
.product_wrap .pro_content .pro_item:nth-child(2):hover{
    left: 0;
}
.product_wrap .pro_content .pro_item:nth-child(3){
    left: auto;
    right: calc(37.2% - 307px/2);
    z-index: 2;
}
.product_wrap .pro_content .pro_item:nth-child(3):hover{
    left: auto;
    right: 0;
}
.product_wrap .pro_content .pro_ac{
    z-index: 9;
    width: 100%;
    transition: all .3s linear;
}
.product_wrap .pro_content .pro_item:last-child{
    left: auto;
    right: 0;
}
.product_wrap .pro_content .small_box{
    display: flex;
    width: calc(1333px - 307px);
    height: 425px;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 307px;
    background-color: white;
    transition: all .3s linear;
}
.product_wrap .pro_content .pro_item:nth-child(3) .small_box{
    left: auto;
    right: 307px;
}
.product_wrap .pro_content .pro_item:last-child .small_box{
    left: auto;
    right: 307px;
}
.product_wrap .pro_content .pro_box{
    width: 307px;
    box-sizing: border-box;
    background-color: white;
    padding: 30px 40px 38px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.product_wrap .pro_content .pro_box:last-child{
    left: auto;
    right: 0;
}
.product_wrap .pro_content .pro_box h3{
    font-size: 24px;
    color: #000;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 24px;
    line-height: 31px;
}
.product_wrap .pro_box .pro_img{
    height: 228px;
    overflow: hidden;
}
.product_wrap .pro_box .pro_img img{
    width: 100%;
}
.product_wrap .pro_box p{
    font-size: 15px;
    color: #787878;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all ;
}
.product_wrap .pro_box a{
    display: inline-block;
    font-size: 16px;
    color: white;
    text-align: center;
    line-height: 32px;
    background-color: #005aff;
    border-radius: 16px;
    padding: 0 35px;
    margin-top: 34px;
}

.product .small_box{
    box-sizing: border-box;
    padding: 34px 50px 0px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product .small_box::before{
    content: '';
    display: block;
    width: 1px;
    height: 90%;
    border-left: 1px #005aff dashed;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: .5;
}
.product .pro_item:nth-child(3) .small_box::before,
.product .pro_item:nth-child(4) .small_box::before{
    left: auto;
    right: 0;
}
.product .small_box .small_item{
    width: 280px;
    text-align: center;
}
.product .small_box .small_item .img{
    width: 280px;
    height: 130px;
    overflow: hidden;
    border: 1px #c7c7c7 solid;
    border-radius: 16px;
}
.product .small_box .small_item .img img{
    height: 100%;
    transition: all .3s linear;
}
.product .small_box .small_item p{
    font-size: 16px;
    line-height: 60px;
    color: #4e4e4e;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product .small_box .small_item:hover p{
    color: #005aff;
}
.product .small_box .small_item:hover .img img{
    transform: scale(1.15);
    transition: all .3s linear;
}


/* 产品推荐 */
.pro_tuijian .pro_tuijian_title{
    display: flex;
    justify-content: space-between;
    padding-top: 38px;
    color: #005aff;
    font-size: 24px;
    border-bottom: 1px #005aff dashed;
    padding-bottom: 16px;
    align-items: flex-end;
    position: relative;
    margin-bottom: 30px;
}
.pro_tuijian .pro_tuijian_title::before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #005aff;
    position: absolute;
    bottom: -4px;
    left: 0;
    border-radius: 50%;
}
.pro_tuijian .pro_tuijian_title a{
    font-size: 18px;
    color: #005aff;
    position: relative;
}
.pro_tuijian .pro_tuijian_title a::after{
    content: url(../image/pro_tuijian.png);
    position: absolute;
    bottom: -19px;
    right: 0;
}
.pro_tuijian_box .swiper-slide{
    border-bottom: 2px #bebebe solid;
}
.pro_tuijian_box a p{
    line-height: 52px;
    color: #4e4e4e;
    font-size: 16px;
}
.pro_tuijian_box a .tuijian_img{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}
.pro_tuijian_box a .tuijian_img img:nth-child(2){
    width: 100%;
}
.pro_tuijian_box a .jiantou{
    width: 40px;
    height: 14px;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    right: 0;
}
.pro_tuijian_box a .jiantou img{
    margin-left: -40px;
    transition: all .2s linear;
}
.pro_tuijian_box a .hover{
    width: 0%;
    height: 0%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(0,90,255,.5);
    border-radius: 12px;
    transition: all .2s linear;
    text-align: center;
    overflow: hidden;
}
.pro_tuijian_box a .hover img{
    margin-top: 50%;
    transform: translateY(-100%);
}
.pro_tuijian_box a:hover .hover{
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}
.pro_tuijian_box .swiper-slide:hover p{
    color: #005aff;
}
.pro_tuijian_box .swiper-slide:hover{
    border-color: #005aff;
}
.pro_tuijian_box .swiper-slide:hover .jiantou img{
    margin: 0;
}

/* 四大优势 */
.advantage{
    padding-top: 64px;
    background: url(../image/youshi-bg.png);
    padding-bottom: 80px;
}
.advantage .ad_title{
    color: white;
    text-align: center;
}
.advantage .ad_title .title_1{
    display: flex;
    margin: 0 auto;
    text-align: left;
    align-items: end;
    justify-content: center;
    padding-bottom: 16px;
}
.advantage .ad_title .title_1 h3{
    font-size: 56px;
    color: #00aeff;
    margin-right: 10px;
}
.advantage .ad_title .title_1 h4{
    font-size: 27px;
    letter-spacing: 5px;
    margin-bottom: 10px;
}
.advantage .ad_title .title_1 p{
    font-size: 13px;
    letter-spacing: 1px;
}
.advantage .ad_title .AD{
    font-size: 30px;
    letter-spacing: 4px;
    font-weight: 500;
    margin-top: 24px;
}
.advantage_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}
.advantage .ad_1{
    box-sizing: border-box;
    width: 380px;
    height: 233px;
    color: white;
    padding: 40px 32px 0 38px;
    margin-bottom: 38px;
}
.advantage .ad_1:nth-child(2n){
    margin-top: 76px;
    margin-bottom: 0;
    position: relative;
}
.advantage .ad_1:nth-child(2n)::after{
    content: '';
    display: block;
    width: 100%;
    height: 1;
    border-bottom: 1px rgba(255, 255, 255, .5) dashed;
    position: absolute;
    top: -38px;
    left: 0;
}
.advantage .ad_1 h4{
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    font-weight: 500;
    background: url(../image/tuoyuan.png) no-repeat;
    padding-left: 17px;
}
.advantage .ad_1 h4 span{
    margin-left: 30px;
}
.advantage .ad_1 p{
    font-size: 15px;
    line-height: 24px;
    margin-top: 18px;
}
.advantage .ad_right .ad_1{
    text-align: right;
}
.advantage .ad_right .ad_1 h4{
    padding-left: 0px;
    padding-right: 17px;
    background-position: right;
}
.advantage .ad_right .ad_1 h4 span {
    margin-left: 0px;
    margin-right: 30px;
}
.advantage .ad_ac{
    background: url(../image/youshi-item-bg.png) no-repeat;
    cursor: pointer;
}
.advantage .ad_ac2{
    background: url(../image/youshi-item-bg-2.png) no-repeat;
    cursor: pointer;
}

/* 我们的案例 */
.case .pro_title{
    background-image: url(../image/Our\ case.png);
}
.case .case_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case .case_wrap .case_item{
    display: block;
    width: 31%;
    margin-top: 50px;
}
.case .case_wrap .case_item .case_img{
    width: 100%;
    overflow: hidden;
}
.case .case_wrap .case_item .case_img img{
    width: 100%;
    height:275px;
    object-fit:cover;
    transition: all .2s linear;
}
.case .case_wrap .case_item p{
    font-size: 20px;
    color: #7f7f7f;
    position: relative;
    line-height: 70px;
    border-bottom: 2px rgba(0, 0, 0, .2) solid;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 120px;
}
.case .case_wrap .case_item p span{
    font-size: 16px;
    position: absolute;
    top: 0px;
    right: 0;
}
.case .case_wrap .case_item p span::before{
    content: url(../image/time.png);
    position: absolute;
    top: 2px;
    left: -20px;
}
.case .case_wrap .case_item:hover p{
    color: #005aff;
    border-color: #005aff;
}
.case .case_wrap .case_item:hover span::before{
    content: url(../image/time-2.png);
}
.case .case_wrap .case_item:hover img{
    transform: scale(1.15);
    transition: all .2s linear;
}

/* 公司介绍 */
.about{
    width: 100%;
    height: 920px;
    display: flex;
    margin-top: 100px;
}
.about .about_left{
    box-sizing: border-box;
    width: 40%;
    background-color: #005aff;
    background-image: url(../image/about.png);
    background-repeat: no-repeat;
}
.about .about_right{
    box-sizing: border-box;
    width: 60%;
    padding-left: 66px;
    padding-top: 82px;
    background-color: #ebebeb;
    position: relative;
    background-image: url(../image/gongsidasha.png);
    background-repeat: no-repeat;
}
.about .about_right .about_box{
    width: 645px;
    z-index: 2;
}
.about .about_right h5{
    margin-top: 50px;
    font-size: 18px;
    line-height: 30px;
    color: #343434;
}
.about .about_right p{
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #787878;
}
.about .about_right .tubiao{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.about .about_right .tubiao_1{
    box-sizing: border-box;
    width: 128px;
    height: 138px;
    background-color: #005aff;
    text-align: center;
    line-height: 0;
}
.about .about_right .tubiao_1 img{
    margin-top: 42%;
    transform: translateY(-50%);
}
.about .about_right .tubiao_1 p{
    color: white;
    margin: 0;
    line-height: 0;
}
.about .about_right a{
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    width: 180px;
    color: #005aff;
    line-height: 60px;
    text-align: center;
    border: 2px #005aff solid;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 90px;
}
.about .about_right a:hover{
    background-color: #005aff;
    color: white;
}
.about .about_right .gsds{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
/* 客户 */
.kehu{
    padding:100px 0 60px;
    background: url(../image/kehu.png) fixed top center no-repeat;
    background-size:cover;
}
.kehu .kehu_1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kehu .kehu_1 .left{
    box-sizing: border-box;
    width: 320px;
    height: 214px;
    background-color: #005aff;
    padding: 38px 40px 0;
}
.kehu .kehu_1 .left h2{
    font-size: 30px;
    line-height: 44px;
    color: white;
    text-align: center;
}
.kehu .kehu_1 .left .strat{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.kehu .kehu_1 .zhong h3{
    font-size: 36px;
    color: #005aff;
    font-weight: 500;
    text-align: center;
    position: relative;
}
.kehu .kehu_1 .zhong h3::after{
    content: '';
    display: block;
    width: 21px;
    height: 4px;
    background-color: #343434;
    position: absolute;
    top: 50%;
    right: 8px;
}
.kehu .kehu_1 .zhong h3::before{
    content: '';
    display: block;
    width: 21px;
    height: 4px;
    background-color: #343434;
    position: absolute;
    top: 50%;
    left: 8px;
}
.kehu .kehu_1 .zhong p{
    font-size: 18px;
    color: #343434;
    text-align: center;
    margin-top: 10px;
}
.kehu .kehu_1 .zhong span{
    color: #005aff;
}
.kehu .kehu_1 .right{
    display: block;
    width: 160px;
    height: 60px;
    line-height: 60px;
    background-color: #005aff;
    color: white;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    text-align: center;
    font-size: 18px;
}
.kehu .kehu_2{
    width: 100%;
    height: 286px;
    background-color: white;
    display: flex;
}
.kehu .kehu_2 .kehu_text{
    box-sizing: border-box;
    padding: 0 60px;
    padding-right: 50px;
    padding-top: 50px;
    padding-left: 30px;
    color: #787878;
}
.kehu .kehu_2 .kehu_text h4{
    font-size: 24px;
}
.kehu .kehu_2 .kehu_text span{
    font-size: 18px;
    line-height: 56px;
}
.kehu .kehu_2 .kehu_text p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}
.kehu .kehu_2 .img{
    padding: 25px;
}
.kehu .kehu_2 img{
    height: 100%;
}
.kehu .kehu_3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}
.kehu .kehu_3 .img{
    margin-bottom: 40px;
}

/* 新闻动态 */
.news{
    background-color: #efefef;
    padding-bottom: 40px;;
}
.news .pro_title{
    background-image: url(../image/Latest-news.png);
}
.news_box{
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
}
.news_box .news_left{
    width: 50%;
}
.news_box .news_left .news_item{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    background-color: white;
    height: 234px;
    align-items: center;
    padding-left: 21px;
    padding-right: 52px;
    margin-bottom: 22px;
}
.news_box .news_left .news_item .img{
    width: 250px;
    height: 190px;
    overflow: hidden;
}
.news_box .news_left .news_item .img img{
    overflow: hidden;
	max-width:100%;
}
.news_box .news_left .news_item .text{
    width: calc(100% - 250px);
    padding-left: 30px;
    position: relative;
}
.news_box .news_left .news_item .text h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #474747;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_box .news_left .news_item .text p{
    font-size: 15px;
    color: #787878;
    line-height: 26px;
    margin-top: 26px;
	overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 3;
				-webkit-box-orient: vertical;
}
.news_box .news_left .news_item .text h6{
    display: block;
    width: 36px;
    height: 36px;
    font-size: 20px;
    background-color: #005aff;
    border-radius: 50%;
    text-align: center;
    color: white;
    line-height: 33px;
    margin-top: 34px;
}
.news_box .news_left .news_item .text span{
    font-size: 15px;
    color: #787878;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.news_box .news_right{
    width: 48%;
}
.news_box .news_right .right_item{
    display: flex;
    height: 150px;
    padding-left: 34px;
    padding-right: 46px;
    background-color: white;
    align-items: center;
    margin-bottom:20px;
}
.news_box .news_right .right_item .time h3{
    font-size: 38px;
    color: #787878;
    text-align: center;
}
.news_box .news_right .right_item .time p{
    font-size: 16px;
    color: #787878;
    margin-top: 10px;
    text-align: center;
}
.news_box .news_right .right_item .text{
    padding-left: 46px;
    position: relative;
}
.news_box .news_right .right_item .text::before{
    content: '';
    display: block;
    width: 1px;
    height: 70px;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
}
.news_box .news_right .right_item .text h4{
    font-size: 18px;
    line-height: 24px;
    color: #474747;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_box .news_right .right_item .text p{
    font-size: 15px;
    color: #787878;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 26px;
	width:410px;
	-o-text-overflow:ellipsis;
}
/* 底部导航 */
.footer{
    background-color:#333333;
}
.group_86{
    padding-top: 62px;
}
.group_87{
    display: flex;
    padding-bottom: 30px;
    border-bottom: solid 1px #ffffff;
}
.link{box-sizing: border-box;}
.text_4 {
    padding-bottom: 13px;
    flex-shrink: 0;
    background-image: url(../image/LINK.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 77px;
    height: 26px;
    align-items: flex-start;
    box-sizing: border-box;
}
.text_130 {
    margin-left: 7px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}
.font_6 {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}
.text_132 {
    margin: 5px 0 5px 51px;
}
.group_89 {
    padding: 50px 3px 62px 4px;
    display: flex;
    flex-direction: row;
}
.group_90 {
    flex: 1 1 auto;
    width: 981px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.text_141 {
    align-self: flex-start;
    line-height: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}
.group_92 {
    margin-top: 30px;
}
.space-x-20 > *:not(:first-child) {
    margin-left: 20px;
}
.group_93 {
    margin-top: 19px;
}
.text_146 {
    margin-left: 22px;
    align-self: flex-start;
    line-height: 18px;
}
.font_2 {
    font-size: 20px;
    line-height: 19px;
    font-weight: 500;
    color: #ffffff;
}
.space-x-7 > *:not(:first-child) {
    margin-left: 7px;
}
.space-y-31 > *:not(:first-child) {
    margin-top: 31px;
    display: flex;
    flex-direction: row;
}
.image_69 {
    width: 14px;
    height: 47px;
}
.space-y-16 > *:not(:first-child) {
    margin-top: 14px;
    display: inline-block;
}
.text_148 {
    line-height: 17px;
}
.text_149 {
    margin-left: 25px;
    align-self: flex-start;
    line-height: 20px;
}
.group_98 {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
}
.image_70 {
    flex-shrink: 0;
    width: 16px;
    height: 13px;
}
.space-x-8 > *:not(:first-child) {
    margin-left: 8px;
}
.group_99 {
    margin-top: 17px;
    display: flex;
    flex-direction: row;
}
.image_71 {
    margin: 3px 0 4px;
    flex-shrink: 0;
    width: 15px;
    height: 10px;
}
.space-x-10 > *:not(:first-child) {
    margin-left: 10px;
}
.space-x-40 > *:not(:first-child) {
    margin-left: 90px;
}
.image-wrapper_2 {
    box-sizing: border-box;
    padding: 4px;
    background-color: #ffffff;
    width: 100px;
    height: 100px;
}
.image_72 {
    width: 92px;
    height: 92px;
}
.section_26{
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
}
.wrap{
    display: flex;
    justify-content: space-between;
    line-height: 60px;
    color: white;
}
.wrap a{
    line-height: 60px;
    color: white;
}
/* 公司数字滚动样式 */
.about_left{
    width: 100%;

    display: flex;
    align-items: center;
    padding-left: 15%;
    padding-right: 2%;
}
.about_left .number{
    width: 100%;
}
.about_left .numCount li{
    float: none;
    width: 100%;
}
.about_left .numCount li .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0;
    border-bottom: 1px rgba(255, 255, 255, .5) solid;
}
.about_left .numCount li:last-child .item{
    border-bottom: none;
}
.about_left .numCount li .numCX {
    font-size: 40px;
    font-weight: 600;
}
.about_left .numCount li .numU .unitC{
    color: white;
}
.about_left .numCount .indc{
    color: white;
    font-size: 18px;
    text-align: left;
}