    /* 头部 */
  
.header {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 99999999;
 
}
.header .top {
  flex: 1;
  padding: 0 7%;
}
.header .bto {
  display: flex;
  height: 0.85rem;
  align-items: center;
  justify-content: space-between;
}
.header .title {
  display: flex;
  align-items: center;
  height: 0.5rem;
  justify-content: space-between;

  padding: 0 7%;
}
.header .title span {
  font-size: 0.2rem;
  color: #333;
}
.header .bto  .rt a{
 font-size: 0.25rem;
  margin-right: .0625rem;
}

.header .logo {
  width: 5.5rem;
  height: auto;
 
}

.header .content {
  flex: 1;
  height: 100%;
    margin-left: 0.25rem;
}

.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  padding-left:2%;
}

.header ul li {
  position: relative;
}
.header ul .pull-down {
  position: absolute;
  top: 0.85rem;
  left: 50%;
  transform: translate(-50%);
  width: auto;
    display: none;
  padding: 0.125rem  0   0.25rem   0.25rem;
background-color:#fff;
 // background-color:rgba(195, 25, 25, 0.7);
 /* box-shadow: 0px 0px 5px 0px rgba(195, 25, 25, 0.4);*/
}
.header ul .pull-down > div {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
.header ul .pull-down .item:nth-child(2n) a {
  margin-right: 0;
}
.header ul .pull-down a {
  text-wrap: nowrap;
   font-size: .225rem;
  line-height: 0.5rem;
  color: #000;
  
}
.header ul .pull-down   .item{
  margin-right: .25rem;
}
.header ul li > a {
  line-height: 0.85rem;
  font-size: 0.2rem;
  padding: 0.1875rem 0.125rem;
  color: #000;
}
.header ul li:hover > a,.header .bto  .rt a:hover {
  background-color: red;
   color: #fff;
}
.header ul li:last-child ,.header .bto  .rt a:last-child{
  margin-right: 0;
}
    .header .right {
		       display: none !important;
        display: flex;
        align-items: center;
        width: 4.275rem;
        height: 100%;
        background-color: #e40008;
        padding-left: .1875rem;
    }
    
    .header .right p {
        font-size: .25rem;
        color: #fff;
        margin-right: .3125rem;
    }
    
    .header .search {
        display: flex;
        align-items: center;
    }
    
    .header .search img {
        width: .2375rem;
        height: .2375rem;
        object-fit: cover;
        cursor: pointer;
    }
    
    .header .form {
        display: none;
        width: 100%;
    }
    
    .header .form>div {
        display: flex;
        align-items: center;
    }
    
    .header .form input[type=text] {
        width: 70%;
        height: .4375rem;
        border: .0125rem solid #fff;
        border-radius: .1875rem;
        padding-left: .125rem;
    }
    
    .header .form input[type=submit] {
        width: .2375rem;
        height: .2375rem;
        background-image: url(../img/icon1.png);
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: .1875rem;
    }
    
    .homeSwiper {
		  position: relative;
        width: 100%;
        height: auto;
		    overflow: hidden;
    }
    
    .homeSwiper img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    .homeSwiper .home-pagination {
		  position: absolute;
        z-index: 99999;
        left: 80%;
        width: 20%;
    }
    
    .homeSwiper .swiper-pagination-bullet {
        width: .1375rem;
        height: .1375rem;
        background-color: #ffffff;
    }
    
    .common-card {
        width: 20rem;
        height: auto;
        margin: 0 auto;
    }
.home-imge{
   background-image: url(../img/icon2.png);
        background-repeat: no-repeat;
        background-size: cover;
    background-attachment: fixed;
}

.home-imges{
   background-image: url(../img/icon2-1.png);
        background-repeat: no-repeat;
        background-size: cover;
    background-attachment: fixed;
}
    /* 行业解决方案 */
    
    .solution {
        width: 100%;
        height: auto;
     padding: 0.9875rem 0 0.375rem 0;
    }
    
    .common-title {
        text-align: center;
    }
    
    .common-title h2 {
        font-size: .45rem;
        color: #333333;
    }
    
    .common-title h4 {
        font-size: .225rem;
        letter-spacing: .0375rem;
        color: #888888;
        margin-top: .25rem;
    }
    
    .solution-con .top {
        margin: .75rem 0;
    }
    
    .solution-con .top ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .solution-con .top ul li {
        width: calc((100% - .7875rem) / 8); 
     padding-top: .5rem;
       //width: 2.75rem;
        height: 2.5375rem;
        background-color: #ffffff;
        border-radius: .175rem;
        margin-right: .1125rem;
    }
    .solution-con .top ul li  a{
	  display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
		    width: 100%;
	}
    .solution-con .top ul img {
        width: .575rem;
         height: 0.5875rem;
        object-fit: contain;
    }
    
    .solution-con .top ul p {
        font-size: 0.25rem;
  margin-top: 0.425rem;
  color: #333333;
  text-align: center;
    }
    
    .solution-con .top ul .active {
        display: none;
    }
    
    .solution-con .top ul li:hover .active {
        display: block;
    }
    
    .solution-con .top ul li:hover .default {
        display: none;
    }
    
    .solution-con .top ul li:hover p {
        color: #e40008;
    }
  
.solutionSwiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.solutionSwiper .swiper-slide {
  background-color: #ffffff;
  padding: 0.25rem 0.225rem;
}
.solutionSwiper   .img{
    position: relative;
}
.solutionSwiper   .watermark{
    position: absolute;
    left: 0;
    top: 0;
}
.solutionSwiper img {
  width: 6.15rem;
  height: 4.6rem;
  object-fit: cover;
}

.solutionSwiper .name {
  position: relative;
  font-size: 0.3rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #000000;
  margin-top: 0.25rem;
}
.solutionSwiper .name::before {
  position: absolute;
  display: block;
  content: '';
  background-image: url(../img/icon19.png);
  background-repeat: no-repeat;
  width: 0.425rem;
  height: 0.425rem;
  right: 0.45rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
}
.solution-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.solution-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #000000;
}
.solution-pagination .swiper-pagination-bullet-active {
  background-color: red !important;
}
    /*  客户案例*/
    
    .case {
    display: none;
        width: 100%;
        height: auto;
        padding: .3125rem 0 .25rem 0;
    }
    
    .caseSwiper {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: .675rem 0;
    }
    
    .caseSwiper .swiper-slide {
        position: relative;
        width: 4.225rem;
        height: 6.9125rem;
    }
    
    .caseSwiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .caseSwiper .text {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 10%;
        padding: 0 .325rem;
        transition: all 0.3s;
        background-color: rgba(0, 0, 0, 0.5);
    }
    
    .caseSwiper .text div {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        justify-content: space-between;
    }
    
    .caseSwiper .text div p {
        font-size: .275rem;
        line-height: .5rem;
        color: #ffffff;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .caseSwiper .text div img {
        width: .375rem;
        height: auto;
        object-fit: cover;
        padding-left: .125rem;
    }
    
    .caseSwiper .swiper-slide:hover .text {
        height: 100%;
    }
    
    .caseSwiper .swiper-pagination {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }
    
    .caseSwiper .swiper-pagination-bullet {
        width: .3rem;
        height: .3rem;
        background-color: #000000;
        opacity: 1;
    }
    
    .caseSwiper .swiper-pagination-bullet-active {
        background-color: red !important;
    }
    /* 产品中心 */
    
    .productCenter {
        width: 100%;
        height: auto;
      /*  background-image: url(../img/icon15.png);
        background-repeat: no-repeat;
        background-size: cover;*/
        padding: .825rem 0;
    }
    
    .productCenter-con {
        display: flex;
    }
    
    .productCenter-con .right {
        flex: 1;
        height: 6.8rem;
        background-color: #ffffff;
        border-radius: .2125rem;
        margin-left: 1.8rem;
        padding: .2125rem .3375rem .2125rem .7rem;
    }
    
    .productCenter-con .right>div {
        display: flex;
        align-items: center;
    }
    
    .productCenter .common-title {
        text-align: center;
        margin-bottom: .55rem;
    }
    
    .productCenter-con .nav {
        width: 2.425rem;
        height: auto;
    }
    
    .productCenter-con .nav .item {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: .0125rem solid #999;
        padding-bottom: .225rem;
        padding-left: .3125rem;
        margin-bottom: .2875rem;
    }
     .productCenter-con .nav .item:last-child{
    margin-bottom:0;
}
    .productCenter-con .nav .item p {
       font-size: .25rem;
        color: #000000;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .productCenter-con .nav .item img {
        width: .3625rem;
        height: auto;
        object-fit: cover;
        padding-left: .125rem;
    }
    
    .productCenter-con .nav .item.active {
        width: 100%;
        height: .65rem;
        border-radius: .325rem;
        border: solid .0125rem #999999;
        padding: 0 .1875rem;
    }
    
    .productCenter-con .right .text p {
        font-size: .3rem;
        color: #000000;
    }
    
    .productCenter-con .right .ls {
        width: 4.9125rem;
        height: auto;
        font-size: .225rem;
        line-height: .6125rem;
        color: #666666;
    margin: .25rem 0;
    }
    
    .common-more {
        display: inline-block;
        width: auto;
        height: .425rem;
        line-height: .425rem;
        background-color: #ff0000;
        padding: 0 .225rem;
        border-radius: .2125rem;
        font-size: .175rem;
        color: #ffffff;
    }
        .productCenter-con .right  .img{
position: relative;
}
    .productCenter-con .right  .watermark{
    position: absolute;
    left: 0;
    top: 0;
}
    .productCenter-con .right img {
        width: 9.7125rem;
        height: 6.3125rem;
        object-fit: cover;
        margin-left: .2rem;
    }
    
    .productCenter-list {
        display: none;
    }
    /* 新闻资讯 */
    
    .news {
        width: 100%;
        height: auto;

        padding: .7875rem 0;
    }
    
    .newsSwiper {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: .4375rem;
    }
        .newsSwiper  .img{
position: relative;
}
        .newsSwiper  .watermark{
    position: absolute;
    left: 0;
    top: 0;
}
    .newsSwiper img {
        width: 6.5125rem;
        height: 4.8125rem;
        object-fit: cover;
    }
    
    .newsSwiper .text {
        width: 6.5125rem;
        height: auto;
        background-color: #fff;
        padding: .125rem .375rem .125rem .2125rem;
    }
    
    .newsSwiper .text p {
        font-size: .225rem;
        font-weight: 700;
        line-height: .5rem;
        color: #000000;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
text-overflow: ellipsis;
    }
    
    .newsSwiper .text .ls {
        font-size: .175rem;
        line-height: .4rem;
        color: #666666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .news-con {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    
    .news-con .news-next,
    .news-con .news-prev {
        width: .4375rem;
        height: .4375rem;
        cursor: pointer;
    }
    
    .news-con .news-next {
        background-image: url(../img/icon18.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .news-con .news-prev {
        background-image: url(../img/icon19.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .news-con .swiper-pagination {
        position: static;
        margin: 0 .2rem;
    }
    
    .news-con .swiper-pagination-bullet {
        background-color: #666666;
        margin: 0 16px;
    }
    
    .news-con .swiper-pagination-bullet-active {
        background-color: #ff0000 !important;
    }
    
    .news-con .bottom {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: .75rem 0 .375rem 0;
    }
    /* 关于我们 */
    
    .about {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 2.4625rem;
		    display: none;
    }
    
    .about .top {
        display: flex;
        width: 100%;
        height: 8.925rem;
        background-color: #f7f7f7;
        padding-right: 1.9375rem;
        padding-top: .5rem;
    }
    
    .about .top .img {
        width: 12rem;
        height: 8rem;
        object-fit: cover;
    }
    
    .about .top .right {
        flex: 1;
        margin-left: .8125rem;
    }
    
    .about .top .common-title {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .about .top .text {
        font-size: .225rem;
        line-height: .55rem;
        color: #333333;
        margin: .5rem 0 .125rem 0;
    }
    
    .about .top ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .about .top ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 2.075rem;
        height: 1.825rem;
        background-color: #fff;
        margin-right: .2375rem;
    }
     .about .top ul li a{
		   display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
		
	}
    .about .top ul li:last-child,
    .rangeApplication ul li:last-child,
    .solution-con .top ul li:last-child,
    .lettersPatent ul li:last-child {
        margin-right: 0;
    }
    
    .about .top ul img {
        width: .3125rem;
        height: auto;
        object-fit: cover;
        margin-bottom: .25rem;
    }
    
    .about .top ul P {
        font-size: .225rem;
        color: #333333;
    }
    
    .common-number {
        width: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -25%;
    }
    
    .common-number ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .common-number ul p {
        margin-bottom: .375rem;
    }
    
    .common-number ul span,
    .common-number ul i {
        font-size: .75rem;
        color: #000000;
        font-weight: 700;
    }
    
    .common-number ul h4 {
       font-size: .175rem;
    line-height: .3125rem;
        font-weight: normal;
        color: #000000;
    }
    
    .common-number ul li {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 5rem;
        height: 3.1375rem;
        background-color: #ffffff;
        box-shadow: 0 .0375rem .075rem 0 rgba(0, 0, 0, 0.1);
    }
    
    .common-number ul li:hover {
        background-color: #ff0000;
    }
    
    .common-number ul li:hover span,
    .common-number ul li:hover i,
    .common-number ul li:hover h4 {
        color: #fff;
    }
    
    .hmoeBg {
        position: relative;
        width: 100%;
    display: none;
        height: 5.8375rem;
    }
    
    .hmoeBg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .hmoeBg .common-more {
        position: absolute;
        left: 50%;
        top: 66%;
        transform: translate(-50%, -50%);
    }
    /* 底部  */
    
    .footer {
        width: 100%;
        height: auto;
        background-image: url(../img/icon26.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 1.0625rem 0 0 0;
    }
    
    .footer ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .footer ul p {
        font-size: .225rem;
        line-height: .6125rem;
        color: #ffffff;
        font-weight: 700;
    }
    
    .footer ul a,
    .footer ul span {
        font-size: .225rem;
        line-height: .6125rem;
        color: #ffffff;
    }
    
    .footer ul img {
        width: 1.8rem;
        height: 1.8rem;
        object-fit: cover;
    }
    
    .footer ul li {
        display: flex;
        flex-direction: column;
    }
    
    .footer .bottom {
        font-size: .2rem;
        height: 1.2rem;
        line-height: 1.2rem;
        text-align: center;
        color: #ffffff;
        border-top: .0125rem solid #ccc;
        margin-top: 1rem;
    }
    
    .banner {
        width: 100%;
        height: auto;
    }
    
    .banner img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    /* 新闻详情 */
    
    .newsDetali {
        width: 100%;
        height: auto;
        padding: .4125rem 0;
    }
    
    .newsDetali h6 {
        text-align: center;
        font-size: .45rem;
        color: #000000;
        margin-bottom: .375rem;
    }
    
    .newsDetali .text {
        font-size: .25rem;
        line-height: .6rem;
        color: #000000;
        padding: 0 10%;
    }
    /* 新闻资讯 */
    
    .newsInformation {
        width: 100%;
        height: auto;

    }
    
    .newsInformation .common-card .top {
        display: flex;
    }
    
    .newsInformation .left {
        width: 4.275rem;
        height: 12rem;
        margin-right: .25rem;
        background-color: #ffffff;
    }
    
    .newsInformation .right {
        flex: 1;
    }
    
    .newsInformation .left .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 1.2125rem;
        background-color: #e40008;
        border-radius: .0375rem;
    }
    
    .newsInformation .left .title h6 {
        font-size: .375rem;
        font-weight: normal;
        color: #ffffff;
    }
    
    .newsInformation .left .title h5 {
        font-size: .225rem;
        font-weight: normal;
        color: #ffffff;
        margin-top: .1rem;
    }
    
    .newsInformation .left .nav a {
        display: inline-block;
        width: 100%;
        height: .75rem;
        line-height: .75rem;
        padding-left: .625rem;
        font-size: .25rem;
        color: #333333;
        border-bottom: 1px solid #dcdcdc;
    }
    
    .newsInformation .text {
        padding: .125rem .125rem .375rem .125rem;
    }
    
    .newsInformation .text P{
        font-size: .2rem;
        line-height: .55rem;
        color: #333333;
    }
     .newsInformation .text {
  font-size: .2rem;
 color: #333333;
}
    .newsInformation .text img {
        width: 3.75rem;
        height: 3.75rem;
        object-fit: cover;
    }
    
    .newsInformation ul li {
        display: flex;
        width: 100%;
        height: 3.7125rem;
        background-color: #ffffff;
        box-shadow: 0 .125rem .15rem 0 rgba(9, 1, 4, 0.06);
        border: solid 1px #e9e9e9;
        padding: .3rem .3rem .275rem .3rem;
        margin-bottom: .25rem;
    }
    
    .newsInformation ul li>img {
        width: 4.2625rem;
        height: 3.2rem;
        object-fit: cover;
        margin-right: .375rem;
    }
    
    .newsInformation ul .text h6 {
        font-size: .25rem;
        color: #000000;
    }
    
    .newsInformation ul .text .time {
        font-size: .175rem;
        color: #b1b1b1;
        margin: .15rem 0 .25rem 0;
    }
    
    .newsInformation ul .text .ls {
        font-size: .2125rem;
        line-height: .3125rem;
        color: #333333;
    }
    
    .newsInformation ul .text a {
        display: inline-block;
        width: 1.4375rem;
        height: .4625rem;
        background-color: #ffffff;
        border-radius: .175rem;
        border: solid 1px #d9d9d9;
        margin-top: .25rem;
    }
    
    .newsInformation ul .text a span {
        font-size: .175rem;
        color: #3f3f3f;
        margin-right: .1125rem;
    }
    
    .newsInformation ul .text a img {
        width: .1625rem;
        height: .1125rem;
        object-fit: cover;
    }
    
    .newsInformation ul .text a>div {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .customerCase .common-title h2,
    .workshop .common-title h2,
    .industrySolution .common-title h2,
    .insideProductCenter .common-title h2,
    .companyProfile .common-title h2,
    .development .common-title h2,
    .caseDetails .common-title h2 {
        font-weight: normal;
    }
    /* 客户案例 */
    
    .customerCase {
        width: 100%;
        height: auto;
        padding: .2875rem 0;
        
    }
    
    .customerCase .nav {
  width: 3rem;
  height: auto;
  margin-right: 0.25rem;	  
		  
    }
    .customerCase-con {
  flex: 1;
}
    .customerCase .nav a {
        display: inline-block;
   width: 100%;
        height: .75rem;
        background-color: #e7e7e7;
        border-radius: .0375rem;

      font-size: .2rem;
        color: #333333;
        text-align: center;
padding: .25rem  .125rem;
		 
		  
    }
.checkout     .nav{
   width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
 margin-top: .1875rem;
}
.checkout .nav a {
width: calc(100% / 8);
  margin-right: .1875rem;
}
.checkout  .workshop-con  .img{
    position: relative;
}
.checkout  .workshop-con  .watermark{
    position: absolute;
    left: 0;
    top: 0;
}

    .customerCase .nav a.active {
        background-color: #e40008;
        color: #ffffff;
    }
    .customerCase-con ul .text .ls{

display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
}
    .customerCase-con ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .customerCase-con ul img {
        width: 100%;
        height: auto;
    object-fit: contain;
    }
    
    .customerCase-con ul .text {
          width: 100%;
        height: auto;
        background-color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 0 .5rem .1875rem .35rem;
    }
    
    .customerCase-con ul .text p {
        font-size: .225rem;
        line-height: .6625rem;
        color: #333333;
    display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .customerCase-con ul .text .ls,
    .customerCase-con ul .text a {
        font-size: .175rem;
        line-height: .5rem;
        color: #666666;
    }
    .customerCase-con   .img{
    position: relative;
}

    .customerCase-con  .watermark{
    position: absolute;
    left: 0;
    top: 0;
}

.customerCase-con ul li {
  width: 5.4125rem;
  margin: 0 0.25rem 0.3rem 0;
}
    /* 工厂车间 */
    
    .workshop {
        width: 100%;
        height: auto;
        padding: .2875rem 0 .375rem 0;
        background-color: #f7f7f7;
    }
    
    .workshop-con {
        margin-top: .375rem;
    }
    
    .workshop-con ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .workshop-con ul li {
        width: 6.4875rem;
        height: auto;
        margin: 0 .2375rem .375rem 0;
    }
    
    .workshop-con ul img {
        width: 100%;
        height: 4.875rem;
        object-fit: cover;
    }
    
    .workshop-con ul .name {
        width: 100%;
        height: .75rem;
        line-height: .75rem;
        text-align: center;
        padding: 0 .125rem;
        background-color: #ffffff;
        font-size: .225rem;
        color: #000000;
    }
  /* 行业解决方案 */

.industrySolution {
  width: 100%;
  height: auto;

  padding: 0.5rem 0 0.375rem 0;
}
.industrySolution ul li {
  position: relative;
  margin-bottom: .5625rem;
}



.industrySolution   .img{
  width: 100%;
  height: 100%;
    position: relative;
}
.industrySolution  .watermark{
    position: absolute;
    left: 0;
    top: 0;
}

.industrySolution ul li:nth-child(2n + 1) {
  display: flex;
  align-items: end;
}
.industrySolution .item .bto .text {
  width: 48%;
  float: left;
  margin-top: 4.5%;
}
.industrySolution-con {
  margin-top: 0.375rem;
}
.industrySolution-con ul li:nth-child(2n + 1)  img {
  margin-right: 0.4625rem;
}
.industrySolution-con ul img {
  width: 9.7625rem;
  height: 5.8125rem;
  object-fit: cover;
}
.industrySolution-con ul li:nth-child(2n) .text {
  width: 48.5%;
  float: left;
  margin-right: 0.4625rem;
  margin-top: 4.5%;
}
.industrySolution-con ul .text {
  position: relative;
  flex: 1;
  background-color: #fff;
  padding: 0.375rem 0.275rem 0.375rem 0.625rem;
  width: 100%;
  height: 4.9375rem;
  border-radius: 0.4125rem;
  border: solid 1px #b5b5b5;
}
.industrySolution-con ul .text .title {
  position: absolute;
  left: 1.0875rem;
  top: -0.55rem;
  width: 38%;
  height: 0.55rem;
  background-color: #e40008;
  border-radius: 0.1125rem;
  font-size: 0.3rem;
  padding: 0 0.2875rem;
  line-height: 0.55rem;
  color: #ffffff;
  text-align: center;
}

.industrySolution-con ul .text .ls {
  font-size: 0.225rem;
  line-height: 0.55rem;
  color: #333333;
  margin: 0.375rem 0;
}

.industrySolution-con ul .text .first {
  margin-right: 0.4375rem;
}
    /* 产品中心 */
    
    .insideProductCenter {
        width: 100%;
        height: auto;

        padding: .25rem 0;
    }
    
    .insideProductCenter .nav {
        display: flex;
        align-items: center;
      flex-wrap: wrap;
        margin-top: .1875rem;
    }
    
    .insideProductCenter .nav .item {
        cursor: pointer;
        position: relative;
        height: .75rem;
        background-color: #e7e7e7;
        border-radius: .0375rem;
        line-height: .75rem;
        width: auto;
        padding: 0 10px;
        margin-right: .3375rem;
margin-bottom: 20px;
    }
    
    .insideProductCenter .nav .item a {
        width: 100%;
        height: 100%;
    }
    
    .insideProductCenter .nav .item .title {
        font-size: .2375rem;
        display: block;
        line-height: 0.75rem;
        text-align: center;
        color: #000000;
    }
    
    .insideProductCenter .nav .item:last-child,
    .enterpriseCulture ul li:last-child {
        margin-right: 0;
    }
    
    .insideProductCenter .menudown {
        display: none;
        margin: .3125rem 0;
    }

    .insideProductCenter .menudown>div {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
		    justify-content: center;
    }
    
    .insideProductCenter .menudown a {
        font-size: .225rem;
        color: #333333;
        padding-right: .175rem;
        margin-right: .175rem;
        border-right: 1px solid #000;
		    margin-bottom: 10px;
    }
    
    .insideProductCenter .menudown a:hover {
        color: #e40008;
    }
    
    .insideProductCenter .menudown a:last-child {
        margin-right: 0;
        border-right: none;
    }
    
    .insideProductCenter .nav .item.active .title::before {
        display: block;
        content: '';
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        position: absolute;
        border-left: .2rem solid transparent;
        border-right: .2rem solid transparent;
        border-top: .2rem solid #e40008;
    }
    
    .insideProductCenter .nav .item.active {
        background-color: #e40008;
    }
    
    .insideProductCenter .nav .item.active .title {
        color: #fff;
    }
    
    .insideProductCenter .nav .item.active .down {
        display: block;
    }
    
    .insideProduct-con {
        margin-top: .3125rem;
    }
    
    .insideProduct-con ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .insideProduct-con ul li {
        width: 6.4875rem;
        height: auto;
        margin: 0 .2rem .2rem 0;
    }
        .insideProduct-con ul  .img{
    position: relative;
}
        .insideProduct-con ul  .watermark{
    position: absolute;
    left: 0;
    top: 0;
}
    .insideProduct-con ul li:nth-child(3n),
    .workshop-con ul li:nth-child(3n),
    .information-con ul li:nth-child(3n),
    .customerCase-con ul li:nth-child(3n) {
        margin-right: 0;
    }
    
    .insideProduct-con ul img {
        width: 100%;
        height: 4.875rem;
        object-fit: cover;
    }
    
    .insideProduct-con ul .text {
        width: 100%;
      height: 2.25rem;
        background-color: #fff;
        padding: 0 .5rem .125rem .3375rem;
    }
    
    .insideProduct-con ul .text h6 {
        font-size: .225rem;
        line-height: .6625rem;
        color: #333333;
		    font-weight: 400;
    }
     .insideProduct-con ul .text .ls{
		display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
		}
    .insideProduct-con ul .text .ls,
    .insideProduct-con ul .text a {
        font-size: .175rem;
        line-height: .5rem;
        color: #666666;
    }
    
    .insideProduct-con ul .text a {
        padding-left: 88%;
    }
    /* 产品详情 */
    
    .productDetails {
        width: 100%;
        height: auto;
      
        padding: .75rem 0 .375rem 0;
    }
        .productDetails  .commonDetail-left{
width: 2.8125rem;
}
    .productDetails .common-card {
        display: flex;
    }
    
    .productDetails .right {
        flex: 1;
    }
    
    .commonDetail-left {
        width: 2.0125rem;
        height: auto;
        margin-right: .2125rem;
    }
    
    .commonDetail-left a {
        width: 100%;
        height: .75rem;
        display: inline-block;
        background-color: #e7e7e7;
        border-radius: .0375rem;
        margin-right: .2125rem;
         font-size: .2125rem;
        line-height: .75rem;
        text-align: center;
        padding: 0 .125rem;
        color: #000000;
        margin-bottom: .2875rem;
    }
    
    .commonDetail-left a.active {
        background-color: #e40008;
        color: #ffffff;
    }
    
    .productDetails .top {
        display: flex;
        align-items: center;
        width: 100%;
        height: 5.95rem;
    }
    
    .productDetails .top .img {
        width: 7.725rem;
        height: 100%;
    }
    
    .productDetails .top .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .productDetails .top .text {
        flex: 1;
        height: 5.95rem;
        background-color: #ffffff;
        padding: .375rem .2rem .225rem .425rem;
    }
    
    .productDetails .top .text h6 {
        font-size: .25rem;
        
        color: #000000;
    }
    
    .productDetails .top .text p {
        font-size: 17px;
        color: #444444;
        margin: .3125rem 0;
    }
    
    .productDetails .top .text .ls {
        font-size: .2125rem;
        line-height: .5rem;
        color: #444444;
    }
    
    .productDetails .top .text a {
        display: inline-block;
        width: fit-content;
    padding: 0 10px;
        height: .75rem;
        background-color: #e40008;
        border-radius: .0375rem;
        text-align: center;
        font-size: .25rem;
        line-height: .75rem;
        color: #ffffff;
        margin-top: .25rem;
    }
    
    .details-title {
        width: 100%;
        height: .5375rem;
        background-color: #ffffff;
        margin: .25rem 0;
    }
    
    .details-title span {
        display: block;
    width: fit-content;
    padding: 0 10px;
        height: 100%;
        text-align: center;
        background-color: #e40008;
        font-size: .25rem;
        line-height: .5375rem;
        color: #ffffff;
    }
    
    .specification .text {
		 width: 100%;
        font-size: .225rem;
        line-height: .75rem;
        color: #333333;
    }
   
    .rangeApplication ul {
      
      
		    font-size: .225rem;
		
    line-height: .75rem;
    color: #555555;
    }
    
    .rangeApplication ul li {
        width: 5.725rem;
        height: 3.8875rem;
        background-color: #ffffff;
        border-radius: .1375rem;
        margin-right: .275rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .rangeApplication ul li p {
        font-size: .225rem;
        line-height: .75rem;
        color: #555555;
    }
    
    .characteristic .text {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: auto;
        background-color: #ffffff;
        border-radius: .1375rem;
        padding: 0 .3rem;
		font-size: .225rem;
		    flex-wrap: wrap;
    line-height: .5625rem;
    color: #555555;
    }
    
    .characteristic .text .le,
    .characteristic .text .lr {
        font-size: .225rem;
        line-height: .75rem;
        color: #555555;
    }
    
    .lettersPatent ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .lettersPatent ul li {
        width: 3.4625rem;
        height: 5.0375rem;
        margin-right: .1125rem;
    }
    
    .lettersPatent ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /* 关于我们 */
    
    .aboutUs {
        width: 100%;
        height: auto;
    }
    
  
    
    .companyProfile {
        width: 100%;
        margin-top: .25rem;
        
    }
    
    .companyProfile .text {
        font-size: .225rem;
        line-height: .5875rem;
        color: #333333;
        text-indent: 2em;
        text-align: justify;
        margin-top: .25rem;
    }
.aboutUs  .common-number{
    position: static;
    transform: translateX(0);
}
    
    .companyProfile .common-number {
        width: 100%;
        bottom: -50%;
    }
    
    .aboutUs .video {
        margin-top: .5rem;
    position: relative;
    }
    
    .aboutUs .video .bg {
        width: 100%;
        height: 8.25rem;
        object-fit: cover;
    }
    
    .aboutUs .video .icon {
        width: 1.2rem;
        height: 1.2rem;
        object-fit: cover;
    }
    
    .aboutUs .video .img>div {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 8.25rem;
        background-color: rgba(0, 0, 0, 0.5);
    }
    
    .aboutUs .video .img {
        display: none;
        cursor: pointer;
    }
    
    .aboutUs .video:hover .img {
        display: block;
    }
    /* 视频 */
    
    .videos {
        display: none;
        position: fixed;
        top: 0%;
        left: 0%;
        bottom: 0%;
        right: 0%;
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.444);
    }
    
    .video-box {
        position: absolute;
        top: 20%;
        left: 20%;
        bottom: 20%;
        right: 20%;
        background-color: #000;
    }
    
    .video-box video {
        width: 100%;
        height: 100%;
    }
    
    .video-back {
        width: 100%;
        margin: 0 auto;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 20px;
        background-color: #fff;
        cursor: pointer;
    }
  /* 发展历程 */

.development {
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  padding: 0.5rem 0 1.25rem 0;
}
.development .common-card {
  position: relative;
}
.developmentSwiper2 {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 70px;
  margin-top: 0.625rem;
  background-image: url(../img/icon37.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 95.5%;
}

.developmentSwiper2 .swiper-slide {
  width: auto;
  height: 6.1375rem;
  background-color: #ffffff;
  border-radius: 0.1375rem;
  padding: 0.25rem 0.125rem 0.25rem 0.075rem;
  margin-right: 10px;
}

.developmentSwiper2 img {
  width: 4.6625rem;
  height: 3.1375rem;
  object-fit: cover;
}
.developmentSwiper2 .ls {
  font-size: 0.275rem;
  line-height: 0.45rem;
  color: #333333;
  padding: 0.25rem 0.375rem 0 0.375rem;
}
.developmentSwiper2 .bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.developmen-button-next {
  width: 0.25rem;
  height: 0.425rem;
  background-image: url(../img/icon38-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  left: 0;
  position: absolute;
  z-index: 99999;
  bottom: 0.1125rem;
}
.developmen-button-prev {
  width: 0.25rem;
  height: 0.425rem;
  background-image: url(../img/icon38-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  right: 0;
  position: absolute;
  z-index: 99999;
  bottom: 0.1125rem;
}

.developmentSwiper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.developmentSwiper .swiper-slide {
  text-align: center;
}
.developmentSwiper .swiper-slide span {
  display: inline-block;
  width: 1.95rem;
  height: 0.65rem;
  background-color: #e62129;
  border-radius: 4px;
  font-size: 0.35rem;
  line-height: 0.65rem;
  color: #ffffff;
}
    /* 企业文化 */
    
    .enterpriseCulture {
        width: 100%;
        height: auto;
        padding: .3625rem 0 .5rem 0;
display:none;
    }
    
    .enterpriseCulture ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-top: .5rem;
    }
    
    .enterpriseCulture ul li {
        position: relative;
        width: 4.8875rem;
        height: 7.175rem;
        margin-right: .15rem;
    }
    
    .enterpriseCulture ul li>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .enterpriseCulture ul h6 {
        font-size: .25rem;
        font-weight: normal;
        line-height: .525rem;
        color: #ffffff;
        display: none;
    }
    
    .enterpriseCulture ul p {
        display: none;
        font-size: .225rem;
        line-height: .525rem;
        color: #ffffff;
    }
    
    .enterpriseCulture ul .samk {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        transition: all 0.3s;
    }
    
    .enterpriseCulture ul .samk img {
        width: .3375rem;
        height: auto;
        object-fit: cover;
        display: none;
    }
    
    .enterpriseCulture ul .samk>div {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .enterpriseCulture ul li:hover .samk {
        background-color: rgba(0, 0, 0, 0.5);
        height: 100%;
        cursor: pointer;
    }
    
    .enterpriseCulture ul li:hover .samk img,
    .enterpriseCulture ul li:hover .samk p,
    .enterpriseCulture ul li:hover .samk h6 {
        display: block;
    }
    /* 客户案例详情页面 */
    
    .caseDetails {
        width: 100%;
        height: auto;
    
        padding: .2875rem 0 .25rem 0;
    }
        .caseDetails .commonDetail-left{
  width: 3.125rem;
}
    .caseDetails .common-card {
        display: flex;
        margin-top: .375rem
    }
    
    .caseDetails .right {
        flex: 1;
    }
    
    .caseDetails .right .top {
        display: flex;
    }
    
    .caseDetails .right .top img {
        width: 7.725rem;
        height: 5.95rem;
        object-fit: cover;
    }
    
    .caseDetails .right .top .text {
        flex: 1;
        height: 5.95rem;
        background-color: #ffffff;
        padding: .1875rem .25rem .1875rem .425rem;
    }
    
    .caseDetails .right .top .text h6 {
        font-size: .25rem;
        line-height: .5rem;
        color: #000000;
    }
    
    .caseDetails .right .top .text p {
       font-size: 0.25rem ;
        line-height: .4375rem;
        color: #000000;
    }
    
    .caseDetails .right .top .text a {
        display: inline-block;
    padding: 0 10px;
    width: fit-content;
        text-align: center;
        height: .75rem;
        line-height: .75rem;
        background-color: #e40008;
        border-radius: .0375rem;
        font-size: .25rem;
        color: #ffffff;
        margin-top: .125rem;
    }
    
    .caseDetails .details-title span {
        background-color: #323232;
    }
    
    .projectBrief-con {
        width: 100%;
        height: auto;
        background-color: #ffffff;
        border-radius: .2375rem;
        padding: .175rem .55rem;
    font-size: .25rem;
    line-height: .75rem;
    color: #333333;
    }
        .projectBrief-con >sub {
    vertical-align: super !important;
}
    .projectBrief-con img {
        width: auto;
        height: auto;
        object-fit: cover;
    }
    
    .productFeature .text,
    .achievement .text {
        width: 100%;
        height: auto;
        font-size: .25rem;
        line-height: .75rem;
        color: #333333;
    }
    
    .projectField .img {
        width: 100%;
		    display: flex;
    flex-wrap: wrap;
        height: auto;
    }
	
	.projectField .img  p{
	    margin-right: 10px;
	}

    
	
    .projectField .img img {
        width: auto;
        height: auto;
        object-fit: cover;
    }
    /* 联系我们 */
    
    .contactUs {
        width: 100%;
        height: 14.0125rem;
        position: relative;

        margin-top: 8.025rem;
    }
    
    .contactUs>.common-card {
        position: absolute;
        top: -62%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .contactUs .top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 8.825rem;
        background-color: #ffffff;
        box-shadow: 0 .0375rem .0625rem .0125rem rgba(0, 0, 0, 0.1);
        border-radius: .225rem;
        padding: .625rem .5625rem .1rem 1rem;
    }
    
    .contactUs .top .text h6 {
        font-size: .45rem;
        font-weight: normal;
        line-height: .6625rem;
        color: #000000;
    }
    
    .contactUs .top .text P {
        font-size: .225rem;
        line-height: .5625rem;
        color: #000000;
    }
    .contactUs .top .text{
        font-size: .225rem;
        color: #000000;
    }
    .contactUs .top .text img {
        width: 2.8125rem;
        height: 2.8125rem;
        object-fit: cover;
    }
    
    #map {
        width: 12.5rem;
        height: 7.425rem;
    }
    
    .contact-con {
        padding-top: .75rem;
    }
    
    .contact-con h6 {
        font-size: .325rem;
        line-height: 35px;
        color: #656565;
        text-align: center;
        margin: 0 0 .75rem 0;
    }
    
    .contact-con .form input[type=text] {
        width: 9.8375rem;
        height: .8625rem;
        line-height: .8625rem;
        background-color: #ffffff;
        border: solid .0125rem #eeeeee;
        font-size: .2rem;
        color: #656565;
        padding-left: .2375rem;
    }
    
    .contact-con .form input[type=submit] {
        width: 9.7125rem;
        height: .8625rem;
        line-height: .8625rem;
        background-color: #e62129;
        border: solid 1px #d2d2d2;
        font-size: .325rem;
        color: #ffffff;
        margin-top: .5rem;
    }
    
    .contact-con .form textarea {
        width: 100%;
        height: 4.9rem;
        background-color: #ffffff;
        border: solid .0125rem #d2d2d2;
        font-size: .2rem;
        padding: .4rem 0 0 .2375rem;
        color: #656565;
    }
    
    .contact-con .form .item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: .2rem;
    }
    
    .navigation {
        width: 100%;
        height: auto;

        padding: .3375rem 0 .375rem 0;
    }
    
    .navigation .common-card {
        display: flex;
        align-items: center;
    }
    
    .navigation span,
    .navigation a {
        font-size: .225rem;
        line-height: .3125rem;
        color: #333333;
    }
    
    .BMap_bubble_title {
        font-size: 16px;
    }
    
    .BMap_bubble_content {
        font-size: 14px;
    }
	
	
	    /* 荣誉资质 */
    
    .honorQualification {
        width: 100%;
        height: auto;
        padding: .8125rem 0;
 
    }
    
    .honor-con {
        margin-top: .4rem;
    }
    
    .honor-con ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .honor-con ul li {
        cursor: pointer;
        width: 4.825rem;
       height: 6.8375rem;
        margin: 0 .225rem .25rem 0;
    }
    
    .honor-con ul li img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .honor-con ul li:nth-child(4n) {
        margin-right: 0;
    }
    
    #outerdiv {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        display: none;
        z-index: 200;
    }
	
	    .footer ul li .img {
        display: flex;
        flex-direction: column;
    }
	table  sup {
    vertical-align: sub !important;
}
	
		table {
	    width: 100% !important;
	}
	table  tr{
    height: 25px !important;
    width: auto !important;
            }
	table  td  span{
	    font-size: 14px !important;
	}
	table  td {
    line-height: 35px;
font-size: 16px !important;
	    text-align: center;
    height: 35px !important;
    width: auto !important;
	}
		table  td  p{
    display: flex;
    align-items: center;
    justify-content: center;
height: 100%;
}
	table  td  span,table  td  p span{
font-size: 16px !important;
          }
	
	.rangeApplication   img{
	
	  
    height:auto;
	 width: 4.3125rem;
    margin-right: .125rem;
	    margin-bottom: 10px;
	}
	
	.rangeApplication   img:last-child{
	 margin-right:0;
	}
	
	   .tempWrap {
        width: 100% !important;
    }
	
	  .honor-con .verticalItem li {
        height: auto;
    }
	.development-con {
  width: 100%;
  height: 3.125rem;
  background-image: url(../img/icon35.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  margin-top: 0.375rem;
}
.lettersPatent{
    display: none;
}
.development-con ul {
  height: 100%;
  padding-left: 5%;
  display: flex;

  justify-content: space-between;
}
.development-con ul li {
  width: calc(100% / 5);
  position: relative;
}
.development-con .ls {
  font-size: 0.225rem;
  line-height: 0.5125rem;
  color: #1b1b1b;
  position: absolute;
  width: 101%;
}

.development-con .time {
  position: absolute;
  font-size: 0.225rem;
  color: #ffffff;
  bottom: 0.375rem;
}
.development-con .text1 {
  left: 15%;
}
.development-con .text2 {
  left: 32%;
}

.development-con .text3 {
  left: 41%;
}
.development-con .text4 {
  left: 55%;
}
.development-con .text5 {
  left: 26%;

}
/* 合作客户 */
.cooperative {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0;
}
.cooperative .common-card {
  margin-top: 0.25rem;
}
.cooperative ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cooperative ul li {
  width: 3.125rem;
  height: 1rem;
  margin: 0 0.2rem 0.125rem 0;
}
.cooperative ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* 员工风采 */
.staffPresence {
  width: 100%;
  height: auto;
  padding: 0.25rem 0;
}
.staffPresence .common-title {
  margin-bottom: 0.25rem;
}

.staffPresence ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.staffPresence ul li {
  width: 4.875rem;
   height: 3.25rem;
  margin: 0 0.1125rem 0.125rem 0;
}
.staffPresence ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staffPresence ul li:nth-child(4n) {
  margin-right: 0;
}

.customerCase  .bto{
    display: flex;
  margin-top: .25rem;
}

.insideProductCenter .menudown a.active{
    color: #e40008;
}/* 行业解决方案下拉菜单 */
.solution-down {
  background-color: #fff !important;
  padding: 0.1rem 0.175rem 2.725rem 0.175rem;
  left: 133% !important;
}
.solution-cons {
  display: flex;
  align-items: center;
}
.solution-cons .item {
  position: relative;
  width: 2.6625rem;
  height: 3.6375rem;
  margin-right: 0.15rem !important;
}
.solution-cons .item:last-child {
  margin-right: 0;
}
.solution-cons .item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-cons .item .text {
  width: 100%;
  height: 1.625rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.solution-cons .item .text img {
  width: 0.575rem;
  height: 0.5625rem;
  object-fit: contain;
}
.solution-cons .item .text p {
  font-size: 0.25rem;
  color: #ffffff;
  margin: 0.225rem 0 0.3375rem 0;
}

.solution-cons .item:hover .text {
  height: 100%;
  background-color: rgba(248, 3, 3, 0.4);
}
.solution-cons .item:hover .text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.insideProductCenter .menudown:nth-child(4) {
  margin-right: 56%;
}
.insideProductCenter .menudown:nth-child(5) {
  margin-right: 20%;
}
.insideProductCenter .menudown:nth-child(7) {
  margin-left: 35%;
}

.insideProductCenter .menudown:nth-child(9) {
  margin-left: 64%;
}
.insideProductCenter .menudown:nth-child(10) {
  margin-left: 86.5%;
}





/* 研发实力 */
.research {
  width: 100%;
  height: auto;
  padding: 0.2375rem 0;
}

.research .common-title h2 {
  font-weight: normal;
}

.research .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.4rem 0 0.3125rem 0;
}
.research .nav .item {
  display: flex;
  align-items: center;
  justify-content: center;
    width: fit-content;
    padding: 0 10px;
  height: 0.75rem;
  background-color: #e7e7e7;
  border-radius: 0.0375rem;
  cursor: pointer;
  margin-right: 0.25rem;
}
.research .nav .item img {
  width: 0.3375rem;
  height: auto;
  object-fit: contain;
  margin-right: 0.1625rem;
}
.research .nav .item .active,
.research .nav .item.active .default,
.research .nav .item:hover .default {
  display: none;
}
.research .nav .item span {
  font-size: 0.25rem;
  color: #000000;
}
.research .nav .item.active {
  background-color: #e40011;
}
.research .nav .item.active span {
  color: #fff;
}
.research .nav .item.active .active,
.research .nav .item:hover .active {
  display: block;
}
.research .nav .item:hover span {
  color: #fff;
}
.research .nav .item:hover {
  background-color: #e40011;
}
.research .top {
  width: 100%;
  height: 5.25rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.research .top  .img{
    position: relative;
}
.research .top  .watermark{
    position: absolute;
    left: 0;
    top: 0;
}
.research .top .text {
  flex: 1;
  font-size: 0.25rem;
  height: 100%;
line-height: .625rem;
  color: #333333;
  background-color: #ffffff;
  padding: 0.375rem 0.275rem 0.25rem 0.4125rem;
}
.research .top img {
  width: 9.5375rem;
  object-fit: cover;
  height: 100%;
}
.research .bto ul {
  display: flex;
  align-items: center;
}
.research .bto li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 0.95rem) / 5);
height: 5.625rem;
  background-color: #fff;
  border-radius: 0.1625rem;
  margin-right: 19px;
  padding: 1%   0.25rem 0  0.25rem  ;
}
.research .bto li:last-child {
  margin-right: 0;
}
.research .bto .number {
  width: 0.675rem;
  height: 0.675rem;
  border-radius: 50%;
  background-color: #e40011;
  font-size: 0.375rem;
  text-align: center;
  line-height: 0.675rem;
  color: #ffffff;
}
.research .bto .ls {
  font-size: 0.2rem;
  line-height: 0.4375rem;
  color: #666666;
}
.research .bto li h6 {
  font-size: 0.3rem;
  font-weight: normal;
  color: #333333;
  margin: 0.25rem 0 0.1875rem 0;
}

.research .tl {
  font-size: 0.45rem;
  font-weight: normal;
  color: #000000;
  text-align: center;
  margin-top: 0.2375rem;
}
.research-tl {
  width: 100%;
  height: 0.6125rem;
  display: flex;
  align-items: center;
  line-height: 0.6125rem;
  background-color: #f5f5f5;
  margin: 0.1875rem 0;
}
.research-tl span {
  display: inline-block;
  width: fit-content;
  height: 100%;
  font-size: 0.3rem;
  line-height: 0.6125rem;
  color: #ffffff;
  background-color: #e40011;
  padding: 0 0.125rem;
}
.structure-ls {
  font-size: 0.225rem;
  font-weight: normal;
  line-height: 0.6125rem;
  color: #666666;
}
.achievement-ls {
  font-size: 0.225rem;
  line-height: 0.5875rem;
  letter-spacing: 1px;
  color: #666666;
}
.projectBrief-con  sup {
    vertical-align: sub !important;
}

 .watermark {
    display: none;
}