@charset "utf-8";
/*内页广告图*/
.ny-banner{
    height: 40rem;
    position: relative;
    background-size: cover;
}
.ny-banner .juzhong{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: relative;
    display: none;
}
.ny-banner .content{
    color: #fff;
    text-align: center;
}
.ny-banner .content .zw{
    font-size: 5rem;
}
.ny-banner .content .yw{
    font-size: 2rem;
}
.ny-banner::after{
    content: "";
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}
.mtop{
    margin-top: 10rem;
}
.header{
    background: #fff!important;
}


/*通用*/
.nposition{
    background: #f7f7f7;
    line-height: 5rem;
    height: 5rem;
}
.nposition a{
    color: #555;
    margin: 0 5px;
}
.nposition a:hover{
    text-decoration: underline;
}
.video-tit{
    text-align: center;
    color: #008cf8;
    font-size: 2rem;
}
.nycpms{
    display: none;
    width: 90%;
    margin: auto;
    text-align: center;
}
.nynav{
    border-bottom: 1px solid #CCCCCC;
}
.nynav ul{
    text-align: center;
}
.nynav ul li{
    display: inline-block;
}
.nynav ul li a{
    padding: 2rem;
    display: block;
    font-size: 1.8rem;
}
.nynav ul li a:hover,.nynav ul li a.on{
    background: #008cf8;
    color: #fff;
}
.ntit {
    text-align:center;
    margin-bottom:4rem;
}
.ntit .zw {
    font-size: 32px;
    position:relative;
    padding-bottom:10px;
}
.ntit .zw:after {
    position:absolute;
    width:42px;
    height:2px;
    background: #008cf8;
    bottom:0;
    left:50%;
    margin-left:-21px;
    content:'';
}


/*产品展示*/
.nypro ul{
    margin-left: -2rem;
    margin-right: -2rem;
}
.nypro ul li{
    padding: 0 2rem 4rem;
}
.nypro ul li .bj{
    background: #fafafa;
    border-radius: 10px;
    overflow: hidden;
    padding: 2rem;
}
.nypro ul li .bj:hover{
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.nypro ul li .bj .bigimg img{
    width: 100%;
}
.nypro ul li .bj:hover .bigimg img{   
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
}
.nypro ul li .bj .bt{
    font-size: 2rem;
    text-align: center;
    margin-top: 2rem;
    font-weight: bold;
}


/*prodetail*/
.prodetail{
    background: #f0f0f0;
    padding: 45px 0;
}
.prodetail .list{
    background: #fff;
    padding: 2%;
    display: flex;
    justify-content: space-between;
}
.prodetail .list .img{
    width: 50%;
    position: relative;
}
.prodetail .list .img img{
    width: 100%;
    border: 1px solid #eee;
}
.prodetail .list .con{
    width: 45%;
    margin-top: 7rem;
}
.prodetail .list .con .bt{
    font-size: 3rem;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.prodetail .list .con .brief{
    color: #666;
    line-height: 4rem;
    font-size: 1.8rem;
}
.prodetail .list .con .more{
    margin-top: 4rem;
}
.prodetail .list .con .more a{
    display: block;
    background: #008cf8;
    color: #fff;
    width: 150px;
    text-align: center;
    height: 5rem;
    line-height: 5rem;
    border-radius: 30px;
    float: left;
    margin-right: 2rem;
}
.prodetail .list .con .more a:hover{
    background: #008cf8;
}
.prodetail .xqbt{
    margin-top: 2rem;
}
.prodetail .xqbt span{
    padding: 11px 30px;
    display: inline-block;
    border-top: 2px solid #bbb;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    line-height: 30px;
    background: #fff;
    color: #333;
}
.prodetail-int{
    padding: 2rem 0 4rem;
    line-height: 3rem;
}
.prodetail .img .thumbs{
    margin-top: 3rem;
}
.prodetail .img .swiper-navs li{
    border: 3px solid #eeeeee;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer
}
.prodetail .img .swiper-navs .swiper-slide-thumb-active {
    border-color: #008cf8;
}
.prodetail .img .swiper-wrap{
    position: relative;
}
.rpnext {
    font-size: clamp(calc(12 * 1px), calc(14 / 1200 * 100vw), 14px);
    color: #666;
    width: clamp(calc(36 * 1px), calc(48 / 1200 * 100vw), 48px);
    height: clamp(calc(36 * 1px), calc(48 / 1200 * 100vw), 48px);
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
    background: rgb(0 0 0 / 10%);
}
.rpnext::after {
    font-size: inherit;
    color: inherit
}

.rpnext:hover {
    background-color: #008cf8!important;
    color: #fff;
}

.rpnext.transparent {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.5)
}

.rpnext.transparent:hover {
    color: #fff;
    background-color: rgba(0,0,0,0.3) !important
}

.npro-cptj {
    margin-top:3rem;
    background:#fff;
    margin-bottom: 5rem;
}
.npro-cptj .bt {
    border-bottom: 2px solid #008cf8;
    height:5rem;
    line-height:5rem;
    margin-bottom:2rem;
}
.npro-cptj .bt span {
    display:block;
    float:left;
    padding:0 3rem;
    background: #008cf8;
    color:#fff;
    font-size:1.8rem;
}
.npro-cptj ul {
    margin-left:-1.5rem;
    margin-right:-1.5rem;
}
.npro-cptj ul li {
    padding:0 1.5rem;
}
.npro-cptj .cptj-list{
    position: relative;
}
.npro-cptj .cptj-list .swiper-cptj-next{
    right: 0;
}
.npro-cptj .cptj-list .swiper-cptj-prev{
    left: 0;
}
.npro-cptj .cptj-list .swiper-cptj-next,.npro-cptj .cptj-list .swiper-cptj-prev{
    position: absolute;
    background: #eee;
    color: #fff;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    font-size: 2rem;
    top: 50%;
    z-index: 9;
    margin-top: -2rem;
    cursor:pointer;
}
.npro-cptj .cptj-list .swiper-cptj-next:hover,.npro-cptj .cptj-list .swiper-cptj-prev:hover{
    background:#008cf8;
}
.npro-cptj .cptj-list img {
    width:100%;
}
.npro-cptj .cptj-list a:hover .bigimg img {
    transform:scale(1.05,1.05);
    -ms-transform:scale(1.05,1.05);
    -webkit-transform:scale(1.05,1.05);
    -o-transform:scale(1.05,1.05);
    -moz-transform:scale(1.05,1.05);
}
.npro-cptj .cptj-list p {
    text-align:center;
    font-size:1.6rem;
    margin-top:.5rem;
}
.npro-cptj ul li a:hover p {
    color:#5da34d;
}


/*新闻资讯*/
.nynews ul{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.nynews ul li{
    padding: 0 1.5rem 3rem;
}
.nynews ul li .bj{
    background: #fafafa;
    border-radius: 10px;
    overflow: hidden;
}
.nynews ul li .bj .bigimg img{
    width: 100%;
}
.nynews ul li .bj :hover .bigimg img{   
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
}
.nynews ul li .bj dl{
    padding: 2rem;
}
.nynews ul li .bj dl dt{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nynews ul li .bj:hover dl dt{
    color: #008cf8;
}
.nynews ul li .bj dl dd{
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 2.8rem;
    height: 8.4rem;
}
.nynews ul li .bj dl span{
    color: #999;
    margin-top: 2rem;
    display: block;
}


/*新闻详情*/
.newsdetail-fl {
    width:70%;
    float:left;
}
.newsdetail-fl .bt {
    font-size:2.8rem;
    font-weight:bold;
    line-height:36px;
}
.newsdetail-fl .date {
    color:#666;
    margin:2rem 0;
}
.newsdetail-fl .date i {
    font-style:inherit;
}
.newsdetail-fl .date span {
    margin:0 1rem;
}
.newsdetail-fl .brief {
    border-top:1px solid #dddddd;
    padding:4rem 0;
    font-size:1.6rem;
    line-height:3rem;
}
.sxp {
    border-top:1px dashed #ddd;
    padding-top:1rem;
    margin-top:3rem;
}
.sxp ul li {
    font-size:16px;
    line-height:36px;
}
.sxp ul li a {
    color:#666;
}
.sxp ul li a:hover {
    color:#5da34d;
}
.newsdetail-fr {
    width:25%;
    float:right;
    background:#fff;
    padding:2rem;
}
.newsdetail-fr .bt {
    font-size:16px;
    font-weight:bold;
    line-height:1;
    margin-bottom:2rem;
    border-left:3px solid #5da34d;
    padding-left:1rem;
}
.newsdetail-fr .xgtj ul li {
    margin-top:2rem;
}
.newsdetail-fr .xgtj ul li:first-child {
    margin-top:0;
}
.newsdetail-fr .xgtj ul li .bigimg img {
    width:100%;
}
.newsdetail-fr .xgtj ul li p {
    font-size:1.4rem;
    text-align: center;
    padding-top: 1rem;
}
.newsdetail-fr .xgtj ul li .bj{
    background: #ececec;
    padding: 1rem;
}
.newsdetail-fr .xgtj ul li:hover .bj{
    background:#fd671a;
}
.newsdetail-fr .xgtj ul li:hover .bj p{
    color:#fff;
}


/*联系我们*/
.contact .lx-fl {
    float:left;
    width: 47%;
    background:#F6F6F6;
    padding:40px 50px 0 40px;
    height: 500px;
}
.contact .lx-fl dl dt {
    font-size: 2.6rem;
    font-weight:bold;
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
    padding-bottom:20px;
}
.contact .lx-fl dl .wz{
    font-size: 2rem;
    line-height: 4rem;
}
.contact .lx-fl dl dd {
    font-size: 18px;
    margin-bottom:20px;
    line-height:30px;
}
.contact .lx-fl dl dd i{
    margin-right: 1rem;
    color: #008cf8;
}
.contact .lx-fl dl dd span {
    float:left;
}
.contact .lx-fl dl dd img {
    width:180px;
}
.contact .lx-ditu {
    float:right;
    width: 53%;
    height: 500px;
}




/*左菜单*/
.nycon{
    padding: 7rem 0;
    /* background: hsl(0 0% 98% / 1); */
}
.lpage{
    width: 20%;
    float: left;
    background: #f3f3f3;
    padding: 2rem 3rem;
}
.lpage .lpage-name{
    font-size: 3rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    position: relative;
    text-transform: uppercase;
    color: #008cf8;
    font-weight: bold;
}
.lpage .lpage-name::before{
    content:"";
    background: #008cf8;
    width: 15%;
    height: 3px;
    position: absolute;
    bottom: 0;
}
.lpage .lpage-list ul li{
    line-height: 3.8rem;
}
.lpage .lpage-list ul li+li{
    margin-top: 1rem;
}
.lpage .lpage-list ul li a{
    font-size: 1.6rem;
    display: block;
    padding: 2px 2rem;
}
.lpage .lpage-list ul li a span{
    float:right;
}
.lpage .lpage-list ul li a:hover,.lpage .lpage-list ul li.on a{
    color: #008cf8;
    font-weight: bold;
    background: #fff;
}
.nyright{
    float: right;
    width: 77%;
}
.nyabout{    
    line-height: 3rem;
}

/* 业务分布 */
.business-list{
    display: table;
    width: 100%;
    margin-top: 3rem;
}
.business-list ul{
    margin-left: -2rem;
    margin-right: -2rem;
}
.business-list ul li{
    padding: 0 2rem 4rem;
}
.business-list dl{
}
.business-list dl dt{
    font-size: 1.8rem;
}
.business-list dl span{
    color: #666;
    display: block;
    margin: 1rem 0;
}
.business-list dl dd{
    line-height: 3.5rem;
}

/*图片*/
.nytit{
    font-size: 3rem;
    font-weight: bold;
    line-height: 4rem;
    margin-bottom: 3rem;
}
.nyphoto ul{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.nyphoto ul li{
    padding: 0 1.5rem 3rem;
}
.nyphoto ul li a .bigimg{
    border:1px solid #eee
}
.nyphoto ul li a .bigimg img{
    width: 100%;
}
.nyphoto ul li a p{
    text-align: center;
    margin-top: 1rem;
    font-size: 2rem;
}


/*新闻资讯*/
.nnews-list ul{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.nnews-list ul li{
    padding: 0 1.5rem 3rem;
}
.nnews-list ul li .bj a .bigimg img{
    width: 100%;
}
.nnews-list ul li .bj a .xian{
    border: 1px solid #f3f3f3;
    padding: 2rem;
}
.nnews-list ul li .bj a dl dt{
    font-size: 1.8rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.nnews-list ul li .bj a:hover dl dt,.nnews-list ul li .bj a:hover .more{
    color:#008cf8;
}
.nnews-list ul li .bj a dl dd{
    color: #666;
    line-height: 2.5rem;
    height: 10rem;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.nnews-list ul li .bj a dl span{
    color: #999;
    margin: 1rem 0;
    font-size: 1.4rem;
}
.nnews-list ul li .bj a .more{
    font-size: 14px;
    font-weight: bold;
    margin-top: 3rem;
}


/*人才招聘*/
.job-list{
    padding: 10rem 0;
}
.job-gsjs .bt{
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 4rem;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
}
.job-gsjs .bt::before{
    content:"";
    height: 3px;
    width: 50px;
    position: absolute;
    background: #4a388a;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}
.job-gsjs .wenzi{
    display: flex;
}
.job-gsjs .wenzi .img{
    width: 50%;
    border-radius: 20px;
    overflow: hidden;
}
.job-gsjs .wenzi .brief{
    width: 47%;
    margin-left: 3%;
    line-height: 34px;
    overflow-wrap: break-word;
}
.rczpa .am-panel-group{
    margin-bottom: 0;
}
.rczpa{
    margin-top: 5rem;
}
.rczpa-bt{
    background: #008cf8;
    color: #fff;
    font-size: 24px;
    display: flex;
    line-height: 70px;
    padding: 0 80px;
}
.rczpa-bt .bt01{
    width: 25%;
}
.rczpa-bt .bt02{
    width: 39%;
}
.rczpa-bt .bt05{
    width: 20%;
}
.rczpa-bt .bt03{
    width: 15%;
}
.rczpa .am-panel-hd{
    background: #fff;
    display: flex;
    padding: 0;
    line-height: 90px;
    font-size: 20px;
    padding: 0 80px;
    position: relative;
    color: #000;
}
.rczpa .am-panel-hd .wz01{
    width: 25%;
}
.rczpa .am-panel-hd .wz02{
    width: 40%;
}
.rczpa .am-panel-hd .wz03{
    width: 15%;
}
.rczpa .am-panel-hd .wz04{
    position: absolute;
    right: 20px;
    font-size: 40px;
    width: 30px;
    text-align: center;
}
.rczpa .am-panel-hd .wz04 i{
    display: block;
}
.rczpa .am-panel-hd .wz05{
    width: 20%;
}
.rczpa .am-panel-hd.am-collapsed i{
    display: none;
}
.rczpa .am-panel-hd.am-collapsed .wz04 span{
    display: block;
}
.rczpa .am-panel-hd .wz04 span{
    display:none;
}
.rczpa  .am-panel-bd{
    padding: 40px 80px;
}
.rczpb{
    margin-top: 6rem;
}
.rczpb-tit{
    text-align: center;
    background: #008cf8;
    color: #fff;
    font-size: 28px;
    line-height: 60px;
}
.rczpb table thead{
    background: #f5f5f5;
}
.rczpb table thead th{
    border-bottom: 0;
    font-size: 20px;
    padding: 0;
    line-height: 60px;
    color: #000;
}
.rczpb table tbody tr td{
    font-size: 18px;
    color: #000;
    line-height: 2.5;
    text-align: left;
    padding: 1rem 3rem;
}
.rczp-lx{
    margin-top: 5rem;
}
.rczp-lx .tit{
    text-align: center;
    font-size: 3rem;
    margin-bottom: 3rem;
}
.rczp-lx .wz{
    text-align: center;
    line-height: 35px;
}


/*核心能力*/
.hxnl-tit{
    position: relative;
    margin-bottom: 5rem;
}
.hxnl-tit .sz{
    font-size: 5rem;
    color: #ebebeb;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    line-height: 12rem;
    top: 0;
    width: 100%;
    text-align: center;
}
.hxnl-tit .zw{
    font-size: 5rem;
    text-align: center;
    position: relative;
    padding-top: 3rem;
    font-weight: bold;
    padding-bottom: 2rem;
}
.hxnl-tit .zw::after{
    content:"";
    width: 2rem;
    height: 2rem;
    position: absolute;
    border: 3px solid #d92130;
    border-radius: 50%;
    bottom: 0;
    left: 50%;
    margin-left: -1rem;
}
.hxnla-wz{
    color: #4e4e4e;
    font-size: 2rem;
    line-height: 4rem;
    padding: 0 5rem;
}
.hxnla-wz p{
    /* margin-bottom: 2rem; */
}
.hxnla-sz{
    display: table;
    margin-top: 6rem;
    padding: 0 5rem;
}
.hxnla-sz dl{
    float: left;
    margin-right: 10rem;
}
.hxnla-sz dl dt{
    font-size: 6rem;
    color: #d92130;
    position: relative;
    padding-right: 2rem;
    line-height: 5rem;
}
.hxnla-sz dl dt span{
    position: absolute;
    font-size: 2rem;
    color: #333;
    line-height: 1;
}
.hxnla-sz dd{
    font-size: 2.6rem;
}
.hxnla-list{
    margin-top: 5rem;
}
.hxnla-list ul{
    margin-left: -1rem;
    margin-right: -1rem;
}
.hxnla-list ul li{
    padding: 0 1rem 2rem;
}
.hxnla-list ul li a{
    position: relative;
}
.hxnla-list ul li a img{
    width: 100%;
}
.hxnla-list ul li a:hover .bigimg img {
    transform:scale(1.05,1.05);
    -ms-transform:scale(1.05,1.05);
    -webkit-transform:scale(1.05,1.05);
    -o-transform:scale(1.05,1.05);
    -moz-transform:scale(1.05,1.05);
}
.hxnla-list ul li a p{
    position: absolute;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    width: 100%;
    padding: 0 2rem;
    line-height: 5rem;
    font-size: 1.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hxnla-list ul li a:hover p{
    background: #008cf8;
}
.hxnlb-list{
    background: #f3f3f3;
    padding: 7rem 30rem 5rem;
    border-radius: 15px;
    margin-top: 5rem;
}
.dzzl .hxnlb-list{
    padding: 7rem 5rem;
}
.hxnlb-list ul{
    margin-left: -1rem;
    margin-right: -1rem;
}
.hxnlb-list ul li{
    padding: 0 1rem 2rem;
}
.hxnlb-list ul li .bj{
    background: #fff;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.hxnlb-list ul li img{
    width: 100%;
}
.hxnlb-list ul li p{
    font-size: 1.8rem;
    text-align: center;
    line-height: 3rem;
    padding: 5px;
}
.hxnlb-gy{
    background: url(../images/nzcsl-cl.png) right bottom no-repeat #cde3fb;
    padding: 10rem 0;
}
.hxnlb-xian{
    background: url(../images/nzcsl-xian.png) 5rem bottom no-repeat;
    padding-bottom: 3rem;
}

.quality-tit{
    text-align: center;
    font-size: 3rem;
    margin-bottom: 4rem;
    position:relative;
    padding-bottom: 2rem;
}
.quality-tit::after{
    content:"";
    width: 80px;
    height: 4px;
    position: absolute;
    background: #008cf8;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}
.pzbz-honor{
    margin-top: 5rem;
}
.pzbz-honor .tab-hd{
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 3rem;
}
.pzbz-honor .tab-hd .tab-nav{
    display: table;
    margin: auto;
}
.pzbz-honor .tab-hd .tab-nav li{
    float: left;
    margin: 0 2rem;
    padding-bottom: 1rem;
}
.pzbz-honor .tab-hd .tab-nav li.on{
    border-bottom: 4px solid #008cf8;
}
.pzbz-honor .tab-hd .tab-nav li.on a{
    color: #008cf8;
    font-weight: bold;
}
.pzbz-honor .tab-hd .tab-nav li a{
    font-size: 2.2rem;
    display: block;
}
.pzbz-honor .tab-bd ul{
    margin-left: -1rem;
    margin-right: -1rem;
}
.pzbz-honor .tab-bd ul li{
    padding: 0 1rem 3rem;
}
.pzbz-honor .tab-bd ul li .bigimg{
    border: 1px solid #c1c1c1;
}
.pzbz-honor .tab-bd ul li .bigimg img{
    width: 100%;
}
.pzbz-honor .tab-bd ul li .bj:hover .bigimg img{   
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
}
.pzbz-honor .tab-bd ul li p{
    text-align: center;
    font-size: 2rem;
    margin-top: 1rem;
}
.pzbz-honor .tab-bd ul li .bj:hover p{
    color: #008cf8;
}
.pzbz-honor .tab-bd ul li .bj:hover .bigimg{
    border: 3px solid #008cf8;
}


@media (max-width:1024px){
    /*通用*/
    .nposition{
        background: #f7f7f7;
        line-height: 5rem;
        height: 5rem;
    }
    .nposition a{
        color: #555;
        margin: 0 5px;
    }
    .nposition a:hover{
        text-decoration: underline;
    }
    .video-tit{
        text-align: center;
        color: #008cf8;
        font-size: 2rem;
    }
    .nycpms{
        display: none;
        width: 90%;
        margin: auto;
        text-align: center;
    }
    .nynav ul{
        text-align: center;
    }
    .nynav ul li a{
        padding: 1rem;
        font-size: 1.6rem;
    }
    .ntit {
        text-align:center;
        margin-bottom:4rem;
    }
    .ntit .zw {
        font-size: 32px;
        position:relative;
        padding-bottom:10px;
    }
    .ntit .zw:after {
        position:absolute;
        width:42px;
        height:2px;
        background: #008cf8;
        bottom:0;
        left:50%;
        margin-left:-21px;
        content:'';
    }

    
    .mtop{
        margin-top: 7rem;
    }
    .ny-banner{
        height: 25rem;
    }
    .ny-banner .juzhong{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        z-index: 999;
        position: relative;
    }
    .ny-banner .content{
        color: #fff;
        text-align: center;
    }
    .ny-banner .content .zw{
        font-size: 3rem;
    }
    .ny-banner .content .yw{
        font-size: 2rem;
    }
    .ny-banner::after{
        content: "";
        background: rgb(0 0 0 / 30%);
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9;
        top: 0;
        left: 0;
    }

    /*左菜单*/
    .nycon{
        padding: 5rem 0;
    }
    .lpage{
        width: 100%;
        padding: 2rem;
        margin-bottom: 3rem;
    }
    .lpage .lpage-name{
        display:none;
    }
    .lpage .lpage-name::before{
        content:"";
        background: #008cf8;
        width: 15%;
        height: 3px;
        position: absolute;
        bottom: 0;
    }
    .lpage .lpage-list ul li{
        line-height: 3.5rem;
    }
    .lpage .lpage-list ul li a{
        font-size: 1.6rem;
        display: block;
        padding: 2px 2rem;
    }
    .lpage .lpage-list ul li a span{
        float:right;
    }
    .lpage .lpage-list ul li a:hover,.lpage .lpage-list ul li.on a{
        color: #008cf8;
        font-weight: bold;
        background: #fff;
    }
    .nyright{
        width: 100%;
        overflow: hidden;
    }
    .nyabout{    
        line-height: 3rem;
    }

    /*图片*/
    .nytit{
        font-size: 2.4rem;
        line-height: 3rem;
        margin-bottom: 2rem;
    }
    .nyphoto ul li{
        padding: 0 1.5rem 2rem;
    }
    .nyphoto ul li a p{
        font-size: 1.6rem;
    }

    /* 业务分布 */
    .business-list ul li{
        padding: 0 2rem 3rem;
    }
    .business-list dl dt{
        font-size: 1.8rem;
    }
    .business-list dl dd{
        line-height: 3rem;
    }

    /*产品展示*/
    .nypro ul{
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .nypro ul li{
        padding: 0 1rem 3rem;
    }
    .nypro ul li .bj{
        padding: 1rem;
    }
    .nypro ul li .bj .bt{
        font-size: 1.8rem;
        margin-top: 1rem;
    }

    /*prodetail*/
    .prodetail{
        padding: 3rem 0;
    }
    .prodetail .list{
        background: #fff;
        padding: 2rem;
        display: block;
        justify-content: space-between;
    }
    .prodetail .list .img{
        width: 100%;
    }
    .prodetail .list .img img{
        width: 100%;
        border: 1px solid #eee;
    }
    .prodetail .list .con{
        width: 100%;
        margin-top: 3rem;
        display: table;
    }
    .prodetail .list .con .bt{
        font-size: 2.4rem;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .prodetail .list .con .brief{
        color: #666;
        line-height: 4rem;
        font-size: 1.8rem;
    }
    .prodetail .list .con .more{
        display: table;
        margin-top: 3rem;
        width: 100%;
    }
    .prodetail .list .con .more a{
        display: block;
        width: 50%;
        height: 4rem;
        line-height: 4rem;
        border-radius: 30px;
        float: none;
        margin: 0 auto;
    }
    .prodetail .xqbt{
        margin-top: 2rem;
    }
    .prodetail .xqbt span{
        padding: 11px 30px;
        display: inline-block;
        border-top: 2px solid #bbb;
        font-size: 17px;
        font-weight: bold;
        margin: 0;
        line-height: 30px;
        background: #fff;
        color: #333;
    }
    .prodetail-int{
        padding: 2rem 0 4rem;
        line-height: 3rem;
    }
    .prodetail .img .thumbs{
        margin-top: 3rem;
    }
    .prodetail .img .swiper-navs li{
        border: 3px solid #eeeeee;
        border-radius: 4px;
        overflow: hidden;
        cursor: pointer
    }
    .prodetail .img .swiper-navs .swiper-slide-thumb-active {
        border-color: #008cf8;
    }
    .prodetail .img .swiper-wrap{
        position: relative;
    }
    .rpnext {
        font-size: clamp(calc(12 * 1px), calc(14 / 1200 * 100vw), 14px);
        color: #666;
        width: clamp(calc(36 * 1px), calc(48 / 1200 * 100vw), 48px);
        height: clamp(calc(36 * 1px), calc(48 / 1200 * 100vw), 48px);
        border-radius: 50%;
        border: 1px solid rgba(0,0,0,0.1);
        background: rgb(0 0 0 / 10%);
    }
    .rpnext::after {
        font-size: inherit;
        color: inherit
    }
    
    .rpnext:hover {
        background-color: #008cf8!important;
        color: #fff;
    }
    
    .rpnext.transparent {
        color: #fff;
        border: 1px solid rgba(255,255,255,0.5)
    }
    
    .rpnext.transparent:hover {
        color: #fff;
        background-color: rgba(0,0,0,0.3) !important
    }
    
    .npro-cptj {
        margin-top:3rem;
        background:#fff;
        margin-bottom: 5rem;
    }
    .npro-cptj .bt {
        border-bottom: 2px solid #008cf8;
        height:5rem;
        line-height:5rem;
        margin-bottom:2rem;
    }
    .npro-cptj .bt span {
        display:block;
        float:left;
        padding:0 3rem;
        background: #008cf8;
        color:#fff;
        font-size:1.8rem;
    }
    .npro-cptj ul {
        margin-left:-1.5rem;
        margin-right:-1.5rem;
    }
    .npro-cptj ul li {
        padding:0 1.5rem;
    }
    .npro-cptj .cptj-list{
        position: relative;
    }
    .npro-cptj .cptj-list .swiper-cptj-next{
        right: 0;
    }
    .npro-cptj .cptj-list .swiper-cptj-prev{
        left: 0;
    }
    .npro-cptj .cptj-list .swiper-cptj-next,.npro-cptj .cptj-list .swiper-cptj-prev{
        position: absolute;
        background: #eee;
        color: #fff;
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
        text-align: center;
        font-size: 2rem;
        top: 50%;
        z-index: 9;
        margin-top: -2rem;
        cursor:pointer;
    }
    .npro-cptj .cptj-list p {
        text-align:center;
        font-size:1.6rem;
        margin-top:.5rem;
    }


    /*核心能力*/
    .hxnl-tit{
        margin-bottom: 3rem;
    }
    .hxnl-tit .sz{
        font-size: 3rem;
        line-height: 7rem;
        top: 0;
        width: 100%;
        text-align: center;
    }
    .hxnl-tit .zw{
        font-size: 4rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .hxnl-tit .zw::after{
        content:"";
        width: 2rem;
        height: 2rem;
        position: absolute;
        border: 3px solid #d92130;
        border-radius: 50%;
        bottom: 0;
        left: 50%;
        margin-left: -1rem;
    }
    .hxnla-wz{
        font-size: 1.8rem;
        line-height: 3.5rem;
        padding: 0;
    }
    .hxnla-wz p{
        /* margin-bottom: 2rem; */
    }
    .hxnla-sz{
        display: table;
        margin-top: 6rem;
        padding: 0 5rem;
    }
    .hxnla-sz dl{
        float: left;
        margin-right: 10rem;
    }
    .hxnla-sz dl dt{
        font-size: 6rem;
        color: #d92130;
        position: relative;
        padding-right: 2rem;
        line-height: 5rem;
    }
    .hxnla-sz dl dt span{
        position: absolute;
        font-size: 2rem;
        color: #333;
        line-height: 1;
    }
    .hxnla-sz dd{
        font-size: 2.6rem;
    }
    .hxnla-list{
        margin-top: 3rem;
    }
    .hxnla-list ul li a p{
        padding: 0 1rem;
        line-height: 3rem;
    }
    .hxnlb-list{
        background: #f3f3f3;
        padding: 7rem 30rem 5rem;
        border-radius: 15px;
        margin-top: 5rem;
    }
    .dzzl .hxnlb-list{
        padding: 7rem 5rem;
    }
    .hxnlb-list ul{
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .hxnlb-list ul li{
        padding: 0 1rem 2rem;
    }
    .hxnlb-list ul li .bj{
        background: #fff;
        display: block;
        border-radius: 10px;
        overflow: hidden;
    }
    .hxnlb-list ul li img{
        width: 100%;
    }
    .hxnlb-list ul li p{
        font-size: 1.8rem;
        text-align: center;
        line-height: 3rem;
        padding: 5px;
    }
    .hxnlb-gy{
        background: url(../images/nzcsl-cl.png) right bottom no-repeat #cde3fb;
        padding: 10rem 0;
    }
    .hxnlb-xian{
        background: url(../images/nzcsl-xian.png) 5rem bottom no-repeat;
        padding-bottom: 3rem;
    }
     .pzbz-honor{
        margin-top: 3rem;
    }
    .pzbz-honor .tab-hd .tab-nav{
        display: table;
        margin: auto;
    }
    .pzbz-honor .tab-hd .tab-nav li{
        margin: 0 0 1rem;
        padding-bottom: 0;
        width: 50%;
        text-align: center;
    }
    .pzbz-honor .tab-hd .tab-nav li.on{
        border-bottom: 0;
    }
    .pzbz-honor .tab-hd .tab-nav li a{
        font-size: 1.8rem;
        display: block;
    }
    .pzbz-honor .tab-bd ul{
        overflow: hidden;
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .pzbz-honor .tab-bd ul li{
        padding: 0 1rem 2rem;
    }
    .pzbz-honor .tab-bd ul li p{
        font-size: 1.6rem;
    }


    /*人才招聘*/    
    .job-list{
        padding: 5rem 0;
    }
    .job-gsjs .bt{
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    .job-gsjs .bt::before{
        content:"";
        height: 3px;
        width: 50px;
        position: absolute;
        background: #4a388a;
        bottom: 0;
        left: 50%;
        margin-left: -25px;
    }
    .job-gsjs .wenzi{
        display: block;
    }
    .job-gsjs .wenzi .img{
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
    }
    .job-gsjs .wenzi .brief{
        width: 100%;
        margin-left: 0;
        line-height: 3rem;
    }
    .rczpa .am-panel-group{
        margin-bottom: 0;
    }
    .rczpa-bt{
        font-size: 15px;
        line-height: 60px;
        padding: 0 5px;
        text-align: center;
    }
    .rczpa-bt .bt01{
        width: 25%;
    }
    .rczpa-bt .bt02{
        width: 25%;
    }
    .rczpa-bt .bt03{
        width: 25%;
    }
    .rczpa-bt .bt05{
        width: 25%;
    }
    .rczpa .am-panel-hd{
        line-height: 3rem;
        font-size: 15px;
        padding: 10px;
        text-align: center;
    }
    .rczpa .am-panel-hd .wz01{
        width: 25%;
        /* text-overflow: ellipsis; */
        /* white-space:nowrap; */
        /* overflow:hidden; */
    }
    .rczpa .am-panel-hd .wz02{
        width: 25%;
        /* text-overflow: ellipsis; */
        /* white-space: nowrap; */
        /* overflow: hidden; */
    }
    .rczpa .am-panel-hd .wz05{
        width:25%;
    }
    .rczpa .am-panel-hd .wz03{
        width: 25%;
    }
    .rczpa .am-panel-hd .wz04{
        display:none;
    }
    .rczpa  .am-panel-bd{
        padding: 20px;
        font-size: 16px;
    }
    .rczpb{
        margin-top: 50px;
    }
    .rczpb-tit{
        font-size: 20px;
    }
    .rczpb table thead th{
        font-size: 18px;
        line-height: 50px;
    }
    .rczpb table tbody tr td{
        font-size: 16px;
    }


    /*联系我们*/
    .contact .lx-fl {
        width: 100%;
        padding: 2rem;
        height: auto;
    }
    .contact .lx-fl dl dt {
        font-size: 2rem;
    }
    .contact .lx-fl dl .wz{
        font-size: 2rem;
        line-height: 4rem;
    }
    .contact .lx-fl dl dd {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .contact .lx-fl dl dd i{
        margin-right: 1rem;
    }
    .contact .lx-fl dl dd span {
        float:left;
    }
    .contact .lx-fl dl dd img {
        width:180px;
    }
    .contact .lx-ditu {
        width: 100%;
        height: 40rem;
    }
    
}