/*公共样式--开始*/


html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearboth {
    clear: both;
}

body {
    font-family: Microsoft YaHei;
}

@media (min-width: 1280px) {
    .container {
        width: 65rem;
        padding: 0;
    }
}
@media (max-width: 992px) {
    .container {
        
        overflow: hidden;
    }
}

/* 头部 */
.htop {
    background: #002a48;
    cursor: pointer;

}

.tbss {
    position: relative;
}

.so {
    background: url(../f3b41bd9/21/08/b2ddd08af4c47b2895d183193db2cd5d295963fe.png) no-repeat center;
    width: 20px;
    height: 38px;
}

.ss {
    display: none;
    position: absolute;
    left: 0;
    top: 38px;
    width: 238px;
    padding: 20px;
    border-radius: 20px;
    z-index: 999;
    background: rgb(28, 64, 134, 0.5);
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 20%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #1c4086;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
}

.ss #keyword::placeholder {
    color: #fff;
}

.hotworld {
    font-size: 13px;
    color: #6f8798;
    line-height: 38px;
    margin-left: 10px;

}

.hotworld a {
    margin-right: 10px;
    transition: all 0.5s;
    color: #6f8798;
    /* opacity: 0.6; */
}

.hotworld a:hover {
    /* opacity: 1; */
    color: #fff;
}

.rtxx {
    color: #6f8798;
    line-height: 38px;
    font-size: 13px;
}

.rtxx a {
    color: #6f8798;
    transition: all 0.5s;
}

.rtxx a:hover {
    color: #fff;
}

.lloo h1 {
    line-height: 5.5rem;
}

.hbot {
    position: relative;
}

.hbot::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999999999;
    /* background: url(../f3b41bd9/21/08/c89c08c873f9798433e83b8da4822ddfe6cbcecc.png) no-repeat top center; */
}

.nav {
    width: 70%;
}

/* 关于我们 */
.about {
    background: url(../images/about/bj.jpg) no-repeat center;
    background-size: cover;
    padding: 94px 0;
}

.ableft {
    width: 51.52%;
}

.abimg {
    overflow: hidden;
}

.abimg img {
    transition: all 0.8s;
    width: 100%;
}

.abimg:hover img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.abright {
    width: 43.2%;
    padding-top: 22px;
}

.abright .p1 {
    font-size: 46px;
    font-weight: 600;
    line-height: 46px;
    text-transform: uppercase;
    color: #002a48;
    opacity: 0.2;
}

.abright .p2 {
    font-size: 30px;
    line-height: 30px;
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 10px;
}

.abright .p3 {
    width: 72px;
    height: 4px;
    display: block;
    background: var(--primary-color);
    margin-top: 21px;
}

.abright .p4 {
    font-size: 16px;
    line-height: 34px;
    color: #555555;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;

}

.abright .abam {
    display: block;
    width: 166px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    background: url(../images/jiantou.png)no-repeat center var(--primary-color);
    background-position: 139px;
    padding-left: 35px;
    transition: all 0.5s;
    margin-top: 44px;
}

.abright .abam:hover {
    padding-left: 48px;
}

/* 产品中心 */
.product {
    margin-top: 66px;
}

.product .p1 {
    font-size: 40px;
    line-height: 40px;
    color: #333333;
    font-weight: 600;
    text-align: center;
}

.pcname {
    margin-top: 45px;
}

.pcname ul {
    max-width: 942px;
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
}

.pcname ul li {
    width: 18.4rem;
    line-height: 54px;
    border: 1px solid #e9e9e9;
    text-align: center;
    font-size: 16px;
    transition: all 0.5s;
}

.pcname ul li a {
    color: #666666;
    transition: all 0.5s;
    display: block;
}

.pcname ul li:hover {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
}

.pcname ul li:hover a {
    color: #fff;
}

.pjt img {
    width: auto !important;
    display: inline-block !important;
}

.ppp {
    padding-bottom: 1px;
}

.ppp p {
    text-align: center;
}

.pro {
    margin-top: 2.5rem;
}

.ppp .pro1 {
    margin-top: 32px;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
}

/* .ppp .pimg {
    overflow: hidden;
}

.ppp .pimg img {
    transition: all 0.8s;
    width: 100%;
}

.ppp:hover .pimg img {
    transition: all 0.8s;
    transform: scale(1.05);
} */
.ppp {
    margin: 0 14px;
}

.pro {
    margin-left: -14px;
    margin-right: -14px;
}

.ppp .pimg {
    position: relative;
    padding: 33px 0;
}

.ppp .pimg::after {
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 0;
    position: absolute;
    /* background: url(../f3b41bd9/21/08/d910e88096c0d84a9d6dd8fae93300c66f23f962.png); */
}

.ppp:hover .pimg::after {
    height: 100%;
}

.ppp:hover .pro1 {
    color: var(--primary-color);
}

.pjt {
    margin-top: 26px;
}

.ppp:hover .pjt img {
    filter: invert(134%) sepia(167%) saturate(853%) hue-rotate(200deg) brightness(58%) contrast(96%);
    transition: all 0.1s;
}

/* 行业领域 */
.case {
    position: relative;
    /* margin-top: 90px; */
}

.cnr {
    position: absolute;
    width: 39.583%;
    top: 0;
    left: 0;
    height: 100%;
    background: url(../images/yewu/nav_bj.png);
    padding-top: 90px;
}

.cnr .p1 {
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    font-weight: 600;
    margin-left: 44.07%;
}

.rtm {
    margin-top: 73px;
}

.rtm ul li p {
    line-height: 4.5rem;
    background: no-repeat center;
    padding-left: 52.23%;
    background-position: 44.07%;
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 22;
    width: 100%;
}



.rtm ul li a {
    display: block;
    position: relative;
}

.rtm ul li a::after {
    content: ">";

    background: url(../images/yewu/yewu_1.png);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    color: #fff;
    font-size: 0px;
    text-align: right;
    font-weight: 100;
    transition: all 0.5s;

}

.rtm ul li.on a::after {
    width: 115.789%;
    font-size: 60px;
    padding-right: 40px;
}

.cimg ul img {
    width: 100%;
}

.case2 {
    display: none;
    margin-top: 80px;
}

.sjctp ul img {
    width: 100%;
}

.sjpb ul {
    display: flex;
    justify-content: space-between;
}

.sjpb {
    margin-bottom: 30px;
}

.sjpb ul li {
    width: 23%;
    border: 1px solid #eee;
    text-align: center;
    font-size: 16px;
    line-height: 50px;

}

.sjpb ul li a {
    color: #333333;
}

.sjpb ul li:hover a {
    color: var(--primary-color);
}

/* 合作流程 */
.servicemain {
    padding: 6.5rem 0 7.75rem;
    background: url(../images/hezuo/bj.png) no-repeat center;
    background-size: cover;
  }
  
  .serviceli {
    max-width: 1180px;
    margin: 0 auto;
    background: url(../images/hezuo/servicelinebg.png) no-repeat center 0;
    background-position: center;
    margin-top: 70px;
  }
  
  .serviceli ul {
    display: flex;
    justify-content: space-between;
    overflow: hidden
  }
  
  .serviceli li {
    width: 16.6666%;
    text-align: center;
    float: left;
    width: 16.6%
  }
  
  .serviceli li h2 {
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    padding-bottom: 8px;
  }
  
  .serviceli li p {
    line-height: 22px;
    font-size: 14px;
    color: #666666;
    height: 66px;
  }
  
  .dataknow {
    text-align: center;
    padding: 27px 0 90px;
  }
  
  .dataknow a {
    width: 146px;
    color: #fff;
    display: inline-block;
    border: solid 1px #fff;
    line-height: 28px;
    border-radius: 15px;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .dataknow a:hover {
    border-color: #c7000a;
    background: #c7000a
  }
  
  .datamain {
    background: url(../images/databg.jpg) no-repeat center center;
    background-size: cover;
    padding: 79px 0 70px;
    overflow: hidden
  }
  
  .ourcmain {
    background: url(../images/ourc.jpg) no-repeat center center;
    background-size: cover;
    padding: 79px 0 70px;
    overflow: hidden
  }
  
  .datafont {
    background: url(../images/datafont.png) no-repeat center center;
  }
  
  .circle-icon {
    width: 59.5%;
    min-width: 50px;
    display: block;
    margin: 0 auto;
    position: relative
  }
  
  .circle-icon .circleicondiv {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100% 100%;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  
  .circle-icon:hover .circleicondiv {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  
  .circle-icon .circleiconli {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  
  .circle-icon:hover .circleiconli {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  
  .circle-icon .circle-icon-1 {
    background-image: url(../images/hezuo/11.png);
  }
  
  .circle-icon .circle-icon-2 {
    background-image: url(../images/hezuo/22.png);
  }
  
  .circle-icon .circle-icon-3 {
    background-image: url(../images/hezuo/33.png);
  }
  
  .circle-icon .circle-icon-4 {
    background-image: url(../images/hezuo/44.png);
  }
  

  
  .circle-icon .circle-icon-img-1 {
    background-image: url(../images/hezuo/1.png);
  }
  
  .circle-icon .circle-icon-img-2 {
    background-image: url(../images/hezuo/222.png);
  }
  
  .circle-icon .circle-icon-img-3 {
    background-image: url(../images/hezuo/2.png);
  }
  
  .circle-icon .circle-icon-img-4 {
    background-image: url(../images/hezuo/4.png);
  }

  .titleh2 {
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }
  
  @media only screen and (max-width:760px) {
    .serviceli {
        background: none;
        margin-top: 30px;
      }
    
      .serviceli li {
        width: 33.3333%;
        overflow: hidden;
        padding: 0 10px 20px;
        box-sizing: border-box
      }
    
      .serviceli li h2 {
        line-height: 26px;
        font-size: 16px;
        padding: 3px 0 0
      }
    
      .serviceli li p {
        font-size: 12px;
        line-height: 20px;
        height: 60px;
      }
    
      .servicemain {
        /* padding: 50px 10px 20px; */
      }
  }
  
  .pt .pt1{
    -webkit-text-fill-color:transparent;   
     -webkit-text-stroke:1px #f7f7f7;
     font-size: 4.4rem;
     font-weight: 600;
     line-height: 1;
   }
   
   .pt .pt2{
     margin-top: -8%;
     font-size: 14px;
     color: #fd7062;
     font-weight: 600;
     align-items: center;
     justify-content: flex-start;
   }
   
   .pt .pt2 span{
     width: 60px;
     height: 2px;
     background: #fd7062;
     display: inline-block;
     margin-right: 18px;
   }
   
   .pt .pt3{
     color: #1f425d;
     font-size: 2.1875vw;
     font-weight: 600;
     margin-top: 0.78125vw;
   }
   
   .pt .pt3 b{
     color: #ffffff;
   }
   .flexed {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
  }
  /* 案例 */
  .choose-bg{
    background: var(--primary-color);
    padding-top: 2.34375vw;
    padding-bottom: 8.5rem;
  }
  
  .choose-index{
    align-items: flex-end;
  }
  
  .at .pt1{
    -webkit-text-stroke: 1px rgba(255,255,255,.2);
  }
  
  .at .pt3{
    color: #fff;
  }
  
  .next1{
    background: url(../images/case/2-2.png) no-repeat center center;
     width: 54px;
    height: 54px;
    outline: none;
  }
  
  .next1:hover{
     background: url(../images/case/1-1.png) no-repeat center center;
  }
  
  .prev1{
    background: url(../images/case/22.png) no-repeat center center;
     width: 54px;
    height: 54px;
    outline: none;
    margin-left: 4px;
  }
  
  .prev1:hover{
    background: url(../images/case/11.png) no-repeat center center;
  }
  
  .choose-roll{
    margin-left: 15.625%;
    margin-top: 4.42708333333333vw;
  }
  
  
  .chooseSwiper{
    overflow: hidden;
  }
  
  .chooseSwiper .img1 img{
    width: 100%;
  }
  
  .chooseSwiper .wz{
    border: 1px solid rgba(255,255,255,.1);
    padding:1.2vw 1vw;
  }
  
  .chooseSwiper .wz .wz1{
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .chooseSwiper .wz .wz2{
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    margin-top: 0.78125vw;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
  }
  @media(max-width: 996px){
    .choose-roll{
      margin-left: 0;
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  
  @media(max-width: 767px){
    .next1{
      width: 30px;
      height: 30px;
    }
    .prev1{
      width: 30px;
      height: 30px;
    }
    .choose-roll{
      margin-left: 0;
      margin-top: 5%;
      padding-left: 15px;
      padding-right: 15px;
    }
    .chooseSwiper .wz .wz1{
      font-size: 14px;
    }
    .chooseSwiper .wz .wz2{
      font-size: 12px;
      line-height: 24px;
    }
  }

  @media(max-width: 767px){

    .pt .pt1{
      font-size: 30px;
      
    }
    .pt .pt2{
      margin-top: 0;
    }
    .pt .pt3{
      font-size: 18px;
    }

  }

/* 新闻资讯 */
.news {
    /*margin-top: 6.5rem;*/
    /*padding-bottom: 11.5rem;*/
    padding: 6.5rem 0 2.5rem;
}

.nleft {
    width: 68.48%;
}

.n1 .s1 {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}

.n1 .s3 {
    width: 100px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border-radius: 5px;

}

.n1 .s3 a {
    color: #666666;
}

.n1 .s3.active {
    background: var(--primary-color);
    color: #fff;
}

.n1 .s3.active a {
    color: #fff;
}

.nimg {
    overflow: hidden;
}

.nimg img {
    transition: all 0.8s;
    width: 100%;
}

.nnr .nimg img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.nnr .pn1 {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    margin-top: 27px;
}

.nnr .pn2 {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 20px;

}

.nnr .pn3 {
    width: 98px;
    line-height: 36px;
    text-align: center;
    background: #333333;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    transition: all 0.5s;
    margin-top: 39px;
}

.nnr:hover .pn1 {
    color: var(--primary-color);
    font-weight: 600;
}

.nnr:hover .pn3 {
    background: var(--primary-color);
}


.ioio{
    margin-bottom: 45px;
}

.n3 {
    margin-left: -13px;
    margin-right: -13px;
   
}

.nnr {
    margin: 0 13px;
}

.nright {
    width: 26.8%;
}

.cjwt .s1 {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}

.cjwt .s2 {
    line-height: 24px;
    font-size: 14px;
    color: #999999;
}

.cjwt .s2 a {
    color: #999999;
}

.cjwt .s2 a:hover {
    color: var(--primary-color);
}

.pnr1 {
    padding-left: 18px;
    font-size: 15px;
    line-height: 15px;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* background: url(../f3b41bd9/21/08/e64a7a53761539d3d6c04452eef25283aba9780d.png) no-repeat center left; */
}

.pnr1:hover {
    font-weight: 600;
    color: var(--primary-color);
}

.newList:hover .pnr1 {
    /* background: url(../f3b41bd9/21/08/b9fa3f5aa62e339c6e8d63c4d9081f53acb0e0f8.png) no-repeat center left; */
}

.newList {
    padding: 18px 12px;
    border: 1px solid #dedede !important;
    background: #f2f2f5;
}

.pnr2 {
    font-size: 12px;
    line-height: 12px;
    color: #999999;
    padding-left: 18px;
    margin-top: 9px;
}

.nright .slick-arrow {
    display: none !important;
}

.newList+.newList {
    margin-top: 10px;
}

.slider {
    margin-top: 45px;
}

.hzimg {
    border: 1px solid #e9e9e9;
}

.hz2 {
    margin: 0 10px;
}

.hz1 {
    margin-left: -10px;
    margin-right: -10px;
    cursor: pointer;
}

.hzkh {
    margin-top: 70px;
    margin-bottom: 65px;
}

.hz2:hover .hzimg {
    border: 1px solid var(--primary-color);
}

/* 尾部 */
.flink {
    font-size: 16px;
    line-height: 72px;
    color: #fff;
    position: relative;
    padding: 10px 0;

}

/* .flink::after {
    content: "";
    width: 25%;
    height: 100%;
    position: absolute;
    background: #142739;
    left: 0;
    top: 0;
} */

.flink .container {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 999;
}

.flink span {
    color: #5e7080;
    margin-right: 35px;
}

.flink a {
    color: #fff;
    opacity: 0.8;
    margin-right: 5px;
}

.flink a:hover {
    opacity: 1;
}

footer {
    background: url(../images/footer.jpg) repeat-x top var(--primary-color);
}

.fb1 {
    padding-top: 63px;
    padding-bottom: 65px;
}

.fp1 {
    font-size: 18px;
    color: #fff;
    line-height: 18px;
}

.d1 ul li {
    font-size: 14px;
    line-height: 14px;
    color: #5e7080;
}

.d1 ul {
    margin-top: 35px;
}

.d1 ul li a {
    color: #5e7080;
}

.d1 ul li+li {
    margin-top: 17px;
}

.d1 ul li:hover a {
    color: #fff;
}
.dblx {
    border-left: 1px solid #ffffff;
    padding-left: 8%;
}
.dnm1 {
    margin-right: 8.12%;
}
.dnm1:nth-child(4) {
    margin-right: 0;
}
.dnm2 {
    margin-right: 8.32%;
}

.dma {
    margin-left: 0;
}

.dma p {
    font-size: 14px;
    text-align: center;
    color: #5e7080;
    line-height: 14px;
    margin-top: 17px;
}

.dblx p:not(:nth-child(1)) {
    color: #8395a5;
    font-size: 14px;
    line-height: 26px;

}

.dblx p:nth-child(1) {
    line-height: 38px;
    font-size: 28px;
    font-family: Arial;
    color: #fff;
    margin-bottom: 28px;
}

.fb2 {
    line-height: 52px;
    background: #142739;
    font-size: 14px;
    color: #5e7080;
}

.fb2 a {
    color: #5e7080;
}

.fb2 a:hover {
    color: #fff;
}

.foot,
.sjbq {
    display: none;
}

@media (max-width: 1680px) {
    .rtm ul li p {
        line-height: 3.25rem;
    }

    .rtm ul li.on a::after {
        font-size: 44px;
    }

    .rtm {
        margin-top: 25px;
    }
}

@media (max-width: 1360px) {
    .cnr {
        padding-top: 45px;
    }
    .dblx {
        padding-left: 4%;
    }
    .dnm1 {
        margin-right: 4%;
    }
}

@media (max-width: 1200px) {
    .abright .p2 {
        font-size: 25px;
        line-height: 25px;
    }

    .abright .p1 {
        line-height: 36px;
        font-size: 36px;
    }

    .abright {
        padding-top: 0;
    }

    .abright .p4 {
        margin-top: 10px;
    }

    .abright .p3 {
        margin-top: 10px;
    }

    .abright .abam {
        margin-top: 15px;
    }

    .lloo {
        width: 42%;
    }

    .lloo img {
        width: 100%;
    }
}

@media (max-width: 1125px) {
    .cnr {
        padding-top: 18px;
    }
}

@media (max-width: 992px) {
    header {
        display: none;
    }

    .x-banner,
    .page-banner {
        margin-top: 60px;
    }

    .ableft {
        width: 100%;
        float: none;
    }

    .abright {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .about {
        background: #fbfbfb;
    }

    .case {
        /* display: none; */
    }
    .cnr {
        position: initial;
        width: 100%;
    }
    .rtm ul li.on a::after {
        width: 100%;
        line-height: 1;
        font-size: 34px;
    }
    .rtm ul li p {
        padding-left: 46.23%;
    background-position: 37.07%;
    }

    .cnr .p1 {
        margin: 0 auto;
        text-align: center;
    }

    .case2 {
        display: block;
    }

    .nright {
        display: none;
    }

    .nleft {
        width: 100%;
    }

    .foot,
    .sjbq {
        display: block;
    }

    footer {
        display: none;
    }

    .foot {
        background: #1e1d2d;
        color: #bcbbbe;
        padding: 0 15px;
        padding-top: 20px;
        padding-bottom: 15px;
        /* margin-top: 30px; */
    }

    .fw {
        width: 95%;
        margin: 0 auto;
    }

    .fw .du .dul .p1 span {
        margin-right: 30px;
    }

    .fw .du .dul .sec li {
        padding-left: 10px;
        margin-bottom: 8px;
    }

    .fw .du .dul .sec {
        display: none;
    }

    .fw .du .dul .sec a {
        color: #939090;
        font-size: 12px;
    }

    .fw .du .dul p {
        border-bottom: 1px solid #7a7a7a;
        line-height: 40px;
    }

    .fw .du {
        font-size: 14px;
    }

    .sjbq {
        font-size: 12px;
        color: #bcbbbe;
        padding-top: 5px;
    }

    .sjbq a {
        color: #bcbbbe;
    }

}

@media (max-width: 942px) {
    .pcname ul {
        flex-wrap: wrap;
    }

    .pcname ul li {
        width: 22%;
    }

    .pcname ul li:last-child {
        /* display: none; */
    }
}

@media (max-width: 616px) {
    .about {
        padding: 40px 0;
    }

    .abright .p2 {
        font-size: 20px;
        line-height: 20px;
    }

    .abright .p4 {
        font-size: 14px;
        line-height: 28px;
    }

    .abright .abam {
        display: block;
        width: 132px;
        line-height: 40px;
        font-size: 14px;
        color: #fff;
        /* background: url(../f3b41bd9/21/08/a775b33b0ca90f8ae854c4f046af1ad16e85a6c4.png)no-repeat center var(--primary-color); */
        background-position: 103px;
        padding-left: 20px;
        transition: all 0.5s;
    }

    .product .p1 {
        font-size: 30px;
        line-height: 30px;
        color: #333333;
        font-weight: 600;
        text-align: center;
    }

    .product {
        margin-top: 40px;
    }

    .pcname ul {
        padding: 0 15px;
    }

    .pcname ul li {
        width: 48%;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 38px;
    }

    .pro {
        margin-top: 35px;
    }

    .ppp .pro1 {
        margin-top: 10px;
    }

    .case2 {
        margin-top: 60px;
    }

    .sjpb ul li {
        width: 48%;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 38px;
    }

    .sjpb ul {
        flex-wrap: wrap;
    }

    .sjpb {
        margin-bottom: 15px;
    }

    .news {
        margin-top: 43px;
    }

    .nnr .pn3 {
        margin-top: 15px;
    }

    .hzkh {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}