.page{
    display: inline-block;
    padding: 20px 0;
    padding-bottom: 54px;
    width: 100%;
}
.page button{
    float: left;
    cursor: pointer;
    width: 92px;
    height: 39px;
    font-size: 14px;
    background-color: white;
    border: 1px #dcdcdc solid;
}
.page ul{
    display: flex;
    width: 100%;
    justify-content: center;
}
.page ul li{
    text-align: center;
    line-height: 37px;
    width: 37px;
    height: 37px;
    border: 1px #dcdcdc solid;
    margin-right: 10px;
}
.page ul li:nth-child(1){
    margin-left: 10px;
}
.page ul .ac-nei-1{
    color: white;
    background-color: #005aff;
    border-color: #005aff;
}
.nei_width{
    width: 1200px;
    margin: 0 auto;
}
.neiye_banner img{
    width: 100%;
}
.nei_nav{
    width: 100%;
    height: 90px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    margin-bottom: 20px;
}
.nei_nav .nei_width{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nei_nav .nei_nav_wrap .nei_nav_left{
    display: flex;
}
.nei_nav .nei_nav_wrap .nei_nav_left a{
    font-size: 17px;
    line-height: 80px;
    margin-right: 40px;
    color: #5a5a5a;
}
.nei_nav .nei_nav_wrap .nei_nav_left a:hover{
    color: #005aff;
}
.nei_nav .nei_nav_wrap .nei_nav_left .nei_nav_ac{
    color: #005aff;
    position: relative;
}
.nei_nav_wrap .nei_nav_ac::before{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #005aff;
    position: absolute;
    bottom: -36px;
    left: 0;
}
.nei_nav_wrap .nei_nav_right p{
    color: #999;
}
.nei_nav_wrap .nei_nav_right a{
    color: #999;
}
.nei_nav_wrap .nei_nav_right .nei_nav_ac2{
    color: #005aff;
}
/* 产品列表 */
.nei_product{
    padding-top: 60px;
}
.nei_product .nei_title,
.nei_about .nei_title,
.nei_case .nei_title,
.nei_contact .nei_title{
    text-align: center;
    color: #005aff;
}
.nei_product .nei_title h3,
.nei_about .nei_title h3,
.nei_case .nei_title h3,
.nei_contact .nei_title h3{
    font-size: 24px;
    position: relative;
}
.nei_product .nei_title h3::before,
.nei_about .nei_title h3::before,
.nei_case .nei_title h3::before,
.nei_contact .nei_title h3::before{
    content: url(../image/nei-biaoti-left.png);
    margin-right: 10px;
}
.nei_product .nei_title h3::after,
.nei_about .nei_title h3::after,
.nei_case .nei_title h3::after,
.nei_contact .nei_title h3::after{
    content: url(../image/nei-biaoti-right.png);
    margin-left: 10px;
}
.nei_product .nei_title p,
.nei_about .nei_title p,
.nei_case .nei_title p,
.nei_contact .nei_title p{
    font-size: 22px;
    margin-top: 14px;
}
.nei_product .nei_title p::before,
.nei_about .nei_title p::before,
.nei_case .nei_title p::before,
.nei_contact .nei_title p::before{
    content: url(../image/nei-biaoti-left-2.png);
    margin-right: 10px;
}
.nei_product .nei_title p::after,
.nei_about .nei_title p::after,
.nei_case .nei_title p::after,
.nei_contact .nei_title p::after{
    content: url(../image/nei-biaoti-right-2.png);
    margin-left: 10px;
}
.pro_nav{
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: unset;
    padding-top: 40px;
}
.pro_nav .pro_one{
    display: block;
    width: 130px;
    line-height: 60px;
    color: white;
    background-color: #005aff;
    text-align: center;
}
.pro_nav .nav_list{
    border: 1px #005aff solid;
    width: calc(100% - 130px);
    line-height: 58px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.pro_nav .nav_list a{
    color: #4e4e4e;
    padding: 0 20px;
    position: relative;
}
.pro_nav .nav_list a.active{color: #005aff;}
.pro_nav .nav_list .sidenavcur>a{color: #005aff;}
.pro_nav .nav_list a::before{
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    right: 0 ;
    bottom: 18px;
}
.pro_nav .nav_list a:last-child::before{
    display: none;
}

.pro_nav .nav_list dl{
    position: absolute;
    left: -25px;
    top: 60px;
    background:#fff;
    padding:5px 10px;
}

.pro_nav .nav_list dl dt{
    float:left;
    font-size:15px;
    line-height: 25px;
    color:#666;
}
.pro_nav .nav_list dl dt a{
    color:#666;
}
.pro_nav .nav_list dl dt a:hover{
  color:#005aff;
}

.nei_product .pro_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 42px;
}
.pro_wrap .nei_pro_item{
    display: flex;
    box-sizing: border-box;
    background-color: #e6e6e6;
    width: 48.6%; 
    padding: 17px;
    transition: all .2s linear;
    margin-bottom: 34px;
}
.pro_wrap .nei_pro_item .pro_img{
    width:54.7%;
    overflow: hidden;
}
.pro_wrap .nei_pro_item .pro_img img{
    width: 100%;
    transition: all .2s linear;
}
.pro_wrap .nei_pro_item .pro_text{
    width:45.3%;
    padding-left: 20px;
    overflow: hidden;
}
.pro_wrap .nei_pro_item .pro_text h4{
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px rgba(0, 0, 0, .3) dashed;
    color: #4e4e4e;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pro_wrap .nei_pro_item .pro_text span{
    display: inline-block;
    font-size: 14px;
    color: #4e4e4e;
    margin-top: 24px;
}
.pro_wrap .nei_pro_item .pro_text p{
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #616161;
    margin-top: 10px;
}
.pro_wrap .nei_pro_item .pro_text a{
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #616161;
    margin-top: 35px;
    text-align: right;
    width: 100%;
    position: relative;
}
.pro_wrap .nei_pro_item .pro_text a::before{
    content: '+';
    display: block;
    width: 28px;
    height: 28px;
    line-height: 25px;
    font-size: 22px;
    background-color: rgba(0, 0, 0, .35);
    color: white;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -5px;
    left: 0;
}
.pro_wrap .nei_pro_item:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    transform: translate3d(0, -10px, 0);
}
.pro_wrap .nei_pro_item:hover .pro_img img{
    transform: scale(1.1);
    transition: all .2s linear;
}
.pro_wrap .nei_pro_item:hover .pro_text h4{
    color: #005aff;
}
.pro_wrap .nei_pro_item:hover .pro_text a{
    color: #005aff;
}
.pro_wrap .nei_pro_item:hover .pro_text a::before{
    background-color: #005aff;
}
/* 推荐公用标题 */
.nei_title_all{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px #005aff solid;
    position: relative;
}
.nei_title_all::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px #005aff dashed;
    position: absolute;
    bottom: 4px;
    left: 0;
}
.nei_title_all h3{
    font-size: 25.6px;
    color: #005aff;
    font-weight: 500;
}
.nei_title_all span{
    font-size: 20px;
    color: #005aff;
    font-weight: 500;
    margin-left: 14px;
}
.nei_title_all a{
    font-size: 20px;
    color: #005aff;
    font-weight: 500;
    position: relative;
    padding-right: 38px;
}
.nei_title_all a::after{
    content: url(../image/gengduo.png);
    position: absolute;
    top: -4px;
    right: 0;
}
/* 推荐案例 */
.case_tuijian .case_tj_wrap{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-bottom: 60px;
}
.case_tuijian .case_tj_wrap .case_tj_item{
    display: block;
    width: 23.5%;
    margin-top: 26px;
}
.case_tuijian .case_tj_wrap .case_tj_item .tj_img{
    width: 100%;
    overflow: hidden;
}
.case_tj_wrap .case_tj_item .tj_img img {
    width: 100%;
    height: 188px;
    object-fit: cover;
    transition: all .2s linear;
}
.case_tuijian .case_tj_wrap .case_tj_item p {
    font-size: 15px;
    color: #7f7f7f;
    position: relative;
    line-height: 50px;
    border-bottom: 2px rgba(0, 0, 0, .2) solid;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 106px;
}
.case_tj_wrap .case_tj_item p span {
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: 0;
}
.case_tj_wrap .case_tj_item p span::before {
    content: url(../image/time.png);
    position: absolute;
    top: 2px;
    left: -20px;
}
.case_tj_wrap .case_tj_item:hover img {
    transform: scale(1.15);
    transition: all .2s linear;
}
.case_tj_wrap .case_tj_item:hover p {
    color: #005aff;
    border-color: #005aff;
}
.case_tj_wrap .case_tj_item:hover span::before {
    content: url(../image/time-2.png);
}

/* 产品详情 */

.pro_xq{
    padding-top: 70px;
}
.pro_xq .xq_1{
    display: flex;
}
.pro_xq .xq_1 .xq_1_img{
    width: 50%;
    border: 4px #a5b0e6 solid;
    overflow: hidden;
}
.pro_xq .xq_1 .xq_1_img img{
    width: 100%;
}
.pro_xq .xq_1 .xq_1_text{
    width: 50%;
    padding-left: 40px;
}
.pro_xq .xq_1 .xq_1_text h3{
    font-size: 24px;
    line-height: 56px;
    font-weight: 500;
    color: #005aff;
    border-bottom: 1px rgba(0, 0, 0, .3) dashed;
}
.pro_xq .xq_1 .xq_1_text p:nth-child(2){
    font-size: 16px;
    line-height: 48px;
    font-weight: 500;
    color: #4e4e4e;
    border-bottom: 1px rgba(0, 0, 0, .3) dashed;
}
.pro_xq .xq_1 .xq_1_text p:nth-child(3){
    font-size: 16px;
    line-height: 26px;
    color: #4e4e4e;
    border-bottom: 1px rgba(0, 0, 0, .3) dashed;
    padding: 14px 0;
}
.pro_xq .xq_1 .xq_1_text .kefu{
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 20px;
}
.pro_xq .xq_1 .xq_1_text .kefu .kf_text{
    flex: 1;
    margin-left: 10px;
}
.pro_xq .xq_1 .xq_1_text .kefu .kf_text p{
    color: #005aff;
    line-height: 20px;
    border-bottom: none;
}
.pro_xq .xq_1 .xq_1_text .kefu a{
    display: block;
    width: 194px;
    height: 40px;
    text-align: center;
    background-color: #005aff;
    color: white;
    line-height: 40px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.pro_xq .xq_1 .xq_1_text .small_img{
    display: flex;
    justify-content: space-between;
}
.pro_xq .xq_1 .xq_1_text .small_img .img{
    width: 22%;
    border: 2px rgba(0, 0, 0, .2) solid;
}
.pro_xq .xq_1 .xq_1_text .small_img .img img{
    width: 100%;
}
.pro_xq .xq_1 .xq_1_text .small_img .swiper-slide-thumb-active{
    border-color: #a5b0e6;
}
.xq_2 .xq_2_title{
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: 46px;
    background-color: #8895d6;
    line-height: 46px;
    font-size: 22px;
    color: white;
    padding-left: 74px;
    margin-top: 46px;
}
.xq_2 .xq_2_title div{
    width: 200px;
    background-color: #005aff;
    text-align: center;
    transform: skewX(-25deg);
    margin-right: 24px;
}
.xq_2 .xq_2_title div p{
    transform: skewX(25deg);
}
.xq_2 .xq_2_text{
    padding-bottom: 40px;
    border-bottom: 1px rgba(0, 0, 0, .2) solid;
}
.xq_2 .xq_2_text h3{
    font-size: 20px;
    color: #005aff;
    padding: 30px 0;
}
.xq_2 .xq_2_text p{
    font-size: 16px;
    color: #4e4e4e;
    line-height: 26px;
}
.xq_2 .xq_2_text img{
    width: 100%;
}
.xq_2 .fenye{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.xq_2 .fenye a{
    display: block;
    color: #333333;
    padding: 12px 30px;
    font-size: 16px;
    border: 1px #dcdcdc solid;
    margin-left: 20px;
}
.xq_2 .fenye a:first-child{
    margin-left: 0px;
}
.xq_2 .fenye .prev_next{
    display: flex;
}
.xq_2 .fenye a:hover{
    color: white;
    background-color: #005aff;
}
/* 新闻产品推荐 */
.nei_tuijian{
    background-color: #f5f5f5;
    padding-top: 50px;
}
.nei_tuijian .nei_title_all{
    margin-bottom: 30px;
}
.nei_tuijian .pro_tuijian{
    margin-bottom: 40px;
}
.nei_tuijian .pro_tuijian_box a .tuijian_img{
    height: auto;
}
.nei_tuijian .pro_tuijian_box a p{
    line-height: 46px;
    font-size: 14px;
}
.nei_tuijian .pro_tuijian_box a .jiantou{
    bottom: 16px;
}
.news_tuijian{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_tuijian .news_item{
    box-sizing: border-box;
    width: 48.5%;
    display: flex;
    background-color: white;
    height: 234px;
    align-items: center;
    padding-left: 21px;
    padding-right: 36px;
    margin-bottom: 36px;
}
.news_tuijian .news_item .img{
    width: 42%;
    height: 190px;
    overflow: hidden;
}
.news_tuijian .news_item .img img{
    width: 100%;
    /*margin-left: -50%;
    transform: translateX(32%);*/
}
.news_tuijian .news_item .text{
    width: 58%;
    padding-left: 30px;
    position: relative;
}
.news_tuijian .news_item .text h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #474747;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_tuijian .news_item .text p{
    font-size: 15px;
    color: #787878;
    line-height: 26px;
    margin-top: 26px;
}
.news_tuijian .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: 20px;
}
.news_tuijian .news_item .text span{
    font-size: 15px;
    color: #787878;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.news_tuijian .news_item:nth-child(3),
.news_tuijian .news_item:nth-child(4){
    margin: 0;
}

/* 案例中心 */
.nei_case{
    margin-top: -10px;
    padding-top: 60px;
    background-color: #f5f5f5;
}
.nei_case .nei_case_one{
    display: flex;
    justify-content: space-between;
    background-color: white;
    height: auto;
    border-radius: 22px;
    overflow: hidden;
    margin-top: 60px;
}
.nei_case .nei_case_one .one_left{
    width: 5.9%;
    text-align: center;
}
.nei_case .nei_case_one .one_left h3{
    font-size: 28px;
    color: #005aff;
    line-height: 70px;
    background-color: #f5f5f5;
}
.nei_case .nei_case_one .one_left div{
    background-color: #cfd0ca;
    padding: 58px 0;
}
.nei_case .nei_case_one .one_left p{
    font-size: 22px;
    color: white;
    line-height: 60px;
    background-color: #005aff;
}
.nei_case .nei_case_one .one_right{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 89%;
    box-sizing: border-box;
    padding: 30px 0;
    padding-right: 32px;
    position: relative;
}
.nei_case .nei_case_one .one_right .one_text{
    width: 50%;
    overflow: hidden;
}
.nei_case .nei_case_one .one_right .one_text h3{
    font-size: 19px;
    line-height: 60px;
    border-bottom: 1px rgba(0, 0, 0, .3) solid;
    color: #333333;
}
.nei_case .nei_case_one .one_right .one_text h4{
    font-size: 18px;
    margin-top: 57px;
    color: #333333;
    font-weight: 500;
}
.nei_case .nei_case_one .one_right .one_text p{
    font-size: 14px;
    line-height: 27px;
    margin-top: 17px;
    color: #606060;
}
.nei_case .nei_case_one .one_right .one_text a{
    font-size: 18px;
    line-height: 36px;
    margin-top: 17px;
    color: #333333;
    border-bottom: 1px rgba(0, 0, 0, .2) solid;
    position: absolute;
    bottom: 42px;
    left: 0;
}
.nei_case .nei_case_one .one_right .one_text a::after{
    content: url(../image/shubaio-da.png);
    text-align: center;
    box-sizing: border-box;
    padding-top: 5px;
    display: block;
    width: 39px;
    height: 39px;
    background-color: #005aff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -52px;
}
.nei_case .nei_case_one .one_right .one_img{
    width: 45.5%;
    border-radius: 20px;
    overflow: hidden;
}
.nei_case .nei_case_one .one_right .one_img img{
    width: 100%;
    height: 100%;
}
.nei_case .nei_case_list{
    padding-top: 44px;
}
.nei_case .nei_case_item{
    display: block;
    width: 31%;
    border-radius: 14px;
    overflow: hidden;
    background-color: white;
    margin-right: 3.5%;
    margin-bottom: 40px;
    transition: all .2s linear;
}
.nei_case .nei_case_item:nth-child(3n){
    margin-right: 0;
}
.nei_case .nei_case_item .case_img img{
    width: 100%;
}
.nei_case .nei_case_item .case_text{
    display: flex;
    justify-content: space-between;
}
.nei_case .nei_case_item .case_text p{
    box-sizing: border-box;
    width: calc(100% - 70px);
    font-size: 18px;
    line-height: 56px;
    color: #474747;
    padding-left: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.nei_case .nei_case_item .case_text p::before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #474747;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 22px;
    margin-top: -3px;
}
.nei_case .nei_case_item .case_text .shubiao{
    width: 64px;
    box-sizing: border-box;
    background-color: #cfd0ca;
    text-align: center;
    padding-top: 15px;
    transition: all .2s linear;
}
.nei_case .nei_case_list{
    display: flex;
    flex-wrap: wrap;
}
.nei_case .nei_case_item:hover{
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    transform: translate3d(0, -10px, 0);
}
.nei_case .nei_case_item:hover .case_text p{
    color: #005aff;
}
.nei_case .nei_case_item:hover .case_text p::before{
    background-color: #005aff;
}
.nei_case .nei_case_item:hover .case_text .shubiao{
    background-color: #005aff;
}
/* 新闻中心 */
.nei_news{
    padding-bottom: 30px;
}
.nei_news .nei_news_item{
    transition: all .2s linear;
}
.nei_news .nei_news_item:hover{
    background-color: rgba(0, 0, 0, .05);
}
.nei_news .nei_news_box{
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
    border-bottom: 1px rgba(0, 0, 0, .3) solid;
    cursor: pointer;
}
.nei_news .nei_news_item:last-child .nei_news_box{
    border: none;
}
.nei_news .nei_news_box .nei_news_img{
    width: 41%;
    overflow: hidden;
}
.nei_news .nei_news_box .nei_news_img img{
    width: 100%;
}
.nei_news .nei_news_box .nei_news_text{
    width: 55%;
    box-sizing: border-box;
    padding: 24px 0;
    overflow: hidden;
    position: relative;
}
.nei_news .nei_news_box .nei_news_text h3{
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.nei_news .nei_news_box .nei_news_text p{
    font-size: 15px;
    line-height: 24px;
    color: #606060;
    margin-top: 42px;
}
.nei_news .nei_news_box .nei_news_text .time{
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    bottom: 30px;
    left: 0;
}
.nei_news .nei_news_box .nei_news_text .time a,
.nei_news .nei_news_box .nei_news_text .time span{
    display: block;
    font-size: 16px;
    color: #606060;
    line-height: 50px;
}
.nei_news .nei_news_box .nei_news_text .time a{
    width: 170px;
    font-size: 20px;
    border: 1px #606060 solid;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
}
.nei_news .nei_news_box .nei_news_text .time a::after{
    content: url(../image/news-jiantou.png);
    margin-left: 20px;
}
.nei_news .nei_news_box .nei_news_text .time a:hover{
    color: white;
    background-color: #005aff;
}.nei_news .nei_news_box .nei_news_text .time a:hover::after{
    content: url(../image/news-jiantou-2.png);
}

/* 下载中心 */

.nei_xiazai{
    /* background-color: #5a5a5a; */
    padding-top: 50px;
}
.nei_xiazai .xiazai_item{
    display: flex;
    box-sizing: border-box;
    align-items: center;
    background-color: #f5f5f5;
    padding: 30px 0;
    padding-left: 48px;
    position: relative;
    margin-bottom: 40px;
}
.nei_xiazai .xiazai_item::after{
    content: '';
    display: block;
    width: 8px;
    height: 100%;
    background-color: #005aff;
    position: absolute;
    top: 0;
    left: 0;
}
.nei_xiazai .xiazai_item p{
    font-size: 18px;
    color: #4e4e4e;
    margin-left: 76px;
}
.nei_xiazai .xiazai_item a{
    font-size: 18px;
    color: white;
    background-color: #005aff;
    width: 150px;
    line-height: 44px;
    text-align: center;
    position: absolute;
    right: 50px;
    bottom: 50%;
    transform: translateY(50%);
}
.nei_xiazai .xiazai_item a::after{
    display: block;
    content: '';
    width: 1px;
    height: 50px;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -80px;
}
/* 关于我们 */
.nei_about{
    padding-top: 70px;
}
.nei_about .jianjie{
    display: flex;
    justify-content: space-between;
}
.nei_about .jianjie .jianjie_img{
    width: 42.5%;
    padding-left: 40px;
    position: relative;
}
.nei_about .jianjie .jianjie_img::after{
    content: '';
    display: block;
    box-sizing: border-box;
    width: 91.5%;
    height: 100%;
    border: 6px solid rgba(0,90,255,.5);
    position: absolute;
    top: -30px;
    left: 0;
    z-index: -1;
}
.nei_about .jianjie .jianjie_img img{
    width: 100%;
}
.nei_about .jianjie .jianjie_text{
    width: 50%;
    position: relative;
}
.nei_about .jianjie .jianjie_text h3{
    font-size: 30px;
    color: #005aff;
}
.nei_about .jianjie .jianjie_text h4{
    font-size: 22px;
    color: rgba(0, 0, 0, .3);
    font-weight: 500;
    line-height: 60px;
    border-bottom: 1px rgba(0, 0, 0, .3) solid;
}
.nei_about .jianjie .jianjie_text img{
    position: absolute;
    top: 82px;
    left: 0;
}
.nei_about .jianjie .jianjie_text p{
    padding-top: 26px;
    font-size: 16px;
    color: #5f5f5f;
    line-height: 22px;
}
.nei_about .number{
    box-sizing: border-box;
    border-radius: 20px;
    background: url(../image/numbei.jpg) no-repeat;
    background-size: cover;
    height: 300px;
    padding: 0 60px;
    padding-top: 80px;
    margin-top: 80px;
}
.numCount li .numCX{
    font-weight: 600;
    font-size: 40px;
}
.numCount li .numU .unitC{
    color: white;
}
.numCount .indc{
    color: white;
}

/* 关于我们-企业文化 */
.nei_about .wenhua{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 80px;
}
.nei_about .wenhua .wenhua_item{
    width: 30%;
    height: 460px;
    box-sizing: border-box;
    background: url(../image/wenhua-bg.jpg) no-repeat;
    text-align: center;
    padding: 0 42px;
    padding-top: 10%;
    cursor: pointer;
    transition: all .2s linear;
}
.nei_about .wenhua .wenhua_item:nth-child(2){
    background: url(../image/wenhua-bg-2.jpg) no-repeat;
}
.nei_about .wenhua .wenhua_item:nth-child(3){
    background: url(../image/wenhua-bg-3.jpg) no-repeat;
}
.nei_about .wenhua .wenhua_item h3{
    font-size: 24px;
    color: white;
    letter-spacing: 2px;
    margin-top: 22px;
    padding-bottom: 24px;
    position: relative;
    font-weight: 500;
}
.nei_about .wenhua .wenhua_item h3::after{
    content: '';
    display: block;
    width: 34px;
    height: 2px;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.nei_about .wenhua .wenhua_item p{
    font-size: 17px;
    margin-top: 24px;
    color: white;
    height: 0px;
    overflow: hidden;
    transition: all .2s linear;
}
.nei_about .wenhua .wenhua_item:hover{
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    transform: translate3d(0, -10px, 0);
}
.nei_about .wenhua .wenhua_item:hover p{
    height: 100px;
}
.nei_about .nei_title{
    margin-top: 60px;
}
.nei_about .nei_title p{
    margin-top: 0;
}
.nei_honor{
    margin-top: 50px;
}

.nei_honor .honor_img img{max-width:100%;}
/* 公司环境 */
.huanjing{padding-top:40px;}
.huanjing .huanjing_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.huanjing_wrap .huanjing_item{
    width: 31.5%;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    margin-bottom: 40px;
}
.huanjing_wrap .huanjing_item:nth-child(1){
    width: 65.7%;
}
.huanjing_wrap .huanjing_item .item_img{
    width: 100%;
    overflow: hidden;
}
.huanjing_wrap .huanjing_item img{
    width: 100%;
    transition: all .2s linear;
}
.huanjing_wrap .huanjing_item p{
    background-color: #eeeeee;
    font-size: 16px;
    line-height: 56px;
}
.huanjing_wrap .huanjing_item:hover img{
    transform: scale(1.1);
    transition: all .2s linear;
}
/* 荣誉证书 */
.honor_page{
    padding-top: 60px;
}
.honor_box{
    display: flex;
    flex-wrap: wrap;
}
.honor_box .item_honor{
    width: 23.5%;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    margin-right: 2%;
    margin-bottom: 40px;
}
.honor_box .item_honor:nth-child(4n){
    margin-right: 0;
}
.honor_box .item_honor .img{
    width: 100%;
    overflow: hidden;
    background: url(../image/honor-bg.png) no-repeat;
    padding: 18px;
    background-size: 100%;
}
.honor_box .item_honor .img img{
    width: 100%;
}
.honor_box .item_honor p{
    margin-top: 10px;
    color: #4e4e4e;
    background-color: #eeeeee;
    font-size: 18px;
    line-height: 40px;
}

/* 合作客户 */
.nei_kehu{
    padding-top: 60px;
}
.nei_kehu .kehu_wrap{
    display: flex;
    flex-wrap: wrap;
}
.nei_kehu .kehu_wrap .kehu_item{
    width: 19%;
    box-sizing: border-box;
    margin-right: 1.2%;
    border: 2px rgba(0, 0, 0, .08) solid;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all .2s linear;
    padding: 0 14px;
}
.nei_kehu .kehu_wrap .kehu_item:nth-child(5n){
    margin-right: 0;
}
.nei_kehu .kehu_wrap .kehu_item img{
    width: 100%;
    transition: all .2s linear;
}
.nei_kehu .kehu_wrap .kehu_item:hover{
    box-shadow: 0 6px 20px rgb(0 0 0 / 16%);
    transform: translate3d(0, -4px, 0);
    border-image: linear-gradient(90deg, #5051f3, #c9449a) 1 1;
}
.nei_kehu .kehu_wrap .kehu_item:hover img{
    transform: scale(1.1);
    transition: all .2s linear;
}
/* 联系我们 */
.nei_contact{
    padding-top: 60px;
    padding-bottom: 60px;
}
.nei_contact .lianxi h2{
    text-align: center;
    color: #005aff;
    font-size: 30px;
}
.nei_contact .lianxi .lianxi_text{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    border-bottom: 1px rgba(0, 0, 0, .2) dashed;
    margin-bottom: 40px;
}
.nei_contact .lianxi p{
    width: 50%;
    box-sizing: border-box;
    line-height: 74px;
    color: #4e4e4e;
    font-size: 20px;
    border-top: 1px rgba(0, 0, 0, .2) dashed;
    position: relative;
    padding-left: 50px;
}
.nei_contact .lianxi p::before{
    content: url(../image/lianxi_dianhua.png);
    position: absolute;
    top: 5px;
    left: 22px;
}
.nei_contact .lianxi p:nth-child(2n)::after{
    content: '';
    display: block;
    width: 1;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-left: 1px rgba(0, 0, 0, .2) dashed;
}
.nei_contact .lianxi p:nth-child(2)::before{
    content: url(../image/lianxi-zuoji.png);
    top: 2px;
    left: 21px;
}
.nei_contact .lianxi p:nth-child(3)::before{
    content: url(../image/lianxi_email.png);
    top: 1px;
    left: 19px;
}
.nei_contact .lianxi p:nth-child(4)::before{
    content: url(../image/lianxi-dizhi.png);
}
.nei_contact .lianxi p:nth-child(5)::before,
.nei_contact .lianxi p:nth-child(6)::before{
    content: url(../image/lianxi-guitai.png);
    display: none;
}
.nei_contact .lianxi p:nth-child(5){
    display: none;
}

/* 留言 */
.liuyan_wrap{
    width: 100%;
    padding-top: 50px;
}
.liuyan_wrap form{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.liuyan_wrap p{
    width: 30%;
    position: relative;
    margin-bottom: 46px;
    font-size: 17px;
}
.liuyan_wrap input{
    width: 100%;
    font-size: 18px;
    line-height: 50px;
    color: #3e3e3e;
    border: 2px #ececec solid;
    box-sizing: border-box;
    padding: 0 18px;
    background-color: #f9f9f9;
    margin-top: 16px;
}
.liuyan_wrap .neirong{
    width: 100%;
}
.liuyan_wrap .neirong textarea {
    width: 100%;
    padding: 20px;
    background-color: #f9f9f9;
    border: 2px #ececec solid;
    color: #3e3e3e;
    font-size: 18px;
    margin-top: 10px;
}
.liuyan_wrap .tijiao{
    width: 20%;
    margin: 0 auto;
}
.liuyan_wrap .tijiao input{
    margin-top: 0;
    background-color: #005aff;
    color: white;
    cursor: pointer;
}
/* 新闻详情 */
.news_xq{
    padding-top: 60px;
    padding-bottom: 40px;
}
.news_text h3{
    text-align: center;
    color: #4a4a4a;
    font-size: 30px;
}
.news_xq .news_xq_time{
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding-left: 50px;
    margin-top: 46px;
}
.news_xq .news_xq_time p{
    font-size: 18px;
    color: #888;
    line-height: 60px;
    position: relative;
}
.news_xq .news_xq_time p:nth-child(1)::before{
    content: url(../image/time-3.png);
    position: absolute;
    top: 4px;
    left: -26px;
}
.news_xq .news_xq_time p:nth-child(2){
    flex: 1;
    margin-left: 40px;
}
.news_xq .news_xq_time a{
    color: #888;
    font-size: 18px;
    line-height: 60px;
    background-color: #e6e6e6;
    padding-right: 30px;
    padding-left: 62px;
    position: relative;
}
.news_xq .news_xq_time a::before{
    content: url(../image/fanhuiliebiao.png);
    position: absolute;
    top: 2px;
    left: 31px;
}
.news_xq .wenan{
    font-size: 16px;
    color: #4a4a4a;
    line-height: 26px;
    padding: 30px 0;
}
.news_xq .wenan p{
    font-size: 16px;
    color: #4a4a4a;
    line-height: 26px;
    padding: 30px 0;
}
.news_pre_nex{
    display: flex;
    border-top: 1px rgba(0, 0, 0, .2) dashed;
    border-bottom: 1px rgba(0, 0, 0, .2) dashed;
}
.news_pre_nex a{
    width: 50%;
    line-height: 80px;
    padding-left: 50px;
    position: relative;
}
.news_pre_nex a::before{
    content: url(../image/prev.png);
    position: absolute;
    top: 8px;
    left: 20px;
}
.news_pre_nex a:nth-child(2){
    text-align: right;
    padding-left: 0;
    padding-right: 50px;
    border-left: 1px rgba(0, 0, 0, .2) dashed;
}
.news_pre_nex a:nth-child(2)::before{
    transform: rotate(-180deg);
    left: auto;
    top: -6px;
    right: 20px;
}
.news_pre_nex a:hover{
    color: #005aff;
}